The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 20 | ![]() |
NewlineAtEndOfFile | 13 | ![]() |
Translation | 0 | ![]() |
FileLength | 1 | ![]() |
FileTabCharacter
| 12321 | ![]() |
RegexpSingleline
| 848 | ![]() |
JavadocMethod | 1090 | ![]() |
JavadocType | 108 | ![]() |
JavadocVariable | 533 | ![]() |
JavadocStyle | 38 | ![]() |
ConstantName | 1 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 1 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 3 | ![]() |
LineLength | 3105 | ![]() |
MethodLength | 8 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 3 | ![]() |
NoWhitespaceAfter | 66 | ![]() |
NoWhitespaceBefore | 13 | ![]() |
OperatorWrap | 59 | ![]() |
ParenPad | 65 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 244 | ![]() |
WhitespaceAround | 2479 | ![]() |
ModifierOrder | 32 | ![]() |
RedundantModifier | 63 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 44 | ![]() |
LeftCurly | 2 | ![]() |
NeedBraces | 20 | ![]() |
RightCurly | 19 | ![]() |
AvoidInlineConditionals | 38 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 386 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 1 | ![]() |
MagicNumber | 3 | ![]() |
MissingSwitchDefault | 13 | ![]() |
RedundantThrows | 12 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 1187 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 5 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 5 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 1461 | ![]() |
TodoComment | 2 | ![]() |
UpperEll | 4 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter clu should be final. | 38 |
![]() | Parameter activity should be final. | 38 |
![]() | Parameter shallowBuild should be final. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | 'if' is not followed by whitespace. | 39 |
![]() | '{' is not preceded with whitespace. | 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 is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Avoid inline conditionals. | 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 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 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 56 |
![]() | Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | ',' is not followed by whitespace. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Parameter activity should be final. | 58 |
![]() | Parameter operation should be final. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | '==' is not preceded with whitespace. | 59 |
![]() | '==' is not followed by whitespace. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | 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 contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | ',' is not followed by whitespace. | 67 |
![]() | ',' is not followed by whitespace. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Avoid inline conditionals. | 71 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | ';' is not followed by whitespace. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | 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 has trailing spaces. | 85 |
![]() | 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. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line has trailing spaces. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter luService should be final. | 97 |
![]() | 'luService' hides a field. | 97 |
![]() | Method 'getLuService' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 71 |
![]() | Line has trailing spaces. | 73 |
![]() | Missing a Javadoc comment. | 77 |
![]() | 'static' modifier out of order with the JLS suggestions. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Method length is 186 lines (max allowed is 150). | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Parameter clu should be final. | 87 |
![]() | Parameter courseInfo should be final. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Parameter shallowBuild should be final. | 88 |
![]() | Line contains a tab character. | 90 |
![]() | Avoid inline conditionals. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | 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 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 is longer than 80 characters. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 107 |
![]() | Line has trailing spaces. | 108 |
![]() | Line is longer than 80 characters. | 108 |
![]() | 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 |
![]() | Line has trailing spaces. | 112 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line has trailing spaces. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | 'if' is not followed by whitespace. | 116 |
![]() | '==' is not preceded with whitespace. | 116 |
![]() | '==' is not followed by whitespace. | 116 |
![]() | '{' is not preceded with whitespace. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | 'if' is not followed by whitespace. | 119 |
![]() | '==' is not preceded with whitespace. | 119 |
![]() | '==' is not followed by whitespace. | 119 |
![]() | '{' is not preceded with whitespace. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | 'for' is not followed by whitespace. | 124 |
![]() | ':' is not preceded with whitespace. | 124 |
![]() | '{' is not preceded with whitespace. | 124 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | 'if' is not followed by whitespace. | 125 |
![]() | '{' is not preceded with whitespace. | 125 |
![]() | 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 |
![]() | 'if' is not followed by whitespace. | 128 |
![]() | '{' is not preceded with whitespace. | 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 contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | 'if' is not followed by whitespace. | 143 |
![]() | '{' is not preceded with whitespace. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line contains a tab character. | 146 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line contains a tab character. | 147 |
![]() | 'for' is not followed by whitespace. | 147 |
![]() | ':' is not preceded with whitespace. | 147 |
![]() | '{' is not preceded with whitespace. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line contains a tab character. | 149 |
![]() | 'if' is not followed by whitespace. | 149 |
![]() | '{' is not preceded with whitespace. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | 'else' is not preceded with whitespace. | 157 |
![]() | '}' is not followed by whitespace. | 157 |
![]() | 'else' is not followed by whitespace. | 157 |
![]() | '{' is not preceded with whitespace. | 157 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Line contains a tab character. | 160 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line contains a tab character. | 161 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line contains a tab character. | 164 |
![]() | Line is longer than 80 characters. | 165 |
![]() | 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 |
![]() | Line contains a tab character. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Line contains a tab character. | 173 |
![]() | 'if' is not followed by whitespace. | 173 |
![]() | '{' is not preceded with whitespace. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | 'if' is not followed by whitespace. | 176 |
![]() | '{' is not preceded with whitespace. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line has trailing spaces. | 179 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | 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 is longer than 80 characters. | 186 |
![]() | Line contains a tab character. | 186 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line has trailing spaces. | 191 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | 'for' is not followed by whitespace. | 194 |
![]() | '{' is not preceded with whitespace. | 194 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line contains a tab character. | 195 |
![]() | 'if' is not followed by whitespace. | 195 |
![]() | '{' is not preceded with whitespace. | 195 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 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 |
![]() | 'for' is not followed by whitespace. | 202 |
![]() | '{' is not preceded with whitespace. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Line contains a tab character. | 203 |
![]() | 'if' is not followed by whitespace. | 203 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | Line has trailing spaces. | 208 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line contains a tab character. | 214 |
![]() | Line has trailing spaces. | 215 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Line contains a tab character. | 217 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Line contains a tab character. | 218 |
![]() | 'if' construct must use '{}'s. | 219 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Line contains a tab character. | 219 |
![]() | 'if' is not followed by whitespace. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line contains a tab character. | 220 |
![]() | 'else' construct must use '{}'s. | 221 |
![]() | Line contains a tab character. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | Line contains a tab character. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Must have at least one statement. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | 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 is longer than 80 characters. | 234 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line contains a tab character. | 236 |
![]() | Line has trailing spaces. | 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 contains a tab character. | 244 |
![]() | Must have at least one statement. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 249 |
![]() | 'try' is not followed by whitespace. | 249 |
![]() | '{' is not preceded with whitespace. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line contains a tab character. | 251 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line has trailing spaces. | 255 |
![]() | Line contains a tab character. | 255 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line contains a tab character. | 256 |
![]() | Line has trailing spaces. | 257 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | '{' is not preceded with whitespace. | 259 |
![]() | Must have at least one statement. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line has trailing spaces. | 263 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Line has trailing spaces. | 266 |
![]() | Line contains a tab character. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 269 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Line contains a tab character. | 270 |
![]() | Line has trailing spaces. | 271 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Line contains a tab character. | 275 |
![]() | Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() | Method length is 255 lines (max allowed is 150). | 275 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Parameter course should be final. | 277 |
![]() | Parameter operation should be final. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 280 |
![]() | Line is longer than 80 characters. | 281 |
![]() | Line contains a tab character. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line is longer than 80 characters. | 292 |
![]() | Line contains a tab character. | 292 |
![]() | Avoid inline conditionals. | 292 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Line contains a tab character. | 294 |
![]() | Line has trailing spaces. | 295 |
![]() | 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 |
![]() | Line contains a tab character. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 306 |
![]() | Line is longer than 80 characters. | 307 |
![]() | Line contains a tab character. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Line has trailing spaces. | 314 |
![]() | Line contains a tab character. | 314 |
![]() | Line contains a tab character. | 315 |
![]() | Line contains a tab character. | 316 |
![]() | 'if' is not followed by whitespace. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Line is longer than 80 characters. | 318 |
![]() | Line contains a tab character. | 318 |
![]() | 'if' is not followed by whitespace. | 318 |
![]() | '!=' is not preceded with whitespace. | 318 |
![]() | '!=' is not followed by whitespace. | 318 |
![]() | '&&' is not preceded with whitespace. | 318 |
![]() | '&&' is not followed by whitespace. | 318 |
![]() | '>=' is not preceded with whitespace. | 318 |
![]() | '3' is a magic number. | 318 |
![]() | '>=' is not followed by whitespace. | 318 |
![]() | '{' is not preceded with whitespace. | 318 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Line contains a tab character. | 319 |
![]() | '+' is not preceded with whitespace. | 319 |
![]() | '+' is not followed by whitespace. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | Line has trailing spaces. | 321 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Line contains a tab character. | 324 |
![]() | Line is longer than 80 characters. | 326 |
![]() | Line contains a tab character. | 326 |
![]() | Line has trailing spaces. | 327 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line is longer than 80 characters. | 330 |
![]() | Line contains a tab character. | 330 |
![]() | 'for' is not followed by whitespace. | 330 |
![]() | ';' is not followed by whitespace. | 330 |
![]() | '{' is not preceded with whitespace. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line is longer than 80 characters. | 332 |
![]() | Line contains a tab character. | 332 |
![]() | 'if' is not followed by whitespace. | 332 |
![]() | '||' should be on a new line. | 332 |
![]() | Line is longer than 80 characters. | 333 |
![]() | Line contains a tab character. | 333 |
![]() | ')' is preceded with whitespace. | 333 |
![]() | '{' is not preceded with whitespace. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | 'for' is not followed by whitespace. | 338 |
![]() | ':' is not preceded with whitespace. | 338 |
![]() | ':' is not followed by whitespace. | 338 |
![]() | '{' is not preceded with whitespace. | 338 |
![]() | Line is longer than 80 characters. | 339 |
![]() | Line contains a tab character. | 339 |
![]() | Line contains a tab character. | 340 |
![]() | Line is longer than 80 characters. | 341 |
![]() | Line contains a tab character. | 341 |
![]() | Line contains a tab character. | 342 |
![]() | Line is longer than 80 characters. | 343 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line is longer than 80 characters. | 345 |
![]() | Line contains a tab character. | 345 |
![]() | Line is longer than 80 characters. | 346 |
![]() | Line contains a tab character. | 346 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 349 |
![]() | Line contains a tab character. | 350 |
![]() | Line is longer than 80 characters. | 351 |
![]() | Line contains a tab character. | 351 |
![]() | 'for' is not followed by whitespace. | 351 |
![]() | ':' is not preceded with whitespace. | 351 |
![]() | ':' is not followed by whitespace. | 351 |
![]() | '{' is not preceded with whitespace. | 351 |
![]() | Line is longer than 80 characters. | 352 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line is longer than 80 characters. | 354 |
![]() | Line contains a tab character. | 354 |
![]() | Line is longer than 80 characters. | 355 |
![]() | Line contains a tab character. | 355 |
![]() | Line is longer than 80 characters. | 356 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | Line is longer than 80 characters. | 359 |
![]() | Line contains a tab character. | 359 |
![]() | Line has trailing spaces. | 360 |
![]() | Line is longer than 80 characters. | 360 |
![]() | Line contains a tab character. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Line is longer than 80 characters. | 364 |
![]() | Line contains a tab character. | 364 |
![]() | Line contains a tab character. | 365 |
![]() | 'for' is not followed by whitespace. | 365 |
![]() | ':' is not preceded with whitespace. | 365 |
![]() | ':' is not followed by whitespace. | 365 |
![]() | '{' is not preceded with whitespace. | 365 |
![]() | Line contains a tab character. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line contains a tab character. | 368 |
![]() | Line contains a tab character. | 369 |
![]() | Line contains a tab character. | 370 |
![]() | Line contains a tab character. | 371 |
![]() | Line has trailing spaces. | 372 |
![]() | Line contains a tab character. | 372 |
![]() | Line contains a tab character. | 373 |
![]() | Line contains a tab character. | 374 |
![]() | Line contains a tab character. | 375 |
![]() | Line is longer than 80 characters. | 376 |
![]() | Line contains a tab character. | 376 |
![]() | Line contains a tab character. | 377 |
![]() | Line contains a tab character. | 378 |
![]() | Line contains a tab character. | 379 |
![]() | Line contains a tab character. | 380 |
![]() | Line has trailing spaces. | 382 |
![]() | Line contains a tab character. | 382 |
![]() | Line contains a tab character. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line contains a tab character. | 386 |
![]() | Line contains a tab character. | 387 |
![]() | Line contains a tab character. | 388 |
![]() | Line contains a tab character. | 390 |
![]() | Line contains a tab character. | 391 |
![]() | Line has trailing spaces. | 392 |
![]() | Line contains a tab character. | 392 |
![]() | Line contains a tab character. | 393 |
![]() | Line contains a tab character. | 394 |
![]() | Line has trailing spaces. | 395 |
![]() | Line contains a tab character. | 395 |
![]() | Line contains a tab character. | 396 |
![]() | Line contains a tab character. | 397 |
![]() | Line has trailing spaces. | 398 |
![]() | Line contains a tab character. | 398 |
![]() | Line contains a tab character. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Line contains a tab character. | 402 |
![]() | Line contains a tab character. | 403 |
![]() | Line contains a tab character. | 404 |
![]() | Line contains a tab character. | 405 |
![]() | Line is longer than 80 characters. | 407 |
![]() | Line contains a tab character. | 407 |
![]() | Line contains a tab character. | 408 |
![]() | Line contains a tab character. | 411 |
![]() | Line has trailing spaces. | 413 |
![]() | Must have at least one statement. | 414 |
![]() | Line is longer than 80 characters. | 419 |
![]() | Line contains a tab character. | 419 |
![]() | Line contains a tab character. | 420 |
![]() | Line is longer than 80 characters. | 421 |
![]() | Line contains a tab character. | 421 |
![]() | Line contains a tab character. | 422 |
![]() | Line contains a tab character. | 423 |
![]() | Line contains a tab character. | 425 |
![]() | Line is longer than 80 characters. | 426 |
![]() | Line contains a tab character. | 426 |
![]() | Line is longer than 80 characters. | 427 |
![]() | Line contains a tab character. | 427 |
![]() | 'if' is not followed by whitespace. | 427 |
![]() | '&&' is not preceded with whitespace. | 427 |
![]() | '&&' is not followed by whitespace. | 427 |
![]() | '{' is not preceded with whitespace. | 427 |
![]() | Line is longer than 80 characters. | 428 |
![]() | Line contains a tab character. | 428 |
![]() | 'if' is not followed by whitespace. | 428 |
![]() | '{' is not preceded with whitespace. | 428 |
![]() | Line is longer than 80 characters. | 429 |
![]() | Line contains a tab character. | 429 |
![]() | Line contains a tab character. | 430 |
![]() | Line contains a tab character. | 431 |
![]() | Line has trailing spaces. | 432 |
![]() | Line contains a tab character. | 432 |
![]() | Line contains a tab character. | 433 |
![]() | Line contains a tab character. | 434 |
![]() | Line is longer than 80 characters. | 435 |
![]() | Line contains a tab character. | 435 |
![]() | Line contains a tab character. | 436 |
![]() | Line contains a tab character. | 437 |
![]() | Line contains a tab character. | 438 |
![]() | Line is longer than 80 characters. | 439 |
![]() | Line contains a tab character. | 439 |
![]() | Line contains a tab character. | 440 |
![]() | Line has trailing spaces. | 441 |
![]() | Line contains a tab character. | 441 |
![]() | Line is longer than 80 characters. | 442 |
![]() | Line contains a tab character. | 442 |
![]() | Line contains a tab character. | 443 |
![]() | Line has trailing spaces. | 444 |
![]() | Line contains a tab character. | 444 |
![]() | Line is longer than 80 characters. | 445 |
![]() | Line contains a tab character. | 445 |
![]() | Line is longer than 80 characters. | 446 |
![]() | Line contains a tab character. | 446 |
![]() | Line contains a tab character. | 447 |
![]() | Line has trailing spaces. | 448 |
![]() | Line contains a tab character. | 448 |
![]() | Line contains a tab character. | 449 |
![]() | Line contains a tab character. | 451 |
![]() | Line contains a tab character. | 452 |
![]() | Line has trailing spaces. | 457 |
![]() | Line contains a tab character. | 457 |
![]() | Line is longer than 80 characters. | 458 |
![]() | Line contains a tab character. | 458 |
![]() | Line contains a tab character. | 459 |
![]() | Line is longer than 80 characters. | 460 |
![]() | Line contains a tab character. | 460 |
![]() | 'for' is not followed by whitespace. | 460 |
![]() | ';' is not followed by whitespace. | 460 |
![]() | '{' is not preceded with whitespace. | 460 |
![]() | Line contains a tab character. | 461 |
![]() | Line is longer than 80 characters. | 462 |
![]() | Line contains a tab character. | 462 |
![]() | 'if' is not followed by whitespace. | 462 |
![]() | '{' is not preceded with whitespace. | 462 |
![]() | Line contains a tab character. | 463 |
![]() | Line contains a tab character. | 464 |
![]() | 'if' is not followed by whitespace. | 464 |
![]() | '{' is not preceded with whitespace. | 464 |
![]() | Line contains a tab character. | 465 |
![]() | Line contains a tab character. | 466 |
![]() | Line contains a tab character. | 467 |
![]() | Line contains a tab character. | 468 |
![]() | Line contains a tab character. | 469 |
![]() | Line is longer than 80 characters. | 470 |
![]() | Line contains a tab character. | 470 |
![]() | 'if' is not followed by whitespace. | 470 |
![]() | '{' is not preceded with whitespace. | 470 |
![]() | Line contains a tab character. | 471 |
![]() | Line is longer than 80 characters. | 472 |
![]() | Line contains a tab character. | 472 |
![]() | Line contains a tab character. | 473 |
![]() | Line contains a tab character. | 474 |
![]() | Line contains a tab character. | 475 |
![]() | Line has trailing spaces. | 476 |
![]() | Line contains a tab character. | 476 |
![]() | Line is longer than 80 characters. | 477 |
![]() | Line contains a tab character. | 477 |
![]() | Line contains a tab character. | 478 |
![]() | Line is longer than 80 characters. | 479 |
![]() | Line contains a tab character. | 479 |
![]() | 'for' is not followed by whitespace. | 479 |
![]() | ';' is not followed by whitespace. | 479 |
![]() | '{' is not preceded with whitespace. | 479 |
![]() | Line contains a tab character. | 480 |
![]() | Line is longer than 80 characters. | 481 |
![]() | Line contains a tab character. | 481 |
![]() | 'if' is not followed by whitespace. | 481 |
![]() | '{' is not preceded with whitespace. | 481 |
![]() | Line contains a tab character. | 482 |
![]() | Line contains a tab character. | 483 |
![]() | 'if' is not followed by whitespace. | 483 |
![]() | '{' is not preceded with whitespace. | 483 |
![]() | Line contains a tab character. | 484 |
![]() | Line contains a tab character. | 485 |
![]() | Line contains a tab character. | 486 |
![]() | Line contains a tab character. | 487 |
![]() | Line contains a tab character. | 488 |
![]() | Line contains a tab character. | 489 |
![]() | 'if' is not followed by whitespace. | 489 |
![]() | '{' is not preceded with whitespace. | 489 |
![]() | Line contains a tab character. | 490 |
![]() | Line is longer than 80 characters. | 491 |
![]() | Line contains a tab character. | 491 |
![]() | Line contains a tab character. | 492 |
![]() | Line contains a tab character. | 493 |
![]() | Line contains a tab character. | 494 |
![]() | Line has trailing spaces. | 495 |
![]() | Line contains a tab character. | 495 |
![]() | Line contains a tab character. | 496 |
![]() | Line contains a tab character. | 497 |
![]() | 'if' is not followed by whitespace. | 497 |
![]() | '{' is not preceded with whitespace. | 497 |
![]() | Line contains a tab character. | 498 |
![]() | Line contains a tab character. | 499 |
![]() | Line contains a tab character. | 500 |
![]() | Line contains a tab character. | 501 |
![]() | Line contains a tab character. | 502 |
![]() | 'for' is not followed by whitespace. | 502 |
![]() | ':' is not preceded with whitespace. | 502 |
![]() | ':' is not followed by whitespace. | 502 |
![]() | '{' is not preceded with whitespace. | 502 |
![]() | Line contains a tab character. | 503 |
![]() | Line is longer than 80 characters. | 504 |
![]() | Line contains a tab character. | 504 |
![]() | Line is longer than 80 characters. | 505 |
![]() | Line contains a tab character. | 505 |
![]() | Line is longer than 80 characters. | 506 |
![]() | Line contains a tab character. | 506 |
![]() | Line is longer than 80 characters. | 507 |
![]() | Line contains a tab character. | 507 |
![]() | Line contains a tab character. | 508 |
![]() | Line contains a tab character. | 509 |
![]() | Line contains a tab character. | 510 |
![]() | Line contains a tab character. | 511 |
![]() | Line contains a tab character. | 512 |
![]() | 'for' is not followed by whitespace. | 512 |
![]() | '{' is not preceded with whitespace. | 512 |
![]() | Line contains a tab character. | 513 |
![]() | Line contains a tab character. | 514 |
![]() | Line contains a tab character. | 515 |
![]() | Line contains a tab character. | 516 |
![]() | Line contains a tab character. | 517 |
![]() | Line contains a tab character. | 518 |
![]() | Line contains a tab character. | 519 |
![]() | Line contains a tab character. | 520 |
![]() | Line contains a tab character. | 521 |
![]() | Line contains a tab character. | 522 |
![]() | Line is longer than 80 characters. | 523 |
![]() | Line contains a tab character. | 523 |
![]() | 'if' is not followed by whitespace. | 523 |
![]() | '==' is not preceded with whitespace. | 523 |
![]() | '{' is not preceded with whitespace. | 523 |
![]() | Line contains a tab character. | 524 |
![]() | '(' is followed by whitespace. | 524 |
![]() | Line contains a tab character. | 525 |
![]() | Line contains a tab character. | 526 |
![]() | 'if' is not followed by whitespace. | 526 |
![]() | '{' is not preceded with whitespace. | 526 |
![]() | Line is longer than 80 characters. | 527 |
![]() | Line contains a tab character. | 527 |
![]() | Line is longer than 80 characters. | 528 |
![]() | Line contains a tab character. | 528 |
![]() | Line contains a tab character. | 529 |
![]() | Line has trailing spaces. | 530 |
![]() | Line contains a tab character. | 530 |
![]() | Line contains a tab character. | 531 |
![]() | Line contains a tab character. | 532 |
![]() | Line is longer than 80 characters. | 534 |
![]() | Line contains a tab character. | 534 |
![]() | Method length is 172 lines (max allowed is 150). | 534 |
![]() | Missing a Javadoc comment. | 534 |
![]() | Parameter course should be final. | 534 |
![]() | Parameter clu should be final. | 534 |
![]() | Parameter currentCluResults should be final. | 534 |
![]() | Parameter operation should be final. | 534 |
![]() | Redundant throws: 'NumberFormatException' is unchecked exception. | 534 |
![]() | Line has trailing spaces. | 535 |
![]() | Line contains a tab character. | 535 |
![]() | Line is longer than 80 characters. | 536 |
![]() | Line contains a tab character. | 536 |
![]() | Line has trailing spaces. | 537 |
![]() | Line contains a tab character. | 537 |
![]() | Line is longer than 80 characters. | 538 |
![]() | Line contains a tab character. | 538 |
![]() | Line has trailing spaces. | 539 |
![]() | Line contains a tab character. | 539 |
![]() | Line contains a tab character. | 540 |
![]() | Line contains a tab character. | 541 |
![]() | 'if' is not followed by whitespace. | 541 |
![]() | '!=' is not preceded with whitespace. | 541 |
![]() | '!=' is not followed by whitespace. | 541 |
![]() | '{' is not preceded with whitespace. | 541 |
![]() | Line is longer than 80 characters. | 542 |
![]() | Line contains a tab character. | 542 |
![]() | Line contains a tab character. | 543 |
![]() | Line has trailing spaces. | 544 |
![]() | Line contains a tab character. | 544 |
![]() | Line contains a tab character. | 545 |
![]() | 'try' is not followed by whitespace. | 545 |
![]() | '{' is not preceded with whitespace. | 545 |
![]() | Line contains a tab character. | 546 |
![]() | Line is longer than 80 characters. | 547 |
![]() | Line contains a tab character. | 547 |
![]() | Line contains a tab character. | 548 |
![]() | Must have at least one statement. | 548 |
![]() | '{' is not followed by whitespace. | 548 |
![]() | '}' is not preceded with whitespace. | 548 |
![]() | Line contains a tab character. | 549 |
![]() | Line is longer than 80 characters. | 550 |
![]() | Line contains a tab character. | 550 |
![]() | Line contains a tab character. | 551 |
![]() | Must have at least one statement. | 551 |
![]() | '{' is not followed by whitespace. | 551 |
![]() | '}' is not preceded with whitespace. | 551 |
![]() | Line contains a tab character. | 552 |
![]() | Line is longer than 80 characters. | 553 |
![]() | Line contains a tab character. | 553 |
![]() | Line contains a tab character. | 554 |
![]() | Must have at least one statement. | 554 |
![]() | '{' is not followed by whitespace. | 554 |
![]() | '}' is not preceded with whitespace. | 554 |
![]() | Line contains a tab character. | 556 |
![]() | Line is longer than 80 characters. | 557 |
![]() | Line contains a tab character. | 557 |
![]() | 'for' is not followed by whitespace. | 557 |
![]() | ':' is not preceded with whitespace. | 557 |
![]() | ':' is not followed by whitespace. | 557 |
![]() | '{' is not preceded with whitespace. | 557 |
![]() | Line contains a tab character. | 558 |
![]() | Line contains a tab character. | 559 |
![]() | Line contains a tab character. | 560 |
![]() | Line contains a tab character. | 561 |
![]() | ',' is not followed by whitespace. | 561 |
![]() | Line is longer than 80 characters. | 562 |
![]() | Line contains a tab character. | 562 |
![]() | Line is longer than 80 characters. | 563 |
![]() | Line contains a tab character. | 563 |
![]() | 'if' is not followed by whitespace. | 563 |
![]() | '{' is not preceded with whitespace. | 563 |
![]() | Line is longer than 80 characters. | 564 |
![]() | Line contains a tab character. | 564 |
![]() | Line is longer than 80 characters. | 565 |
![]() | Line contains a tab character. | 565 |
![]() | Line is longer than 80 characters. | 566 |
![]() | Line contains a tab character. | 566 |
![]() | Line is longer than 80 characters. | 567 |
![]() | Line contains a tab character. | 567 |
![]() | Line is longer than 80 characters. | 568 |
![]() | Line contains a tab character. | 568 |
![]() | Line is longer than 80 characters. | 569 |
![]() | Line contains a tab character. | 569 |
![]() | ',' is not followed by whitespace. | 569 |
![]() | Line is longer than 80 characters. | 570 |
![]() | Line contains a tab character. | 570 |
![]() | Line is longer than 80 characters. | 571 |
![]() | Line contains a tab character. | 571 |
![]() | 'else' is not preceded with whitespace. | 571 |
![]() | '}' is not followed by whitespace. | 571 |
![]() | 'if' is not followed by whitespace. | 571 |
![]() | '{' is not preceded with whitespace. | 571 |
![]() | Line is longer than 80 characters. | 572 |
![]() | Line contains a tab character. | 572 |
![]() | Line is longer than 80 characters. | 573 |
![]() | Line contains a tab character. | 573 |
![]() | Line is longer than 80 characters. | 574 |
![]() | Line contains a tab character. | 574 |
![]() | 'for' is not followed by whitespace. | 574 |
![]() | ';' is not followed by whitespace. | 574 |
![]() | '{' is not preceded with whitespace. | 574 |
![]() | Line contains a tab character. | 575 |
![]() | Line contains a tab character. | 576 |
![]() | 'if' is not followed by whitespace. | 576 |
![]() | '{' is not preceded with whitespace. | 576 |
![]() | Line contains a tab character. | 577 |
![]() | Line contains a tab character. | 578 |
![]() | Line contains a tab character. | 579 |
![]() | Line contains a tab character. | 580 |
![]() | Line is longer than 80 characters. | 581 |
![]() | Line contains a tab character. | 581 |
![]() | Line is longer than 80 characters. | 582 |
![]() | Line contains a tab character. | 582 |
![]() | Line is longer than 80 characters. | 583 |
![]() | Line contains a tab character. | 583 |
![]() | 'else' is not preceded with whitespace. | 583 |
![]() | '}' is not followed by whitespace. | 583 |
![]() | 'if' is not followed by whitespace. | 583 |
![]() | '{' is not preceded with whitespace. | 583 |
![]() | Line contains a tab character. | 584 |
![]() | Line has trailing spaces. | 585 |
![]() | Line is longer than 80 characters. | 585 |
![]() | Line contains a tab character. | 585 |
![]() | Line is longer than 80 characters. | 586 |
![]() | Line contains a tab character. | 586 |
![]() | Line contains a tab character. | 587 |
![]() | Line has trailing spaces. | 588 |
![]() | Line is longer than 80 characters. | 588 |
![]() | Line contains a tab character. | 588 |
![]() | Line is longer than 80 characters. | 589 |
![]() | Line contains a tab character. | 589 |
![]() | Line is longer than 80 characters. | 590 |
![]() | Line contains a tab character. | 590 |
![]() | Line is longer than 80 characters. | 591 |
![]() | Line contains a tab character. | 591 |
![]() | Line is longer than 80 characters. | 592 |
![]() | Line contains a tab character. | 592 |
![]() | Line is longer than 80 characters. | 593 |
![]() | Line contains a tab character. | 593 |
![]() | Line has trailing spaces. | 594 |
![]() | Line is longer than 80 characters. | 594 |
![]() | Line contains a tab character. | 594 |
![]() | Line is longer than 80 characters. | 595 |
![]() | Line contains a tab character. | 595 |
![]() | ')' is preceded with whitespace. | 595 |
![]() | Avoid inline conditionals. | 595 |
![]() | ';' is preceded with whitespace. | 595 |
![]() | Line has trailing spaces. | 596 |
![]() | Line is longer than 80 characters. | 596 |
![]() | Line contains a tab character. | 596 |
![]() | Line is longer than 80 characters. | 597 |
![]() | Line contains a tab character. | 597 |
![]() | Line is longer than 80 characters. | 598 |
![]() | Line contains a tab character. | 598 |
![]() | Line is longer than 80 characters. | 599 |
![]() | Line contains a tab character. | 599 |
![]() | Line is longer than 80 characters. | 600 |
![]() | Line contains a tab character. | 600 |
![]() | 'for' is not followed by whitespace. | 600 |
![]() | '+=' is not preceded with whitespace. | 600 |
![]() | '+=' is not followed by whitespace. | 600 |
![]() | '{' is not preceded with whitespace. | 600 |
![]() | Line is longer than 80 characters. | 601 |
![]() | Line contains a tab character. | 601 |
![]() | Line contains a tab character. | 602 |
![]() | Line is longer than 80 characters. | 603 |
![]() | Line contains a tab character. | 603 |
![]() | ',' is not followed by whitespace. | 603 |
![]() | Line is longer than 80 characters. | 604 |
![]() | Line contains a tab character. | 604 |
![]() | Line is longer than 80 characters. | 605 |
![]() | Line contains a tab character. | 605 |
![]() | Line is longer than 80 characters. | 606 |
![]() | Line contains a tab character. | 607 |
![]() | Line has trailing spaces. | 608 |
![]() | Line contains a tab character. | 608 |
![]() | Line contains a tab character. | 609 |
![]() | Line contains a tab character. | 610 |
![]() | Line has trailing spaces. | 611 |
![]() | Line contains a tab character. | 611 |
![]() | Line contains a tab character. | 612 |
![]() | Line is longer than 80 characters. | 613 |
![]() | Line contains a tab character. | 613 |
![]() | 'if' is not followed by whitespace. | 613 |
![]() | '{' is not preceded with whitespace. | 613 |
![]() | Line has trailing spaces. | 614 |
![]() | Line is longer than 80 characters. | 614 |
![]() | Line contains a tab character. | 614 |
![]() | Line is longer than 80 characters. | 615 |
![]() | Line contains a tab character. | 615 |
![]() | Line is longer than 80 characters. | 616 |
![]() | Line contains a tab character. | 616 |
![]() | Line contains a tab character. | 617 |
![]() | Line contains a tab character. | 618 |
![]() | Line is longer than 80 characters. | 619 |
![]() | Line contains a tab character. | 619 |
![]() | '(' is preceded with whitespace. | 619 |
![]() | Line is longer than 80 characters. | 620 |
![]() | Line contains a tab character. | 620 |
![]() | Line is longer than 80 characters. | 621 |
![]() | Line contains a tab character. | 621 |
![]() | Line is longer than 80 characters. | 622 |
![]() | Line contains a tab character. | 622 |
![]() | Line is longer than 80 characters. | 623 |
![]() | Line contains a tab character. | 623 |
![]() | Line is longer than 80 characters. | 624 |
![]() | Line contains a tab character. | 624 |
![]() | Line is longer than 80 characters. | 625 |
![]() | Line contains a tab character. | 625 |
![]() | Line contains a tab character. | 626 |
![]() | Line has trailing spaces. | 627 |
![]() | Line contains a tab character. | 627 |
![]() | Line contains a tab character. | 628 |
![]() | Line contains a tab character. | 629 |
![]() | Line contains a tab character. | 630 |
![]() | Line contains a tab character. | 631 |
![]() | 'catch' is not preceded with whitespace. | 631 |
![]() | '}' is not followed by whitespace. | 631 |
![]() | '{' is not preceded with whitespace. | 631 |
![]() | Line is longer than 80 characters. | 632 |
![]() | Line contains a tab character. | 632 |
![]() | ',' is not followed by whitespace. | 632 |
![]() | Line contains a tab character. | 633 |
![]() | 'catch' is not preceded with whitespace. | 633 |
![]() | '}' is not followed by whitespace. | 633 |
![]() | '{' is not preceded with whitespace. | 633 |
![]() | Line is longer than 80 characters. | 634 |
![]() | Line contains a tab character. | 634 |
![]() | Line contains a tab character. | 635 |
![]() | Line contains a tab character. | 636 |
![]() | Line has trailing spaces. | 637 |
![]() | Line contains a tab character. | 637 |
![]() | Line is longer than 80 characters. | 638 |
![]() | Line contains a tab character. | 638 |
![]() | Line has trailing spaces. | 639 |
![]() | Line contains a tab character. | 639 |
![]() | Line is longer than 80 characters. | 640 |
![]() | Line contains a tab character. | 640 |
![]() | Line is longer than 80 characters. | 641 |
![]() | Line contains a tab character. | 641 |
![]() | Line has trailing spaces. | 642 |
![]() | Line contains a tab character. | 642 |
![]() | Line contains a tab character. | 643 |
![]() | Line contains a tab character. | 644 |
![]() | Line contains a tab character. | 645 |
![]() | Line is longer than 80 characters. | 646 |
![]() | Line contains a tab character. | 646 |
![]() | Line is longer than 80 characters. | 647 |
![]() | Line contains a tab character. | 647 |
![]() | Line is longer than 80 characters. | 648 |
![]() | Line contains a tab character. | 648 |
![]() | 'if' is not followed by whitespace. | 648 |
![]() | '==' is not preceded with whitespace. | 648 |
![]() | '==' is not followed by whitespace. | 648 |
![]() | '{' is not preceded with whitespace. | 648 |
![]() | Line is longer than 80 characters. | 649 |
![]() | Line contains a tab character. | 649 |
![]() | Line is longer than 80 characters. | 650 |
![]() | Line contains a tab character. | 650 |
![]() | Line is longer than 80 characters. | 651 |
![]() | Line contains a tab character. | 651 |
![]() | 'if' is not followed by whitespace. | 651 |
![]() | '{' is not preceded with whitespace. | 651 |
![]() | Line is longer than 80 characters. | 652 |
![]() | Line contains a tab character. | 652 |
![]() | Line contains a tab character. | 653 |
![]() | Line is longer than 80 characters. | 654 |
![]() | Line contains a tab character. | 654 |
![]() | Line contains a tab character. | 655 |
![]() | 'else' is not preceded with whitespace. | 655 |
![]() | '}' is not followed by whitespace. | 655 |
![]() | 'else' is not followed by whitespace. | 655 |
![]() | '{' is not preceded with whitespace. | 655 |
![]() | Line is longer than 80 characters. | 656 |
![]() | Line contains a tab character. | 656 |
![]() | Line contains a tab character. | 657 |
![]() | Line contains a tab character. | 658 |
![]() | Line contains a tab character. | 659 |
![]() | Line contains a tab character. | 660 |
![]() | Line has trailing spaces. | 661 |
![]() | Line contains a tab character. | 661 |
![]() | Line is longer than 80 characters. | 662 |
![]() | Line contains a tab character. | 662 |
![]() | Line is longer than 80 characters. | 663 |
![]() | Line contains a tab character. | 663 |
![]() | 'for' is not followed by whitespace. | 663 |
![]() | '{' is not preceded with whitespace. | 663 |
![]() | Line contains a tab character. | 664 |
![]() | Line is longer than 80 characters. | 665 |
![]() | Line contains a tab character. | 665 |
![]() | ')' is preceded with whitespace. | 665 |
![]() | Line has trailing spaces. | 666 |
![]() | Line contains a tab character. | 666 |
![]() | Line contains a tab character. | 667 |
![]() | Line contains a tab character. | 668 |
![]() | Line contains a tab character. | 669 |
![]() | Line has trailing spaces. | 670 |
![]() | Line contains a tab character. | 670 |
![]() | Line contains a tab character. | 671 |
![]() | Line contains a tab character. | 672 |
![]() | Line contains a tab character. | 673 |
![]() | Line contains a tab character. | 674 |
![]() | Line has trailing spaces. | 675 |
![]() | Line contains a tab character. | 675 |
![]() | Line contains a tab character. | 676 |
![]() | Line has trailing spaces. | 677 |
![]() | Line contains a tab character. | 677 |
![]() | Line is longer than 80 characters. | 678 |
![]() | Line contains a tab character. | 678 |
![]() | Line contains a tab character. | 679 |
![]() | Line is longer than 80 characters. | 680 |
![]() | Line contains a tab character. | 680 |
![]() | Line has trailing spaces. | 681 |
![]() | Line contains a tab character. | 681 |
![]() | Line is longer than 80 characters. | 684 |
![]() | Line contains a tab character. | 684 |
![]() | Line is longer than 80 characters. | 685 |
![]() | Line contains a tab character. | 685 |
![]() | Line is longer than 80 characters. | 686 |
![]() | Line contains a tab character. | 686 |
![]() | Line contains a tab character. | 687 |
![]() | '-' is not preceded with whitespace. | 687 |
![]() | '-' is not followed by whitespace. | 687 |
![]() | Line contains a tab character. | 688 |
![]() | 'if' is not followed by whitespace. | 688 |
![]() | '{' is not preceded with whitespace. | 688 |
![]() | Line contains a tab character. | 689 |
![]() | Line contains a tab character. | 690 |
![]() | Line contains a tab character. | 691 |
![]() | Line contains a tab character. | 692 |
![]() | Line has trailing spaces. | 693 |
![]() | Line contains a tab character. | 693 |
![]() | Line contains a tab character. | 694 |
![]() | Line is longer than 80 characters. | 695 |
![]() | Line contains a tab character. | 695 |
![]() | 'for' is not followed by whitespace. | 695 |
![]() | ',' is not followed by whitespace. | 695 |
![]() | ':' is not preceded with whitespace. | 695 |
![]() | ':' is not followed by whitespace. | 695 |
![]() | '{' is not preceded with whitespace. | 695 |
![]() | Line contains a tab character. | 696 |
![]() | 'for' is not followed by whitespace. | 696 |
![]() | ':' is not preceded with whitespace. | 696 |
![]() | ':' is not followed by whitespace. | 696 |
![]() | '{' is not preceded with whitespace. | 696 |
![]() | Line is longer than 80 characters. | 697 |
![]() | Line contains a tab character. | 697 |
![]() | Line contains a tab character. | 698 |
![]() | Line is longer than 80 characters. | 699 |
![]() | Line contains a tab character. | 699 |
![]() | Line contains a tab character. | 700 |
![]() | Line contains a tab character. | 701 |
![]() | Line contains a tab character. | 702 |
![]() | Line has trailing spaces. | 703 |
![]() | Line contains a tab character. | 703 |
![]() | Line contains a tab character. | 704 |
![]() | Line contains a tab character. | 705 |
![]() | Line is longer than 80 characters. | 707 |
![]() | Line contains a tab character. | 707 |
![]() | Missing a Javadoc comment. | 707 |
![]() | Parameter cluResults should be final. | 707 |
![]() | '{' is not preceded with whitespace. | 707 |
![]() | Line has trailing spaces. | 708 |
![]() | Line contains a tab character. | 708 |
![]() | Line is longer than 80 characters. | 709 |
![]() | Line contains a tab character. | 709 |
![]() | Line has trailing spaces. | 710 |
![]() | Line contains a tab character. | 710 |
![]() | Line contains a tab character. | 711 |
![]() | Line is longer than 80 characters. | 712 |
![]() | Line contains a tab character. | 712 |
![]() | Line contains a tab character. | 713 |
![]() | 'for' is not followed by whitespace. | 713 |
![]() | ':' is not preceded with whitespace. | 713 |
![]() | ':' is not followed by whitespace. | 713 |
![]() | '{' is not preceded with whitespace. | 713 |
![]() | Line contains a tab character. | 714 |
![]() | 'if' is not followed by whitespace. | 714 |
![]() | '{' is not preceded with whitespace. | 714 |
![]() | Line is longer than 80 characters. | 715 |
![]() | Line contains a tab character. | 715 |
![]() | Line is longer than 80 characters. | 716 |
![]() | Line contains a tab character. | 716 |
![]() | 'for' is not followed by whitespace. | 716 |
![]() | ':' is not preceded with whitespace. | 716 |
![]() | '{' is not preceded with whitespace. | 716 |
![]() | Line is longer than 80 characters. | 717 |
![]() | Line contains a tab character. | 717 |
![]() | Line contains a tab character. | 718 |
![]() | Line contains a tab character. | 719 |
![]() | Line contains a tab character. | 720 |
![]() | Line contains a tab character. | 721 |
![]() | Line contains a tab character. | 722 |
![]() | Line contains a tab character. | 723 |
![]() | Line has trailing spaces. | 724 |
![]() | Line contains a tab character. | 724 |
![]() | Line contains a tab character. | 725 |
![]() | Missing a Javadoc comment. | 725 |
![]() | Line is longer than 80 characters. | 726 |
![]() | Line contains a tab character. | 726 |
![]() | Parameter cluResults should be final. | 726 |
![]() | Line is longer than 80 characters. | 727 |
![]() | Line contains a tab character. | 727 |
![]() | Line is longer than 80 characters. | 728 |
![]() | Line contains a tab character. | 728 |
![]() | Line is longer than 80 characters. | 729 |
![]() | Line contains a tab character. | 729 |
![]() | Line contains a tab character. | 730 |
![]() | 'for' is not followed by whitespace. | 730 |
![]() | ':' is not preceded with whitespace. | 730 |
![]() | ':' is not followed by whitespace. | 730 |
![]() | '{' is not preceded with whitespace. | 730 |
![]() | Line contains a tab character. | 731 |
![]() | 'if' is not followed by whitespace. | 731 |
![]() | '{' is not preceded with whitespace. | 731 |
![]() | Line is longer than 80 characters. | 732 |
![]() | Line contains a tab character. | 732 |
![]() | Line is longer than 80 characters. | 733 |
![]() | Line contains a tab character. | 733 |
![]() | 'for' is not followed by whitespace. | 733 |
![]() | ':' is not preceded with whitespace. | 733 |
![]() | '{' is not preceded with whitespace. | 733 |
![]() | Line contains a tab character. | 734 |
![]() | Line is longer than 80 characters. | 735 |
![]() | Line contains a tab character. | 735 |
![]() | Line contains a tab character. | 736 |
![]() | Line contains a tab character. | 737 |
![]() | Line is longer than 80 characters. | 738 |
![]() | Line contains a tab character. | 738 |
![]() | '+' is not preceded with whitespace. | 738 |
![]() | '+' is not followed by whitespace. | 738 |
![]() | '+' is not preceded with whitespace. | 738 |
![]() | '+' is not followed by whitespace. | 738 |
![]() | '+' is not preceded with whitespace. | 738 |
![]() | '+' is not followed by whitespace. | 738 |
![]() | Line contains a tab character. | 739 |
![]() | Line is longer than 80 characters. | 740 |
![]() | Line contains a tab character. | 740 |
![]() | ',' is not followed by whitespace. | 740 |
![]() | Line contains a tab character. | 741 |
![]() | Line contains a tab character. | 742 |
![]() | Line contains a tab character. | 743 |
![]() | Line contains a tab character. | 744 |
![]() | Line contains a tab character. | 745 |
![]() | Line contains a tab character. | 746 |
![]() | Line has trailing spaces. | 747 |
![]() | Line contains a tab character. | 747 |
![]() | Line contains a tab character. | 748 |
![]() | Line contains a tab character. | 749 |
![]() | Missing a Javadoc comment. | 749 |
![]() | Parameter cluId should be final. | 749 |
![]() | Line is longer than 80 characters. | 750 |
![]() | Line contains a tab character. | 750 |
![]() | Parameter course should be final. | 750 |
![]() | Parameter operation should be final. | 750 |
![]() | Line contains a tab character. | 751 |
![]() | Line is longer than 80 characters. | 752 |
![]() | Line contains a tab character. | 752 |
![]() | Line is longer than 80 characters. | 754 |
![]() | Line contains a tab character. | 754 |
![]() | Line contains a tab character. | 755 |
![]() | Line is longer than 80 characters. | 756 |
![]() | Line contains a tab character. | 756 |
![]() | Line contains a tab character. | 757 |
![]() | Line is longer than 80 characters. | 758 |
![]() | Line contains a tab character. | 758 |
![]() | Line contains a tab character. | 759 |
![]() | 'for' is not followed by whitespace. | 759 |
![]() | ':' is not preceded with whitespace. | 759 |
![]() | ':' is not followed by whitespace. | 759 |
![]() | '{' is not preceded with whitespace. | 759 |
![]() | Line is longer than 80 characters. | 760 |
![]() | Line contains a tab character. | 760 |
![]() | 'if' is not followed by whitespace. | 760 |
![]() | '{' is not preceded with whitespace. | 760 |
![]() | Line is longer than 80 characters. | 761 |
![]() | Line contains a tab character. | 761 |
![]() | Line contains a tab character. | 762 |
![]() | Line contains a tab character. | 763 |
![]() | Line contains a tab character. | 764 |
![]() | Must have at least one statement. | 764 |
![]() | Line contains a tab character. | 765 |
![]() | Line is longer than 80 characters. | 766 |
![]() | Line contains a tab character. | 766 |
![]() | Line contains a tab character. | 767 |
![]() | Line has trailing spaces. | 768 |
![]() | Line contains a tab character. | 768 |
![]() | Line contains a tab character. | 769 |
![]() | Line contains a tab character. | 770 |
![]() | 'for' is not followed by whitespace. | 770 |
![]() | '{' is not preceded with whitespace. | 770 |
![]() | Line has trailing spaces. | 771 |
![]() | Line contains a tab character. | 771 |
![]() | Line is longer than 80 characters. | 772 |
![]() | Line contains a tab character. | 772 |
![]() | Line contains a tab character. | 773 |
![]() | Line is longer than 80 characters. | 774 |
![]() | Line contains a tab character. | 774 |
![]() | Line has trailing spaces. | 775 |
![]() | Line contains a tab character. | 775 |
![]() | Line contains a tab character. | 778 |
![]() | Line contains a tab character. | 779 |
![]() | Line is longer than 80 characters. | 789 |
![]() | Line is longer than 80 characters. | 792 |
![]() | Line is longer than 80 characters. | 799 |
![]() | Line contains a tab character. | 799 |
![]() | Line contains a tab character. | 800 |
![]() | Line contains a tab character. | 801 |
![]() | Line contains a tab character. | 803 |
![]() | Line contains a tab character. | 804 |
![]() | Line is longer than 80 characters. | 806 |
![]() | Line contains a tab character. | 806 |
![]() | Line contains a tab character. | 807 |
![]() | Line is longer than 80 characters. | 808 |
![]() | Line contains a tab character. | 808 |
![]() | Line contains a tab character. | 809 |
![]() | Line is longer than 80 characters. | 810 |
![]() | Line has trailing spaces. | 811 |
![]() | Line contains a tab character. | 811 |
![]() | Line is longer than 80 characters. | 813 |
![]() | Line contains a tab character. | 813 |
![]() | Line is longer than 80 characters. | 814 |
![]() | Line has trailing spaces. | 819 |
![]() | Line is longer than 80 characters. | 821 |
![]() | Line contains a tab character. | 821 |
![]() | Line has trailing spaces. | 822 |
![]() | Line has trailing spaces. | 826 |
![]() | Line is longer than 80 characters. | 826 |
![]() | Line contains a tab character. | 826 |
![]() | Line contains a tab character. | 827 |
![]() | Line has trailing spaces. | 828 |
![]() | Line contains a tab character. | 828 |
![]() | Line is longer than 80 characters. | 832 |
![]() | Line contains a tab character. | 835 |
![]() | Line is longer than 80 characters. | 836 |
![]() | 'try' is not followed by whitespace. | 842 |
![]() | '{' is not preceded with whitespace. | 842 |
![]() | Line contains a tab character. | 843 |
![]() | Line has trailing spaces. | 844 |
![]() | Line is longer than 80 characters. | 845 |
![]() | Line contains a tab character. | 845 |
![]() | Line is longer than 80 characters. | 846 |
![]() | Line contains a tab character. | 846 |
![]() | Line is longer than 80 characters. | 847 |
![]() | Line contains a tab character. | 847 |
![]() | Line contains a tab character. | 848 |
![]() | Line contains a tab character. | 849 |
![]() | '{' is not preceded with whitespace. | 849 |
![]() | Line is longer than 80 characters. | 850 |
![]() | Line contains a tab character. | 850 |
![]() | '+' is not preceded with whitespace. | 850 |
![]() | '+' is not followed by whitespace. | 850 |
![]() | Line is longer than 80 characters. | 852 |
![]() | Line contains a tab character. | 852 |
![]() | ',' is not followed by whitespace. | 852 |
![]() | Line contains a tab character. | 853 |
![]() | Line has trailing spaces. | 855 |
![]() | Line contains a tab character. | 855 |
![]() | Line contains a tab character. | 856 |
![]() | Line contains a tab character. | 857 |
![]() | Line has trailing spaces. | 858 |
![]() | Line contains a tab character. | 858 |
![]() | Line is longer than 80 characters. | 859 |
![]() | Line contains a tab character. | 859 |
![]() | Missing a Javadoc comment. | 859 |
![]() | Parameter cluId should be final. | 859 |
![]() | Line is longer than 80 characters. | 860 |
![]() | Line contains a tab character. | 860 |
![]() | Parameter courseState should be final. | 860 |
![]() | Parameter options should be final. | 860 |
![]() | Parameter currentCluResults should be final. | 860 |
![]() | Parameter operation should be final. | 860 |
![]() | Line is longer than 80 characters. | 861 |
![]() | Line contains a tab character. | 861 |
![]() | Line has trailing spaces. | 862 |
![]() | Line contains a tab character. | 862 |
![]() | Line has trailing spaces. | 863 |
![]() | Line is longer than 80 characters. | 863 |
![]() | Line contains a tab character. | 863 |
![]() | '=' is not preceded with whitespace. | 863 |
![]() | '=' is not followed by whitespace. | 863 |
![]() | Line contains a tab character. | 864 |
![]() | '=' is not preceded with whitespace. | 864 |
![]() | '=' is not followed by whitespace. | 864 |
![]() | Line contains a tab character. | 865 |
![]() | '=' is not preceded with whitespace. | 865 |
![]() | '=' is not followed by whitespace. | 865 |
![]() | Line is longer than 80 characters. | 867 |
![]() | Line contains a tab character. | 867 |
![]() | Line is longer than 80 characters. | 868 |
![]() | Line contains a tab character. | 868 |
![]() | Line contains a tab character. | 870 |
![]() | Line has trailing spaces. | 871 |
![]() | Line contains a tab character. | 871 |
![]() | Line contains a tab character. | 872 |
![]() | Line contains a tab character. | 873 |
![]() | Line contains a tab character. | 874 |
![]() | Line is longer than 80 characters. | 875 |
![]() | Line contains a tab character. | 875 |
![]() | Line contains a tab character. | 876 |
![]() | Line is longer than 80 characters. | 877 |
![]() | Line contains a tab character. | 877 |
![]() | 'if' is not followed by whitespace. | 877 |
![]() | '{' is not preceded with whitespace. | 877 |
![]() | Line is longer than 80 characters. | 878 |
![]() | Line contains a tab character. | 878 |
![]() | Line is longer than 80 characters. | 879 |
![]() | Line contains a tab character. | 879 |
![]() | Line contains a tab character. | 880 |
![]() | 'else' is not preceded with whitespace. | 880 |
![]() | '}' is not followed by whitespace. | 880 |
![]() | 'else' is not followed by whitespace. | 880 |
![]() | '{' is not preceded with whitespace. | 880 |
![]() | Line is longer than 80 characters. | 881 |
![]() | Line contains a tab character. | 881 |
![]() | Line is longer than 80 characters. | 882 |
![]() | Line contains a tab character. | 882 |
![]() | Line is longer than 80 characters. | 883 |
![]() | Line contains a tab character. | 883 |
![]() | 'for' is not followed by whitespace. | 883 |
![]() | ':' is not preceded with whitespace. | 883 |
![]() | ':' is not followed by whitespace. | 883 |
![]() | '{' is not preceded with whitespace. | 883 |
![]() | Line is longer than 80 characters. | 884 |
![]() | Line contains a tab character. | 884 |
![]() | Line contains a tab character. | 885 |
![]() | Line contains a tab character. | 886 |
![]() | Line contains a tab character. | 887 |
![]() | Line contains a tab character. | 888 |
![]() | Line contains a tab character. | 889 |
![]() | Line contains a tab character. | 890 |
![]() | Line is longer than 80 characters. | 892 |
![]() | Line contains a tab character. | 892 |
![]() | Line contains a tab character. | 893 |
![]() | 'if' is not followed by whitespace. | 893 |
![]() | '{' is not preceded with whitespace. | 893 |
![]() | Line contains a tab character. | 894 |
![]() | 'if' is not followed by whitespace. | 894 |
![]() | '{' is not preceded with whitespace. | 894 |
![]() | Line is longer than 80 characters. | 895 |
![]() | Line contains a tab character. | 895 |
![]() | Line contains a tab character. | 896 |
![]() | Line contains a tab character. | 897 |
![]() | Line contains a tab character. | 898 |
![]() | Line contains a tab character. | 899 |
![]() | Line contains a tab character. | 900 |
![]() | Line contains a tab character. | 901 |
![]() | Line contains a tab character. | 902 |
![]() | Line contains a tab character. | 903 |
![]() | Line is longer than 80 characters. | 904 |
![]() | Line contains a tab character. | 904 |
![]() | Line contains a tab character. | 905 |
![]() | Line has trailing spaces. | 906 |
![]() | Line contains a tab character. | 906 |
![]() | Line is longer than 80 characters. | 907 |
![]() | Line contains a tab character. | 907 |
![]() | Line has trailing spaces. | 908 |
![]() | Line contains a tab character. | 908 |
![]() | Line contains a tab character. | 909 |
![]() | Line contains a tab character. | 910 |
![]() | Line contains a tab character. | 911 |
![]() | 'if' is not followed by whitespace. | 911 |
![]() | '{' is not preceded with whitespace. | 911 |
![]() | Line is longer than 80 characters. | 912 |
![]() | Line contains a tab character. | 912 |
![]() | Line is longer than 80 characters. | 913 |
![]() | Line contains a tab character. | 913 |
![]() | Line is longer than 80 characters. | 914 |
![]() | Line contains a tab character. | 914 |
![]() | Line contains a tab character. | 915 |
![]() | 'else' is not preceded with whitespace. | 915 |
![]() | '}' is not followed by whitespace. | 915 |
![]() | 'else' is not followed by whitespace. | 915 |
![]() | '{' is not preceded with whitespace. | 915 |
![]() | Line contains a tab character. | 916 |
![]() | Line is longer than 80 characters. | 917 |
![]() | Line contains a tab character. | 917 |
![]() | Line contains a tab character. | 918 |
![]() | Line contains a tab character. | 919 |
![]() | Line contains a tab character. | 920 |
![]() | Line is longer than 80 characters. | 921 |
![]() | Line contains a tab character. | 921 |
![]() | Line contains a tab character. | 922 |
![]() | Line has trailing spaces. | 923 |
![]() | Line contains a tab character. | 923 |
![]() | Line is longer than 80 characters. | 924 |
![]() | Line contains a tab character. | 924 |
![]() | Line contains a tab character. | 925 |
![]() | Line contains a tab character. | 926 |
![]() | Line contains a tab character. | 927 |
![]() | Line has trailing spaces. | 928 |
![]() | Line contains a tab character. | 928 |
![]() | Line contains a tab character. | 929 |
![]() | Line contains a tab character. | 930 |
![]() | Line contains a tab character. | 931 |
![]() | Line contains a tab character. | 933 |
![]() | Line contains a tab character. | 934 |
![]() | Line is longer than 80 characters. | 935 |
![]() | Line contains a tab character. | 935 |
![]() | Missing a Javadoc comment. | 935 |
![]() | Parameter nodeId should be final. | 935 |
![]() | Line contains a tab character. | 936 |
![]() | Parameter course should be final. | 936 |
![]() | Parameter operation should be final. | 936 |
![]() | Line is longer than 80 characters. | 937 |
![]() | Line contains a tab character. | 937 |
![]() | Line is longer than 80 characters. | 939 |
![]() | Line contains a tab character. | 939 |
![]() | Line is longer than 80 characters. | 941 |
![]() | Line contains a tab character. | 941 |
![]() | Line contains a tab character. | 942 |
![]() | Line is longer than 80 characters. | 943 |
![]() | Line contains a tab character. | 943 |
![]() | Line contains a tab character. | 945 |
![]() | Line contains a tab character. | 946 |
![]() | Line is longer than 80 characters. | 947 |
![]() | Line contains a tab character. | 947 |
![]() | Line is longer than 80 characters. | 948 |
![]() | Line contains a tab character. | 948 |
![]() | Line has trailing spaces. | 949 |
![]() | Line contains a tab character. | 949 |
![]() | Line is longer than 80 characters. | 950 |
![]() | Line contains a tab character. | 950 |
![]() | Line has trailing spaces. | 951 |
![]() | Line contains a tab character. | 951 |
![]() | Line is longer than 80 characters. | 952 |
![]() | Line contains a tab character. | 952 |
![]() | Line is longer than 80 characters. | 953 |
![]() | Line contains a tab character. | 953 |
![]() | Line is longer than 80 characters. | 954 |
![]() | Line contains a tab character. | 954 |
![]() | Line is longer than 80 characters. | 955 |
![]() | Line contains a tab character. | 955 |
![]() | Line is longer than 80 characters. | 956 |
![]() | Line contains a tab character. | 956 |
![]() | Line contains a tab character. | 957 |
![]() | Line contains a tab character. | 958 |
![]() | Line contains a tab character. | 959 |
![]() | Must have at least one statement. | 959 |
![]() | Line contains a tab character. | 960 |
![]() | Line is longer than 80 characters. | 961 |
![]() | Line contains a tab character. | 961 |
![]() | Line contains a tab character. | 962 |
![]() | Line is longer than 80 characters. | 963 |
![]() | Line contains a tab character. | 963 |
![]() | Line contains a tab character. | 964 |
![]() | Line is longer than 80 characters. | 965 |
![]() | Line contains a tab character. | 965 |
![]() | Line contains a tab character. | 966 |
![]() | Line contains a tab character. | 967 |
![]() | Line contains a tab character. | 969 |
![]() | Line contains a tab character. | 970 |
![]() | Line is longer than 80 characters. | 972 |
![]() | Line contains a tab character. | 972 |
![]() | Line contains a tab character. | 973 |
![]() | Line is longer than 80 characters. | 974 |
![]() | Line contains a tab character. | 974 |
![]() | ')' is preceded with whitespace. | 974 |
![]() | Line contains a tab character. | 977 |
![]() | Line is longer than 80 characters. | 978 |
![]() | Line has trailing spaces. | 982 |
![]() | Line is longer than 80 characters. | 986 |
![]() | ';' is not followed by whitespace. | 986 |
![]() | Line is longer than 80 characters. | 992 |
![]() | Line is longer than 80 characters. | 995 |
![]() | Line is longer than 80 characters. | 1002 |
![]() | Line contains a tab character. | 1002 |
![]() | Line is longer than 80 characters. | 1003 |
![]() | Line contains a tab character. | 1003 |
![]() | Line contains a tab character. | 1004 |
![]() | Line contains a tab character. | 1005 |
![]() | Line is longer than 80 characters. | 1006 |
![]() | Line contains a tab character. | 1006 |
![]() | Line is longer than 80 characters. | 1007 |
![]() | Line contains a tab character. | 1007 |
![]() | Line contains a tab character. | 1008 |
![]() | Line is longer than 80 characters. | 1010 |
![]() | Line contains a tab character. | 1010 |
![]() | Line contains a tab character. | 1011 |
![]() | Line contains a tab character. | 1012 |
![]() | Line contains a tab character. | 1013 |
![]() | Line contains a tab character. | 1015 |
![]() | Line is longer than 80 characters. | 1016 |
![]() | Line contains a tab character. | 1016 |
![]() | Line is longer than 80 characters. | 1017 |
![]() | Line contains a tab character. | 1017 |
![]() | '(' is followed by whitespace. | 1017 |
![]() | ')' is preceded with whitespace. | 1017 |
![]() | Line is longer than 80 characters. | 1018 |
![]() | Line contains a tab character. | 1018 |
![]() | Line contains a tab character. | 1019 |
![]() | Line contains a tab character. | 1020 |
![]() | Line contains a tab character. | 1021 |
![]() | Line contains a tab character. | 1022 |
![]() | Line has trailing spaces. | 1023 |
![]() | Line contains a tab character. | 1023 |
![]() | Line is longer than 80 characters. | 1024 |
![]() | Line has trailing spaces. | 1026 |
![]() | Line contains a tab character. | 1026 |
![]() | Line has trailing spaces. | 1031 |
![]() | Line contains a tab character. | 1031 |
![]() | Line contains a tab character. | 1032 |
![]() | Line has trailing spaces. | 1033 |
![]() | Line contains a tab character. | 1033 |
![]() | Line is longer than 80 characters. | 1035 |
![]() | '(' is followed by whitespace. | 1040 |
![]() | ')' is preceded with whitespace. | 1040 |
![]() | Line is longer than 80 characters. | 1041 |
![]() | Line has trailing spaces. | 1046 |
![]() | Line is longer than 80 characters. | 1048 |
![]() | Line is longer than 80 characters. | 1049 |
![]() | Line has trailing spaces. | 1051 |
![]() | Line contains a tab character. | 1054 |
![]() | Line contains a tab character. | 1055 |
![]() | Line has trailing spaces. | 1056 |
![]() | Line contains a tab character. | 1056 |
![]() | Line is longer than 80 characters. | 1057 |
![]() | Line contains a tab character. | 1057 |
![]() | Missing a Javadoc comment. | 1057 |
![]() | Parameter cluIdents should be final. | 1057 |
![]() | Line is longer than 80 characters. | 1058 |
![]() | Line contains a tab character. | 1058 |
![]() | Line contains a tab character. | 1059 |
![]() | Line contains a tab character. | 1060 |
![]() | Line has trailing spaces. | 1061 |
![]() | Line contains a tab character. | 1061 |
![]() | '&&' should be on a new line. | 1061 |
![]() | Line is longer than 80 characters. | 1062 |
![]() | Line contains a tab character. | 1062 |
![]() | Line is longer than 80 characters. | 1063 |
![]() | Line contains a tab character. | 1063 |
![]() | Line contains a tab character. | 1064 |
![]() | Line contains a tab character. | 1065 |
![]() | Line is longer than 80 characters. | 1066 |
![]() | Line contains a tab character. | 1066 |
![]() | Line is longer than 80 characters. | 1067 |
![]() | Line contains a tab character. | 1067 |
![]() | Line is longer than 80 characters. | 1068 |
![]() | Line contains a tab character. | 1068 |
![]() | Line is longer than 80 characters. | 1069 |
![]() | Line contains a tab character. | 1069 |
![]() | Line contains a tab character. | 1070 |
![]() | Line contains a tab character. | 1071 |
![]() | Line contains a tab character. | 1072 |
![]() | Line contains a tab character. | 1073 |
![]() | Line contains a tab character. | 1074 |
![]() | Line contains a tab character. | 1075 |
![]() | Line has trailing spaces. | 1076 |
![]() | Line contains a tab character. | 1076 |
![]() | Line is longer than 80 characters. | 1077 |
![]() | Line contains a tab character. | 1077 |
![]() | Missing a Javadoc comment. | 1077 |
![]() | Parameter cluIdents should be final. | 1077 |
![]() | Line is longer than 80 characters. | 1078 |
![]() | Line contains a tab character. | 1078 |
![]() | Line contains a tab character. | 1079 |
![]() | Line contains a tab character. | 1080 |
![]() | Line has trailing spaces. | 1081 |
![]() | Line contains a tab character. | 1081 |
![]() | '&&' should be on a new line. | 1081 |
![]() | Line is longer than 80 characters. | 1082 |
![]() | Line contains a tab character. | 1082 |
![]() | Line is longer than 80 characters. | 1083 |
![]() | Line contains a tab character. | 1083 |
![]() | Line contains a tab character. | 1084 |
![]() | Line is longer than 80 characters. | 1085 |
![]() | Line contains a tab character. | 1085 |
![]() | Line is longer than 80 characters. | 1086 |
![]() | Line contains a tab character. | 1086 |
![]() | Line is longer than 80 characters. | 1087 |
![]() | Line contains a tab character. | 1087 |
![]() | Line is longer than 80 characters. | 1088 |
![]() | Line contains a tab character. | 1088 |
![]() | Line is longer than 80 characters. | 1089 |
![]() | Line contains a tab character. | 1089 |
![]() | Line is longer than 80 characters. | 1090 |
![]() | Line contains a tab character. | 1090 |
![]() | Line contains a tab character. | 1091 |
![]() | Line contains a tab character. | 1092 |
![]() | Line contains a tab character. | 1093 |
![]() | Line contains a tab character. | 1094 |
![]() | Line contains a tab character. | 1095 |
![]() | Line contains a tab character. | 1096 |
![]() | Line has trailing spaces. | 1097 |
![]() | Line contains a tab character. | 1097 |
![]() | Line contains a tab character. | 1098 |
![]() | Line contains a tab character. | 1099 |
![]() | Line contains a tab character. | 1100 |
![]() | Missing a Javadoc comment. | 1100 |
![]() | Parameter nodeId should be final. | 1100 |
![]() | Line contains a tab character. | 1101 |
![]() | Parameter course should be final. | 1101 |
![]() | Parameter operation should be final. | 1101 |
![]() | Line contains a tab character. | 1102 |
![]() | Line is longer than 80 characters. | 1104 |
![]() | Line contains a tab character. | 1104 |
![]() | Line is longer than 80 characters. | 1106 |
![]() | Line contains a tab character. | 1106 |
![]() | Line contains a tab character. | 1107 |
![]() | Line is longer than 80 characters. | 1108 |
![]() | Line contains a tab character. | 1108 |
![]() | Line contains a tab character. | 1110 |
![]() | Line contains a tab character. | 1111 |
![]() | Line is longer than 80 characters. | 1112 |
![]() | Line contains a tab character. | 1112 |
![]() | Line is longer than 80 characters. | 1113 |
![]() | Line contains a tab character. | 1113 |
![]() | Line is longer than 80 characters. | 1114 |
![]() | Line contains a tab character. | 1114 |
![]() | Line is longer than 80 characters. | 1115 |
![]() | Line contains a tab character. | 1115 |
![]() | 'if' is not followed by whitespace. | 1115 |
![]() | Line is longer than 80 characters. | 1116 |
![]() | Line contains a tab character. | 1116 |
![]() | 'if' construct must use '{}'s. | 1117 |
![]() | Line is longer than 80 characters. | 1117 |
![]() | Line contains a tab character. | 1117 |
![]() | '||' should be on a new line. | 1117 |
![]() | Line has trailing spaces. | 1118 |
![]() | Line is longer than 80 characters. | 1118 |
![]() | Line contains a tab character. | 1118 |
![]() | Line is longer than 80 characters. | 1119 |
![]() | Line contains a tab character. | 1119 |
![]() | ',' is not followed by whitespace. | 1119 |
![]() | Line has trailing spaces. | 1120 |
![]() | Line is longer than 80 characters. | 1120 |
![]() | Line contains a tab character. | 1120 |
![]() | Line is longer than 80 characters. | 1121 |
![]() | Line contains a tab character. | 1121 |
![]() | 'if' construct must use '{}'s. | 1122 |
![]() | Line is longer than 80 characters. | 1122 |
![]() | Line contains a tab character. | 1122 |
![]() | '||' should be on a new line. | 1122 |
![]() | Line has trailing spaces. | 1123 |
![]() | Line is longer than 80 characters. | 1123 |
![]() | Line contains a tab character. | 1123 |
![]() | Line has trailing spaces. | 1124 |
![]() | Line is longer than 80 characters. | 1124 |
![]() | Line contains a tab character. | 1124 |
![]() | ',' is not followed by whitespace. | 1124 |
![]() | Line has trailing spaces. | 1125 |
![]() | Line contains a tab character. | 1125 |
![]() | Line contains a tab character. | 1126 |
![]() | Line contains a tab character. | 1127 |
![]() | Line contains a tab character. | 1128 |
![]() | Must have at least one statement. | 1128 |
![]() | Line contains a tab character. | 1129 |
![]() | Line is longer than 80 characters. | 1130 |
![]() | Line contains a tab character. | 1130 |
![]() | Line contains a tab character. | 1131 |
![]() | Line is longer than 80 characters. | 1132 |
![]() | Line contains a tab character. | 1132 |
![]() | Line contains a tab character. | 1133 |
![]() | Line is longer than 80 characters. | 1134 |
![]() | Line contains a tab character. | 1134 |
![]() | Line contains a tab character. | 1135 |
![]() | Line contains a tab character. | 1136 |
![]() | Line contains a tab character. | 1138 |
![]() | Line contains a tab character. | 1139 |
![]() | Line is longer than 80 characters. | 1140 |
![]() | Line contains a tab character. | 1140 |
![]() | Line is longer than 80 characters. | 1141 |
![]() | Line contains a tab character. | 1141 |
![]() | Line is longer than 80 characters. | 1142 |
![]() | Line contains a tab character. | 1142 |
![]() | Line is longer than 80 characters. | 1143 |
![]() | Line contains a tab character. | 1143 |
![]() | Line contains a tab character. | 1144 |
![]() | Line is longer than 80 characters. | 1145 |
![]() | Line contains a tab character. | 1145 |
![]() | Line contains a tab character. | 1146 |
![]() | Line contains a tab character. | 1147 |
![]() | Line is longer than 80 characters. | 1148 |
![]() | Line contains a tab character. | 1148 |
![]() | Line contains a tab character. | 1149 |
![]() | Line contains a tab character. | 1150 |
![]() | Line contains a tab character. | 1151 |
![]() | Line contains a tab character. | 1152 |
![]() | Line contains a tab character. | 1153 |
![]() | Line is longer than 80 characters. | 1154 |
![]() | Line contains a tab character. | 1154 |
![]() | Line is longer than 80 characters. | 1155 |
![]() | Line contains a tab character. | 1155 |
![]() | Line is longer than 80 characters. | 1156 |
![]() | Line contains a tab character. | 1156 |
![]() | Line contains a tab character. | 1157 |
![]() | Line is longer than 80 characters. | 1158 |
![]() | Line contains a tab character. | 1158 |
![]() | Line contains a tab character. | 1159 |
![]() | Line contains a tab character. | 1160 |
![]() | Line contains a tab character. | 1161 |
![]() | Line is longer than 80 characters. | 1170 |
![]() | Line has trailing spaces. | 1176 |
![]() | Line contains a tab character. | 1176 |
![]() | Line contains a tab character. | 1177 |
![]() | Line contains a tab character. | 1178 |
![]() | Line has trailing spaces. | 1179 |
![]() | Line contains a tab character. | 1179 |
![]() | Line contains a tab character. | 1180 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 1180 |
![]() | Missing a Javadoc comment. | 1180 |
![]() | Parameter luService should be final. | 1180 |
![]() | 'luService' hides a field. | 1180 |
![]() | Line contains a tab character. | 1181 |
![]() | Line contains a tab character. | 1182 |
![]() | Line contains a tab character. | 1184 |
![]() | Method 'setFormatAssembler' is not designed for extension - needs to be abstract, final or empty. | 1184 |
![]() | Missing a Javadoc comment. | 1184 |
![]() | Parameter formatAssembler should be final. | 1184 |
![]() | 'formatAssembler' hides a field. | 1184 |
![]() | Line contains a tab character. | 1185 |
![]() | Line contains a tab character. | 1186 |
![]() | Line contains a tab character. | 1188 |
![]() | Method 'setCourseJointAssembler' is not designed for extension - needs to be abstract, final or empty. | 1188 |
![]() | Missing a Javadoc comment. | 1188 |
![]() | Line contains a tab character. | 1189 |
![]() | Parameter courseJointAssembler should be final. | 1189 |
![]() | 'courseJointAssembler' hides a field. | 1189 |
![]() | Line contains a tab character. | 1190 |
![]() | Line contains a tab character. | 1191 |
![]() | Line contains a tab character. | 1193 |
![]() | Method 'setLoAssembler' is not designed for extension - needs to be abstract, final or empty. | 1193 |
![]() | Missing a Javadoc comment. | 1193 |
![]() | Parameter loAssembler should be final. | 1193 |
![]() | 'loAssembler' hides a field. | 1193 |
![]() | Line contains a tab character. | 1194 |
![]() | Line contains a tab character. | 1195 |
![]() | Line contains a tab character. | 1197 |
![]() | Method 'setLoService' is not designed for extension - needs to be abstract, final or empty. | 1197 |
![]() | Missing a Javadoc comment. | 1197 |
![]() | Parameter loService should be final. | 1197 |
![]() | 'loService' hides a field. | 1197 |
![]() | Line contains a tab character. | 1198 |
![]() | Line contains a tab character. | 1199 |
![]() | Method 'setCluAssemblerUtils' is not designed for extension - needs to be abstract, final or empty. | 1201 |
![]() | Missing a Javadoc comment. | 1201 |
![]() | Parameter cluAssemblerUtils should be final. | 1201 |
![]() | 'cluAssemblerUtils' hides a field. | 1201 |
![]() | Line contains a tab character. | 1205 |
![]() | Method 'setLrcService' is not designed for extension - needs to be abstract, final or empty. | 1205 |
![]() | Missing a Javadoc comment. | 1205 |
![]() | Parameter lrcService should be final. | 1205 |
![]() | 'lrcService' hides a field. | 1205 |
![]() | Line contains a tab character. | 1206 |
![]() | Line contains a tab character. | 1207 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 9 |
![]() | Utility classes should not have a public or default constructor. | 14 |
![]() | Line contains a tab character. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line contains a tab character. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 59 |
![]() | 'static' modifier out of order with the JLS suggestions. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | 'static' modifier out of order with the JLS suggestions. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | 'static' modifier out of order with the JLS suggestions. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | 'static' modifier out of order with the JLS suggestions. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | 'static' modifier out of order with the JLS suggestions. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line contains a tab character. | 79 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Line contains a tab character. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Missing a Javadoc comment. | 94 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'luService' must be private and have accessor methods. | 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 |
![]() | Method 'getLuService' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Parameter luService should be final. | 49 |
![]() | 'luService' hides a field. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Parameter cluRel should be final. | 54 |
![]() | Parameter jointInfo should be final. | 54 |
![]() | Parameter shallowBuild should be final. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | 'if' is not followed by whitespace. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Avoid inline conditionals. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | ';' is not followed by whitespace. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | 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 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter cluRel should be final. | 79 |
![]() | Parameter cluId should be final. | 79 |
![]() | Parameter jointInfo should be final. | 79 |
![]() | Parameter shallowBuild should be final. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Avoid inline conditionals. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | '||' should be on a new 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 |
![]() | ';' is not followed by whitespace. | 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 is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | 'else' construct must use '{}'s. | 98 |
![]() | Line has trailing spaces. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line has trailing spaces. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line has trailing spaces. | 103 |
![]() | Line contains a tab character. | 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. | 108 |
![]() | Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Parameter joint should be final. | 110 |
![]() | Parameter operation should be final. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | 'if' is not followed by whitespace. | 112 |
![]() | '{' is not preceded with whitespace. | 112 |
![]() | Line has trailing spaces. | 113 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line has trailing spaces. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line has trailing spaces. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 44 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line contains a tab character. | 54 |
![]() | Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Parameter clu should be final. | 55 |
![]() | Parameter formatInfo should be final. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Parameter shallowBuild should be final. | 56 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Avoid inline conditionals. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | 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 |
![]() | Line contains a tab character. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 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 |
![]() | 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 is longer than 80 characters. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Must have at least one statement. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line has trailing spaces. | 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. | 95 |
![]() | Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Parameter format should be final. | 97 |
![]() | Parameter operation should be final. | 97 |
![]() | 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 is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 110 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Avoid inline conditionals. | 112 |
![]() | Inner assignments should be avoided. | 112 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line has trailing spaces. | 115 |
![]() | Line contains a tab character. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | ';' is not followed by whitespace. | 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 |
![]() | 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 has trailing spaces. | 129 |
![]() | 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 contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 140 |
![]() | Line has trailing spaces. | 142 |
![]() | Line has trailing spaces. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | 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 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line contains a tab character. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line has trailing spaces. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line has trailing spaces. | 161 |
![]() | 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. | 166 |
![]() | Line has trailing spaces. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | Line has trailing spaces. | 168 |
![]() | Line contains a tab character. | 168 |
![]() | Line has trailing spaces. | 169 |
![]() | Line contains a tab character. | 169 |
![]() | Line has trailing spaces. | 170 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line contains a tab character. | 172 |
![]() | Parameter nodeId should be final. | 172 |
![]() | Expected @param tag for 'nodeId'. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Parameter format should be final. | 173 |
![]() | Expected @param tag for 'format'. | 173 |
![]() | Parameter operation should be final. | 173 |
![]() | Expected @param tag for 'operation'. | 173 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Line contains a tab character. | 174 |
![]() | Expected @throws tag for 'AssemblyException'. | 174 |
![]() | Expected @throws tag for 'DoesNotExistException'. | 174 |
![]() | Expected @throws tag for 'InvalidParameterException'. | 174 |
![]() | Expected @throws tag for 'MissingParameterException'. | 174 |
![]() | Expected @throws tag for 'OperationFailedException'. | 174 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line contains a tab character. | 183 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Line contains a tab character. | 184 |
![]() | Line has trailing spaces. | 185 |
![]() | Line contains a tab character. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | 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 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line contains a tab character. | 189 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Must have at least one statement. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line is longer than 80 characters. | 215 |
![]() | ';' is not followed by whitespace. | 215 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line contains a tab character. | 230 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line contains a tab character. | 234 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Line has trailing spaces. | 243 |
![]() | Line contains a tab character. | 243 |
![]() | Line is longer than 80 characters. | 246 |
![]() | '(' is followed by whitespace. | 246 |
![]() | ')' is preceded with whitespace. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line has trailing spaces. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line has trailing spaces. | 255 |
![]() | Line has trailing spaces. | 259 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line has trailing spaces. | 261 |
![]() | Line contains a tab character. | 261 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Line is longer than 80 characters. | 277 |
![]() | Line is longer than 80 characters. | 278 |
![]() | Line has trailing spaces. | 280 |
![]() | Line is longer than 80 characters. | 280 |
![]() | Line has trailing spaces. | 282 |
![]() | Line has trailing spaces. | 283 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 287 |
![]() | Method 'getActivityAssembler' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() | Missing a Javadoc comment. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 291 |
![]() | Method 'setActivityAssembler' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() | Missing a Javadoc comment. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Parameter activityAssembler should be final. | 292 |
![]() | 'activityAssembler' hides a field. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 296 |
![]() | Method 'getLuService' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() | Missing a Javadoc comment. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line contains a tab character. | 300 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() | Missing a Javadoc comment. | 300 |
![]() | Parameter luService should be final. | 300 |
![]() | 'luService' hides a field. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Parameter lo should be final. | 35 |
![]() | Parameter loDisplayInfo should be final. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Parameter shallowBuild should be final. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Avoid inline conditionals. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Must have at least one statement. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | ',' is not followed by whitespace. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | 'for' is not followed by whitespace. | 53 |
![]() | ':' is not preceded with whitespace. | 53 |
![]() | ':' is not followed by whitespace. | 53 |
![]() | '{' is not preceded with whitespace. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | 'if' is not followed by whitespace. | 59 |
![]() | '>' is not preceded with whitespace. | 59 |
![]() | '>' is not followed by whitespace. | 59 |
![]() | '{' is not preceded with whitespace. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Must have at least one statement. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Parameter loDisplay should be final. | 74 |
![]() | Parameter operation should be final. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | 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 is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 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 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 has trailing spaces. | 89 |
![]() | 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 is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | 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 contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line has trailing spaces. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Must have at least one statement. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line has trailing spaces. | 115 |
![]() | Line contains a tab character. | 115 |
![]() | Line has trailing spaces. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Parameter loDisplay should be final. | 121 |
![]() | Parameter operation should be final. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | Line has trailing spaces. | 124 |
![]() | 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 is longer than 80 characters. | 130 |
![]() | 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 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Must have at least one statement. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 140 |
![]() | Line contains a tab character. | 140 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line contains a tab character. | 144 |
![]() | Line has trailing spaces. | 145 |
![]() | Line contains a tab character. | 145 |
![]() | Line is longer than 80 characters. | 146 |
![]() | 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 |
![]() | Line has trailing spaces. | 149 |
![]() | Line contains a tab character. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line contains a tab character. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line has trailing spaces. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | 'for' is not followed by whitespace. | 162 |
![]() | ':' is not preceded with whitespace. | 162 |
![]() | ':' is not followed by whitespace. | 162 |
![]() | '{' is not preceded with whitespace. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line has trailing spaces. | 166 |
![]() | Line contains a tab character. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line contains a tab character. | 171 |
![]() | Line has trailing spaces. | 172 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Line contains a tab character. | 176 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Parameter loDisplay should be final. | 176 |
![]() | Parameter operation should be final. | 176 |
![]() | '{' is not preceded with whitespace. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line contains a tab character. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line contains a tab character. | 178 |
![]() | ',' is not followed by whitespace. | 178 |
![]() | ',' is not followed by whitespace. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line contains a tab character. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | 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 |
![]() | 'if' is not followed by whitespace. | 185 |
![]() | '&&' is not preceded with whitespace. | 185 |
![]() | '&&' should be on a new line. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line contains a tab character. | 186 |
![]() | '{' is not preceded with whitespace. | 186 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Must have at least one statement. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line has trailing spaces. | 195 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line contains a tab character. | 197 |
![]() | Line has trailing spaces. | 198 |
![]() | Line contains a tab character. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line contains a tab character. | 199 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Line contains a tab character. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Line contains a tab character. | 201 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line contains a tab character. | 202 |
![]() | Line has trailing spaces. | 203 |
![]() | Line contains a tab character. | 203 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line contains a tab character. | 206 |
![]() | Line has trailing spaces. | 207 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 210 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Line has trailing spaces. | 220 |
![]() | Line has trailing spaces. | 225 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line contains a tab character. | 234 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line is longer than 80 characters. | 237 |
![]() | Line contains a tab character. | 237 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Line has trailing spaces. | 246 |
![]() | Line contains a tab character. | 246 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Line contains a tab character. | 248 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line has trailing spaces. | 254 |
![]() | Line has trailing spaces. | 257 |
![]() | Line has trailing spaces. | 261 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line has trailing spaces. | 263 |
![]() | Line contains a tab character. | 263 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Line contains a tab character. | 270 |
![]() | Line is longer than 80 characters. | 271 |
![]() | Line is longer than 80 characters. | 278 |
![]() | Line is longer than 80 characters. | 279 |
![]() | Line has trailing spaces. | 280 |
![]() | Line contains a tab character. | 282 |
![]() | Line has trailing spaces. | 283 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 286 |
![]() | Method 'setLoService' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() | Missing a Javadoc comment. | 286 |
![]() | Parameter loService should be final. | 286 |
![]() | 'loService' hides a field. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Line is longer than 80 characters. | 290 |
![]() | Missing a Javadoc comment. | 290 |
![]() | Line contains a tab character. | 290 |
![]() | '{' is not preceded with whitespace. | 290 |
![]() | Line is longer than 80 characters. | 291 |
![]() | Line contains a tab character. | 291 |
![]() | Missing a Javadoc comment. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Parameter o1 should be final. | 293 |
![]() | Parameter o2 should be final. | 293 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Line contains a tab character. | 294 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | 'if' is not followed by whitespace. | 296 |
![]() | '!=' is not preceded with whitespace. | 296 |
![]() | '!=' is not followed by whitespace. | 296 |
![]() | '{' is not preceded with whitespace. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | 'else' is not preceded with whitespace. | 298 |
![]() | '}' is not followed by whitespace. | 298 |
![]() | 'if' is not followed by whitespace. | 298 |
![]() | '!=' is not preceded with whitespace. | 298 |
![]() | '!=' is not followed by whitespace. | 298 |
![]() | '{' is not preceded with whitespace. | 298 |
![]() | Line contains a tab character. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Missing a Javadoc comment. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | Line contains a tab character. | 306 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 3 |
![]() | Line contains a tab character. | 4 |
![]() | Missing a Javadoc comment. | 4 |
![]() | Line contains a tab character. | 5 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Line contains a tab character. | 6 |
![]() | Method 'getLoId' is not designed for extension - needs to be abstract, final or empty. | 6 |
![]() | Missing a Javadoc comment. | 6 |
![]() | Line contains a tab character. | 7 |
![]() | Line contains a tab character. | 8 |
![]() | Line contains a tab character. | 9 |
![]() | Method 'setLoId' is not designed for extension - needs to be abstract, final or empty. | 9 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Parameter loId should be final. | 9 |
![]() | 'loId' hides a field. | 9 |
![]() | Line contains a tab character. | 10 |
![]() | Line contains a tab character. | 11 |
![]() | Line contains a tab character. | 12 |
![]() | Method 'getCategoryId' is not designed for extension - needs to be abstract, final or empty. | 12 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line contains a tab character. | 13 |
![]() | Line contains a tab character. | 14 |
![]() | Line contains a tab character. | 15 |
![]() | Method 'setCategoryId' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter categoryId should be final. | 15 |
![]() | 'categoryId' hides a field. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 69 |
![]() | '=' is not preceded with whitespace. | 69 |
![]() | '=' is not followed by whitespace. | 69 |
![]() | ',' is not followed by whitespace. | 69 |
![]() | '=' is not preceded with whitespace. | 69 |
![]() | '=' is not followed by whitespace. | 69 |
![]() | '}' is not preceded with whitespace. | 69 |
![]() | ',' is not followed by whitespace. | 69 |
![]() | '=' is not preceded with whitespace. | 69 |
![]() | '=' is not followed by whitespace. | 69 |
![]() | '}' is not preceded with whitespace. | 69 |
![]() | Missing a Javadoc comment. | 71 |
![]() | 'static' modifier out of order with the JLS suggestions. | 71 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Method 'createCourse' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | '=' is not preceded with whitespace. | 81 |
![]() | '=' is not followed by whitespace. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Parameter courseInfo should be final. | 82 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line is longer than 80 characters. | 89 |
![]() | '{' is not preceded with whitespace. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Method 'updateCourse' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | '=' is not preceded with whitespace. | 104 |
![]() | '=' is not followed by whitespace. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Parameter courseInfo should be final. | 105 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 105 |
![]() | Line has trailing spaces. | 108 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Method 'deleteCourse' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | '=' is not preceded with whitespace. | 126 |
![]() | '=' is not followed by whitespace. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | Parameter courseId should be final. | 127 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 127 |
![]() | Method 'getCourse' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Parameter courseId should be final. | 145 |
![]() | Method 'getCourseActivities' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Parameter formatId should be final. | 162 |
![]() | Method 'getCourseFormats' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Parameter courseId should be final. | 167 |
![]() | Method 'getCourseLos' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Parameter courseId should be final. | 172 |
![]() | Method 'getCourseStatements' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Parameter courseId should be final. | 177 |
![]() | Parameter nlUsageTypeKey should be final. | 177 |
![]() | Parameter language should be final. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 180 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line contains a tab character. | 181 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Method 'validateCourse' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Parameter validationType should be final. | 197 |
![]() | Parameter courseInfo should be final. | 197 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Method 'createCourseStatement' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() | '=' is not preceded with whitespace. | 206 |
![]() | '=' is not followed by whitespace. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line contains a tab character. | 207 |
![]() | Parameter courseId should be final. | 207 |
![]() | Parameter statementTreeViewInfo should be final. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line contains a tab character. | 209 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | Line contains a tab character. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 236 |
![]() | Method 'deleteCourseStatement' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() | '=' is not preceded with whitespace. | 237 |
![]() | '=' is not followed by whitespace. | 237 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Parameter courseId should be final. | 238 |
![]() | Parameter statementTreeViewInfo should be final. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Line contains a tab character. | 240 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | Method 'updateCourseStatement' is not designed for extension - needs to be abstract, final or empty. | 253 |
![]() | '=' is not preceded with whitespace. | 254 |
![]() | '=' is not followed by whitespace. | 254 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Line contains a tab character. | 255 |
![]() | Parameter courseId should be final. | 255 |
![]() | Parameter statementTreeViewInfo should be final. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line is longer than 80 characters. | 257 |
![]() | Line contains a tab character. | 257 |
![]() | Line is longer than 80 characters. | 260 |
![]() | Line is longer than 80 characters. | 262 |
![]() | Line is longer than 80 characters. | 266 |
![]() | Line contains a tab character. | 266 |
![]() | Line is longer than 80 characters. | 269 |
![]() | Method 'validateCourseStatement' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() | Line is longer than 80 characters. | 273 |
![]() | Parameter courseId should be final. | 273 |
![]() | Parameter statementTreeViewInfo should be final. | 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. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line is longer than 80 characters. | 280 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Line is longer than 80 characters. | 283 |
![]() | Line contains a tab character. | 283 |
![]() | Line is longer than 80 characters. | 285 |
![]() | Line has trailing spaces. | 287 |
![]() | Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() | Parameter objectTypeKey should be final. | 290 |
![]() | Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() | Method 'getCourseAssembler' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() | Missing a Javadoc comment. | 299 |
![]() | Method 'setCourseAssembler' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() | Missing a Javadoc comment. | 303 |
![]() | Parameter courseAssembler should be final. | 303 |
![]() | 'courseAssembler' hides a field. | 303 |
![]() | Method 'getCourseServiceMethodInvoker' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() | Missing a Javadoc comment. | 307 |
![]() | Line is longer than 80 characters. | 311 |
![]() | Method 'setCourseServiceMethodInvoker' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() | Missing a Javadoc comment. | 311 |
![]() | Parameter courseServiceMethodInvoker should be final. | 311 |
![]() | 'courseServiceMethodInvoker' hides a field. | 311 |
![]() | Method 'getDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() | Missing a Javadoc comment. | 315 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Method 'setDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() | Missing a Javadoc comment. | 319 |
![]() | Parameter dictionaryServiceDelegate should be final. | 319 |
![]() | 'dictionaryServiceDelegate' hides a field. | 319 |
![]() | Line is longer than 80 characters. | 323 |
![]() | Missing a Javadoc comment. | 323 |
![]() | Parameter courseInfo should be final. | 323 |
![]() | Parameter operation should be final. | 323 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 323 |
![]() | Line is longer than 80 characters. | 325 |
![]() | Line contains a tab character. | 328 |
![]() | Method 'getValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() | Missing a Javadoc comment. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 337 |
![]() | Method 'setValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() | Missing a Javadoc comment. | 337 |
![]() | Parameter validatorFactory should be final. | 337 |
![]() | 'validatorFactory' hides a field. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | Line contains a tab character. | 341 |
![]() | Method 'getLuService' is not designed for extension - needs to be abstract, final or empty. | 341 |
![]() | Missing a Javadoc comment. | 341 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() | Missing a Javadoc comment. | 345 |
![]() | Parameter luService should be final. | 345 |
![]() | 'luService' hides a field. | 345 |
![]() | Line contains a tab character. | 349 |
![]() | Method 'getStatementService' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() | Missing a Javadoc comment. | 349 |
![]() | Line contains a tab character. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 353 |
![]() | Method 'setStatementService' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() | Missing a Javadoc comment. | 353 |
![]() | Parameter statementService should be final. | 353 |
![]() | 'statementService' hides a field. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 357 |
![]() | Method 'createNewCourseVersion' is not designed for extension - needs to be abstract, final or empty. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | '=' is not preceded with whitespace. | 358 |
![]() | '=' is not followed by whitespace. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Parameter versionIndCourseId should be final. | 359 |
![]() | Line is longer than 80 characters. | 360 |
![]() | Line contains a tab character. | 360 |
![]() | Parameter versionComment should be final. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 365 |
![]() | Line is longer than 80 characters. | 366 |
![]() | Line contains a tab character. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line contains a tab character. | 369 |
![]() | Line is longer than 80 characters. | 370 |
![]() | Line contains a tab character. | 370 |
![]() | Line contains a tab character. | 372 |
![]() | Line contains a tab character. | 373 |
![]() | Line contains a tab character. | 375 |
![]() | Line contains a tab character. | 376 |
![]() | Line has trailing spaces. | 377 |
![]() | Line contains a tab character. | 377 |
![]() | Line is longer than 80 characters. | 378 |
![]() | Line contains a tab character. | 378 |
![]() | Line is longer than 80 characters. | 379 |
![]() | Line contains a tab character. | 379 |
![]() | Line contains a tab character. | 381 |
![]() | Line is longer than 80 characters. | 382 |
![]() | Line contains a tab character. | 382 |
![]() | Line is longer than 80 characters. | 384 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line contains a tab character. | 387 |
![]() | Line is longer than 80 characters. | 388 |
![]() | Line contains a tab character. | 388 |
![]() | Line is longer than 80 characters. | 389 |
![]() | Line contains a tab character. | 389 |
![]() | Line contains a tab character. | 390 |
![]() | Line has trailing spaces. | 391 |
![]() | Line contains a tab character. | 391 |
![]() | Line contains a tab character. | 392 |
![]() | Line contains a tab character. | 393 |
![]() | Line is longer than 80 characters. | 394 |
![]() | Line contains a tab character. | 394 |
![]() | ',' is not followed by whitespace. | 394 |
![]() | Line contains a tab character. | 395 |
![]() | Line is longer than 80 characters. | 396 |
![]() | Line contains a tab character. | 396 |
![]() | ',' is not followed by whitespace. | 396 |
![]() | Line contains a tab character. | 397 |
![]() | Line is longer than 80 characters. | 398 |
![]() | Line contains a tab character. | 398 |
![]() | ',' is not followed by whitespace. | 398 |
![]() | Line contains a tab character. | 399 |
![]() | Line is longer than 80 characters. | 400 |
![]() | Line contains a tab character. | 400 |
![]() | ',' is not followed by whitespace. | 400 |
![]() | Line contains a tab character. | 401 |
![]() | Line is longer than 80 characters. | 402 |
![]() | Line contains a tab character. | 402 |
![]() | ',' is not followed by whitespace. | 402 |
![]() | Line contains a tab character. | 403 |
![]() | Line is longer than 80 characters. | 404 |
![]() | Line contains a tab character. | 404 |
![]() | ',' is not followed by whitespace. | 404 |
![]() | Line contains a tab character. | 405 |
![]() | Line is longer than 80 characters. | 406 |
![]() | Line contains a tab character. | 406 |
![]() | ',' is not followed by whitespace. | 406 |
![]() | Line contains a tab character. | 407 |
![]() | Line contains a tab character. | 409 |
![]() | Line contains a tab character. | 414 |
![]() | Method 'setCurrentCourseVersion' is not designed for extension - needs to be abstract, final or empty. | 414 |
![]() | Line contains a tab character. | 415 |
![]() | '=' is not preceded with whitespace. | 415 |
![]() | '=' is not followed by whitespace. | 415 |
![]() | Line contains a tab character. | 416 |
![]() | Parameter courseVersionId should be final. | 416 |
![]() | Line contains a tab character. | 417 |
![]() | Parameter currentVersionStart should be final. | 417 |
![]() | Line contains a tab character. | 418 |
![]() | Line is longer than 80 characters. | 419 |
![]() | Line contains a tab character. | 419 |
![]() | Line contains a tab character. | 420 |
![]() | Line is longer than 80 characters. | 421 |
![]() | Line contains a tab character. | 421 |
![]() | Line contains a tab character. | 422 |
![]() | Line contains a tab character. | 424 |
![]() | Method 'getCurrentVersion' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() | Line contains a tab character. | 425 |
![]() | Parameter refObjectTypeURI should be final. | 425 |
![]() | Line contains a tab character. | 426 |
![]() | Parameter refObjectId should be final. | 426 |
![]() | Line contains a tab character. | 427 |
![]() | Line contains a tab character. | 428 |
![]() | Line is longer than 80 characters. | 429 |
![]() | Line contains a tab character. | 429 |
![]() | 'if' is not followed by whitespace. | 429 |
![]() | '{' is not preceded with whitespace. | 429 |
![]() | Line is longer than 80 characters. | 430 |
![]() | Line contains a tab character. | 430 |
![]() | Line contains a tab character. | 431 |
![]() | Line is longer than 80 characters. | 432 |
![]() | Line contains a tab character. | 432 |
![]() | Line contains a tab character. | 433 |
![]() | Line contains a tab character. | 435 |
![]() | Method 'getCurrentVersionOnDate' is not designed for extension - needs to be abstract, final or empty. | 435 |
![]() | Line is longer than 80 characters. | 436 |
![]() | Line contains a tab character. | 436 |
![]() | Parameter refObjectTypeURI should be final. | 436 |
![]() | Line is longer than 80 characters. | 437 |
![]() | Line contains a tab character. | 437 |
![]() | Parameter refObjectId should be final. | 437 |
![]() | Parameter date should be final. | 437 |
![]() | Line contains a tab character. | 438 |
![]() | Line contains a tab character. | 439 |
![]() | Line is longer than 80 characters. | 440 |
![]() | Line contains a tab character. | 440 |
![]() | 'if' is not followed by whitespace. | 440 |
![]() | '{' is not preceded with whitespace. | 440 |
![]() | Line is longer than 80 characters. | 441 |
![]() | Line contains a tab character. | 441 |
![]() | Line contains a tab character. | 442 |
![]() | Line is longer than 80 characters. | 443 |
![]() | Line contains a tab character. | 443 |
![]() | Line contains a tab character. | 444 |
![]() | Line contains a tab character. | 446 |
![]() | Method 'getFirstVersion' is not designed for extension - needs to be abstract, final or empty. | 446 |
![]() | Line contains a tab character. | 447 |
![]() | Parameter refObjectTypeURI should be final. | 447 |
![]() | Line contains a tab character. | 448 |
![]() | Parameter refObjectId should be final. | 448 |
![]() | Line contains a tab character. | 449 |
![]() | Line contains a tab character. | 450 |
![]() | Line is longer than 80 characters. | 451 |
![]() | Line contains a tab character. | 451 |
![]() | 'if' is not followed by whitespace. | 451 |
![]() | '{' is not preceded with whitespace. | 451 |
![]() | Line is longer than 80 characters. | 452 |
![]() | Line contains a tab character. | 452 |
![]() | Line contains a tab character. | 453 |
![]() | Line is longer than 80 characters. | 454 |
![]() | Line contains a tab character. | 454 |
![]() | Line contains a tab character. | 456 |
![]() | Line contains a tab character. | 458 |
![]() | Method 'getLatestVersion' is not designed for extension - needs to be abstract, final or empty. | 458 |
![]() | Line contains a tab character. | 459 |
![]() | Parameter refObjectTypeURI should be final. | 459 |
![]() | Line contains a tab character. | 460 |
![]() | Parameter refObjectId should be final. | 460 |
![]() | Line contains a tab character. | 461 |
![]() | Line contains a tab character. | 462 |
![]() | Line is longer than 80 characters. | 463 |
![]() | Line contains a tab character. | 463 |
![]() | 'if' is not followed by whitespace. | 463 |
![]() | '{' is not preceded with whitespace. | 463 |
![]() | Line is longer than 80 characters. | 464 |
![]() | Line contains a tab character. | 464 |
![]() | Line contains a tab character. | 465 |
![]() | Line is longer than 80 characters. | 466 |
![]() | Line contains a tab character. | 466 |
![]() | Line contains a tab character. | 468 |
![]() | Line contains a tab character. | 470 |
![]() | Method 'getVersionBySequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 470 |
![]() | Line contains a tab character. | 471 |
![]() | Line is longer than 80 characters. | 472 |
![]() | Line contains a tab character. | 472 |
![]() | Parameter refObjectTypeURI should be final. | 472 |
![]() | Parameter refObjectId should be final. | 472 |
![]() | Parameter sequence should be final. | 472 |
![]() | Line contains a tab character. | 473 |
![]() | Line contains a tab character. | 474 |
![]() | Line contains a tab character. | 475 |
![]() | Line is longer than 80 characters. | 476 |
![]() | Line contains a tab character. | 476 |
![]() | 'if' is not followed by whitespace. | 476 |
![]() | '{' is not preceded with whitespace. | 476 |
![]() | Line is longer than 80 characters. | 477 |
![]() | Line contains a tab character. | 477 |
![]() | Line contains a tab character. | 478 |
![]() | Line is longer than 80 characters. | 479 |
![]() | Line contains a tab character. | 479 |
![]() | Line contains a tab character. | 480 |
![]() | Line contains a tab character. | 482 |
![]() | Method 'getVersions' is not designed for extension - needs to be abstract, final or empty. | 482 |
![]() | Line contains a tab character. | 483 |
![]() | Parameter refObjectTypeURI should be final. | 483 |
![]() | Line contains a tab character. | 484 |
![]() | Parameter refObjectId should be final. | 484 |
![]() | Line contains a tab character. | 485 |
![]() | Line contains a tab character. | 486 |
![]() | Line is longer than 80 characters. | 487 |
![]() | Line contains a tab character. | 487 |
![]() | 'if' is not followed by whitespace. | 487 |
![]() | '{' is not preceded with whitespace. | 487 |
![]() | Line is longer than 80 characters. | 488 |
![]() | Line contains a tab character. | 488 |
![]() | Line contains a tab character. | 489 |
![]() | Line is longer than 80 characters. | 490 |
![]() | Line contains a tab character. | 490 |
![]() | Line contains a tab character. | 491 |
![]() | Line contains a tab character. | 493 |
![]() | Method 'getVersionsInDateRange' is not designed for extension - needs to be abstract, final or empty. | 493 |
![]() | Line contains a tab character. | 494 |
![]() | Line is longer than 80 characters. | 495 |
![]() | Line contains a tab character. | 495 |
![]() | Parameter refObjectTypeURI should be final. | 495 |
![]() | Parameter refObjectId should be final. | 495 |
![]() | Parameter from should be final. | 495 |
![]() | Parameter to should be final. | 495 |
![]() | Line contains a tab character. | 496 |
![]() | Line contains a tab character. | 497 |
![]() | Line contains a tab character. | 498 |
![]() | Line is longer than 80 characters. | 499 |
![]() | Line contains a tab character. | 499 |
![]() | 'if' is not followed by whitespace. | 499 |
![]() | '{' is not preceded with whitespace. | 499 |
![]() | Line is longer than 80 characters. | 500 |
![]() | Line contains a tab character. | 500 |
![]() | Line contains a tab character. | 501 |
![]() | Line is longer than 80 characters. | 502 |
![]() | Line contains a tab character. | 502 |
![]() | Line contains a tab character. | 503 |
![]() | First sentence should end with a period. | 505 |
![]() | Line contains a tab character. | 505 |
![]() | Line contains a tab character. | 506 |
![]() | Line contains a tab character. | 507 |
![]() | Line contains a tab character. | 508 |
![]() | Line contains a tab character. | 509 |
![]() | Unused @param tag for 'parameter'. | 509 |
![]() | Line contains a tab character. | 510 |
![]() | Line contains a tab character. | 511 |
![]() | Line contains a tab character. | 512 |
![]() | Parameter param should be final. | 512 |
![]() | Expected @param tag for 'param'. | 512 |
![]() | Parameter paramName should be final. | 512 |
![]() | Expected @param tag for 'paramName'. | 512 |
![]() | Line contains a tab character. | 513 |
![]() | Expected @throws tag for 'MissingParameterException'. | 513 |
![]() | Line contains a tab character. | 514 |
![]() | Line is longer than 80 characters. | 515 |
![]() | Line contains a tab character. | 515 |
![]() | Line contains a tab character. | 516 |
![]() | Line contains a tab character. | 517 |
![]() | Line contains a tab character. | 519 |
![]() | Line contains a tab character. | 520 |
![]() | Line contains a tab character. | 521 |
![]() | Line contains a tab character. | 522 |
![]() | Line contains a tab character. | 523 |
![]() | Line contains a tab character. | 524 |
![]() | Line contains a tab character. | 525 |
![]() | Line contains a tab character. | 526 |
![]() | Line contains a tab character. | 527 |
![]() | Line contains a tab character. | 528 |
![]() | Line contains a tab character. | 529 |
![]() | Parameter courseId should be final. | 529 |
![]() | Expected @param tag for 'courseId'. | 529 |
![]() | Line contains a tab character. | 530 |
![]() | Parameter statementTreeViewInfo should be final. | 530 |
![]() | Expected @param tag for 'statementTreeViewInfo'. | 530 |
![]() | Line is longer than 80 characters. | 531 |
![]() | Line contains a tab character. | 531 |
![]() | Expected @throws tag for 'InvalidParameterException'. | 531 |
![]() | Expected @throws tag for 'MissingParameterException'. | 531 |
![]() | Line contains a tab character. | 532 |
![]() | Expected @throws tag for 'OperationFailedException'. | 532 |
![]() | Expected @throws tag for 'DoesNotExistException'. | 532 |
![]() | Line is longer than 80 characters. | 533 |
![]() | Line contains a tab character. | 533 |
![]() | Line contains a tab character. | 534 |
![]() | Line contains a tab character. | 535 |
![]() | Line is longer than 80 characters. | 536 |
![]() | Line contains a tab character. | 536 |
![]() | Line contains a tab character. | 537 |
![]() | Line contains a tab character. | 538 |
![]() | Line contains a tab character. | 539 |
![]() | Line contains a tab character. | 540 |
![]() | Line contains a tab character. | 541 |
![]() | Line contains a tab character. | 542 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 5 |
![]() | '{' is not preceded with whitespace. | 5 |
![]() | Line has trailing spaces. | 6 |
![]() | Line contains a tab character. | 6 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Utility classes should not have a public or default constructor. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter course should be final. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | 'for' is not followed by whitespace. | 41 |
![]() | ':' is not preceded with whitespace. | 41 |
![]() | ':' is not followed by whitespace. | 41 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | 'for' is not followed by whitespace. | 45 |
![]() | ':' is not preceded with whitespace. | 45 |
![]() | ':' is not followed by whitespace. | 45 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | 'for' is not followed by whitespace. | 49 |
![]() | ':' is not preceded with whitespace. | 49 |
![]() | ':' is not followed by whitespace. | 49 |
![]() | '{' is not preceded with whitespace. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | 'for' is not followed by whitespace. | 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 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | 'for' is not followed by whitespace. | 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 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | 'for' is not followed by whitespace. | 60 |
![]() | ':' is not preceded with whitespace. | 60 |
![]() | ':' is not followed by whitespace. | 60 |
![]() | '{' is not preceded with whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | 'for' is not followed by whitespace. | 64 |
![]() | ':' is not preceded with whitespace. | 64 |
![]() | ':' is not followed by whitespace. | 64 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | 'for' is not followed by whitespace. | 68 |
![]() | ':' is not preceded with whitespace. | 68 |
![]() | ':' is not followed by whitespace. | 68 |
![]() | '{' is not preceded with whitespace. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | 'for' is not followed by whitespace. | 70 |
![]() | ':' is not preceded with whitespace. | 70 |
![]() | ':' is not followed by whitespace. | 70 |
![]() | '{' is not preceded with whitespace. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | 'for' is not followed by whitespace. | 75 |
![]() | ':' is not preceded with whitespace. | 75 |
![]() | ':' is not followed by whitespace. | 75 |
![]() | '{' is not preceded with whitespace. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | 'for' is not followed by whitespace. | 77 |
![]() | ':' is not preceded with whitespace. | 77 |
![]() | ':' is not followed by whitespace. | 77 |
![]() | '{' is not preceded with whitespace. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | 'for' is not followed by whitespace. | 82 |
![]() | ':' is not preceded with whitespace. | 82 |
![]() | ':' is not followed by whitespace. | 82 |
![]() | '{' is not preceded with whitespace. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter lo should be final. | 87 |
![]() | '{' is not preceded with whitespace. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | 'for' is not followed by whitespace. | 90 |
![]() | ':' is not preceded with whitespace. | 90 |
![]() | ':' is not followed by whitespace. | 90 |
![]() | '{' is not preceded with whitespace. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Parameter statementTreeViews should be final. | 96 |
![]() | Parameter newState should be final. | 96 |
![]() | Parameter luService should be final. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | 'for' is not followed by whitespace. | 98 |
![]() | ':' is not preceded with whitespace. | 98 |
![]() | ':' is not followed by whitespace. | 98 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | First sentence should end with a period. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Parameter statementTreeView should be final. | 109 |
![]() | Expected @param tag for 'statementTreeView'. | 109 |
![]() | Parameter newState should be final. | 109 |
![]() | Expected @param tag for 'newState'. | 109 |
![]() | ',' is not followed by whitespace. | 109 |
![]() | Parameter luService should be final. | 109 |
![]() | Expected @param tag for 'luService'. | 109 |
![]() | Expected @throws tag for 'OperationFailedException'. | 109 |
![]() | '{' is not preceded with whitespace. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line has trailing spaces. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | 'for' is not followed by whitespace. | 114 |
![]() | ':' is not preceded with whitespace. | 114 |
![]() | ':' is not followed by whitespace. | 114 |
![]() | '{' is not preceded with whitespace. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | 'for' is not followed by whitespace. | 117 |
![]() | ':' is not preceded with whitespace. | 117 |
![]() | ':' is not followed by whitespace. | 117 |
![]() | '{' is not preceded with whitespace. | 117 |
![]() | 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 |
![]() | 'if' is not followed by whitespace. | 120 |
![]() | '||' is not preceded with whitespace. | 120 |
![]() | '||' should be on a new line. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | '||' is not preceded with whitespace. | 121 |
![]() | '||' should be on a new line. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | Line contains a tab character. | 126 |
![]() | Line has trailing spaces. | 127 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | '{' is not preceded with whitespace. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | 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 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line is longer than 80 characters. | 135 |
![]() | 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 is longer than 80 characters. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | 'for' is not followed by whitespace. | 142 |
![]() | ':' is not preceded with whitespace. | 142 |
![]() | '{' is not preceded with whitespace. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | ',' is not followed by whitespace. | 143 |
![]() | ',' is not followed by whitespace. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line contains a tab character. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter originalCluId should be final. | 147 |
![]() | Parameter newCluId should be final. | 147 |
![]() | Parameter newState should be final. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line contains a tab character. | 148 |
![]() | Parameter statementService should be final. | 148 |
![]() | Parameter luService should be final. | 148 |
![]() | Parameter courseService should be final. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line contains a tab character. | 149 |
![]() | ',' is not followed by whitespace. | 149 |
![]() | ',' is not followed by whitespace. | 149 |
![]() | Line has trailing spaces. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line contains a tab character. | 151 |
![]() | ',' is not followed by whitespace. | 151 |
![]() | ',' is not followed by whitespace. | 151 |
![]() | Line has trailing spaces. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | 'for' is not followed by whitespace. | 153 |
![]() | ':' is not preceded with whitespace. | 153 |
![]() | ':' is not followed by whitespace. | 153 |
![]() | '{' is not preceded with whitespace. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line has trailing spaces. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line contains a tab character. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Parameter originalCluId should be final. | 158 |
![]() | Parameter newCluId should be final. | 158 |
![]() | Parameter newState should be final. | 158 |
![]() | Parameter ignoreProperties should be final. | 158 |
![]() | Parameter statementService should be final. | 158 |
![]() | Parameter luService should be final. | 158 |
![]() | Parameter courseService should be final. | 158 |
![]() | '{' is not preceded with whitespace. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line has trailing spaces. | 161 |
![]() | Line contains a tab character. | 161 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | 'if' is not followed by whitespace. | 164 |
![]() | '==' is not preceded with whitespace. | 164 |
![]() | '==' is not followed by whitespace. | 164 |
![]() | '{' is not preceded with whitespace. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line has trailing spaces. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line has trailing spaces. | 170 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | 'if' is not followed by whitespace. | 171 |
![]() | '!=' is not preceded with whitespace. | 171 |
![]() | '!=' is not followed by whitespace. | 171 |
![]() | '{' is not preceded with whitespace. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | 'for' is not followed by whitespace. | 172 |
![]() | ':' is not preceded with whitespace. | 172 |
![]() | ':' is not followed by whitespace. | 172 |
![]() | '{' is not preceded with whitespace. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Line contains a tab character. | 176 |
![]() | ',' is not followed by whitespace. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line has trailing spaces. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line contains a tab character. | 181 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line has trailing spaces. | 185 |
![]() | Line contains a tab character. | 185 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.kuali.student.common.util.MessageUtils. | 9 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line contains a tab character. | 19 |
![]() | Method 'validateObject' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Parameter data should be final. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Parameter objStructure should be final. | 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. | 27 |
![]() | Method 'validateObject' is not designed for extension - needs to be abstract, final or empty. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Parameter field should be final. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Parameter o should be final. | 29 |
![]() | Parameter objStructure should be final. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Parameter elementStack should be final. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | 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 is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 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 contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | 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. | 55 |
![]() | Method 'setAtpService' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter atpService should be final. | 55 |
![]() | 'atpService' hides a field. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Method 'validateObject' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Parameter data should be final. | 22 |
![]() | Parameter objStructure should be final. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Expected an @return tag. | 31 |
![]() | Method 'validateObject' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Parameter field should be final. | 32 |
![]() | Expected @param tag for 'field'. | 32 |
![]() | Parameter data should be final. | 32 |
![]() | Expected @param tag for 'data'. | 32 |
![]() | Parameter objStructure should be final. | 32 |
![]() | Expected @param tag for 'objStructure'. | 32 |
![]() | Parameter elementStack should be final. | 32 |
![]() | Expected @param tag for 'elementStack'. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 38 |
![]() | 'if' is not followed by whitespace. | 48 |
![]() | Line has trailing spaces. | 51 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Should use uppercase 'L'. | 58 |
![]() | Line is longer than 80 characters. | 65 |
![]() | '100l' is a magic number. | 65 |
![]() | Should use uppercase 'L'. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 68 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Method 'validateObject' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Parameter data should be final. | 23 |
![]() | Parameter objStructure should be final. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Expected an @return tag. | 32 |
![]() | Method 'validateObject' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Parameter field should be final. | 33 |
![]() | Expected @param tag for 'field'. | 33 |
![]() | Parameter data should be final. | 33 |
![]() | Expected @param tag for 'data'. | 33 |
![]() | Parameter objStructure should be final. | 33 |
![]() | Expected @param tag for 'objStructure'. | 33 |
![]() | Parameter elementStack should be final. | 33 |
![]() | Expected @param tag for 'elementStack'. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Should use uppercase 'L'. | 52 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 69 |
![]() | '100l' is a magic number. | 69 |
![]() | Should use uppercase 'L'. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 72 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Method 'validateObject' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Parameter field should be final. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Parameter o should be final. | 31 |
![]() | Parameter objStructure should be final. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Parameter elementStack should be final. | 32 |
![]() | Line has trailing spaces. | 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. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | 'if' is not followed by whitespace. | 38 |
![]() | '!=' is not preceded with whitespace. | 38 |
![]() | '!=' is not followed by whitespace. | 38 |
![]() | '{' is not preceded with whitespace. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | 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. | 48 |
![]() | 'if' is not followed by whitespace. | 48 |
![]() | '!=' is not preceded with whitespace. | 48 |
![]() | '!=' is not followed by whitespace. | 48 |
![]() | '{' is not preceded with whitespace. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | 'for' is not followed by whitespace. | 51 |
![]() | ':' is not preceded with whitespace. | 51 |
![]() | ':' is not followed by whitespace. | 51 |
![]() | '{' is not preceded with whitespace. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | 'for' is not followed by whitespace. | 52 |
![]() | ':' is not preceded with whitespace. | 52 |
![]() | ':' is not followed by whitespace. | 52 |
![]() | '{' is not preceded with whitespace. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | 'if' is not followed by whitespace. | 53 |
![]() | '{' is not preceded with whitespace. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | 'else' is not preceded with whitespace. | 55 |
![]() | '}' is not followed by whitespace. | 55 |
![]() | 'if' is not followed by whitespace. | 55 |
![]() | '&&' is not preceded with whitespace. | 55 |
![]() | '&&' is not followed by whitespace. | 55 |
![]() | '{' is not preceded with whitespace. | 55 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | 'if' is not followed by whitespace. | 63 |
![]() | '{' is not preceded with whitespace. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | 'if' is not followed by whitespace. | 65 |
![]() | '{' is not preceded with whitespace. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | 'else' is not preceded with whitespace. | 70 |
![]() | '}' is not followed by whitespace. | 70 |
![]() | 'else' is not followed by whitespace. | 70 |
![]() | '{' is not preceded with whitespace. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | 'if' is not followed by whitespace. | 73 |
![]() | '!=' is not preceded with whitespace. | 73 |
![]() | '!=' is not followed by whitespace. | 73 |
![]() | '{' is not preceded with whitespace. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | 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 |
![]() | Line contains a tab character. | 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. | 83 |
![]() | Line contains a tab character. | 85 |
![]() | Method 'setSearchDispatcher' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter searchDispatcher should be final. | 85 |
![]() | 'searchDispatcher' hides a field. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Redundant 'public' modifier. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Redundant 'public' modifier. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Redundant 'public' modifier. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Redundant 'public' modifier. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Redundant 'public' modifier. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Redundant 'public' modifier. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Redundant 'public' modifier. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Redundant 'public' modifier. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line contains a tab character. | 39 |
![]() | Method 'setEm' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Parameter em should be final. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | 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 contains a tab character. | 48 |
![]() | Method 'addLoCategoryToLo' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Parameter loCategoryId should be final. | 49 |
![]() | Parameter loId should be final. | 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 has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | '!' is followed by whitespace. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | Line is longer than 80 characters. | 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 contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Method 'removeLoCategoryFromLo' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Parameter loCategoryId should be final. | 69 |
![]() | Parameter loId should be final. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 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 |
![]() | Method 'getLoByIdList' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Parameter loIds should be final. | 82 |
![]() | 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 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Method 'deleteLo' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Parameter loId should be final. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | '(' is followed by whitespace. | 96 |
![]() | '!' is followed by whitespace. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | '+' should be on a new line. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | '+' is not preceded with whitespace. | 98 |
![]() | '+' should be on a new line. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | 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 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line contains a tab character. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Parameter loId should be final. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Parameter loId should be final. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Method 'getLosByLoCategory' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Parameter loCategoryId should be final. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 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 |
![]() | Method 'getLoCategories' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Parameter loRepositoryKey should be final. | 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 contains a tab character. | 148 |
![]() | Line contains a tab character. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Method 'deleteLoCategory' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Parameter loCategoryId should be final. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 163 |
![]() | Method 'getRelatedLosByLoId' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line contains a tab character. | 164 |
![]() | Parameter loId should be final. | 164 |
![]() | Parameter loLoRelationTypeId should be final. | 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 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 174 |
![]() | Method 'getLosByRelatedLoId' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Parameter relatedLoId should be final. | 175 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Line contains a tab character. | 176 |
![]() | Parameter loLoRelationTypeId should be final. | 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 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 185 |
![]() | Method 'deleteLoLoRelation' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line contains a tab character. | 186 |
![]() | Parameter loLoRelationId should be final. | 186 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line contains a tab character. | 188 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line contains a tab character. | 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 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Line contains a tab character. | 192 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line contains a tab character. | 193 |
![]() | Line is longer than 80 characters. | 194 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 199 |
![]() | Method 'getLoCategoriesForLo' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Parameter loId should be final. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 208 |
![]() | Method 'getAllowedLoLoRelationTypesForLoType' is not designed for extension - needs to be abstract, final or empty. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line contains a tab character. | 209 |
![]() | Parameter loTypeKey should be final. | 209 |
![]() | Parameter relatedLoTypeKey should be final. | 209 |
![]() | Line is longer than 80 characters. | 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 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 218 |
![]() | Method 'getLosByRepository' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Parameter loRepositoryId should be final. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 227 |
![]() | Method 'getLoLoRelationsByLoId' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Parameter loId should be final. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line contains a tab character. | 236 |
![]() | 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 contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 248 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line contains a tab character. | 249 |
![]() | Line has trailing spaces. | 250 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line has trailing spaces. | 259 |
![]() | Line contains a tab character. | 259 |
![]() | Line is longer than 80 characters. | 260 |
![]() | Line contains a tab character. | 260 |
![]() | 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 contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Line contains a tab character. | 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 contains a tab character. | 271 |
![]() | Line contains a tab character. | 273 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line contains a tab character. | 274 |
![]() | Line is longer than 80 characters. | 275 |
![]() | Line is longer than 80 characters. | 276 |
![]() | Line contains a tab character. | 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 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 287 |
![]() | Line is longer than 80 characters. | 288 |
![]() | Line contains a tab character. | 288 |
![]() | Line has trailing spaces. | 289 |
![]() | Line contains a tab character. | 289 |
![]() | Line is longer than 80 characters. | 291 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | 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. | 302 |
![]() | Line is longer than 80 characters. | 303 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | 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 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 313 |
![]() | Line is longer than 80 characters. | 314 |
![]() | Line contains a tab character. | 314 |
![]() | Line contains a tab character. | 315 |
![]() | Line is longer than 80 characters. | 316 |
![]() | Line contains a tab character. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line is longer than 80 characters. | 331 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 333 |
![]() | Line has trailing spaces. | 334 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 338 |
![]() | Line is longer than 80 characters. | 339 |
![]() | Line contains a tab character. | 339 |
![]() | Line contains a tab character. | 340 |
![]() | Line is longer than 80 characters. | 341 |
![]() | Line contains a tab character. | 341 |
![]() | Line contains a tab character. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 349 |
![]() | Line contains a tab character. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 356 |
![]() | Line is longer than 80 characters. | 357 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Line contains a tab character. | 365 |
![]() | Line contains a tab character. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line contains a tab character. | 368 |
![]() | Line contains a tab character. | 369 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 49 |
![]() | Method 'getRelationTypeId' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Method 'setRelationTypeId' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter relationTypeId should be final. | 53 |
![]() | 'relationTypeId' hides a field. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'getLoTypeId' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Method 'setLoTypeId' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter loTypeId should be final. | 61 |
![]() | 'loTypeId' hides a field. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Method 'getRelatedLoTypeId' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Method 'setRelatedLoTypeId' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter relatedLoTypeId should be final. | 69 |
![]() | 'relatedLoTypeId' hides a field. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Parameter effectiveDate should be final. | 77 |
![]() | 'effectiveDate' hides a field. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Parameter expirationDate should be final. | 91 |
![]() | 'expirationDate' hides a field. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
Violation | Message | Line |
---|---|---|
![]() | '(' is followed by whitespace. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 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 is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 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 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | '=' is not preceded with whitespace. | 80 |
![]() | '=' is not followed by whitespace. | 80 |
![]() | '=' is not preceded with whitespace. | 80 |
![]() | '=' is not followed by whitespace. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | '=' is not preceded with whitespace. | 82 |
![]() | '=' is not followed by whitespace. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | '=' is not preceded with whitespace. | 83 |
![]() | '=' is not followed by whitespace. | 83 |
![]() | '=' is not preceded with whitespace. | 83 |
![]() | '=' is not followed by whitespace. | 83 |
![]() | '=' is not preceded with whitespace. | 83 |
![]() | '=' is not followed by whitespace. | 83 |
![]() | '=' is not preceded with whitespace. | 83 |
![]() | '=' is not followed by whitespace. | 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 |
![]() | '=' is not followed by whitespace. | 84 |
![]() | '=' is not preceded with whitespace. | 84 |
![]() | '=' is not followed by whitespace. | 84 |
![]() | '=' is not preceded with whitespace. | 84 |
![]() | '=' is not followed by whitespace. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter name should be final. | 98 |
![]() | 'name' hides a field. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 109 |
![]() | Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 113 |
![]() | Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter descr should be final. | 113 |
![]() | 'descr' hides a field. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Unused @param tag for 'loHierarchy'. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Method 'setLoRepository' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Parameter loRepository should be final. | 120 |
![]() | 'loRepository' hides a field. | 120 |
![]() | Expected @param tag for 'loRepository'. | 120 |
![]() | 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 |
![]() | Method 'getLoRepository' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 131 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 135 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter effectiveDate should be final. | 135 |
![]() | 'effectiveDate' hides a field. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 139 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 143 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Parameter expirationDate should be final. | 143 |
![]() | 'expirationDate' hides a field. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Parameter attributes should be final. | 159 |
![]() | 'attributes' hides a field. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Method 'setLoType' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Parameter loType should be final. | 166 |
![]() | 'loType' hides a field. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Method 'getLoType' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Parameter state should be final. | 180 |
![]() | 'state' hides a field. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 191 |
![]() | Method 'setCategories' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | Missing a Javadoc comment. | 191 |
![]() | Parameter categories should be final. | 191 |
![]() | 'categories' hides a field. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 195 |
![]() | Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 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 |
![]() | Missing a Javadoc comment. | 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 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '=' is not preceded with whitespace. | 57 |
![]() | '=' is not followed by whitespace. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter name should be final. | 74 |
![]() | 'name' hides a field. | 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 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 85 |
![]() | Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 89 |
![]() | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter descr should be final. | 89 |
![]() | 'descr' hides a field. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Method 'setLoRepository' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Parameter loRepository should be final. | 96 |
![]() | 'loRepository' hides a field. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Method 'getLoRepository' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 107 |
![]() | Method 'getLoCategoryType' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 111 |
![]() | Method 'setLoCategoryType' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter loCategoryType should be final. | 111 |
![]() | 'loCategoryType' hides a field. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 115 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Parameter state should be final. | 115 |
![]() | 'state' hides a field. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 119 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 123 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 127 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter effectiveDate should be final. | 127 |
![]() | 'effectiveDate' hides a field. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 131 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 135 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter expirationDate should be final. | 135 |
![]() | 'expirationDate' hides a field. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 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 contains a tab character. | 150 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Parameter attributes should be final. | 151 |
![]() | 'attributes' hides a field. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Parameter owner should be final. | 42 |
![]() | 'owner' hides a field. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | '=' is not preceded with whitespace. | 36 |
![]() | '=' is not followed by whitespace. | 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 |
![]() | '=' is not preceded with whitespace. | 37 |
![]() | '=' is not followed by whitespace. | 37 |
![]() | '=' is not preceded with whitespace. | 37 |
![]() | '=' is not followed by whitespace. | 37 |
![]() | '=' is not preceded with whitespace. | 37 |
![]() | '=' is not followed by whitespace. | 37 |
![]() | '}' is not preceded with whitespace. | 37 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Parameter attributes should be final. | 49 |
![]() | 'attributes' hides a field. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Parameter owner should be final. | 42 |
![]() | 'owner' hides a field. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line contains a tab character. | 13 |
![]() | '=' is not preceded with whitespace. | 13 |
![]() | '=' is not followed by whitespace. | 13 |
![]() | '=' is not preceded with whitespace. | 13 |
![]() | '=' is not followed by whitespace. | 13 |
![]() | '}' is not preceded with whitespace. | 13 |
![]() | '}' is not preceded with whitespace. | 13 |
![]() | '{' is not preceded with whitespace. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line contains a tab character. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line contains a tab character. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Method 'getLo' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Method 'setLo' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter lo should be final. | 29 |
![]() | 'lo' hides a field. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Method 'getLoCategory' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 37 |
![]() | Method 'setLoCategory' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter loCategory should be final. | 37 |
![]() | 'loCategory' hides a field. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | '=' is not preceded with whitespace. | 43 |
![]() | '=' is not followed by whitespace. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | '=' is not preceded with whitespace. | 47 |
![]() | '=' is not followed by whitespace. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 64 |
![]() | Method 'setLo' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter lo should be final. | 64 |
![]() | 'lo' hides a field. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Method 'getLo' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 72 |
![]() | Method 'setRelatedLo' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter relatedLo should be final. | 72 |
![]() | 'relatedLo' hides a field. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Method 'getRelatedLo' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 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 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Parameter effectiveDate should be final. | 83 |
![]() | 'effectiveDate' hides a field. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Parameter expirationDate should be final. | 97 |
![]() | 'expirationDate' hides a field. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 113 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Parameter attributes should be final. | 114 |
![]() | 'attributes' hides a field. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 118 |
![]() | Method 'setLoLoRelationType' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter loLoRelationType should be final. | 118 |
![]() | 'loLoRelationType' hides a field. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 122 |
![]() | Method 'getLoLoRelationType' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 126 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter state should be final. | 126 |
![]() | 'state' hides a field. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 130 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Parameter owner should be final. | 42 |
![]() | 'owner' hides a field. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 30 |
![]() | '=' is not preceded with whitespace. | 33 |
![]() | '=' is not followed by whitespace. | 33 |
![]() | '=' is not preceded with whitespace. | 33 |
![]() | '=' is not followed by whitespace. | 33 |
![]() | '=' is not preceded with whitespace. | 33 |
![]() | '=' is not followed by whitespace. | 33 |
![]() | '=' is not preceded with whitespace. | 34 |
![]() | '=' is not followed by whitespace. | 34 |
![]() | '=' is not preceded with whitespace. | 34 |
![]() | '=' is not followed by whitespace. | 34 |
![]() | '=' is not preceded with whitespace. | 34 |
![]() | '=' is not followed by whitespace. | 34 |
![]() | '}' is not preceded with whitespace. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 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 |
![]() | 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 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Method 'getRevName' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Method 'setRevName' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Parameter revName should be final. | 56 |
![]() | 'revName' hides a field. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'getRevDescription' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'setRevDescription' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Parameter revDescription should be final. | 70 |
![]() | 'revDescription' hides a field. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 79 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Parameter attributes should be final. | 80 |
![]() | 'attributes' hides a field. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Parameter owner should be final. | 42 |
![]() | 'owner' hides a field. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 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 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Parameter descr should be final. | 70 |
![]() | 'descr' hides a field. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'setRootLo' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Parameter rootLo should be final. | 84 |
![]() | 'rootLo' hides a field. | 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 |
![]() | Method 'getRootLo' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter effectiveDate should be final. | 98 |
![]() | 'effectiveDate' hides a field. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Parameter expirationDate should be final. | 112 |
![]() | 'expirationDate' hides a field. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Method 'setCategories' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Parameter categories should be final. | 126 |
![]() | 'categories' hides a field. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Method 'getCategories' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 145 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Parameter attributes should be final. | 149 |
![]() | 'attributes' hides a field. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Parameter name should be final. | 156 |
![]() | 'name' hides a field. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Parameter owner should be final. | 42 |
![]() | 'owner' hides a field. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 30 |
![]() | '=' is not preceded with whitespace. | 33 |
![]() | '=' is not followed by whitespace. | 33 |
![]() | '=' is not preceded with whitespace. | 33 |
![]() | '=' is not followed by whitespace. | 33 |
![]() | '=' is not preceded with whitespace. | 33 |
![]() | '=' is not followed by whitespace. | 33 |
![]() | '=' is not preceded with whitespace. | 34 |
![]() | '=' is not followed by whitespace. | 34 |
![]() | '=' is not preceded with whitespace. | 34 |
![]() | '=' is not followed by whitespace. | 34 |
![]() | '=' is not preceded with whitespace. | 34 |
![]() | '=' is not followed by whitespace. | 34 |
![]() | '}' is not preceded with whitespace. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Parameter attributes should be final. | 46 |
![]() | 'attributes' hides a field. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Parameter owner should be final. | 42 |
![]() | 'owner' hides a field. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter isUpdate should be final. | 50 |
![]() | Parameter dto should be final. | 50 |
![]() | Parameter dao should be final. | 50 |
![]() | Line has trailing spaces. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter isUpdate should be final. | 54 |
![]() | Parameter entity should be final. | 54 |
![]() | Parameter dto should be final. | 54 |
![]() | Parameter dao should be final. | 54 |
![]() | 'if' is not followed by whitespace. | 55 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | '!' is followed by whitespace. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 72 |
![]() | '{' is followed by whitespace. | 72 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 77 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line has trailing spaces. | 82 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line has trailing spaces. | 88 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter entity should be final. | 92 |
![]() | '{' is followed by whitespace. | 96 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 101 |
![]() | '?' is not preceded with whitespace. | 101 |
![]() | Avoid inline conditionals. | 101 |
![]() | ':' is not preceded with whitespace. | 101 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter dto should be final. | 105 |
![]() | Parameter dao should be final. | 105 |
![]() | Line has trailing spaces. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Parameter entity should be final. | 109 |
![]() | Parameter dto should be final. | 109 |
![]() | Parameter dao should be final. | 109 |
![]() | 'if' construct must use '{}'s. | 110 |
![]() | 'if' is not followed by whitespace. | 110 |
![]() | Line is longer than 80 characters. | 113 |
![]() | '{' is followed by whitespace. | 113 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter entity should be final. | 121 |
![]() | Line is longer than 80 characters. | 125 |
![]() | '{' is followed by whitespace. | 125 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line has trailing spaces. | 131 |
![]() | Line has trailing spaces. | 134 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter entity should be final. | 135 |
![]() | Line has trailing spaces. | 137 |
![]() | '{' is followed by whitespace. | 139 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line is longer than 80 characters. | 143 |
![]() | '?' is not preceded with whitespace. | 143 |
![]() | Avoid inline conditionals. | 143 |
![]() | ':' is not followed by whitespace. | 143 |
![]() | Line has trailing spaces. | 146 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter entity should be final. | 147 |
![]() | Line has trailing spaces. | 149 |
![]() | '{' is followed by whitespace. | 151 |
![]() | Line has trailing spaces. | 156 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Parameter los should be final. | 157 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Parameter categories should be final. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Parameter repositories should be final. | 176 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Parameter find should be final. | 184 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Parameter find should be final. | 192 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Line contains a tab character. | 200 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Parameter loLoRelType should be final. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | '{' is followed by whitespace. | 203 |
![]() | Line contains a tab character. | 206 |
![]() | Line has trailing spaces. | 207 |
![]() | Line contains a tab character. | 207 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line contains a tab character. | 208 |
![]() | Missing a Javadoc comment. | 208 |
![]() | Parameter isUpdate should be final. | 208 |
![]() | Parameter dto should be final. | 208 |
![]() | Parameter dao should be final. | 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 is longer than 80 characters. | 212 |
![]() | Line contains a tab character. | 212 |
![]() | Missing a Javadoc comment. | 212 |
![]() | Parameter isUpdate should be final. | 212 |
![]() | Parameter entity should be final. | 212 |
![]() | Parameter dto should be final. | 212 |
![]() | Parameter dao should be final. | 212 |
![]() | 'if' is not followed by whitespace. | 213 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Line is longer than 80 characters. | 223 |
![]() | '(' is followed by whitespace. | 223 |
![]() | '!' is followed by whitespace. | 223 |
![]() | ')' is preceded with whitespace. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Line is longer than 80 characters. | 230 |
![]() | '{' is followed by whitespace. | 230 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Line contains a tab character. | 242 |
![]() | Avoid inline conditionals. | 242 |
![]() | Avoid inline conditionals. | 242 |
![]() | '+' should be on a new line. | 242 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Line contains a tab character. | 243 |
![]() | Line has trailing spaces. | 245 |
![]() | Line has trailing spaces. | 249 |
![]() | Line contains a tab character. | 251 |
![]() | Line has trailing spaces. | 252 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Missing a Javadoc comment. | 253 |
![]() | Parameter entity should be final. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line has trailing spaces. | 255 |
![]() | Line contains a tab character. | 255 |
![]() | '{' is followed by whitespace. | 257 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Line contains a tab character. | 264 |
![]() | Line has trailing spaces. | 265 |
![]() | Line contains a tab character. | 265 |
![]() | Line is longer than 80 characters. | 266 |
![]() | Missing a Javadoc comment. | 266 |
![]() | Parameter entity should be final. | 266 |
![]() | Parameter dto should be final. | 266 |
![]() | Parameter dao should be final. | 266 |
![]() | 'if' construct must use '{}'s. | 267 |
![]() | 'if' is not followed by whitespace. | 267 |
![]() | '{' is followed by whitespace. | 270 |
![]() | Line is longer than 80 characters. | 271 |
![]() | Line has trailing spaces. | 276 |
![]() | Line contains a tab character. | 276 |
![]() | Line is longer than 80 characters. | 277 |
![]() | Line contains a tab character. | 277 |
![]() | Missing a Javadoc comment. | 277 |
![]() | '(' is followed by whitespace. | 277 |
![]() | Parameter loCatType should be final. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | Line is longer than 80 characters. | 279 |
![]() | Line contains a tab character. | 279 |
![]() | '{' is followed by whitespace. | 279 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | Line is longer than 80 characters. | 285 |
![]() | Line contains a tab character. | 285 |
![]() | Missing a Javadoc comment. | 285 |
![]() | Parameter categoryTypes should be final. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Line contains a tab character. | 291 |
![]() | Line is longer than 80 characters. | 293 |
![]() | Line contains a tab character. | 293 |
![]() | Missing a Javadoc comment. | 293 |
![]() | '(' is followed by whitespace. | 293 |
![]() | Parameter llRelations should be final. | 293 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line contains a tab character. | 299 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | '=' is not preceded with whitespace. | 75 |
![]() | '=' is not followed by whitespace. | 75 |
![]() | ',' is not followed by whitespace. | 75 |
![]() | '=' is not preceded with whitespace. | 75 |
![]() | '=' is not followed by whitespace. | 75 |
![]() | '}' is not preceded with whitespace. | 75 |
![]() | ',' is not followed by whitespace. | 75 |
![]() | '=' is not preceded with whitespace. | 75 |
![]() | '=' is not followed by whitespace. | 75 |
![]() | '}' is not preceded with whitespace. | 75 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'getLoDao' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Method 'setLoDao' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter dao should be final. | 86 |
![]() | Line contains a tab character. | 90 |
![]() | Method 'setSearchManager' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter searchManager should be final. | 90 |
![]() | 'searchManager' hides a field. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Method 'setDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter dictionaryServiceDelegate should be final. | 94 |
![]() | 'dictionaryServiceDelegate' hides a field. | 94 |
![]() | Line contains a tab character. | 98 |
![]() | Method 'getValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Method 'setValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter validatorFactory should be final. | 102 |
![]() | 'validatorFactory' hides a field. | 102 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line contains a tab character. | 110 |
![]() | Method 'getLoRepositories' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line has trailing spaces. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Method 'getLoRepository' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Parameter loRepositoryKey should be final. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Method 'getLoTypes' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 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 |
![]() | Method 'getLoType' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line contains a tab character. | 144 |
![]() | Parameter loTypeKey should be final. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Method 'getLoLoRelationTypes' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Method 'getLoLoRelationType' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line contains a tab character. | 168 |
![]() | Parameter loLoRelationTypeKey should be final. | 168 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Line contains a tab character. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line contains a tab character. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 174 |
![]() | Method 'getAllowedLoLoRelationTypesForLoType' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Line contains a tab character. | 175 |
![]() | Parameter loTypeKey should be final. | 175 |
![]() | Parameter relatedLoTypeKey should be final. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line has trailing spaces. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Method 'addLoCategoryToLo' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | '=' is not preceded with whitespace. | 189 |
![]() | '=' is not followed by whitespace. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Parameter loCategoryId should be final. | 190 |
![]() | Parameter loId should be final. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | 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. | 200 |
![]() | Line contains a tab character. | 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 |
![]() | Method 'createLo' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | '=' is not preceded with whitespace. | 206 |
![]() | '=' is not followed by whitespace. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line contains a tab character. | 207 |
![]() | Parameter repositoryId should be final. | 207 |
![]() | Parameter loType should be final. | 207 |
![]() | Parameter loInfo should be final. | 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 contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line has trailing spaces. | 214 |
![]() | Line contains a tab character. | 214 |
![]() | Line has trailing spaces. | 215 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | 'if' is not followed by whitespace. | 218 |
![]() | Line contains a tab character. | 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. | 223 |
![]() | Line has trailing spaces. | 224 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line is longer than 80 characters. | 226 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line has trailing spaces. | 231 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Line contains a tab character. | 233 |
![]() | Avoid inline conditionals. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line has trailing spaces. | 235 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line contains a tab character. | 237 |
![]() | Line has trailing spaces. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | 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 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | Line has trailing spaces. | 249 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | 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 |
![]() | Method 'deleteLo' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | '=' is not preceded with whitespace. | 257 |
![]() | '=' is not followed by whitespace. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Parameter loId should be final. | 258 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line has trailing spaces. | 263 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 269 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Method 'deleteLoCategory' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | '=' is not preceded with whitespace. | 273 |
![]() | '=' is not followed by whitespace. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Parameter loCategoryId should be final. | 274 |
![]() | Line is longer than 80 characters. | 275 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | Line has trailing spaces. | 279 |
![]() | 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 contains a tab character. | 283 |
![]() | Line contains a tab character. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Line contains a tab character. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Method 'getLo' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | Parameter loId should be final. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Line has trailing spaces. | 293 |
![]() | Line contains a tab character. | 293 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 297 |
![]() | Line is longer than 80 characters. | 298 |
![]() | Line contains a tab character. | 298 |
![]() | Line contains a tab character. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Method 'getLoByIdList' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Parameter loIds should be final. | 301 |
![]() | Line is longer than 80 characters. | 302 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | 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. | 310 |
![]() | Line is longer than 80 characters. | 311 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Method 'getLoCategories' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Parameter loRepositoryKey should be final. | 314 |
![]() | Line contains a tab character. | 315 |
![]() | Line contains a tab character. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Line is longer than 80 characters. | 318 |
![]() | Line contains a tab character. | 318 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 322 |
![]() | Line is longer than 80 characters. | 323 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Method 'getLoCategoriesForLo' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Parameter loId should be final. | 326 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line is longer than 80 characters. | 331 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 334 |
![]() | Line is longer than 80 characters. | 335 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Method 'getLoCategory' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Parameter loCategoryId should be final. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | Line contains a tab character. | 340 |
![]() | Line contains a tab character. | 341 |
![]() | Line has trailing spaces. | 342 |
![]() | Line contains a tab character. | 342 |
![]() | Line is longer than 80 characters. | 343 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 346 |
![]() | Line is longer than 80 characters. | 347 |
![]() | Line contains a tab character. | 347 |
![]() | Line is longer than 80 characters. | 348 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 349 |
![]() | Line contains a tab character. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 357 |
![]() | Line is longer than 80 characters. | 358 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 360 |
![]() | Method 'getLosByLoCategory' is not designed for extension - needs to be abstract, final or empty. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Parameter loCategoryId should be final. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Line contains a tab character. | 365 |
![]() | Line contains a tab character. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line contains a tab character. | 369 |
![]() | Line is longer than 80 characters. | 370 |
![]() | Line contains a tab character. | 370 |
![]() | Line contains a tab character. | 371 |
![]() | Line contains a tab character. | 372 |
![]() | Line contains a tab character. | 373 |
![]() | Line contains a tab character. | 374 |
![]() | Line contains a tab character. | 375 |
![]() | Line contains a tab character. | 376 |
![]() | Line contains a tab character. | 377 |
![]() | Line contains a tab character. | 378 |
![]() | Line contains a tab character. | 379 |
![]() | Line contains a tab character. | 381 |
![]() | Line is longer than 80 characters. | 382 |
![]() | Line contains a tab character. | 382 |
![]() | Line contains a tab character. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line contains a tab character. | 386 |
![]() | Line contains a tab character. | 387 |
![]() | Line contains a tab character. | 388 |
![]() | Line contains a tab character. | 389 |
![]() | Line contains a tab character. | 390 |
![]() | Line contains a tab character. | 391 |
![]() | Line contains a tab character. | 393 |
![]() | Line is longer than 80 characters. | 394 |
![]() | Line contains a tab character. | 394 |
![]() | Line contains a tab character. | 395 |
![]() | Line contains a tab character. | 396 |
![]() | Line contains a tab character. | 397 |
![]() | Line is longer than 80 characters. | 398 |
![]() | Line contains a tab character. | 398 |
![]() | Line contains a tab character. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Line contains a tab character. | 401 |
![]() | Line contains a tab character. | 402 |
![]() | Line has trailing spaces. | 403 |
![]() | Line contains a tab character. | 403 |
![]() | Line contains a tab character. | 404 |
![]() | Line contains a tab character. | 405 |
![]() | Line contains a tab character. | 406 |
![]() | Line contains a tab character. | 407 |
![]() | Line contains a tab character. | 408 |
![]() | Line contains a tab character. | 410 |
![]() | Line is longer than 80 characters. | 411 |
![]() | Line contains a tab character. | 411 |
![]() | Line contains a tab character. | 412 |
![]() | Line contains a tab character. | 413 |
![]() | Line contains a tab character. | 414 |
![]() | Line contains a tab character. | 415 |
![]() | Line contains a tab character. | 416 |
![]() | Line contains a tab character. | 417 |
![]() | Line contains a tab character. | 418 |
![]() | Line contains a tab character. | 419 |
![]() | Line has trailing spaces. | 420 |
![]() | Line contains a tab character. | 420 |
![]() | Line is longer than 80 characters. | 422 |
![]() | Line contains a tab character. | 424 |
![]() | Line contains a tab character. | 425 |
![]() | Line contains a tab character. | 427 |
![]() | Line is longer than 80 characters. | 428 |
![]() | Line contains a tab character. | 428 |
![]() | Line contains a tab character. | 429 |
![]() | Line contains a tab character. | 430 |
![]() | Method 'removeLoCategoryFromLo' is not designed for extension - needs to be abstract, final or empty. | 430 |
![]() | Line contains a tab character. | 431 |
![]() | '=' is not preceded with whitespace. | 431 |
![]() | '=' is not followed by whitespace. | 431 |
![]() | Line is longer than 80 characters. | 432 |
![]() | Line contains a tab character. | 432 |
![]() | Parameter loCategoryId should be final. | 432 |
![]() | Parameter loId should be final. | 432 |
![]() | Line contains a tab character. | 433 |
![]() | Line contains a tab character. | 434 |
![]() | Line contains a tab character. | 435 |
![]() | Line contains a tab character. | 436 |
![]() | Line contains a tab character. | 437 |
![]() | Line has trailing spaces. | 438 |
![]() | Line contains a tab character. | 438 |
![]() | Line contains a tab character. | 442 |
![]() | Line contains a tab character. | 444 |
![]() | Line is longer than 80 characters. | 445 |
![]() | Line contains a tab character. | 445 |
![]() | Line contains a tab character. | 446 |
![]() | Line contains a tab character. | 447 |
![]() | Method 'updateLo' is not designed for extension - needs to be abstract, final or empty. | 447 |
![]() | Line contains a tab character. | 448 |
![]() | '=' is not preceded with whitespace. | 448 |
![]() | '=' is not followed by whitespace. | 448 |
![]() | Line contains a tab character. | 449 |
![]() | Parameter loId should be final. | 449 |
![]() | Parameter loInfo should be final. | 449 |
![]() | Line is longer than 80 characters. | 450 |
![]() | Line contains a tab character. | 450 |
![]() | Line contains a tab character. | 451 |
![]() | Line contains a tab character. | 452 |
![]() | Line contains a tab character. | 453 |
![]() | Line contains a tab character. | 454 |
![]() | Line contains a tab character. | 455 |
![]() | Line contains a tab character. | 457 |
![]() | Line contains a tab character. | 458 |
![]() | Line contains a tab character. | 459 |
![]() | 'if' is not followed by whitespace. | 459 |
![]() | Line contains a tab character. | 460 |
![]() | Line is longer than 80 characters. | 461 |
![]() | Line contains a tab character. | 461 |
![]() | Line contains a tab character. | 462 |
![]() | Line is longer than 80 characters. | 463 |
![]() | Line contains a tab character. | 463 |
![]() | Line contains a tab character. | 464 |
![]() | Line has trailing spaces. | 465 |
![]() | Line contains a tab character. | 465 |
![]() | Line contains a tab character. | 466 |
![]() | Line has trailing spaces. | 467 |
![]() | Line is longer than 80 characters. | 468 |
![]() | '{' is not preceded with whitespace. | 468 |
![]() | Line is longer than 80 characters. | 469 |
![]() | Line has trailing spaces. | 471 |
![]() | Line contains a tab character. | 475 |
![]() | Line contains a tab character. | 477 |
![]() | Line is longer than 80 characters. | 478 |
![]() | Line contains a tab character. | 478 |
![]() | Line contains a tab character. | 479 |
![]() | Line contains a tab character. | 480 |
![]() | Method 'updateLoCategory' is not designed for extension - needs to be abstract, final or empty. | 480 |
![]() | Line contains a tab character. | 481 |
![]() | '=' is not preceded with whitespace. | 481 |
![]() | '=' is not followed by whitespace. | 481 |
![]() | Line contains a tab character. | 482 |
![]() | Parameter loCategoryId should be final. | 482 |
![]() | Line is longer than 80 characters. | 483 |
![]() | Line contains a tab character. | 483 |
![]() | Parameter loCategoryInfo should be final. | 483 |
![]() | Line contains a tab character. | 484 |
![]() | Line contains a tab character. | 485 |
![]() | Line contains a tab character. | 486 |
![]() | Line contains a tab character. | 487 |
![]() | Line contains a tab character. | 488 |
![]() | Line has trailing spaces. | 489 |
![]() | Line contains a tab character. | 489 |
![]() | Line contains a tab character. | 490 |
![]() | Line is longer than 80 characters. | 491 |
![]() | Line contains a tab character. | 491 |
![]() | Line is longer than 80 characters. | 493 |
![]() | Line contains a tab character. | 493 |
![]() | Line is longer than 80 characters. | 494 |
![]() | 'if' is not followed by whitespace. | 500 |
![]() | Line is longer than 80 characters. | 502 |
![]() | Line contains a tab character. | 506 |
![]() | Line has trailing spaces. | 507 |
![]() | Line is longer than 80 characters. | 508 |
![]() | '{' is not preceded with whitespace. | 508 |
![]() | Line is longer than 80 characters. | 509 |
![]() | Line has trailing spaces. | 511 |
![]() | Line is longer than 80 characters. | 513 |
![]() | '(' is followed by whitespace. | 513 |
![]() | '!' is followed by whitespace. | 513 |
![]() | ')' is preceded with whitespace. | 513 |
![]() | Line is longer than 80 characters. | 514 |
![]() | Line contains a tab character. | 514 |
![]() | Line contains a tab character. | 515 |
![]() | Line contains a tab character. | 516 |
![]() | Line contains a tab character. | 517 |
![]() | Line is longer than 80 characters. | 518 |
![]() | Line contains a tab character. | 518 |
![]() | Line contains a tab character. | 519 |
![]() | Line contains a tab character. | 520 |
![]() | Line contains a tab character. | 521 |
![]() | Line is longer than 80 characters. | 522 |
![]() | Line contains a tab character. | 522 |
![]() | Line is longer than 80 characters. | 523 |
![]() | Line contains a tab character. | 523 |
![]() | Line is longer than 80 characters. | 524 |
![]() | Line contains a tab character. | 524 |
![]() | Line contains a tab character. | 525 |
![]() | Line contains a tab character. | 526 |
![]() | Line contains a tab character. | 527 |
![]() | Line contains a tab character. | 528 |
![]() | Line has trailing spaces. | 530 |
![]() | Line contains a tab character. | 530 |
![]() | Line is longer than 80 characters. | 532 |
![]() | '(' is followed by whitespace. | 532 |
![]() | '!' is followed by whitespace. | 532 |
![]() | ')' is preceded with whitespace. | 532 |
![]() | Line contains a tab character. | 533 |
![]() | Line is longer than 80 characters. | 535 |
![]() | Line contains a tab character. | 535 |
![]() | Line contains a tab character. | 536 |
![]() | Line contains a tab character. | 539 |
![]() | Line contains a tab character. | 542 |
![]() | Line is longer than 80 characters. | 543 |
![]() | Line contains a tab character. | 543 |
![]() | Line is longer than 80 characters. | 544 |
![]() | Line contains a tab character. | 544 |
![]() | Missing a Javadoc comment. | 544 |
![]() | Parameter loCategory should be final. | 544 |
![]() | Parameter loCategoryInfo should be final. | 544 |
![]() | Line contains a tab character. | 545 |
![]() | Line has trailing spaces. | 546 |
![]() | Line contains a tab character. | 546 |
![]() | Line contains a tab character. | 547 |
![]() | Line is longer than 80 characters. | 548 |
![]() | Line contains a tab character. | 548 |
![]() | Line contains a tab character. | 549 |
![]() | Line is longer than 80 characters. | 550 |
![]() | Line contains a tab character. | 550 |
![]() | Line contains a tab character. | 551 |
![]() | Line has trailing spaces. | 552 |
![]() | Line contains a tab character. | 552 |
![]() | Line contains a tab character. | 553 |
![]() | Line is longer than 80 characters. | 554 |
![]() | Line contains a tab character. | 554 |
![]() | Line contains a tab character. | 555 |
![]() | Line contains a tab character. | 556 |
![]() | Line is longer than 80 characters. | 557 |
![]() | Line contains a tab character. | 557 |
![]() | Line has trailing spaces. | 558 |
![]() | Line contains a tab character. | 558 |
![]() | Line contains a tab character. | 559 |
![]() | Line has trailing spaces. | 560 |
![]() | Line is longer than 80 characters. | 560 |
![]() | Line contains a tab character. | 560 |
![]() | Line contains a tab character. | 561 |
![]() | Line contains a tab character. | 562 |
![]() | Line contains a tab character. | 563 |
![]() | Line is longer than 80 characters. | 564 |
![]() | Line contains a tab character. | 564 |
![]() | Line contains a tab character. | 565 |
![]() | Line is longer than 80 characters. | 566 |
![]() | Line contains a tab character. | 566 |
![]() | Line contains a tab character. | 567 |
![]() | Line is longer than 80 characters. | 568 |
![]() | Line contains a tab character. | 568 |
![]() | Line contains a tab character. | 569 |
![]() | Line contains a tab character. | 570 |
![]() | Line has trailing spaces. | 571 |
![]() | Line contains a tab character. | 571 |
![]() | Line contains a tab character. | 572 |
![]() | Line contains a tab character. | 573 |
![]() | Line contains a tab character. | 574 |
![]() | Line has trailing spaces. | 575 |
![]() | Line contains a tab character. | 575 |
![]() | Line contains a tab character. | 576 |
![]() | Line contains a tab character. | 577 |
![]() | Line contains a tab character. | 579 |
![]() | Line is longer than 80 characters. | 580 |
![]() | Line contains a tab character. | 580 |
![]() | Line contains a tab character. | 581 |
![]() | Line contains a tab character. | 582 |
![]() | Method 'validateLo' is not designed for extension - needs to be abstract, final or empty. | 582 |
![]() | Line contains a tab character. | 583 |
![]() | Parameter validationType should be final. | 583 |
![]() | Line contains a tab character. | 584 |
![]() | Parameter loInfo should be final. | 584 |
![]() | Line contains a tab character. | 585 |
![]() | Line contains a tab character. | 586 |
![]() | Line contains a tab character. | 587 |
![]() | Line contains a tab character. | 588 |
![]() | Line contains a tab character. | 591 |
![]() | Line contains a tab character. | 592 |
![]() | Line contains a tab character. | 593 |
![]() | Line contains a tab character. | 594 |
![]() | Line contains a tab character. | 595 |
![]() | Line contains a tab character. | 596 |
![]() | Line has trailing spaces. | 597 |
![]() | Line contains a tab character. | 597 |
![]() | Line is longer than 80 characters. | 598 |
![]() | Line contains a tab character. | 598 |
![]() | Line contains a tab character. | 599 |
![]() | Line contains a tab character. | 600 |
![]() | Line contains a tab character. | 601 |
![]() | Line contains a tab character. | 603 |
![]() | Line is longer than 80 characters. | 604 |
![]() | Line contains a tab character. | 604 |
![]() | Line contains a tab character. | 605 |
![]() | Line contains a tab character. | 606 |
![]() | Method 'validateLoCategory' is not designed for extension - needs to be abstract, final or empty. | 606 |
![]() | Line is longer than 80 characters. | 607 |
![]() | Line contains a tab character. | 607 |
![]() | Parameter validationType should be final. | 607 |
![]() | Line is longer than 80 characters. | 608 |
![]() | Line contains a tab character. | 608 |
![]() | Parameter loCategoryInfo should be final. | 608 |
![]() | Line contains a tab character. | 609 |
![]() | Line contains a tab character. | 610 |
![]() | Line contains a tab character. | 611 |
![]() | Line contains a tab character. | 612 |
![]() | Line contains a tab character. | 615 |
![]() | Line contains a tab character. | 616 |
![]() | Line contains a tab character. | 617 |
![]() | Line contains a tab character. | 618 |
![]() | Line contains a tab character. | 619 |
![]() | Line contains a tab character. | 620 |
![]() | Line is longer than 80 characters. | 622 |
![]() | Line contains a tab character. | 626 |
![]() | Line contains a tab character. | 628 |
![]() | Method 'validateLoLoRelation' is not designed for extension - needs to be abstract, final or empty. | 628 |
![]() | Line contains a tab character. | 629 |
![]() | Line is longer than 80 characters. | 630 |
![]() | Line contains a tab character. | 630 |
![]() | Parameter validationType should be final. | 630 |
![]() | Parameter loLoRelationInfo should be final. | 630 |
![]() | Line contains a tab character. | 631 |
![]() | Line contains a tab character. | 632 |
![]() | Line is longer than 80 characters. | 634 |
![]() | Line contains a tab character. | 637 |
![]() | First sentence should end with a period. | 639 |
![]() | Unused @param tag for 'parameter'. | 643 |
![]() | Parameter param should be final. | 646 |
![]() | Expected @param tag for 'param'. | 646 |
![]() | Parameter paramName should be final. | 646 |
![]() | Expected @param tag for 'paramName'. | 646 |
![]() | Expected @throws tag for 'MissingParameterException'. | 647 |
![]() | Parameter param should be final. | 658 |
![]() | Expected @param tag for 'param'. | 658 |
![]() | Parameter paramName should be final. | 658 |
![]() | Expected @param tag for 'paramName'. | 658 |
![]() | Expected @throws tag for 'MissingParameterException'. | 659 |
![]() | Line is longer than 80 characters. | 660 |
![]() | 'cast' is not followed by whitespace. | 660 |
![]() | Line is longer than 80 characters. | 661 |
![]() | Line is longer than 80 characters. | 666 |
![]() | Line is longer than 80 characters. | 675 |
![]() | Expected an @return tag. | 685 |
![]() | Line is longer than 80 characters. | 685 |
![]() | Parameter loRepositoryKey should be final. | 685 |
![]() | Expected @param tag for 'loRepositoryKey'. | 685 |
![]() | Parameter loCategoryInfo should be final. | 685 |
![]() | Expected @param tag for 'loCategoryInfo'. | 685 |
![]() | Parameter loCategoryId should be final. | 685 |
![]() | Expected @param tag for 'loCategoryId'. | 685 |
![]() | Expected @throws tag for 'MissingParameterException'. | 686 |
![]() | Expected @throws tag for 'DataValidationErrorException'. | 686 |
![]() | '{' should be on the previous line. | 688 |
![]() | Line contains a tab character. | 692 |
![]() | Line contains a tab character. | 693 |
![]() | Line has trailing spaces. | 694 |
![]() | Line contains a tab character. | 694 |
![]() | Line contains a tab character. | 695 |
![]() | Line contains a tab character. | 696 |
![]() | Line contains a tab character. | 697 |
![]() | Line contains a tab character. | 698 |
![]() | Line contains a tab character. | 699 |
![]() | Line contains a tab character. | 700 |
![]() | Line contains a tab character. | 701 |
![]() | Line contains a tab character. | 702 |
![]() | Line contains a tab character. | 703 |
![]() | Line contains a tab character. | 704 |
![]() | Line contains a tab character. | 705 |
![]() | Line contains a tab character. | 706 |
![]() | Line contains a tab character. | 707 |
![]() | Line contains a tab character. | 708 |
![]() | Line contains a tab character. | 709 |
![]() | Line contains a tab character. | 710 |
![]() | Line contains a tab character. | 711 |
![]() | Line has trailing spaces. | 712 |
![]() | Line contains a tab character. | 712 |
![]() | Line contains a tab character. | 713 |
![]() | Line has trailing spaces. | 714 |
![]() | Line contains a tab character. | 714 |
![]() | Line contains a tab character. | 715 |
![]() | Line has trailing spaces. | 716 |
![]() | Line contains a tab character. | 716 |
![]() | Line contains a tab character. | 717 |
![]() | 'if' is not followed by whitespace. | 717 |
![]() | '{' is not preceded with whitespace. | 717 |
![]() | Line contains a tab character. | 718 |
![]() | Line contains a tab character. | 719 |
![]() | 'for' is not followed by whitespace. | 719 |
![]() | '{' is not preceded with whitespace. | 719 |
![]() | Line is longer than 80 characters. | 720 |
![]() | Line contains a tab character. | 720 |
![]() | Line is longer than 80 characters. | 721 |
![]() | Line contains a tab character. | 721 |
![]() | 'if' is not followed by whitespace. | 721 |
![]() | '{' is not preceded with whitespace. | 721 |
![]() | Line is longer than 80 characters. | 722 |
![]() | Line contains a tab character. | 722 |
![]() | 'for' is not followed by whitespace. | 722 |
![]() | '{' is not preceded with whitespace. | 722 |
![]() | Line is longer than 80 characters. | 723 |
![]() | Line contains a tab character. | 723 |
![]() | 'if' is not followed by whitespace. | 723 |
![]() | Line contains a tab character. | 726 |
![]() | Line contains a tab character. | 727 |
![]() | Line contains a tab character. | 728 |
![]() | Line contains a tab character. | 729 |
![]() | Line contains a tab character. | 730 |
![]() | '}' should be on the same line. | 730 |
![]() | Line contains a tab character. | 731 |
![]() | 'else' is not followed by whitespace. | 731 |
![]() | '{' is not preceded with whitespace. | 731 |
![]() | Line contains a tab character. | 732 |
![]() | Line contains a tab character. | 734 |
![]() | Line contains a tab character. | 735 |
![]() | Line has trailing spaces. | 738 |
![]() | Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 739 |
![]() | Parameter objectTypeKey should be final. | 740 |
![]() | Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 744 |
![]() | Line contains a tab character. | 749 |
![]() | Line is longer than 80 characters. | 750 |
![]() | Line contains a tab character. | 750 |
![]() | Line contains a tab character. | 751 |
![]() | Method 'getSearchCriteriaType' is not designed for extension - needs to be abstract, final or empty. | 752 |
![]() | Parameter searchCriteriaTypeKey should be final. | 754 |
![]() | Line contains a tab character. | 761 |
![]() | Line is longer than 80 characters. | 762 |
![]() | Line contains a tab character. | 762 |
![]() | Line contains a tab character. | 763 |
![]() | Method 'getSearchCriteriaTypes' is not designed for extension - needs to be abstract, final or empty. | 764 |
![]() | Line contains a tab character. | 770 |
![]() | Line is longer than 80 characters. | 771 |
![]() | Line contains a tab character. | 771 |
![]() | Line contains a tab character. | 772 |
![]() | Method 'getSearchResultType' is not designed for extension - needs to be abstract, final or empty. | 773 |
![]() | Parameter searchResultTypeKey should be final. | 774 |
![]() | Line contains a tab character. | 781 |
![]() | Line is longer than 80 characters. | 782 |
![]() | Line contains a tab character. | 782 |
![]() | Line contains a tab character. | 783 |
![]() | Method 'getSearchResultTypes' is not designed for extension - needs to be abstract, final or empty. | 784 |
![]() | Line contains a tab character. | 790 |
![]() | Line is longer than 80 characters. | 791 |
![]() | Line contains a tab character. | 791 |
![]() | Line contains a tab character. | 792 |
![]() | Method 'getSearchType' is not designed for extension - needs to be abstract, final or empty. | 793 |
![]() | Parameter searchTypeKey should be final. | 794 |
![]() | Line contains a tab character. | 801 |
![]() | Line is longer than 80 characters. | 802 |
![]() | Line contains a tab character. | 802 |
![]() | Line contains a tab character. | 803 |
![]() | Method 'getSearchTypes' is not designed for extension - needs to be abstract, final or empty. | 804 |
![]() | Line contains a tab character. | 810 |
![]() | Line is longer than 80 characters. | 811 |
![]() | Line contains a tab character. | 811 |
![]() | Line contains a tab character. | 812 |
![]() | Method 'getSearchTypesByCriteria' is not designed for extension - needs to be abstract, final or empty. | 813 |
![]() | Parameter searchCriteriaTypeKey should be final. | 815 |
![]() | Line is longer than 80 characters. | 818 |
![]() | Line contains a tab character. | 822 |
![]() | Line is longer than 80 characters. | 823 |
![]() | Line contains a tab character. | 823 |
![]() | Line contains a tab character. | 824 |
![]() | Method 'getSearchTypesByResult' is not designed for extension - needs to be abstract, final or empty. | 825 |
![]() | Parameter searchResultTypeKey should be final. | 827 |
![]() | Line contains a tab character. | 834 |
![]() | Method 'createLoLoRelation' is not designed for extension - needs to be abstract, final or empty. | 834 |
![]() | Line contains a tab character. | 835 |
![]() | '=' is not preceded with whitespace. | 835 |
![]() | '=' is not followed by whitespace. | 835 |
![]() | Line is longer than 80 characters. | 836 |
![]() | Line contains a tab character. | 836 |
![]() | Parameter loId should be final. | 836 |
![]() | Parameter relatedLoId should be final. | 836 |
![]() | Line is longer than 80 characters. | 837 |
![]() | Line contains a tab character. | 837 |
![]() | Parameter loLoRelationType should be final. | 837 |
![]() | Parameter loLoRelationInfo should be final. | 837 |
![]() | Line has trailing spaces. | 838 |
![]() | Line contains a tab character. | 838 |
![]() | Line contains a tab character. | 839 |
![]() | Line contains a tab character. | 840 |
![]() | Line contains a tab character. | 841 |
![]() | Line contains a tab character. | 842 |
![]() | Line contains a tab character. | 843 |
![]() | Line contains a tab character. | 844 |
![]() | Line contains a tab character. | 845 |
![]() | Line has trailing spaces. | 846 |
![]() | Line contains a tab character. | 846 |
![]() | Line contains a tab character. | 847 |
![]() | Line is longer than 80 characters. | 848 |
![]() | Line contains a tab character. | 848 |
![]() | Line contains a tab character. | 849 |
![]() | 'if' is not followed by whitespace. | 849 |
![]() | Line contains a tab character. | 850 |
![]() | Line is longer than 80 characters. | 851 |
![]() | Line contains a tab character. | 851 |
![]() | Line contains a tab character. | 852 |
![]() | Line is longer than 80 characters. | 853 |
![]() | Line contains a tab character. | 853 |
![]() | Line contains a tab character. | 854 |
![]() | Line has trailing spaces. | 855 |
![]() | Line contains a tab character. | 855 |
![]() | Line contains a tab character. | 856 |
![]() | Line contains a tab character. | 857 |
![]() | Line contains a tab character. | 858 |
![]() | Line contains a tab character. | 859 |
![]() | Line contains a tab character. | 860 |
![]() | Line is longer than 80 characters. | 861 |
![]() | Line contains a tab character. | 861 |
![]() | Line contains a tab character. | 862 |
![]() | Line contains a tab character. | 863 |
![]() | Line contains a tab character. | 864 |
![]() | Line has trailing spaces. | 865 |
![]() | Line contains a tab character. | 865 |
![]() | Line contains a tab character. | 866 |
![]() | Line contains a tab character. | 867 |
![]() | Line is longer than 80 characters. | 868 |
![]() | Line contains a tab character. | 868 |
![]() | Line contains a tab character. | 869 |
![]() | Line contains a tab character. | 870 |
![]() | Line is longer than 80 characters. | 871 |
![]() | Line contains a tab character. | 871 |
![]() | Line contains a tab character. | 872 |
![]() | Line contains a tab character. | 873 |
![]() | Line contains a tab character. | 874 |
![]() | Line contains a tab character. | 875 |
![]() | Line has trailing spaces. | 876 |
![]() | Line contains a tab character. | 876 |
![]() | Line contains a tab character. | 877 |
![]() | Line has trailing spaces. | 878 |
![]() | Line contains a tab character. | 878 |
![]() | Line is longer than 80 characters. | 879 |
![]() | Line contains a tab character. | 879 |
![]() | Line contains a tab character. | 880 |
![]() | Line contains a tab character. | 882 |
![]() | Method 'deleteLoLoRelation' is not designed for extension - needs to be abstract, final or empty. | 882 |
![]() | Line contains a tab character. | 883 |
![]() | '=' is not preceded with whitespace. | 883 |
![]() | '=' is not followed by whitespace. | 883 |
![]() | Line contains a tab character. | 884 |
![]() | Parameter loLoRelationId should be final. | 884 |
![]() | Line contains a tab character. | 885 |
![]() | Line contains a tab character. | 886 |
![]() | Line contains a tab character. | 887 |
![]() | Line contains a tab character. | 888 |
![]() | Line has trailing spaces. | 889 |
![]() | Line contains a tab character. | 889 |
![]() | Line contains a tab character. | 890 |
![]() | Line has trailing spaces. | 891 |
![]() | Line contains a tab character. | 891 |
![]() | Line contains a tab character. | 892 |
![]() | Line contains a tab character. | 893 |
![]() | Line contains a tab character. | 895 |
![]() | Method 'getLoLoRelation' is not designed for extension - needs to be abstract, final or empty. | 895 |
![]() | Line contains a tab character. | 896 |
![]() | Parameter loLoRelationId should be final. | 896 |
![]() | Line contains a tab character. | 897 |
![]() | Line contains a tab character. | 898 |
![]() | Line contains a tab character. | 899 |
![]() | Line is longer than 80 characters. | 900 |
![]() | Line contains a tab character. | 900 |
![]() | Line contains a tab character. | 901 |
![]() | Line contains a tab character. | 903 |
![]() | Method 'getLoLoRelationsByLoId' is not designed for extension - needs to be abstract, final or empty. | 903 |
![]() | Line contains a tab character. | 904 |
![]() | Parameter loId should be final. | 904 |
![]() | Line contains a tab character. | 905 |
![]() | Line contains a tab character. | 906 |
![]() | Line is longer than 80 characters. | 907 |
![]() | Line contains a tab character. | 907 |
![]() | Line is longer than 80 characters. | 908 |
![]() | Line contains a tab character. | 908 |
![]() | Line contains a tab character. | 909 |
![]() | Line contains a tab character. | 911 |
![]() | Method 'getLosByRelatedLoId' is not designed for extension - needs to be abstract, final or empty. | 911 |
![]() | Line contains a tab character. | 912 |
![]() | Parameter relatedLoId should be final. | 912 |
![]() | Line contains a tab character. | 913 |
![]() | Parameter loLoRelationType should be final. | 913 |
![]() | Line contains a tab character. | 914 |
![]() | Line contains a tab character. | 915 |
![]() | Line is longer than 80 characters. | 916 |
![]() | Line contains a tab character. | 916 |
![]() | Line contains a tab character. | 917 |
![]() | Line contains a tab character. | 918 |
![]() | Line contains a tab character. | 920 |
![]() | Method 'getRelatedLosByLoId' is not designed for extension - needs to be abstract, final or empty. | 920 |
![]() | Line is longer than 80 characters. | 921 |
![]() | Line contains a tab character. | 921 |
![]() | Parameter loId should be final. | 921 |
![]() | Parameter loLoRelationTypeKey should be final. | 921 |
![]() | Line contains a tab character. | 922 |
![]() | Line contains a tab character. | 923 |
![]() | Line contains a tab character. | 924 |
![]() | Line is longer than 80 characters. | 925 |
![]() | Line contains a tab character. | 925 |
![]() | Line is longer than 80 characters. | 926 |
![]() | Line contains a tab character. | 926 |
![]() | Line contains a tab character. | 927 |
![]() | Line contains a tab character. | 928 |
![]() | Line contains a tab character. | 930 |
![]() | Method 'updateLoLoRelation' is not designed for extension - needs to be abstract, final or empty. | 930 |
![]() | Line contains a tab character. | 931 |
![]() | '=' is not preceded with whitespace. | 931 |
![]() | '=' is not followed by whitespace. | 931 |
![]() | Line contains a tab character. | 932 |
![]() | Parameter loLoRelationId should be final. | 932 |
![]() | Line contains a tab character. | 933 |
![]() | Parameter loLoRelationInfo should be final. | 933 |
![]() | Line is longer than 80 characters. | 934 |
![]() | Line contains a tab character. | 934 |
![]() | Line contains a tab character. | 935 |
![]() | Line contains a tab character. | 936 |
![]() | Line contains a tab character. | 937 |
![]() | Line has trailing spaces. | 938 |
![]() | Line contains a tab character. | 938 |
![]() | Line contains a tab character. | 940 |
![]() | Line is longer than 80 characters. | 941 |
![]() | Line contains a tab character. | 941 |
![]() | Line contains a tab character. | 942 |
![]() | 'if' is not followed by whitespace. | 942 |
![]() | Line is longer than 80 characters. | 943 |
![]() | Line contains a tab character. | 943 |
![]() | Line contains a tab character. | 944 |
![]() | Line has trailing spaces. | 946 |
![]() | Line contains a tab character. | 946 |
![]() | Line contains a tab character. | 947 |
![]() | Line contains a tab character. | 948 |
![]() | Line contains a tab character. | 950 |
![]() | Method 'createLoCategory' is not designed for extension - needs to be abstract, final or empty. | 950 |
![]() | Line contains a tab character. | 951 |
![]() | '=' is not preceded with whitespace. | 951 |
![]() | '=' is not followed by whitespace. | 951 |
![]() | Line contains a tab character. | 952 |
![]() | Parameter loRepositoryKey should be final. | 952 |
![]() | Line contains a tab character. | 953 |
![]() | Parameter loCategoryTypeKey should be final. | 953 |
![]() | Parameter loCategoryInfo should be final. | 953 |
![]() | Line is longer than 80 characters. | 954 |
![]() | Line contains a tab character. | 954 |
![]() | Line contains a tab character. | 955 |
![]() | Line contains a tab character. | 956 |
![]() | Line contains a tab character. | 957 |
![]() | Line contains a tab character. | 958 |
![]() | Line contains a tab character. | 959 |
![]() | Line has trailing spaces. | 960 |
![]() | Line contains a tab character. | 960 |
![]() | Line contains a tab character. | 961 |
![]() | Line is longer than 80 characters. | 962 |
![]() | Line contains a tab character. | 962 |
![]() | Line has trailing spaces. | 964 |
![]() | Line is longer than 80 characters. | 964 |
![]() | 'if' is not followed by whitespace. | 971 |
![]() | Line contains a tab character. | 972 |
![]() | Line is longer than 80 characters. | 973 |
![]() | Line contains a tab character. | 973 |
![]() | Line contains a tab character. | 974 |
![]() | Line is longer than 80 characters. | 975 |
![]() | Line contains a tab character. | 975 |
![]() | Line contains a tab character. | 976 |
![]() | Line is longer than 80 characters. | 978 |
![]() | Line contains a tab character. | 978 |
![]() | Line is longer than 80 characters. | 979 |
![]() | Line contains a tab character. | 979 |
![]() | Line contains a tab character. | 980 |
![]() | Line is longer than 80 characters. | 981 |
![]() | Line contains a tab character. | 981 |
![]() | Line contains a tab character. | 982 |
![]() | Line contains a tab character. | 983 |
![]() | Line is longer than 80 characters. | 984 |
![]() | Line contains a tab character. | 984 |
![]() | Line contains a tab character. | 985 |
![]() | Line contains a tab character. | 987 |
![]() | Method 'getLoCategoryType' is not designed for extension - needs to be abstract, final or empty. | 987 |
![]() | Line contains a tab character. | 988 |
![]() | Parameter loCategoryTypeKey should be final. | 988 |
![]() | Line contains a tab character. | 989 |
![]() | Line contains a tab character. | 990 |
![]() | Line contains a tab character. | 991 |
![]() | Line is longer than 80 characters. | 992 |
![]() | Line contains a tab character. | 992 |
![]() | Line is longer than 80 characters. | 993 |
![]() | Line contains a tab character. | 993 |
![]() | Line contains a tab character. | 994 |
![]() | Line contains a tab character. | 996 |
![]() | Method 'getLoCategoryTypes' is not designed for extension - needs to be abstract, final or empty. | 996 |
![]() | Line contains a tab character. | 997 |
![]() | Line contains a tab character. | 998 |
![]() | Line is longer than 80 characters. | 999 |
![]() | Line contains a tab character. | 999 |
![]() | Line is longer than 80 characters. | 1000 |
![]() | Line contains a tab character. | 1000 |
![]() | Line contains a tab character. | 1001 |
![]() | Line contains a tab character. | 1003 |
![]() | Method 'getLosByRepository' is not designed for extension - needs to be abstract, final or empty. | 1003 |
![]() | Line contains a tab character. | 1004 |
![]() | Parameter loRepositoryKey should be final. | 1004 |
![]() | Line contains a tab character. | 1005 |
![]() | Parameter loTypeKey should be final. | 1005 |
![]() | Parameter loStateKey should be final. | 1005 |
![]() | Line is longer than 80 characters. | 1006 |
![]() | Line contains a tab character. | 1006 |
![]() | Line contains a tab character. | 1007 |
![]() | Line contains a tab character. | 1008 |
![]() | Line contains a tab character. | 1009 |
![]() | Line contains a tab character. | 1010 |
![]() | Line contains a tab character. | 1011 |
![]() | Line contains a tab character. | 1013 |
![]() | Method 'search' is not designed for extension - needs to be abstract, final or empty. | 1013 |
![]() | Line is longer than 80 characters. | 1014 |
![]() | Line contains a tab character. | 1014 |
![]() | Parameter searchRequest should be final. | 1014 |
![]() | 'if' is not followed by whitespace. | 1017 |
![]() | '{' is not preceded with whitespace. | 1017 |
![]() | Line contains a tab character. | 1018 |
![]() | Line is longer than 80 characters. | 1019 |
![]() | Line contains a tab character. | 1019 |
![]() | Line contains a tab character. | 1020 |
![]() | Line contains a tab character. | 1021 |
![]() | Line contains a tab character. | 1022 |
![]() | Line has trailing spaces. | 1024 |
![]() | Line contains a tab character. | 1026 |
![]() | Line is longer than 80 characters. | 1028 |
![]() | Line contains a tab character. | 1028 |
![]() | Line contains a tab character. | 1029 |
![]() | Missing a Javadoc comment. | 1029 |
![]() | Parameter result should be final. | 1029 |
![]() | Line is longer than 80 characters. | 1030 |
![]() | Line contains a tab character. | 1030 |
![]() | ',' is not followed by whitespace. | 1030 |
![]() | ',' is not followed by whitespace. | 1030 |
![]() | Line is longer than 80 characters. | 1031 |
![]() | Line contains a tab character. | 1031 |
![]() | 'for' is not followed by whitespace. | 1031 |
![]() | ';' is not followed by whitespace. | 1031 |
![]() | '{' is not preceded with whitespace. | 1031 |
![]() | Line contains a tab character. | 1032 |
![]() | Line contains a tab character. | 1033 |
![]() | Line contains a tab character. | 1034 |
![]() | Line contains a tab character. | 1035 |
![]() | Line contains a tab character. | 1036 |
![]() | 'for' is not followed by whitespace. | 1036 |
![]() | ':' is not preceded with whitespace. | 1036 |
![]() | ':' is not followed by whitespace. | 1036 |
![]() | '{' is not preceded with whitespace. | 1036 |
![]() | Line is longer than 80 characters. | 1037 |
![]() | Line contains a tab character. | 1037 |
![]() | 'if' is not followed by whitespace. | 1037 |
![]() | '{' is not preceded with whitespace. | 1037 |
![]() | Line contains a tab character. | 1038 |
![]() | Line contains a tab character. | 1039 |
![]() | Line is longer than 80 characters. | 1040 |
![]() | Line contains a tab character. | 1040 |
![]() | 'else' is not preceded with whitespace. | 1040 |
![]() | '}' is not followed by whitespace. | 1040 |
![]() | 'if' is not followed by whitespace. | 1040 |
![]() | '{' is not preceded with whitespace. | 1040 |
![]() | Line contains a tab character. | 1041 |
![]() | Line contains a tab character. | 1042 |
![]() | Line contains a tab character. | 1043 |
![]() | Line is longer than 80 characters. | 1044 |
![]() | Line contains a tab character. | 1044 |
![]() | Line contains a tab character. | 1045 |
![]() | 'if' is not followed by whitespace. | 1045 |
![]() | '!=' is not preceded with whitespace. | 1045 |
![]() | '!=' is not followed by whitespace. | 1045 |
![]() | '{' is not preceded with whitespace. | 1045 |
![]() | Line contains a tab character. | 1046 |
![]() | 'if' is not followed by whitespace. | 1046 |
![]() | '{' is not preceded with whitespace. | 1046 |
![]() | Line is longer than 80 characters. | 1047 |
![]() | Line contains a tab character. | 1047 |
![]() | Line contains a tab character. | 1048 |
![]() | 'if' is not followed by whitespace. | 1048 |
![]() | '{' is not preceded with whitespace. | 1048 |
![]() | Line is longer than 80 characters. | 1049 |
![]() | Line contains a tab character. | 1049 |
![]() | ',' is not followed by whitespace. | 1049 |
![]() | Line contains a tab character. | 1050 |
![]() | Line contains a tab character. | 1051 |
![]() | Line contains a tab character. | 1052 |
![]() | 'if' is not followed by whitespace. | 1052 |
![]() | '!=' is not preceded with whitespace. | 1052 |
![]() | '!=' is not followed by whitespace. | 1052 |
![]() | '{' is not preceded with whitespace. | 1052 |
![]() | Line is longer than 80 characters. | 1053 |
![]() | Line contains a tab character. | 1053 |
![]() | 'if' is not followed by whitespace. | 1053 |
![]() | '==' is not preceded with whitespace. | 1053 |
![]() | '==' is not followed by whitespace. | 1053 |
![]() | '||' is not preceded with whitespace. | 1053 |
![]() | '||' is not followed by whitespace. | 1053 |
![]() | '{' is not preceded with whitespace. | 1053 |
![]() | Line is longer than 80 characters. | 1054 |
![]() | Line contains a tab character. | 1054 |
![]() | Line is longer than 80 characters. | 1055 |
![]() | Line contains a tab character. | 1055 |
![]() | 'else' is not preceded with whitespace. | 1055 |
![]() | '}' is not followed by whitespace. | 1055 |
![]() | 'if' is not followed by whitespace. | 1055 |
![]() | '!=' is not preceded with whitespace. | 1055 |
![]() | '!=' is not followed by whitespace. | 1055 |
![]() | '{' is not preceded with whitespace. | 1055 |
![]() | Line is longer than 80 characters. | 1056 |
![]() | Line contains a tab character. | 1056 |
![]() | '+' is not preceded with whitespace. | 1056 |
![]() | '+' is not followed by whitespace. | 1056 |
![]() | '+' is not preceded with whitespace. | 1056 |
![]() | '+' is not followed by whitespace. | 1056 |
![]() | Line contains a tab character. | 1057 |
![]() | Line contains a tab character. | 1058 |
![]() | Line is longer than 80 characters. | 1059 |
![]() | Line contains a tab character. | 1059 |
![]() | Line contains a tab character. | 1060 |
![]() | Line contains a tab character. | 1061 |
![]() | Line contains a tab character. | 1062 |
![]() | Line contains a tab character. | 1063 |
![]() | Line contains a tab character. | 1064 |
![]() | Line contains a tab character. | 1065 |
![]() | Line contains a tab character. | 1066 |
![]() | Line contains a tab character. | 1067 |
![]() | Line has trailing spaces. | 1068 |
![]() | Line contains a tab character. | 1068 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant 'public' modifier. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'setEm' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Parameter em should be final. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'getResultComponentIdsByResult' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Parameter resultValueId should be final. | 39 |
![]() | Parameter resultComponentTypeKey should be final. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'getResultComponentIdsByResultComponentType' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Parameter resultComponentTypeKey should be final. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'getResultComponentType' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Parameter resultComponentTypeKey should be final. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | 'cast' is not followed by whitespace. | 62 |
![]() | '{' is not preceded with whitespace. | 65 |
![]() | Line contains a tab character. | 66 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 36 |
![]() | '(' is followed by whitespace. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Parameter name should be final. | 85 |
![]() | 'name' hides a field. | 85 |
![]() | Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Parameter descr should be final. | 99 |
![]() | 'descr' hides a field. | 99 |
![]() | Method 'getResultValues' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Method 'setResultValues' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Parameter resultValues should be final. | 113 |
![]() | 'resultValues' hides a field. | 113 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Parameter effectiveDate should be final. | 127 |
![]() | 'effectiveDate' hides a field. | 127 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Parameter expirationDate should be final. | 141 |
![]() | 'expirationDate' hides a field. | 141 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Parameter type should be final. | 155 |
![]() | 'type' hides a field. | 155 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Parameter state should be final. | 169 |
![]() | 'state' hides a field. | 169 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Parameter attributes should be final. | 179 |
![]() | 'attributes' hides a field. | 179 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Parameter owner should be final. | 39 |
![]() | 'owner' hides a field. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Parameter attributes should be final. | 39 |
![]() | 'attributes' hides a field. | 39 |
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '=' is not followed by whitespace. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '=' is not preceded with whitespace. | 43 |
![]() | '=' is not followed by whitespace. | 43 |
![]() | '{' is not preceded with whitespace. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter value should be final. | 57 |
![]() | 'value' hides a field. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Method 'getResultComponent' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Method 'setResultComponent' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter resultComponent should be final. | 65 |
![]() | 'resultComponent' hides a field. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 34 |
![]() | '{' is not preceded with whitespace. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Parameter name should be final. | 66 |
![]() | 'name' hides a field. | 66 |
![]() | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Parameter descr should be final. | 80 |
![]() | 'descr' hides a field. | 80 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Parameter effectiveDate should be final. | 94 |
![]() | 'effectiveDate' hides a field. | 94 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Parameter expirationDate should be final. | 108 |
![]() | 'expirationDate' hides a field. | 108 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Parameter attributes should be final. | 118 |
![]() | 'attributes' hides a field. | 118 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter entity should be final. | 43 |
![]() | '{' is followed by whitespace. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter entities should be final. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter entity should be final. | 68 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter entites should be final. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter entity should be final. | 86 |
![]() | '{' is followed by whitespace. | 89 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter resultComponentTypeKey should be final. | 95 |
![]() | Parameter dto should be final. | 95 |
![]() | Parameter lrcDao should be final. | 95 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter entity should be final. | 101 |
![]() | Parameter dto should be final. | 101 |
![]() | Parameter lrcDao should be final. | 101 |
![]() | Line is longer than 80 characters. | 103 |
![]() | '{' is followed by whitespace. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line has trailing spaces. | 106 |
![]() | Line has trailing spaces. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | ',' is not followed by whitespace. | 111 |
![]() | ',' is not followed by whitespace. | 111 |
![]() | 'if' is not followed by whitespace. | 112 |
![]() | '!=' is not preceded with whitespace. | 112 |
![]() | '!=' is not followed by whitespace. | 112 |
![]() | '{' is not preceded with whitespace. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | 'for' is not followed by whitespace. | 113 |
![]() | ':' is not preceded with whitespace. | 113 |
![]() | ':' is not followed by whitespace. | 113 |
![]() | '{' is not preceded with whitespace. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | ',' is not followed by whitespace. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line has trailing spaces. | 117 |
![]() | 'for' is not followed by whitespace. | 118 |
![]() | ':' is not preceded with whitespace. | 118 |
![]() | ':' is not followed by whitespace. | 118 |
![]() | '{' is not preceded with whitespace. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | 'if' is not followed by whitespace. | 119 |
![]() | '{' is not preceded with whitespace. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | 'else' is not preceded with whitespace. | 124 |
![]() | '}' is not followed by whitespace. | 124 |
![]() | 'else' is not followed by whitespace. | 124 |
![]() | '{' is not preceded with whitespace. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | 'for' is not followed by whitespace. | 129 |
![]() | ',' is not followed by whitespace. | 129 |
![]() | ':' is not preceded with whitespace. | 129 |
![]() | ':' is not followed by whitespace. | 129 |
![]() | '{' is not preceded with whitespace. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line has trailing spaces. | 132 |
![]() | Line is longer than 80 characters. | 134 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | ',' is not followed by whitespace. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | '}' is not preceded with whitespace. | 63 |
![]() | ',' is not followed by whitespace. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | '}' is not preceded with whitespace. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'compareGrades' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Parameter gradeKey should be final. | 75 |
![]() | Parameter scaleKey should be final. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Parameter compareGradeKey should be final. | 76 |
![]() | Parameter compareScaleKey should be final. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | 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. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Method 'createResultComponent' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | '=' is not preceded with whitespace. | 86 |
![]() | '=' is not followed by whitespace. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Parameter resultComponentTypeKey should be final. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Parameter resultComponentInfo should be final. | 89 |
![]() | Line is longer than 80 characters. | 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 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. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line has trailing spaces. | 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. | 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 |
![]() | Method 'deleteResultComponent' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | '=' is not preceded with whitespace. | 115 |
![]() | '=' is not followed by whitespace. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Parameter resultComponentId should be final. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | 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 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Method 'getCredential' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Parameter credentialKey should be final. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Method 'getCredentialKeysByCredentialType' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Parameter credentialTypeKey should be final. | 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 contains a tab character. | 150 |
![]() | Method 'getCredentialType' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Parameter credentialTypeKey should be final. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 157 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Method 'getCredentialTypes' is not designed for extension - needs to be abstract, final or empty. | 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. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Method 'getCredentialsByKeyList' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line contains a tab character. | 171 |
![]() | Parameter credentialKeyList should be final. | 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. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Method 'getCredit' is not designed for extension - needs to be abstract, final or empty. | 180 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line contains a tab character. | 181 |
![]() | Parameter creditKey should be final. | 181 |
![]() | 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. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Method 'getCreditKeysByCreditType' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Parameter creditTypeKey should be final. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 197 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Method 'getCreditType' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | Parameter creditTypeKey should be final. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Method 'getCreditTypes' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 216 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Method 'getCreditsByKeyList' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Parameter creditKeyList should be final. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Method 'getGrade' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Parameter gradeKey should be final. | 230 |
![]() | Line contains a tab character. | 233 |
![]() | Line is longer than 80 characters. | 237 |
![]() | Method 'getGradeKeysByGradeType' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Parameter gradeTypeKey should be final. | 240 |
![]() | Line contains a tab character. | 243 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Method 'getGradeType' is not designed for extension - needs to be abstract, final or empty. | 249 |
![]() | Parameter gradeTypeKey should be final. | 250 |
![]() | Line contains a tab character. | 253 |
![]() | Method 'getGradeTypes' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Line contains a tab character. | 261 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Method 'getGradesByKeyList' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() | Parameter gradeKeyList should be final. | 268 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 273 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | Method 'getGradesByScale' is not designed for extension - needs to be abstract, final or empty. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Parameter scale should be final. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Line contains a tab character. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Method 'getResultComponent' is not designed for extension - needs to be abstract, final or empty. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Parameter resultComponentId should be final. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | 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. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | 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 |
![]() | Method 'getResultComponentIdsByResult' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Parameter resultValueId should be final. | 300 |
![]() | Line is longer than 80 characters. | 301 |
![]() | Line contains a tab character. | 301 |
![]() | Parameter resultComponentTypeKey should be final. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line is longer than 80 characters. | 305 |
![]() | Line contains a tab character. | 305 |
![]() | Line is longer than 80 characters. | 306 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 310 |
![]() | Line is longer than 80 characters. | 311 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Method 'getResultComponentIdsByResultComponentType' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Line is longer than 80 characters. | 315 |
![]() | Line contains a tab character. | 315 |
![]() | Parameter resultComponentTypeKey should be final. | 315 |
![]() | Line contains a tab character. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Line is longer than 80 characters. | 318 |
![]() | Line contains a tab character. | 318 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 323 |
![]() | Line is longer than 80 characters. | 324 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Method 'getResultComponentType' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() | Line contains a tab character. | 327 |
![]() | Line is longer than 80 characters. | 328 |
![]() | Line contains a tab character. | 328 |
![]() | Parameter resultComponentTypeKey should be final. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line is longer than 80 characters. | 331 |
![]() | Line contains a tab character. | 331 |
![]() | Line is longer than 80 characters. | 332 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 336 |
![]() | Line is longer than 80 characters. | 337 |
![]() | Line contains a tab character. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | Method 'getResultComponentTypes' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() | Line contains a tab character. | 340 |
![]() | Line contains a tab character. | 341 |
![]() | Line is longer than 80 characters. | 342 |
![]() | Line contains a tab character. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 346 |
![]() | Line is longer than 80 characters. | 347 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 349 |
![]() | Method 'getScale' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() | Line contains a tab character. | 350 |
![]() | Parameter scaleKey should be final. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 358 |
![]() | Line is longer than 80 characters. | 359 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Method 'translateGrade' is not designed for extension - needs to be abstract, final or empty. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Parameter gradeKey should be final. | 362 |
![]() | Parameter scaleKey should be final. | 362 |
![]() | Line is longer than 80 characters. | 363 |
![]() | Line contains a tab character. | 363 |
![]() | Parameter translateScaleKey should be final. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Line is longer than 80 characters. | 365 |
![]() | Line contains a tab character. | 365 |
![]() | Line contains a tab character. | 366 |
![]() | Line contains a tab character. | 368 |
![]() | Line is longer than 80 characters. | 369 |
![]() | Line contains a tab character. | 369 |
![]() | Line contains a tab character. | 370 |
![]() | Line contains a tab character. | 371 |
![]() | Method 'updateResultComponent' is not designed for extension - needs to be abstract, final or empty. | 371 |
![]() | Line contains a tab character. | 372 |
![]() | '=' is not preceded with whitespace. | 372 |
![]() | '=' is not followed by whitespace. | 372 |
![]() | Line is longer than 80 characters. | 373 |
![]() | Line contains a tab character. | 373 |
![]() | Parameter resultComponentId should be final. | 373 |
![]() | Line contains a tab character. | 374 |
![]() | Parameter resultComponentInfo should be final. | 374 |
![]() | Line is longer than 80 characters. | 375 |
![]() | Line contains a tab character. | 375 |
![]() | Line contains a tab character. | 376 |
![]() | Line contains a tab character. | 377 |
![]() | Line contains a tab character. | 378 |
![]() | Line contains a tab character. | 379 |
![]() | Line has trailing spaces. | 381 |
![]() | Line is longer than 80 characters. | 383 |
![]() | Line is longer than 80 characters. | 385 |
![]() | Line is longer than 80 characters. | 388 |
![]() | Line has trailing spaces. | 390 |
![]() | Line is longer than 80 characters. | 391 |
![]() | Line has trailing spaces. | 392 |
![]() | Line is longer than 80 characters. | 393 |
![]() | Line contains a tab character. | 393 |
![]() | '{' is not preceded with whitespace. | 393 |
![]() | Line is longer than 80 characters. | 394 |
![]() | Line contains a tab character. | 394 |
![]() | Line contains a tab character. | 395 |
![]() | Line has trailing spaces. | 396 |
![]() | Line is longer than 80 characters. | 397 |
![]() | Line contains a tab character. | 402 |
![]() | Line contains a tab character. | 403 |
![]() | Line contains a tab character. | 404 |
![]() | Line contains a tab character. | 405 |
![]() | Method 'getLrcDao' is not designed for extension - needs to be abstract, final or empty. | 405 |
![]() | Line contains a tab character. | 406 |
![]() | Line contains a tab character. | 407 |
![]() | Line contains a tab character. | 409 |
![]() | Line contains a tab character. | 410 |
![]() | Line contains a tab character. | 411 |
![]() | Line contains a tab character. | 412 |
![]() | Method 'setLrcDao' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() | Parameter lrcDao should be final. | 412 |
![]() | 'lrcDao' hides a field. | 412 |
![]() | Line contains a tab character. | 413 |
![]() | Line contains a tab character. | 414 |
![]() | First sentence should end with a period. | 416 |
![]() | Unused @param tag for 'parameter'. | 420 |
![]() | Parameter param should be final. | 423 |
![]() | Expected @param tag for 'param'. | 423 |
![]() | Parameter paramName should be final. | 423 |
![]() | Expected @param tag for 'paramName'. | 423 |
![]() | Expected @throws tag for 'MissingParameterException'. | 424 |
![]() | Line contains a tab character. | 430 |
![]() | Method 'getSearchCriteriaType' is not designed for extension - needs to be abstract, final or empty. | 430 |
![]() | Line contains a tab character. | 431 |
![]() | Line is longer than 80 characters. | 432 |
![]() | Line contains a tab character. | 432 |
![]() | Parameter searchCriteriaTypeKey should be final. | 432 |
![]() | Line contains a tab character. | 433 |
![]() | Line contains a tab character. | 434 |
![]() | Line is longer than 80 characters. | 436 |
![]() | Line contains a tab character. | 436 |
![]() | Line contains a tab character. | 437 |
![]() | Line contains a tab character. | 439 |
![]() | Method 'getSearchCriteriaTypes' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() | Line contains a tab character. | 440 |
![]() | Line contains a tab character. | 441 |
![]() | Line contains a tab character. | 442 |
![]() | Line contains a tab character. | 443 |
![]() | Line contains a tab character. | 445 |
![]() | Method 'getSearchResultType' is not designed for extension - needs to be abstract, final or empty. | 445 |
![]() | Line is longer than 80 characters. | 446 |
![]() | Line contains a tab character. | 446 |
![]() | Parameter searchResultTypeKey should be final. | 446 |
![]() | Line contains a tab character. | 447 |
![]() | Line contains a tab character. | 448 |
![]() | Line is longer than 80 characters. | 449 |
![]() | Line contains a tab character. | 449 |
![]() | Line contains a tab character. | 450 |
![]() | Line contains a tab character. | 451 |
![]() | Line contains a tab character. | 453 |
![]() | Method 'getSearchResultTypes' is not designed for extension - needs to be abstract, final or empty. | 453 |
![]() | Line contains a tab character. | 454 |
![]() | Line contains a tab character. | 455 |
![]() | Line contains a tab character. | 456 |
![]() | Line contains a tab character. | 457 |
![]() | Line contains a tab character. | 459 |
![]() | Method 'getSearchType' is not designed for extension - needs to be abstract, final or empty. | 459 |
![]() | Line contains a tab character. | 460 |
![]() | Parameter searchTypeKey should be final. | 460 |
![]() | Line contains a tab character. | 461 |
![]() | Line contains a tab character. | 462 |
![]() | Line contains a tab character. | 463 |
![]() | Line contains a tab character. | 464 |
![]() | Line contains a tab character. | 465 |
![]() | Line contains a tab character. | 467 |
![]() | Method 'getSearchTypes' is not designed for extension - needs to be abstract, final or empty. | 467 |
![]() | Line contains a tab character. | 468 |
![]() | Line contains a tab character. | 469 |
![]() | Line contains a tab character. | 470 |
![]() | Line contains a tab character. | 471 |
![]() | Line contains a tab character. | 473 |
![]() | Method 'getSearchTypesByCriteria' is not designed for extension - needs to be abstract, final or empty. | 473 |
![]() | Line contains a tab character. | 474 |
![]() | Line is longer than 80 characters. | 475 |
![]() | Line contains a tab character. | 475 |
![]() | Parameter searchCriteriaTypeKey should be final. | 475 |
![]() | Line contains a tab character. | 476 |
![]() | Line contains a tab character. | 477 |
![]() | Line is longer than 80 characters. | 478 |
![]() | Line contains a tab character. | 478 |
![]() | Line is longer than 80 characters. | 479 |
![]() | Line contains a tab character. | 479 |
![]() | Line contains a tab character. | 480 |
![]() | Line contains a tab character. | 482 |
![]() | Method 'getSearchTypesByResult' is not designed for extension - needs to be abstract, final or empty. | 482 |
![]() | Line contains a tab character. | 483 |
![]() | Line is longer than 80 characters. | 484 |
![]() | Line contains a tab character. | 484 |
![]() | Parameter searchResultTypeKey should be final. | 484 |
![]() | Line contains a tab character. | 485 |
![]() | Line contains a tab character. | 486 |
![]() | Line is longer than 80 characters. | 487 |
![]() | Line contains a tab character. | 487 |
![]() | Line is longer than 80 characters. | 488 |
![]() | Line contains a tab character. | 488 |
![]() | Line contains a tab character. | 489 |
![]() | Line contains a tab character. | 491 |
![]() | Method 'getSearchManager' is not designed for extension - needs to be abstract, final or empty. | 491 |
![]() | Missing a Javadoc comment. | 491 |
![]() | Line contains a tab character. | 492 |
![]() | Line contains a tab character. | 493 |
![]() | Line contains a tab character. | 495 |
![]() | Method 'setSearchManager' is not designed for extension - needs to be abstract, final or empty. | 495 |
![]() | Missing a Javadoc comment. | 495 |
![]() | Parameter searchManager should be final. | 495 |
![]() | 'searchManager' hides a field. | 495 |
![]() | Line contains a tab character. | 496 |
![]() | Line contains a tab character. | 497 |
![]() | Line contains a tab character. | 499 |
![]() | Method 'search' is not designed for extension - needs to be abstract, final or empty. | 499 |
![]() | Line is longer than 80 characters. | 500 |
![]() | Line contains a tab character. | 500 |
![]() | Parameter searchRequest should be final. | 500 |
![]() | Line contains a tab character. | 503 |
![]() | Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 505 |
![]() | Parameter objectTypeKey should be final. | 506 |
![]() | Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 509 |
![]() | Method 'getValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 517 |
![]() | Method 'setValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 524 |
![]() | Parameter validatorFactory should be final. | 524 |
![]() | 'validatorFactory' hides a field. | 524 |
![]() | Method 'getDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 528 |
![]() | Missing a Javadoc comment. | 528 |
![]() | Line is longer than 80 characters. | 532 |
![]() | Method 'setDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 532 |
![]() | Missing a Javadoc comment. | 532 |
![]() | Parameter dictionaryServiceDelegate should be final. | 532 |
![]() | 'dictionaryServiceDelegate' hides a field. | 532 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Redundant 'public' modifier. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Redundant 'public' modifier. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Redundant 'public' modifier. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Redundant 'public' modifier. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Redundant 'public' modifier. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Redundant 'public' modifier. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Redundant 'public' modifier. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Redundant 'public' modifier. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Redundant 'public' modifier. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Redundant 'public' modifier. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Redundant 'public' modifier. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Redundant 'public' modifier. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Redundant 'public' modifier. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Redundant 'public' modifier. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Redundant 'public' modifier. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Redundant 'public' modifier. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Redundant 'public' modifier. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Redundant 'public' modifier. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Redundant 'public' modifier. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Redundant 'public' modifier. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Redundant 'public' modifier. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Redundant 'public' modifier. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Redundant 'public' modifier. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Redundant 'public' modifier. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Redundant 'public' modifier. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Redundant 'public' modifier. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Redundant 'public' modifier. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Redundant 'public' modifier. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Redundant 'public' modifier. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Redundant 'public' modifier. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Redundant 'public' modifier. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Redundant 'public' modifier. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Redundant 'public' modifier. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Redundant 'public' modifier. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Redundant 'public' modifier. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Redundant 'public' modifier. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Redundant 'public' modifier. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Redundant 'public' modifier. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Redundant 'public' modifier. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Redundant 'public' modifier. | 98 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Method 'setEm' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Parameter em should be final. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'getClusByIdList' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Parameter cluIdList should be final. | 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 contains a tab character. | 57 |
![]() | Method 'getClusByLuType' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Parameter luTypeKey should be final. | 58 |
![]() | Parameter luState should be final. | 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. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Method 'getCluSetInfoByIdList' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Parameter cluSetIdList should be final. | 68 |
![]() | 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 |
![]() | Method 'getLuisByIdList' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Parameter luiIds should be final. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 85 |
![]() | Method 'getLuiIdsByCluId' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Parameter cluId should be final. | 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 |
![]() | Line contains a tab character. | 94 |
![]() | Method 'getLuisByRelationType' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Parameter luiId should be final. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Parameter luLuRelationTypeId should be final. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 107 |
![]() | Method 'getLuiIdsByRelationType' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Parameter relatedLuiId should be final. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Parameter luLuRelationTypeId should be final. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 120 |
![]() | Method 'getLuiIdsInAtpByCluId' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Parameter cluId should be final. | 121 |
![]() | Parameter atpKey should be final. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 130 |
![]() | Method 'isCluInCluSet' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Parameter cluId should be final. | 131 |
![]() | Parameter cluSetId should be final. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 139 |
![]() | Method 'getLuiLuiRelations' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Parameter luiId should be final. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | 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 contains a tab character. | 149 |
![]() | Method 'getCluCluRelationsByClu' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Parameter cluId should be final. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 158 |
![]() | Method 'getCluIdsByLoId' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Parameter loId should be final. | 159 |
![]() | 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 contains a tab character. | 165 |
![]() | Line contains a tab character. | 167 |
![]() | Method 'getRelatedCluIdsByCluId' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Parameter cluId should be final. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Parameter luLuRelationTypeId should be final. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | 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. | 179 |
![]() | Method 'getCluIdsByRelatedCluId' is not designed for extension - needs to be abstract, final or empty. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | Parameter relatedCluId should be final. | 180 |
![]() | Parameter luLuRelationTypeId should be final. | 180 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Method 'getRelatedClusByCluId' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Parameter cluId should be final. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Parameter luLuRelationTypeId should be final. | 191 |
![]() | Line contains a tab character. | 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 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Method 'getClusByRelatedCluId' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Parameter relatedCluId should be final. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Parameter luLuRelationTypeId should be final. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line has trailing spaces. | 212 |
![]() | Line has trailing spaces. | 213 |
![]() | Line has trailing spaces. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Method 'getRelatedLuiIdsByLuiId' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Parameter luiId should be final. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Parameter luLuRelationTypeId should be final. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 227 |
![]() | Method 'getRelatedLuisByLuiId' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Parameter luiId should be final. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Parameter luLuRelationTypeId should be final. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line contains a tab character. | 237 |
![]() | Line contains a tab character. | 239 |
![]() | Method 'getClusByRelation' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Parameter parentCluId should be final. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Parameter luLuRelationTypeKey should be final. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 250 |
![]() | Method 'getClusByRelationSt' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line contains a tab character. | 251 |
![]() | Parameter cluId should be final. | 251 |
![]() | Parameter luLuRelationTypeId should be final. | 251 |
![]() | Parameter luStateList should be final. | 251 |
![]() | Line is longer than 80 characters. | 252 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line has trailing spaces. | 258 |
![]() | Line contains a tab character. | 258 |
![]() | Line is longer than 80 characters. | 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 |
![]() | 'if' construct must use '{}'s. | 264 |
![]() | Line contains a tab character. | 264 |
![]() | 'if' is not followed by whitespace. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | 'for' is not followed by whitespace. | 265 |
![]() | ':' is not preceded with whitespace. | 265 |
![]() | ':' is not followed by whitespace. | 265 |
![]() | 'if' construct must use '{}'s. | 266 |
![]() | Line contains a tab character. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line has trailing spaces. | 269 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line has trailing spaces. | 272 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Method 'getCluLoRelationsByClu' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Parameter cluId should be final. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line is longer than 80 characters. | 276 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Line contains a tab character. | 283 |
![]() | Method 'getCluLoRelationsByLo' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Parameter loId should be final. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | 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 contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 293 |
![]() | Method 'getCluLoRelationsByCludIdAndLoId' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Line contains a tab character. | 294 |
![]() | Parameter cluId should be final. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Parameter loId should be final. | 295 |
![]() | Line is longer than 80 characters. | 296 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line contains a tab character. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 305 |
![]() | Method 'getAllowedLuLuRelationTypesForLuType' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() | Line is longer than 80 characters. | 306 |
![]() | Line contains a tab character. | 306 |
![]() | Parameter luTypeId should be final. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Parameter relatedLuTypeId should be final. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | Line is longer than 80 characters. | 309 |
![]() | Line contains a tab character. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Line contains a tab character. | 315 |
![]() | Line contains a tab character. | 317 |
![]() | Method 'getAllowedCluLoRelationTypesForLuType' is not designed for extension - needs to be abstract, final or empty. | 317 |
![]() | Line is longer than 80 characters. | 318 |
![]() | Line contains a tab character. | 318 |
![]() | Parameter luTypeId should be final. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line is longer than 80 characters. | 320 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 327 |
![]() | Method 'getAllowedResultUsageTypesForLuType' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() | Line is longer than 80 characters. | 328 |
![]() | Line contains a tab character. | 328 |
![]() | Parameter luTypeId should be final. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line is longer than 80 characters. | 330 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 337 |
![]() | Method 'getAllowedResultComponentTypesForResultUsageType' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | Parameter resultUsageType should be final. | 339 |
![]() | Line contains a tab character. | 340 |
![]() | Line is longer than 80 characters. | 341 |
![]() | Line contains a tab character. | 341 |
![]() | Line contains a tab character. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | Line contains a tab character. | 348 |
![]() | Method 'getAllowedCluResultTypesForLuType' is not designed for extension - needs to be abstract, final or empty. | 348 |
![]() | Line is longer than 80 characters. | 349 |
![]() | Line contains a tab character. | 349 |
![]() | Parameter luTypeId should be final. | 349 |
![]() | Line contains a tab character. | 350 |
![]() | Line is longer than 80 characters. | 351 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 358 |
![]() | Method 'getCluIdsByResultUsageType' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() | Line is longer than 80 characters. | 359 |
![]() | Line contains a tab character. | 359 |
![]() | Parameter resultUsageTypeKey should be final. | 359 |
![]() | Line contains a tab character. | 360 |
![]() | Line is longer than 80 characters. | 361 |
![]() | Line contains a tab character. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Line contains a tab character. | 365 |
![]() | Line contains a tab character. | 366 |
![]() | Line contains a tab character. | 368 |
![]() | Method 'getCluIdsByResultComponentId' is not designed for extension - needs to be abstract, final or empty. | 368 |
![]() | Line is longer than 80 characters. | 369 |
![]() | Line contains a tab character. | 369 |
![]() | Parameter resultComponentId should be final. | 369 |
![]() | Line contains a tab character. | 370 |
![]() | Line is longer than 80 characters. | 371 |
![]() | Line contains a tab character. | 371 |
![]() | Line contains a tab character. | 372 |
![]() | Line contains a tab character. | 373 |
![]() | Line contains a tab character. | 374 |
![]() | Line contains a tab character. | 375 |
![]() | Line contains a tab character. | 376 |
![]() | Line contains a tab character. | 378 |
![]() | Method 'getAllowedLuLuRelationTypesByLuiId' is not designed for extension - needs to be abstract, final or empty. | 378 |
![]() | Line contains a tab character. | 379 |
![]() | Parameter luiId should be final. | 379 |
![]() | Line contains a tab character. | 380 |
![]() | Parameter relatedLuiId should be final. | 380 |
![]() | Line contains a tab character. | 381 |
![]() | Line is longer than 80 characters. | 382 |
![]() | Line contains a tab character. | 382 |
![]() | Line contains a tab character. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line contains a tab character. | 386 |
![]() | Line contains a tab character. | 387 |
![]() | Line contains a tab character. | 388 |
![]() | Line contains a tab character. | 390 |
![]() | Method 'getAllowedLuLuRelationTypesByCluId' is not designed for extension - needs to be abstract, final or empty. | 390 |
![]() | Line contains a tab character. | 391 |
![]() | Parameter cluId should be final. | 391 |
![]() | Line contains a tab character. | 392 |
![]() | Parameter relatedCluId should be final. | 392 |
![]() | Line contains a tab character. | 393 |
![]() | Line is longer than 80 characters. | 394 |
![]() | Line contains a tab character. | 394 |
![]() | Line contains a tab character. | 395 |
![]() | Line contains a tab character. | 396 |
![]() | Line contains a tab character. | 397 |
![]() | Line contains a tab character. | 398 |
![]() | Line contains a tab character. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Line contains a tab character. | 402 |
![]() | Method 'getCluResultByClu' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() | Line contains a tab character. | 403 |
![]() | Parameter cluId should be final. | 403 |
![]() | Line contains a tab character. | 404 |
![]() | Line is longer than 80 characters. | 405 |
![]() | Line contains a tab character. | 405 |
![]() | Line contains a tab character. | 406 |
![]() | Line contains a tab character. | 407 |
![]() | Line contains a tab character. | 408 |
![]() | Line contains a tab character. | 409 |
![]() | Line contains a tab character. | 410 |
![]() | Method 'getLatestCluVersion' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() | Parameter cluVersionIndId should be final. | 413 |
![]() | 'cast' is not followed by whitespace. | 416 |
![]() | Line contains a tab character. | 420 |
![]() | Method 'getCurrentCluVersion' is not designed for extension - needs to be abstract, final or empty. | 420 |
![]() | Line contains a tab character. | 421 |
![]() | Parameter cluVersionIndId should be final. | 421 |
![]() | 'cast' is not followed by whitespace. | 425 |
![]() | Line contains a tab character. | 427 |
![]() | Line contains a tab character. | 429 |
![]() | Method 'getCurrentCluVersionInfo' is not designed for extension - needs to be abstract, final or empty. | 429 |
![]() | Line is longer than 80 characters. | 430 |
![]() | Line contains a tab character. | 430 |
![]() | Parameter cluVersionIndId should be final. | 430 |
![]() | Parameter objectTypeURI should be final. | 430 |
![]() | Line is longer than 80 characters. | 434 |
![]() | 'cast' is not followed by whitespace. | 434 |
![]() | Line contains a tab character. | 437 |
![]() | Line contains a tab character. | 439 |
![]() | Method 'getCurrentVersionOnDate' is not designed for extension - needs to be abstract, final or empty. | 439 |
![]() | Line contains a tab character. | 440 |
![]() | Parameter versionIndId should be final. | 440 |
![]() | Line contains a tab character. | 441 |
![]() | Parameter objectTypeURI should be final. | 441 |
![]() | Parameter date should be final. | 441 |
![]() | Line is longer than 80 characters. | 445 |
![]() | 'cast' is not followed by whitespace. | 445 |
![]() | Line contains a tab character. | 448 |
![]() | Line contains a tab character. | 450 |
![]() | Method 'getFirstVersion' is not designed for extension - needs to be abstract, final or empty. | 450 |
![]() | Line contains a tab character. | 451 |
![]() | Parameter versionIndId should be final. | 451 |
![]() | Line contains a tab character. | 452 |
![]() | Parameter objectTypeURI should be final. | 452 |
![]() | Line is longer than 80 characters. | 455 |
![]() | 'cast' is not followed by whitespace. | 455 |
![]() | Line contains a tab character. | 458 |
![]() | Line contains a tab character. | 460 |
![]() | Method 'getLatestVersion' is not designed for extension - needs to be abstract, final or empty. | 460 |
![]() | Line contains a tab character. | 461 |
![]() | Parameter versionIndId should be final. | 461 |
![]() | Line contains a tab character. | 462 |
![]() | Parameter objectTypeURI should be final. | 462 |
![]() | Line is longer than 80 characters. | 465 |
![]() | 'cast' is not followed by whitespace. | 465 |
![]() | Line contains a tab character. | 468 |
![]() | Line contains a tab character. | 470 |
![]() | Method 'getVersionBySequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 470 |
![]() | Line is longer than 80 characters. | 471 |
![]() | Line contains a tab character. | 471 |
![]() | Parameter versionIndId should be final. | 471 |
![]() | Line contains a tab character. | 472 |
![]() | Parameter objectTypeURI should be final. | 472 |
![]() | Parameter sequenceNumber should be final. | 472 |
![]() | Line is longer than 80 characters. | 476 |
![]() | 'cast' is not followed by whitespace. | 476 |
![]() | Line contains a tab character. | 479 |
![]() | Line contains a tab character. | 481 |
![]() | Method 'getVersions' is not designed for extension - needs to be abstract, final or empty. | 481 |
![]() | Line contains a tab character. | 482 |
![]() | Parameter versionIndId should be final. | 482 |
![]() | Line contains a tab character. | 483 |
![]() | Parameter objectTypeURI should be final. | 483 |
![]() | Line is longer than 80 characters. | 486 |
![]() | 'cast' is not followed by whitespace. | 486 |
![]() | 'if' is not followed by whitespace. | 487 |
![]() | '==' is not preceded with whitespace. | 487 |
![]() | '==' is not followed by whitespace. | 487 |
![]() | '{' is not preceded with whitespace. | 487 |
![]() | Line contains a tab character. | 488 |
![]() | 'for' is not followed by whitespace. | 490 |
![]() | ':' is not preceded with whitespace. | 490 |
![]() | ':' is not followed by whitespace. | 490 |
![]() | '{' is not preceded with whitespace. | 490 |
![]() | Line contains a tab character. | 491 |
![]() | Line contains a tab character. | 494 |
![]() | Line contains a tab character. | 496 |
![]() | Method 'getVersionsInDateRange' is not designed for extension - needs to be abstract, final or empty. | 496 |
![]() | Line is longer than 80 characters. | 497 |
![]() | Line contains a tab character. | 497 |
![]() | Parameter versionIndId should be final. | 497 |
![]() | Line contains a tab character. | 498 |
![]() | Parameter objectTypeURI should be final. | 498 |
![]() | Parameter from should be final. | 498 |
![]() | Parameter to should be final. | 498 |
![]() | Line contains a tab character. | 499 |
![]() | 'if' is not followed by whitespace. | 499 |
![]() | '==' is not preceded with whitespace. | 499 |
![]() | '==' is not followed by whitespace. | 499 |
![]() | '&&' is not preceded with whitespace. | 499 |
![]() | '&&' is not followed by whitespace. | 499 |
![]() | '==' is not preceded with whitespace. | 499 |
![]() | '==' is not followed by whitespace. | 499 |
![]() | '{' is not preceded with whitespace. | 499 |
![]() | Line is longer than 80 characters. | 500 |
![]() | Line contains a tab character. | 500 |
![]() | Line contains a tab character. | 501 |
![]() | Line contains a tab character. | 502 |
![]() | Line contains a tab character. | 503 |
![]() | 'if' is not followed by whitespace. | 503 |
![]() | '==' is not preceded with whitespace. | 503 |
![]() | '==' is not followed by whitespace. | 503 |
![]() | '{' is not preceded with whitespace. | 503 |
![]() | Line is longer than 80 characters. | 504 |
![]() | Line contains a tab character. | 504 |
![]() | Line contains a tab character. | 505 |
![]() | Line has trailing spaces. | 506 |
![]() | Line contains a tab character. | 506 |
![]() | Line contains a tab character. | 507 |
![]() | 'else' is not preceded with whitespace. | 507 |
![]() | '}' is not followed by whitespace. | 507 |
![]() | 'if' is not followed by whitespace. | 507 |
![]() | '==' is not preceded with whitespace. | 507 |
![]() | '==' is not followed by whitespace. | 507 |
![]() | '{' is not preceded with whitespace. | 507 |
![]() | Line is longer than 80 characters. | 508 |
![]() | Line contains a tab character. | 508 |
![]() | Line contains a tab character. | 509 |
![]() | Line contains a tab character. | 510 |
![]() | Line contains a tab character. | 511 |
![]() | 'else' is not preceded with whitespace. | 511 |
![]() | '}' is not followed by whitespace. | 511 |
![]() | 'else' is not followed by whitespace. | 511 |
![]() | '{' is not preceded with whitespace. | 511 |
![]() | Line is longer than 80 characters. | 512 |
![]() | Line contains a tab character. | 512 |
![]() | Line contains a tab character. | 513 |
![]() | Line contains a tab character. | 514 |
![]() | Line contains a tab character. | 515 |
![]() | Line contains a tab character. | 516 |
![]() | Line has trailing spaces. | 517 |
![]() | Line contains a tab character. | 517 |
![]() | Line is longer than 80 characters. | 518 |
![]() | 'cast' is not followed by whitespace. | 518 |
![]() | 'if' is not followed by whitespace. | 519 |
![]() | '==' is not preceded with whitespace. | 519 |
![]() | '==' is not followed by whitespace. | 519 |
![]() | '{' is not preceded with whitespace. | 519 |
![]() | Line contains a tab character. | 520 |
![]() | 'for' is not followed by whitespace. | 522 |
![]() | ':' is not preceded with whitespace. | 522 |
![]() | ':' is not followed by whitespace. | 522 |
![]() | '{' is not preceded with whitespace. | 522 |
![]() | Line contains a tab character. | 523 |
![]() | Line contains a tab character. | 526 |
![]() | Line contains a tab character. | 528 |
![]() | Method 'getCluPublicationsByType' is not designed for extension - needs to be abstract, final or empty. | 528 |
![]() | Line contains a tab character. | 529 |
![]() | Line contains a tab character. | 530 |
![]() | Parameter luPublicationTypeKey should be final. | 530 |
![]() | Line is longer than 80 characters. | 531 |
![]() | Line contains a tab character. | 535 |
![]() | Line contains a tab character. | 537 |
![]() | Method 'getCluPublicationsByCluId' is not designed for extension - needs to be abstract, final or empty. | 537 |
![]() | Line contains a tab character. | 538 |
![]() | Parameter cluId should be final. | 538 |
![]() | Line is longer than 80 characters. | 539 |
![]() | Line contains a tab character. | 543 |
![]() | Line contains a tab character. | 545 |
![]() | Method 'getCluSetsByCluVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 545 |
![]() | Line is longer than 80 characters. | 546 |
![]() | Line contains a tab character. | 546 |
![]() | Parameter cluVersionIndIds should be final. | 546 |
![]() | Line is longer than 80 characters. | 547 |
![]() | Line contains a tab character. | 551 |
![]() | Line contains a tab character. | 553 |
![]() | Method 'getAllDynamicCluSets' is not designed for extension - needs to be abstract, final or empty. | 553 |
![]() | Line contains a tab character. | 554 |
![]() | Line contains a tab character. | 558 |
![]() | Line contains a tab character. | 560 |
![]() | Method 'getCrossListedClusByCodes' is not designed for extension - needs to be abstract, final or empty. | 560 |
![]() | Line is longer than 80 characters. | 561 |
![]() | Line contains a tab character. | 561 |
![]() | Parameter crossListedCodes should be final. | 561 |
![]() | Line contains a tab character. | 562 |
![]() | 'if' is not followed by whitespace. | 562 |
![]() | '!=' is not preceded with whitespace. | 562 |
![]() | '!=' is not followed by whitespace. | 562 |
![]() | '{' is not preceded with whitespace. | 562 |
![]() | Line is longer than 80 characters. | 563 |
![]() | Line contains a tab character. | 563 |
![]() | Line contains a tab character. | 564 |
![]() | Line contains a tab character. | 569 |
![]() | Line has trailing spaces. | 570 |
![]() | Line contains a tab character. | 570 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | '{' is not preceded with whitespace. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line has trailing spaces. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line has trailing spaces. | 51 |
![]() | Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter orgId should be final. | 56 |
![]() | 'orgId' hides a field. | 56 |
![]() | Line contains a tab character. | 60 |
![]() | Method 'getPercentage' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 64 |
![]() | Method 'setPercentage' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter percentage should be final. | 64 |
![]() | 'percentage' hides a field. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 72 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter effectiveDate should be final. | 72 |
![]() | 'effectiveDate' hides a field. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 80 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter expirationDate should be final. | 80 |
![]() | 'expirationDate' hides a field. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line contains a tab character. | 82 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 72 |
![]() | Method 'getCluLoRelationType' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Method 'setCluLoRelationType' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter cluLoRelationType should be final. | 76 |
![]() | 'cluLoRelationType' hides a field. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 80 |
![]() | Method 'getLuType' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'setLuType' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter luType should be final. | 84 |
![]() | 'luType' hides a field. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | Method 'getLoTypeId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Method 'setLoTypeId' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter loTypeId should be final. | 92 |
![]() | 'loTypeId' hides a field. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 96 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 100 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter effectiveDate should be final. | 100 |
![]() | 'effectiveDate' hides a field. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 104 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Parameter expirationDate should be final. | 108 |
![]() | 'expirationDate' hides a field. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Line contains a tab character. | 111 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | '(' is followed by whitespace. | 34 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Method 'getLuType' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Method 'setLuType' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter luType should be final. | 59 |
![]() | 'luType' hides a field. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter effectiveDate should be final. | 67 |
![]() | 'effectiveDate' hides a field. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 75 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter expirationDate should be final. | 75 |
![]() | 'expirationDate' hides a field. | 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 |
![]() | Method 'getCluResultType' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'setCluResultType' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter cluResultType should be final. | 83 |
![]() | 'cluResultType' hides a field. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | '(' is followed by whitespace. | 34 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 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 |
![]() | Missing a Javadoc comment. | 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 |
![]() | Missing a Javadoc comment. | 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 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'getRelationType' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Method 'setRelationType' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter relationType should be final. | 61 |
![]() | 'relationType' hides a field. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Method 'getLuType' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Method 'setLuType' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter luType should be final. | 69 |
![]() | 'luType' hides a field. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 73 |
![]() | Method 'getRelatedLuType' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Method 'setRelatedLuType' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter relatedLuType should be final. | 77 |
![]() | 'relatedLuType' hides a field. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Parameter effectiveDate should be final. | 84 |
![]() | 'effectiveDate' hides a field. | 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 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter expirationDate should be final. | 98 |
![]() | 'expirationDate' hides a field. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | '(' is followed by whitespace. | 34 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 54 |
![]() | Method 'getResultComponentId' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 58 |
![]() | Method 'setResultComponentId' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter resultComponentId should be final. | 58 |
![]() | 'resultComponentId' hides a field. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 66 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter effectiveDate should be final. | 66 |
![]() | 'effectiveDate' hides a field. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter expirationDate should be final. | 74 |
![]() | 'expirationDate' hides a field. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 78 |
![]() | Method 'getResultUsageType' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'setResultUsageType' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter resultUsageType should be final. | 82 |
![]() | 'resultUsageType' hides a field. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | '(' is followed by whitespace. | 34 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Method 'getLuType' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Method 'setLuType' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter luType should be final. | 59 |
![]() | 'luType' hides a field. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter effectiveDate should be final. | 67 |
![]() | 'effectiveDate' hides a field. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 75 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter expirationDate should be final. | 75 |
![]() | 'expirationDate' hides a field. | 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 |
![]() | Method 'getResultUsageType' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'setResultUsageType' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter resultUsageType should be final. | 83 |
![]() | 'resultUsageType' hides a field. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 44 |
![]() | Line is longer than 80 characters. | 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 |
![]() | '}' is not preceded with whitespace. | 45 |
![]() | '}' is not preceded with whitespace. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | '(' is followed by whitespace. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | '+' should be on a new line. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | '+' should be on a new line. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | '+' should be on a new line. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | '+' should be on a new line. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | '+' should be on a new line. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | '+' should be on a new line. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | '+' should be on a new line. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | '+' should be on a new line. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | '+' should be on a new line. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | '+' should be on a new line. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | '+' should be on a new line. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | '+' should be on a new line. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | '+' should be on a new line. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | '+' should be on a new line. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | '+' should be on a new line. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | '+' should be on a new line. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | '+' should be on a new line. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | '+' should be on a new line. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | '+' should be on a new line. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | '+' should be on a new line. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | '+' should be on a new line. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | '+' should be on a new line. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | '+' should be on a new line. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | '+' should be on a new line. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | '+' should be on a new line. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | '+' should be on a new line. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | '+' should be on a new line. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | '+' should be on a new line. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | '+' should be on a new line. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | '+' should be on a new line. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | '+' should be on a new line. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | '+' should be on a new line. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | '+' should be on a new line. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | '+' should be on a new line. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | '+' should be on a new line. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | '+' should be on a new line. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line has trailing spaces. | 100 |
![]() | Missing a Javadoc comment. | 104 |
![]() | '=' is not preceded with whitespace. | 104 |
![]() | '=' is not followed by whitespace. | 104 |
![]() | Line has trailing spaces. | 107 |
![]() | Missing a Javadoc comment. | 108 |
![]() | '=' is not preceded with whitespace. | 108 |
![]() | '=' is not followed by whitespace. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Line has trailing spaces. | 114 |
![]() | Missing a Javadoc comment. | 115 |
![]() | '=' is not preceded with whitespace. | 115 |
![]() | '=' is not followed by whitespace. | 115 |
![]() | Missing a Javadoc comment. | 119 |
![]() | '=' is not preceded with whitespace. | 119 |
![]() | '=' is not followed by whitespace. | 119 |
![]() | Line has trailing spaces. | 121 |
![]() | Missing a Javadoc comment. | 122 |
![]() | '=' is not preceded with whitespace. | 122 |
![]() | '=' is not followed by whitespace. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line has trailing spaces. | 125 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Line has trailing spaces. | 128 |
![]() | Missing a Javadoc comment. | 129 |
![]() | '=' is not preceded with whitespace. | 129 |
![]() | '=' is not followed by whitespace. | 129 |
![]() | '=' is not preceded with whitespace. | 130 |
![]() | '=' is not followed by whitespace. | 130 |
![]() | Line has trailing spaces. | 132 |
![]() | Missing a Javadoc comment. | 133 |
![]() | '=' is not preceded with whitespace. | 133 |
![]() | '=' is not followed by whitespace. | 133 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Line has trailing spaces. | 136 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Line has trailing spaces. | 145 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Line is longer than 80 characters. | 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 |
![]() | '=' is not preceded with whitespace. | 156 |
![]() | '=' is not followed by whitespace. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | '=' is not preceded with whitespace. | 157 |
![]() | '=' is not followed by whitespace. | 157 |
![]() | '=' is not preceded with whitespace. | 157 |
![]() | '=' is not followed by whitespace. | 157 |
![]() | '=' is not preceded with whitespace. | 157 |
![]() | '=' is not followed by whitespace. | 157 |
![]() | '}' is not preceded with whitespace. | 158 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Line has trailing spaces. | 164 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Missing a Javadoc comment. | 171 |
![]() | '=' is not preceded with whitespace. | 171 |
![]() | '=' is not followed by whitespace. | 171 |
![]() | Line has trailing spaces. | 173 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Line has trailing spaces. | 179 |
![]() | Missing a Javadoc comment. | 180 |
![]() | '=' is not preceded with whitespace. | 180 |
![]() | '=' is not followed by whitespace. | 180 |
![]() | '=' is not preceded with whitespace. | 180 |
![]() | '=' is not followed by whitespace. | 180 |
![]() | Line has trailing spaces. | 182 |
![]() | Missing a Javadoc comment. | 183 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Missing a Javadoc comment. | 195 |
![]() | '=' is not preceded with whitespace. | 195 |
![]() | '=' is not followed by whitespace. | 195 |
![]() | Line has trailing spaces. | 198 |
![]() | Missing a Javadoc comment. | 199 |
![]() | '=' is not preceded with whitespace. | 199 |
![]() | '=' is not followed by whitespace. | 199 |
![]() | Line has trailing spaces. | 202 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Line has trailing spaces. | 209 |
![]() | Missing a Javadoc comment. | 210 |
![]() | Line has trailing spaces. | 212 |
![]() | Method 'getLuType' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Method 'setLuType' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() | Missing a Javadoc comment. | 217 |
![]() | Parameter luType should be final. | 217 |
![]() | 'luType' hides a field. | 217 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | Parameter attributes should be final. | 227 |
![]() | 'attributes' hides a field. | 227 |
![]() | Method 'getOfficialIdentifier' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Method 'setOfficialIdentifier' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | Missing a Javadoc comment. | 235 |
![]() | Parameter officialIdentifier should be final. | 235 |
![]() | 'officialIdentifier' hides a field. | 235 |
![]() | Method 'getAlternateIdentifiers' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Method 'setAlternateIdentifiers' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() | Missing a Javadoc comment. | 243 |
![]() | Parameter alternateIdentifiers should be final. | 243 |
![]() | 'alternateIdentifiers' hides a field. | 243 |
![]() | Method 'getStudySubjectArea' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() | Missing a Javadoc comment. | 247 |
![]() | Method 'setStudySubjectArea' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Missing a Javadoc comment. | 251 |
![]() | Parameter studySubjectArea should be final. | 251 |
![]() | 'studySubjectArea' hides a field. | 251 |
![]() | Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 255 |
![]() | Missing a Javadoc comment. | 255 |
![]() | Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Missing a Javadoc comment. | 259 |
![]() | Parameter descr should be final. | 259 |
![]() | 'descr' hides a field. | 259 |
![]() | Method 'getInstructors' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() | Missing a Javadoc comment. | 263 |
![]() | Method 'setInstructors' is not designed for extension - needs to be abstract, final or empty. | 267 |
![]() | Missing a Javadoc comment. | 267 |
![]() | Parameter instructors should be final. | 267 |
![]() | 'instructors' hides a field. | 267 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() | Missing a Javadoc comment. | 271 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 275 |
![]() | Missing a Javadoc comment. | 275 |
![]() | Parameter effectiveDate should be final. | 275 |
![]() | 'effectiveDate' hides a field. | 275 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 279 |
![]() | Missing a Javadoc comment. | 279 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() | Missing a Javadoc comment. | 283 |
![]() | Parameter expirationDate should be final. | 283 |
![]() | 'expirationDate' hides a field. | 283 |
![]() | Method 'getStdDuration' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() | Missing a Javadoc comment. | 287 |
![]() | Method 'setStdDuration' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() | Missing a Javadoc comment. | 291 |
![]() | Parameter stdDuration should be final. | 291 |
![]() | 'stdDuration' hides a field. | 291 |
![]() | Method 'isCanCreateLui' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() | Missing a Javadoc comment. | 295 |
![]() | Method 'setCanCreateLui' is not designed for extension - needs to be abstract, final or empty. | 299 |
![]() | Missing a Javadoc comment. | 299 |
![]() | Parameter canCreateLui should be final. | 299 |
![]() | 'canCreateLui' hides a field. | 299 |
![]() | Method 'getReferenceURL' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() | Missing a Javadoc comment. | 303 |
![]() | Method 'setReferenceURL' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() | Missing a Javadoc comment. | 307 |
![]() | Parameter referenceURL should be final. | 307 |
![]() | 'referenceURL' hides a field. | 307 |
![]() | Method 'getLuCodes' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() | Missing a Javadoc comment. | 311 |
![]() | Method 'setLuCodes' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() | Missing a Javadoc comment. | 315 |
![]() | Parameter luCodes should be final. | 315 |
![]() | 'luCodes' hides a field. | 315 |
![]() | Method 'getNextReviewPeriod' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() | Missing a Javadoc comment. | 319 |
![]() | Method 'setNextReviewPeriod' is not designed for extension - needs to be abstract, final or empty. | 323 |
![]() | Missing a Javadoc comment. | 323 |
![]() | Parameter nextReviewPeriod should be final. | 323 |
![]() | 'nextReviewPeriod' hides a field. | 323 |
![]() | Method 'isEnrollable' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() | Missing a Javadoc comment. | 327 |
![]() | Method 'setEnrollable' is not designed for extension - needs to be abstract, final or empty. | 331 |
![]() | Missing a Javadoc comment. | 331 |
![]() | Parameter enrollable should be final. | 331 |
![]() | 'enrollable' hides a field. | 331 |
![]() | Method 'getOfferedAtpTypes' is not designed for extension - needs to be abstract, final or empty. | 335 |
![]() | Missing a Javadoc comment. | 335 |
![]() | Method 'setOfferedAtpTypes' is not designed for extension - needs to be abstract, final or empty. | 339 |
![]() | Missing a Javadoc comment. | 339 |
![]() | Parameter offeredAtpTypes should be final. | 339 |
![]() | 'offeredAtpTypes' hides a field. | 339 |
![]() | Method 'isHasEarlyDropDeadline' is not designed for extension - needs to be abstract, final or empty. | 343 |
![]() | Missing a Javadoc comment. | 343 |
![]() | Method 'setHasEarlyDropDeadline' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() | Missing a Javadoc comment. | 347 |
![]() | Parameter hasEarlyDropDeadline should be final. | 347 |
![]() | 'hasEarlyDropDeadline' hides a field. | 347 |
![]() | Method 'getDefaultEnrollmentEstimate' is not designed for extension - needs to be abstract, final or empty. | 351 |
![]() | Missing a Javadoc comment. | 351 |
![]() | Method 'setDefaultEnrollmentEstimate' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() | Missing a Javadoc comment. | 355 |
![]() | Parameter defaultEnrollmentEstimate should be final. | 355 |
![]() | 'defaultEnrollmentEstimate' hides a field. | 355 |
![]() | Method 'getDefaultMaximumEnrollment' is not designed for extension - needs to be abstract, final or empty. | 359 |
![]() | Missing a Javadoc comment. | 359 |
![]() | Method 'setDefaultMaximumEnrollment' is not designed for extension - needs to be abstract, final or empty. | 363 |
![]() | Missing a Javadoc comment. | 363 |
![]() | Parameter defaultMaximumEnrollment should be final. | 363 |
![]() | 'defaultMaximumEnrollment' hides a field. | 363 |
![]() | Method 'isHazardousForDisabledStudents' is not designed for extension - needs to be abstract, final or empty. | 367 |
![]() | Missing a Javadoc comment. | 367 |
![]() | Method 'setHazardousForDisabledStudents' is not designed for extension - needs to be abstract, final or empty. | 371 |
![]() | Missing a Javadoc comment. | 371 |
![]() | Parameter hazardousForDisabledStudents should be final. | 372 |
![]() | 'hazardousForDisabledStudents' hides a field. | 372 |
![]() | Method 'getFee' is not designed for extension - needs to be abstract, final or empty. | 376 |
![]() | Missing a Javadoc comment. | 376 |
![]() | Method 'setFee' is not designed for extension - needs to be abstract, final or empty. | 380 |
![]() | Missing a Javadoc comment. | 380 |
![]() | Parameter fee should be final. | 380 |
![]() | 'fee' hides a field. | 380 |
![]() | Method 'getAccounting' is not designed for extension - needs to be abstract, final or empty. | 384 |
![]() | Missing a Javadoc comment. | 384 |
![]() | Method 'setAccounting' is not designed for extension - needs to be abstract, final or empty. | 388 |
![]() | Missing a Javadoc comment. | 388 |
![]() | Parameter accounting should be final. | 388 |
![]() | 'accounting' hides a field. | 388 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 392 |
![]() | Missing a Javadoc comment. | 392 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 396 |
![]() | Missing a Javadoc comment. | 396 |
![]() | Parameter state should be final. | 396 |
![]() | 'state' hides a field. | 396 |
![]() | Method 'getPrimaryInstructor' is not designed for extension - needs to be abstract, final or empty. | 400 |
![]() | Missing a Javadoc comment. | 400 |
![]() | Method 'setPrimaryInstructor' is not designed for extension - needs to be abstract, final or empty. | 404 |
![]() | Missing a Javadoc comment. | 404 |
![]() | Parameter primaryInstructor should be final. | 404 |
![]() | 'primaryInstructor' hides a field. | 404 |
![]() | Method 'getCampusLocations' is not designed for extension - needs to be abstract, final or empty. | 408 |
![]() | Missing a Javadoc comment. | 408 |
![]() | Line is longer than 80 characters. | 412 |
![]() | Method 'setCampusLocations' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() | Missing a Javadoc comment. | 412 |
![]() | Parameter campusLocationList should be final. | 412 |
![]() | Method 'getIntensity' is not designed for extension - needs to be abstract, final or empty. | 416 |
![]() | Missing a Javadoc comment. | 416 |
![]() | Method 'setIntensity' is not designed for extension - needs to be abstract, final or empty. | 420 |
![]() | Missing a Javadoc comment. | 420 |
![]() | Parameter intensity should be final. | 420 |
![]() | 'intensity' hides a field. | 420 |
![]() | Method 'getAccreditations' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() | Missing a Javadoc comment. | 424 |
![]() | Method 'setAccreditations' is not designed for extension - needs to be abstract, final or empty. | 428 |
![]() | Missing a Javadoc comment. | 428 |
![]() | Parameter accreditations should be final. | 428 |
![]() | 'accreditations' hides a field. | 428 |
![]() | Method 'getAdminOrgs' is not designed for extension - needs to be abstract, final or empty. | 433 |
![]() | Missing a Javadoc comment. | 433 |
![]() | Method 'setAdminOrgs' is not designed for extension - needs to be abstract, final or empty. | 437 |
![]() | Missing a Javadoc comment. | 437 |
![]() | Parameter adminOrgs should be final. | 437 |
![]() | 'adminOrgs' hides a field. | 437 |
![]() | Line contains a tab character. | 441 |
![]() | Method 'getExpectedFirstAtp' is not designed for extension - needs to be abstract, final or empty. | 441 |
![]() | Missing a Javadoc comment. | 441 |
![]() | Line contains a tab character. | 442 |
![]() | Line contains a tab character. | 443 |
![]() | Line contains a tab character. | 445 |
![]() | Method 'setExpectedFirstAtp' is not designed for extension - needs to be abstract, final or empty. | 445 |
![]() | Missing a Javadoc comment. | 445 |
![]() | Parameter expectedFirstAtp should be final. | 445 |
![]() | 'expectedFirstAtp' hides a field. | 445 |
![]() | Line contains a tab character. | 446 |
![]() | Line has trailing spaces. | 447 |
![]() | Line contains a tab character. | 447 |
![]() | Line contains a tab character. | 449 |
![]() | Method 'getLastAtp' is not designed for extension - needs to be abstract, final or empty. | 449 |
![]() | Missing a Javadoc comment. | 449 |
![]() | Line contains a tab character. | 450 |
![]() | Line contains a tab character. | 453 |
![]() | Method 'setLastAtp' is not designed for extension - needs to be abstract, final or empty. | 453 |
![]() | Missing a Javadoc comment. | 453 |
![]() | Parameter lastAtp should be final. | 453 |
![]() | 'lastAtp' hides a field. | 453 |
![]() | Line contains a tab character. | 454 |
![]() | Line contains a tab character. | 455 |
![]() | Method 'getLastAdmitAtp' is not designed for extension - needs to be abstract, final or empty. | 457 |
![]() | Missing a Javadoc comment. | 457 |
![]() | Method 'setLastAdmitAtp' is not designed for extension - needs to be abstract, final or empty. | 461 |
![]() | Missing a Javadoc comment. | 461 |
![]() | Parameter lastAdmitAtp should be final. | 461 |
![]() | 'lastAdmitAtp' hides a field. | 461 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter orgId should be final. | 48 |
![]() | 'orgId' hides a field. | 48 |
![]() | Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Method 'setClu' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter clu should be final. | 56 |
![]() | 'clu' hides a field. | 56 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 17 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | '=' is not preceded with whitespace. | 38 |
![]() | '=' is not followed by whitespace. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter attributes should be final. | 46 |
![]() | 'attributes' hides a field. | 46 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Method 'getAffiliatedOrgs' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 54 |
![]() | Method 'setAffiliatedOrgs' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter affiliatedOrgs should be final. | 54 |
![]() | 'affiliatedOrgs' hides a field. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter attributes should be final. | 63 |
![]() | 'attributes' hides a field. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter orgId should be final. | 71 |
![]() | 'orgId' hides a field. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 75 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 79 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter effectiveDate should be final. | 79 |
![]() | 'effectiveDate' hides a field. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter expirationDate should be final. | 87 |
![]() | 'expirationDate' hides a field. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 32 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line has trailing spaces. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line has trailing spaces. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | '=' is not preceded with whitespace. | 50 |
![]() | '=' is not followed by whitespace. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | Line has trailing spaces. | 58 |
![]() | Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter orgId should be final. | 63 |
![]() | 'orgId' hides a field. | 63 |
![]() | Line has trailing spaces. | 67 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter attributes should be final. | 72 |
![]() | 'attributes' hides a field. | 72 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 80 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter type should be final. | 80 |
![]() | 'type' hides a field. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'isPrimary' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | Method 'setPrimary' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter isPrimary should be final. | 88 |
![]() | 'isPrimary' hides a field. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 96 |
![]() | Method 'setClu' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter clu should be final. | 96 |
![]() | 'clu' hides a field. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Parameter owner should be final. | 39 |
![]() | 'owner' hides a field. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | '{' is not preceded with whitespace. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line has trailing spaces. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line has trailing spaces. | 42 |
![]() | Method 'getAtpTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Method 'setAtpTypeKey' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter atpTypeKey should be final. | 47 |
![]() | 'atpTypeKey' hides a field. | 47 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Method 'setClu' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter clu should be final. | 55 |
![]() | 'clu' hides a field. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | '{' is not preceded with whitespace. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | Method 'getCampusLocation' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Method 'setCampusLocation' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter campusLocation should be final. | 48 |
![]() | 'campusLocation' hides a field. | 48 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 56 |
![]() | Method 'setClu' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter clu should be final. | 56 |
![]() | 'clu' hides a field. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '=' is not followed by whitespace. | 40 |
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '=' is not followed by whitespace. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | 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 is longer than 80 characters. | 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 |
![]() | '=' is not followed by whitespace. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | 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 is longer than 80 characters. | 45 |
![]() | 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 is longer than 80 characters. | 46 |
![]() | 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. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | '=' is not preceded with whitespace. | 52 |
![]() | '=' is not followed by whitespace. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | '=' is not preceded with whitespace. | 60 |
![]() | '=' is not followed by whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'setClu' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter clu should be final. | 84 |
![]() | 'clu' hides a field. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | Method 'getRelatedClu' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Method 'setRelatedClu' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter relatedClu should be final. | 92 |
![]() | 'relatedClu' hides a field. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 96 |
![]() | Method 'getLuLuRelationType' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 100 |
![]() | Method 'setLuLuRelationType' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter luLuRelationType should be final. | 100 |
![]() | 'luLuRelationType' hides a field. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 104 |
![]() | Method 'isCluRelationRequired' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Method 'setCluRelationRequired' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Parameter cluRelationRequired should be final. | 108 |
![]() | 'cluRelationRequired' hides a field. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 112 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 116 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter effectiveDate should be final. | 116 |
![]() | 'effectiveDate' hides a field. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 120 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 124 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter expirationDate should be final. | 124 |
![]() | 'expirationDate' hides a field. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 128 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 132 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Parameter state should be final. | 132 |
![]() | 'state' hides a field. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line has trailing spaces. | 135 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 141 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Parameter attributes should be final. | 142 |
![]() | 'attributes' hides a field. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 17 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '{' is not preceded with whitespace. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line is longer than 80 characters. | 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 |
![]() | '=' is not preceded with whitespace. | 49 |
![]() | '=' is not followed by whitespace. | 49 |
![]() | Line is longer than 80 characters. | 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 |
![]() | '=' is not preceded with whitespace. | 50 |
![]() | '=' is not followed by whitespace. | 50 |
![]() | '}' is not preceded with whitespace. | 50 |
![]() | Line has trailing spaces. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line is longer than 80 characters. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | '=' is not preceded with whitespace. | 57 |
![]() | '=' is not followed by whitespace. | 57 |
![]() | '=' is not preceded with whitespace. | 57 |
![]() | '=' is not followed by whitespace. | 57 |
![]() | '=' is not preceded with whitespace. | 57 |
![]() | '=' is not followed by whitespace. | 57 |
![]() | '}' is not preceded with whitespace. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | '=' is not preceded with whitespace. | 64 |
![]() | '=' is not followed by whitespace. | 64 |
![]() | '=' is not preceded with whitespace. | 64 |
![]() | '=' is not followed by whitespace. | 64 |
![]() | '=' is not preceded with whitespace. | 64 |
![]() | '=' is not followed by whitespace. | 64 |
![]() | '}' is not preceded with whitespace. | 64 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line is longer than 80 characters. | 70 |
![]() | '=' is not preceded with whitespace. | 70 |
![]() | '=' is not followed by whitespace. | 70 |
![]() | '=' is not preceded with whitespace. | 70 |
![]() | '=' is not followed by whitespace. | 70 |
![]() | '=' is not preceded with whitespace. | 70 |
![]() | '=' is not followed by whitespace. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | '=' is not preceded with whitespace. | 71 |
![]() | '=' is not followed by whitespace. | 71 |
![]() | '=' is not preceded with whitespace. | 71 |
![]() | '=' is not followed by whitespace. | 71 |
![]() | '=' is not preceded with whitespace. | 71 |
![]() | '=' is not followed by whitespace. | 71 |
![]() | '}' is not preceded with whitespace. | 71 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line is longer than 80 characters. | 77 |
![]() | '=' is not preceded with whitespace. | 77 |
![]() | '=' is not followed by whitespace. | 77 |
![]() | '=' is not preceded with whitespace. | 77 |
![]() | '=' is not followed by whitespace. | 77 |
![]() | '=' is not preceded with whitespace. | 77 |
![]() | '=' is not followed by whitespace. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | '=' is not preceded with whitespace. | 78 |
![]() | '=' is not followed by whitespace. | 78 |
![]() | '=' is not preceded with whitespace. | 78 |
![]() | '=' is not followed by whitespace. | 78 |
![]() | '=' is not preceded with whitespace. | 78 |
![]() | '=' is not followed by whitespace. | 78 |
![]() | '}' is not preceded with whitespace. | 78 |
![]() | Method 'getRepeatCount' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Method 'setRepeatCount' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter repeatCount should be final. | 86 |
![]() | 'repeatCount' hides a field. | 86 |
![]() | Method 'getRepeatTime' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Method 'setRepeatTime' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter repeatTime should be final. | 94 |
![]() | 'repeatTime' hides a field. | 94 |
![]() | Method 'getRepeatUnits' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Method 'setRepeatUnits' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter repeatUnits should be final. | 102 |
![]() | 'repeatUnits' hides a field. | 102 |
![]() | Method 'getMinTotalUnits' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Method 'setMinTotalUnits' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Parameter minTotalUnits should be final. | 110 |
![]() | 'minTotalUnits' hides a field. | 110 |
![]() | Method 'getMaxTotalUnits' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Method 'setMaxTotalUnits' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter maxTotalUnits should be final. | 118 |
![]() | 'maxTotalUnits' hides a field. | 118 |
![]() | Method 'getInstructorUnits' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Method 'setInstructorUnits' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter instructorUnits should be final. | 126 |
![]() | 'instructorUnits' hides a field. | 126 |
![]() | Method 'getMinTimeToComplete' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Method 'setMinTimeToComplete' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Parameter minTimeToComplete should be final. | 134 |
![]() | 'minTimeToComplete' hides a field. | 134 |
![]() | Method 'getMaxTimeToComplete' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Method 'setMaxTimeToComplete' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Parameter maxTimeToComplete should be final. | 142 |
![]() | 'maxTimeToComplete' hides a field. | 142 |
![]() | Method 'getMaxAllowableInactivity' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Method 'setMaxAllowableInactivity' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Parameter maxAllowableInactivity should be final. | 150 |
![]() | 'maxAllowableInactivity' hides a field. | 150 |
![]() | Method 'getMaxTimeResultsRecognized' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Method 'setMaxTimeResultsRecognized' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Parameter maxTimeResultsRecognized should be final. | 158 |
![]() | 'maxTimeResultsRecognized' hides a field. | 158 |
![]() | Line has trailing spaces. | 161 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter attributes should be final. | 52 |
![]() | 'attributes' hides a field. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 56 |
![]() | Method 'getCluFeeRecords' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 60 |
![]() | Method 'setCluFeeRecords' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter cluFeeRecords should be final. | 60 |
![]() | 'cluFeeRecords' hides a field. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 64 |
![]() | Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter descr should be final. | 68 |
![]() | 'descr' hides a field. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | '{' is not preceded with whitespace. | 12 |
![]() | Line contains a tab character. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Line contains a tab character. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Method 'getCurrencyAmount' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 21 |
![]() | Method 'setCurrencyAmount' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter currencyAmount should be final. | 21 |
![]() | 'currencyAmount' hides a field. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | '=' is not preceded with whitespace. | 45 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '=' is not preceded with whitespace. | 55 |
![]() | '=' is not followed by whitespace. | 55 |
![]() | Line contains a tab character. | 59 |
![]() | Method 'getFeeType' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'setFeeType' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter feeType should be final. | 63 |
![]() | 'feeType' hides a field. | 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 |
![]() | Method 'getRateType' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'setRateType' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter rateType should be final. | 71 |
![]() | 'rateType' hides a field. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 75 |
![]() | Method 'getFeeAmounts' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 79 |
![]() | Method 'setFeeAmounts' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter feeAmounts should be final. | 79 |
![]() | 'feeAmounts' hides a field. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter attributes should be final. | 87 |
![]() | 'attributes' hides a field. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 91 |
![]() | Method 'getAffiliatedOrgs' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 95 |
![]() | Method 'setAffiliatedOrgs' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter affiliatedOrgs should be final. | 95 |
![]() | 'affiliatedOrgs' hides a field. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 99 |
![]() | Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 103 |
![]() | Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter descr should be final. | 103 |
![]() | 'descr' hides a field. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | 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 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line has trailing spaces. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line has trailing spaces. | 65 |
![]() | Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter code should be final. | 70 |
![]() | 'code' hides a field. | 70 |
![]() | Method 'getShortName' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Method 'setShortName' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter shortName should be final. | 78 |
![]() | 'shortName' hides a field. | 78 |
![]() | Method 'getLongName' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Method 'setLongName' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter longName should be final. | 86 |
![]() | 'longName' hides a field. | 86 |
![]() | Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Method 'setLevel' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter level should be final. | 94 |
![]() | 'level' hides a field. | 94 |
![]() | Method 'getDivision' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Method 'setDivision' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter division should be final. | 102 |
![]() | 'division' hides a field. | 102 |
![]() | Method 'getVariation' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Method 'setVariation' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Parameter variation should be final. | 110 |
![]() | 'variation' hides a field. | 110 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter type should be final. | 118 |
![]() | 'type' hides a field. | 118 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter state should be final. | 126 |
![]() | 'state' hides a field. | 126 |
![]() | Method 'getSuffixCode' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Method 'setSuffixCode' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Parameter suffixCode should be final. | 134 |
![]() | 'suffixCode' hides a field. | 134 |
![]() | Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Parameter orgId should be final. | 142 |
![]() | 'orgId' hides a field. | 142 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Parameter attributes should be final. | 150 |
![]() | 'attributes' hides a field. | 150 |
![]() | Line has trailing spaces. | 152 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 17 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter orgId should be final. | 46 |
![]() | 'orgId' hides a field. | 46 |
![]() | Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter personId should be final. | 54 |
![]() | 'personId' hides a field. | 54 |
![]() | Line has trailing spaces. | 57 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter attributes should be final. | 62 |
![]() | 'attributes' hides a field. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Parameter owner should be final. | 39 |
![]() | 'owner' hides a field. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '=' is not followed by whitespace. | 40 |
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '=' is not followed by whitespace. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | 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. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | '=' is not preceded with whitespace. | 48 |
![]() | '=' is not followed by whitespace. | 48 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Parameter attributes should be final. | 78 |
![]() | 'attributes' hides a field. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | Method 'setClu' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter clu should be final. | 86 |
![]() | 'clu' hides a field. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Method 'getLoId' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Method 'setLoId' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter loId should be final. | 94 |
![]() | 'loId' hides a field. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 98 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 102 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter effectiveDate should be final. | 102 |
![]() | 'effectiveDate' hides a field. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 106 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 110 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Parameter expirationDate should be final. | 110 |
![]() | 'expirationDate' hides a field. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 114 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 118 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter type should be final. | 118 |
![]() | 'type' hides a field. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 122 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 126 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter state should be final. | 126 |
![]() | 'state' hides a field. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter attributes should be final. | 40 |
![]() | 'attributes' hides a field. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 36 |
![]() | '(' is followed by whitespace. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | '}' is not preceded with whitespace. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Variable 'clu' must be private and have accessor methods. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line contains a tab character. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Method 'getStartCycle' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 80 |
![]() | Method 'setStartCycle' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter startCycle should be final. | 80 |
![]() | 'startCycle' hides a field. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'getEndCycle' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | Method 'setEndCycle' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter endCycle should be final. | 88 |
![]() | 'endCycle' hides a field. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 96 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter attributes should be final. | 96 |
![]() | 'attributes' hides a field. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 100 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 104 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Parameter type should be final. | 104 |
![]() | 'type' hides a field. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 112 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Parameter state should be final. | 112 |
![]() | 'state' hides a field. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 116 |
![]() | Method 'setVariants' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter variants should be final. | 116 |
![]() | 'variants' hides a field. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 120 |
![]() | Method 'getVariants' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line has trailing spaces. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 128 |
![]() | Method 'setClu' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Parameter clu should be final. | 128 |
![]() | 'clu' hides a field. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 132 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 136 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Parameter effectiveDate should be final. | 136 |
![]() | 'effectiveDate' hides a field. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 140 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 144 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Parameter expirationDate should be final. | 144 |
![]() | 'expirationDate' hides a field. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Parameter owner should be final. | 39 |
![]() | 'owner' hides a field. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 12 |
![]() | '{' is not preceded with whitespace. | 14 |
![]() | Line contains a tab character. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Line contains a tab character. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 21 |
![]() | Method 'getAttributes' 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 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter attributes should be final. | 25 |
![]() | 'attributes' hides a field. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Line contains a tab character. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 18 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 23 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Parameter owner should be final. | 24 |
![]() | 'owner' hides a field. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | '=' is not preceded with whitespace. | 13 |
![]() | '=' is not followed by whitespace. | 13 |
![]() | '=' is not preceded with whitespace. | 13 |
![]() | '=' is not followed by whitespace. | 13 |
![]() | '}' is not preceded with whitespace. | 13 |
![]() | '}' is not preceded with whitespace. | 13 |
![]() | '{' is not preceded with whitespace. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | '=' is not preceded with whitespace. | 16 |
![]() | '=' is not followed by whitespace. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line contains a tab character. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | '=' is not preceded with whitespace. | 19 |
![]() | '=' is not followed by whitespace. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 26 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter key should be final. | 30 |
![]() | 'key' hides a field. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter value should be final. | 38 |
![]() | 'value' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter owner should be final. | 46 |
![]() | 'owner' hides a field. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 36 |
![]() | '(' is followed by whitespace. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '=' is not preceded with whitespace. | 45 |
![]() | '=' is not followed by whitespace. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line has trailing spaces. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '=' is not preceded with whitespace. | 61 |
![]() | '=' is not followed by whitespace. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | '=' is not preceded with whitespace. | 66 |
![]() | '=' is not followed by whitespace. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line contains a tab character. | 72 |
![]() | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter desc should be final. | 76 |
![]() | 'desc' hides a field. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 80 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter effectiveDate should be final. | 84 |
![]() | 'effectiveDate' hides a field. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter expirationDate should be final. | 92 |
![]() | 'expirationDate' hides a field. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 96 |
![]() | Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 100 |
![]() | Method 'setClu' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter clu should be final. | 100 |
![]() | 'clu' hides a field. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 104 |
![]() | Method 'getResultOptions' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Method 'setResultOptions' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Parameter resultOptions should be final. | 108 |
![]() | 'resultOptions' hides a field. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 112 |
![]() | Method 'getCluResultType' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 116 |
![]() | Method 'setCluResultType' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter type should be final. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 120 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 124 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter state should be final. | 124 |
![]() | 'state' hides a field. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Line contains a tab character. | 126 |
![]() | Line has trailing spaces. | 127 |
![]() | Line contains a tab character. | 127 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter attributes should be final. | 40 |
![]() | 'attributes' hides a field. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 40 |
![]() | '(' is followed by whitespace. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | '=' is not preceded with whitespace. | 53 |
![]() | '=' is not followed by whitespace. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | 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 |
![]() | '=' is not preceded with whitespace. | 73 |
![]() | '=' is not followed by whitespace. | 73 |
![]() | ',' is not followed by whitespace. | 73 |
![]() | '=' is not preceded with whitespace. | 73 |
![]() | '=' is not followed by whitespace. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | '=' is not preceded with whitespace. | 79 |
![]() | '=' is not followed by whitespace. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Line contains a tab character. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Missing a Javadoc comment. | 88 |
![]() | '=' is not preceded with whitespace. | 88 |
![]() | '=' is not followed by whitespace. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | '=' is not preceded with whitespace. | 89 |
![]() | '=' is not followed by whitespace. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 106 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 110 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Parameter name should be final. | 110 |
![]() | 'name' hides a field. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 114 |
![]() | Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 118 |
![]() | Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter descr should be final. | 118 |
![]() | 'descr' hides a field. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 122 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 126 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter effectiveDate should be final. | 126 |
![]() | 'effectiveDate' hides a field. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 130 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 134 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Parameter expirationDate should be final. | 134 |
![]() | 'expirationDate' hides a field. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 138 |
![]() | Method 'getCluSets' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 142 |
![]() | Method 'setCluSets' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Parameter cluSets should be final. | 142 |
![]() | 'cluSets' hides a field. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 146 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 150 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Parameter attributes should be final. | 150 |
![]() | 'attributes' hides a field. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 154 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 158 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Parameter type should be final. | 158 |
![]() | 'type' hides a field. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 162 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 166 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Parameter state should be final. | 166 |
![]() | 'state' hides a field. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 170 |
![]() | Method 'getAdminOrg' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 174 |
![]() | Method 'setAdminOrg' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Parameter adminOrg should be final. | 174 |
![]() | 'adminOrg' hides a field. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 178 |
![]() | Method 'getMembershipQuery' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 182 |
![]() | Method 'setMembershipQuery' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Parameter membershipQuery should be final. | 182 |
![]() | 'membershipQuery' hides a field. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Method 'getIsReusable' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Method 'setIsReusable' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Parameter isReusable should be final. | 190 |
![]() | 'isReusable' hides a field. | 190 |
![]() | Line contains a tab character. | 194 |
![]() | Method 'getIsReferenceable' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 198 |
![]() | Method 'setIsReferenceable' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | Missing a Javadoc comment. | 198 |
![]() | Parameter isReferenceable should be final. | 198 |
![]() | 'isReferenceable' hides a field. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 202 |
![]() | Method 'getCluVerIndIds' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line contains a tab character. | 206 |
![]() | Method 'setCluVerIndIds' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Parameter cluVerIndIds should be final. | 206 |
![]() | 'cluVerIndIds' hides a field. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Line contains a tab character. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Line contains a tab character. | 15 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line contains a tab character. | 19 |
![]() | Line contains a tab character. | 21 |
![]() | Method 'getCluSet' 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 |
![]() | Line contains a tab character. | 25 |
![]() | Method 'setCluSet' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter cluSet should be final. | 25 |
![]() | 'cluSet' hides a field. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Method 'getCluVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Method 'setCluVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter cluVersionIndId should be final. | 33 |
![]() | 'cluVersionIndId' hides a field. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter attributes should be final. | 40 |
![]() | 'attributes' hides a field. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter attributes should be final. | 40 |
![]() | 'attributes' hides a field. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter attributes should be final. | 40 |
![]() | 'attributes' hides a field. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | '=' is not preceded with whitespace. | 48 |
![]() | '=' is not followed by whitespace. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter descr should be final. | 55 |
![]() | 'descr' hides a field. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter value should be final. | 63 |
![]() | 'value' hides a field. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter attributes should be final. | 71 |
![]() | 'attributes' hides a field. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 75 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 79 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter type should be final. | 79 |
![]() | 'type' hides a field. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'setClu' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter clu should be final. | 87 |
![]() | 'clu' hides a field. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter attributes should be final. | 40 |
![]() | 'attributes' hides a field. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 66 |
![]() | Method 'getLuTypes' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'setLuTypes' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter luTypes should be final. | 70 |
![]() | 'luTypes' hides a field. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 78 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter name should be final. | 78 |
![]() | 'name' hides a field. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter descr should be final. | 86 |
![]() | 'descr' hides a field. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 90 |
![]() | Method 'getRevName' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Method 'setRevName' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter revName should be final. | 94 |
![]() | 'revName' hides a field. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 98 |
![]() | Method 'getRevDesc' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 102 |
![]() | Method 'setRevDesc' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter revDesc should be final. | 102 |
![]() | 'revDesc' hides a field. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 106 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 110 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Parameter effectiveDate should be final. | 110 |
![]() | 'effectiveDate' hides a field. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 114 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 118 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter expirationDate should be final. | 118 |
![]() | 'expirationDate' hides a field. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 122 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 126 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter attributes should be final. | 126 |
![]() | 'attributes' hides a field. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter attributes should be final. | 40 |
![]() | 'attributes' hides a field. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter attributes should be final. | 45 |
![]() | 'attributes' hides a field. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 49 |
![]() | Method 'getInstructionalFormat' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Method 'setInstructionalFormat' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter instructionalFormat should be final. | 53 |
![]() | 'instructionalFormat' hides a field. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'getDeliveryMethod' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Method 'setDeliveryMethod' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter deliveryMethod should be final. | 61 |
![]() | 'deliveryMethod' hides a field. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '=' is not followed by whitespace. | 40 |
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '=' is not followed by whitespace. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 72 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Parameter attributes should be final. | 78 |
![]() | 'attributes' hides a field. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | Method 'setClu' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter clu should be final. | 86 |
![]() | 'clu' hides a field. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 90 |
![]() | Method 'getAtpId' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Method 'setAtpId' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter atpId should be final. | 94 |
![]() | 'atpId' hides a field. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 98 |
![]() | Method 'getLuiCode' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 102 |
![]() | Method 'setLuiCode' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter luiCode should be final. | 102 |
![]() | 'luiCode' hides a field. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 106 |
![]() | Method 'getMaxSeats' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 110 |
![]() | Method 'setMaxSeats' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Parameter maxSeats should be final. | 110 |
![]() | 'maxSeats' hides a field. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 114 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 118 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter effectiveDate should be final. | 118 |
![]() | 'effectiveDate' hides a field. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 122 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 126 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter expirationDate should be final. | 126 |
![]() | 'expirationDate' hides a field. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 130 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 134 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Parameter state should be final. | 134 |
![]() | 'state' hides a field. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 36 |
![]() | '(' is followed by whitespace. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 75 |
![]() | Method 'getLui' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 79 |
![]() | Method 'setLui' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter lui should be final. | 79 |
![]() | 'lui' hides a field. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'getRelatedLui' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'setRelatedLui' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter relatedLui should be final. | 87 |
![]() | 'relatedLui' hides a field. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 91 |
![]() | Method 'getLuLuRelationType' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 95 |
![]() | Method 'setLuLuRelationType' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter luLuRelationType should be final. | 95 |
![]() | 'luLuRelationType' hides a field. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 99 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 103 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter effectiveDate should be final. | 103 |
![]() | 'effectiveDate' hides a field. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 107 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 111 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter expirationDate should be final. | 111 |
![]() | 'expirationDate' hides a field. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 115 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 119 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Parameter attributes should be final. | 119 |
![]() | 'attributes' hides a field. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 123 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 127 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter state should be final. | 127 |
![]() | 'state' hides a field. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 29 |
![]() | '{' is not preceded with whitespace. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Method 'getSearchTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Method 'setSearchTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter searchTypeKey should be final. | 43 |
![]() | 'searchTypeKey' hides a field. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | Method 'getSearchParameters' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'setSearchParameters' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter searchParameters should be final. | 51 |
![]() | 'searchParameters' hides a field. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | '{' is not preceded with whitespace. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Method 'getResourceTypeId' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Method 'setResourceTypeId' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter resourceTypeId should be final. | 43 |
![]() | 'resourceTypeId' hides a field. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'setClu' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter clu should be final. | 51 |
![]() | 'clu' hides a field. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '=' is not preceded with whitespace. | 35 |
![]() | '=' is not followed by whitespace. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | '=' is not preceded with whitespace. | 36 |
![]() | '=' is not followed by whitespace. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 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 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'getResultUsageType' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Method 'setResultUsageType' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter resultUsageType should be final. | 61 |
![]() | 'resultUsageType' hides a field. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Method 'getResultComponentId' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Method 'setResultComponentId' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter resultComponentId should be final. | 69 |
![]() | 'resultComponentId' hides a field. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 73 |
![]() | Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter desc should be final. | 77 |
![]() | 'desc' hides a field. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 81 |
![]() | Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 85 |
![]() | Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter effectiveDate should be final. | 85 |
![]() | 'effectiveDate' hides a field. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 89 |
![]() | Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 93 |
![]() | Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter expirationDate should be final. | 93 |
![]() | 'expirationDate' hides a field. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 97 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 101 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter state should be final. | 101 |
![]() | 'state' hides a field. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line has trailing spaces. | 104 |
![]() | Line contains a tab character. | 104 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 17 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 33 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter attributes should be final. | 38 |
![]() | 'attributes' hides a field. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter owner should be final. | 38 |
![]() | 'owner' hides a field. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 30 |
![]() | '{' is not preceded with whitespace. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '=' is not preceded with whitespace. | 37 |
![]() | '=' is not followed by whitespace. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter key should be final. | 44 |
![]() | 'key' hides a field. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'setValues' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter values should be final. | 52 |
![]() | 'values' hides a field. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 56 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | '{' is not preceded with whitespace. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter value should be final. | 35 |
![]() | 'value' hides a field. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Line contains a tab character. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Parameter entities should be final. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Parameter entity should be final. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 125 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Parameter entities should be final. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | 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 contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 136 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line contains a tab character. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Parameter entity should be final. | 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 is longer than 80 characters. | 144 |
![]() | Line contains a tab character. | 144 |
![]() | '{' is followed by whitespace. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Parameter entities should be final. | 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 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 is longer than 80 characters. | 171 |
![]() | Line contains a tab character. | 171 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Parameter entity should be final. | 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 |
![]() | '{' is followed by whitespace. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | 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 |
![]() | Line contains a tab character. | 182 |
![]() | Line has trailing spaces. | 183 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 187 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Parameter entities should be final. | 187 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 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 contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 202 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Parameter entity should be final. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Line contains a tab character. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line contains a tab character. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line is longer than 80 characters. | 222 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 235 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line contains a tab character. | 236 |
![]() | Line contains a tab character. | 237 |
![]() | Line contains a tab character. | 238 |
![]() | 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 contains a tab character. | 244 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 247 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Line contains a tab character. | 255 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 263 |
![]() | Line has trailing spaces. | 264 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 269 |
![]() | Missing a Javadoc comment. | 269 |
![]() | Parameter entities should be final. | 269 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 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 |
![]() | Line is longer than 80 characters. | 279 |
![]() | Line contains a tab character. | 279 |
![]() | Missing a Javadoc comment. | 279 |
![]() | Parameter cluSetInfo should be final. | 279 |
![]() | Parameter luDao should be final. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line is longer than 80 characters. | 282 |
![]() | Line contains a tab character. | 282 |
![]() | '{' is followed by whitespace. | 282 |
![]() | Line is longer than 80 characters. | 283 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line is longer than 80 characters. | 285 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 289 |
![]() | Line is longer than 80 characters. | 290 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | 'if' is not followed by whitespace. | 297 |
![]() | '==' is not preceded with whitespace. | 297 |
![]() | '==' is not followed by whitespace. | 297 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | Line is longer than 80 characters. | 302 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | Line contains a tab character. | 307 |
![]() | Missing a Javadoc comment. | 307 |
![]() | Parameter entity should be final. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 313 |
![]() | '{' is followed by whitespace. | 313 |
![]() | Line is longer than 80 characters. | 314 |
![]() | Line contains a tab character. | 314 |
![]() | Line contains a tab character. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | 'if' is not followed by whitespace. | 318 |
![]() | '!=' is not preceded with whitespace. | 318 |
![]() | '!=' is not followed by whitespace. | 318 |
![]() | '{' is not preceded with whitespace. | 318 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Line contains a tab character. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line is longer than 80 characters. | 327 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 333 |
![]() | Line is longer than 80 characters. | 334 |
![]() | Line contains a tab character. | 334 |
![]() | Line is longer than 80 characters. | 336 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | Line contains a tab character. | 341 |
![]() | Line contains a tab character. | 342 |
![]() | Line is longer than 80 characters. | 344 |
![]() | Line contains a tab character. | 344 |
![]() | Missing a Javadoc comment. | 344 |
![]() | Parameter entity should be final. | 344 |
![]() | Line contains a tab character. | 345 |
![]() | 'if' is not followed by whitespace. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 349 |
![]() | Line contains a tab character. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | 'for' is not followed by whitespace. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 361 |
![]() | Missing a Javadoc comment. | 361 |
![]() | Parameter entity should be final. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Line contains a tab character. | 365 |
![]() | 'for' is not followed by whitespace. | 365 |
![]() | Line contains a tab character. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line contains a tab character. | 368 |
![]() | Line contains a tab character. | 369 |
![]() | 'if' is not followed by whitespace. | 369 |
![]() | Line contains a tab character. | 370 |
![]() | Line contains a tab character. | 371 |
![]() | Line contains a tab character. | 372 |
![]() | Line contains a tab character. | 373 |
![]() | Line is longer than 80 characters. | 375 |
![]() | Line contains a tab character. | 375 |
![]() | Missing a Javadoc comment. | 375 |
![]() | Parameter dto should be final. | 375 |
![]() | Line contains a tab character. | 376 |
![]() | 'if' is not followed by whitespace. | 376 |
![]() | Line contains a tab character. | 377 |
![]() | Line contains a tab character. | 378 |
![]() | Line contains a tab character. | 379 |
![]() | Line contains a tab character. | 380 |
![]() | Line contains a tab character. | 381 |
![]() | Line contains a tab character. | 382 |
![]() | 'for' is not followed by whitespace. | 382 |
![]() | Line contains a tab character. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line contains a tab character. | 386 |
![]() | Line contains a tab character. | 388 |
![]() | Line contains a tab character. | 389 |
![]() | Line contains a tab character. | 391 |
![]() | Missing a Javadoc comment. | 391 |
![]() | Parameter dto should be final. | 391 |
![]() | Line contains a tab character. | 392 |
![]() | 'if' is not followed by whitespace. | 392 |
![]() | Line contains a tab character. | 393 |
![]() | Line contains a tab character. | 394 |
![]() | Line contains a tab character. | 395 |
![]() | Line contains a tab character. | 396 |
![]() | Line is longer than 80 characters. | 397 |
![]() | Line contains a tab character. | 397 |
![]() | Line contains a tab character. | 398 |
![]() | 'if' is not followed by whitespace. | 398 |
![]() | Line contains a tab character. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Line contains a tab character. | 401 |
![]() | Line contains a tab character. | 402 |
![]() | 'if' is not followed by whitespace. | 402 |
![]() | Line contains a tab character. | 403 |
![]() | 'cast' is not followed by whitespace. | 403 |
![]() | Line contains a tab character. | 404 |
![]() | 'for' is not followed by whitespace. | 404 |
![]() | Line is longer than 80 characters. | 405 |
![]() | Line contains a tab character. | 405 |
![]() | Line contains a tab character. | 406 |
![]() | Line contains a tab character. | 407 |
![]() | Line contains a tab character. | 408 |
![]() | Line contains a tab character. | 409 |
![]() | Line contains a tab character. | 410 |
![]() | Line contains a tab character. | 411 |
![]() | Line contains a tab character. | 412 |
![]() | Line contains a tab character. | 414 |
![]() | Missing a Javadoc comment. | 414 |
![]() | Line contains a tab character. | 415 |
![]() | Parameter entities should be final. | 415 |
![]() | Line is longer than 80 characters. | 416 |
![]() | Line contains a tab character. | 416 |
![]() | Line contains a tab character. | 417 |
![]() | Line contains a tab character. | 419 |
![]() | Missing a Javadoc comment. | 419 |
![]() | Line contains a tab character. | 420 |
![]() | Parameter entity should be final. | 420 |
![]() | Line contains a tab character. | 421 |
![]() | Line contains a tab character. | 422 |
![]() | Line contains a tab character. | 424 |
![]() | Missing a Javadoc comment. | 424 |
![]() | Line contains a tab character. | 425 |
![]() | Parameter entities should be final. | 425 |
![]() | Line is longer than 80 characters. | 426 |
![]() | Line contains a tab character. | 426 |
![]() | Line contains a tab character. | 427 |
![]() | Line contains a tab character. | 429 |
![]() | Missing a Javadoc comment. | 429 |
![]() | Line contains a tab character. | 430 |
![]() | Parameter entity should be final. | 430 |
![]() | Line contains a tab character. | 431 |
![]() | Line contains a tab character. | 432 |
![]() | Line is longer than 80 characters. | 434 |
![]() | Line contains a tab character. | 434 |
![]() | Missing a Javadoc comment. | 434 |
![]() | Line contains a tab character. | 435 |
![]() | Parameter entities should be final. | 435 |
![]() | Line contains a tab character. | 436 |
![]() | Line contains a tab character. | 437 |
![]() | Line contains a tab character. | 438 |
![]() | Line contains a tab character. | 440 |
![]() | Missing a Javadoc comment. | 440 |
![]() | Line contains a tab character. | 441 |
![]() | Parameter entity should be final. | 441 |
![]() | Line is longer than 80 characters. | 442 |
![]() | Line contains a tab character. | 442 |
![]() | Line contains a tab character. | 443 |
![]() | Line contains a tab character. | 445 |
![]() | Missing a Javadoc comment. | 445 |
![]() | Line contains a tab character. | 446 |
![]() | Parameter entities should be final. | 446 |
![]() | Line contains a tab character. | 447 |
![]() | Line contains a tab character. | 448 |
![]() | Line contains a tab character. | 450 |
![]() | Missing a Javadoc comment. | 450 |
![]() | Parameter entity should be final. | 450 |
![]() | Line contains a tab character. | 451 |
![]() | Line contains a tab character. | 452 |
![]() | Line contains a tab character. | 454 |
![]() | Missing a Javadoc comment. | 454 |
![]() | Line contains a tab character. | 455 |
![]() | Parameter entities should be final. | 455 |
![]() | Line contains a tab character. | 456 |
![]() | Line contains a tab character. | 457 |
![]() | Line is longer than 80 characters. | 459 |
![]() | Line contains a tab character. | 459 |
![]() | Missing a Javadoc comment. | 459 |
![]() | Parameter entity should be final. | 459 |
![]() | Line contains a tab character. | 460 |
![]() | Line contains a tab character. | 461 |
![]() | Line contains a tab character. | 463 |
![]() | Missing a Javadoc comment. | 463 |
![]() | Parameter entity should be final. | 463 |
![]() | Line contains a tab character. | 464 |
![]() | Line contains a tab character. | 465 |
![]() | Line contains a tab character. | 467 |
![]() | Missing a Javadoc comment. | 467 |
![]() | Line contains a tab character. | 468 |
![]() | Parameter entities should be final. | 468 |
![]() | Line contains a tab character. | 469 |
![]() | Line contains a tab character. | 470 |
![]() | Line contains a tab character. | 472 |
![]() | Missing a Javadoc comment. | 472 |
![]() | Parameter entity should be final. | 472 |
![]() | Line contains a tab character. | 473 |
![]() | Line contains a tab character. | 474 |
![]() | Line contains a tab character. | 475 |
![]() | Line contains a tab character. | 477 |
![]() | Line is longer than 80 characters. | 479 |
![]() | Line contains a tab character. | 479 |
![]() | '{' is followed by whitespace. | 479 |
![]() | Line is longer than 80 characters. | 481 |
![]() | Line contains a tab character. | 481 |
![]() | Line contains a tab character. | 482 |
![]() | Line contains a tab character. | 483 |
![]() | Line contains a tab character. | 484 |
![]() | Line is longer than 80 characters. | 485 |
![]() | Line contains a tab character. | 485 |
![]() | Line contains a tab character. | 486 |
![]() | 'if' is not followed by whitespace. | 486 |
![]() | '!=' is not preceded with whitespace. | 486 |
![]() | '!=' is not followed by whitespace. | 486 |
![]() | '{' is not preceded with whitespace. | 486 |
![]() | Line contains a tab character. | 487 |
![]() | Line contains a tab character. | 488 |
![]() | Line is longer than 80 characters. | 489 |
![]() | Line contains a tab character. | 489 |
![]() | Line contains a tab character. | 491 |
![]() | Line contains a tab character. | 492 |
![]() | Line is longer than 80 characters. | 494 |
![]() | Line contains a tab character. | 494 |
![]() | Missing a Javadoc comment. | 494 |
![]() | Parameter entities should be final. | 494 |
![]() | Line contains a tab character. | 495 |
![]() | Line contains a tab character. | 496 |
![]() | Line contains a tab character. | 497 |
![]() | Line contains a tab character. | 498 |
![]() | Line contains a tab character. | 499 |
![]() | Line contains a tab character. | 500 |
![]() | Line contains a tab character. | 501 |
![]() | Line contains a tab character. | 502 |
![]() | Line contains a tab character. | 504 |
![]() | Missing a Javadoc comment. | 504 |
![]() | Line contains a tab character. | 505 |
![]() | Parameter entities should be final. | 505 |
![]() | Line contains a tab character. | 506 |
![]() | Line contains a tab character. | 507 |
![]() | Line contains a tab character. | 508 |
![]() | Line contains a tab character. | 509 |
![]() | Line contains a tab character. | 510 |
![]() | Line contains a tab character. | 511 |
![]() | Line contains a tab character. | 512 |
![]() | Line contains a tab character. | 513 |
![]() | Line contains a tab character. | 515 |
![]() | Missing a Javadoc comment. | 515 |
![]() | Parameter entity should be final. | 515 |
![]() | Line contains a tab character. | 516 |
![]() | Line contains a tab character. | 517 |
![]() | Line contains a tab character. | 518 |
![]() | Line contains a tab character. | 520 |
![]() | Line is longer than 80 characters. | 522 |
![]() | Line contains a tab character. | 522 |
![]() | '{' is followed by whitespace. | 522 |
![]() | Line contains a tab character. | 523 |
![]() | 'if' is not followed by whitespace. | 523 |
![]() | Line is longer than 80 characters. | 524 |
![]() | Line contains a tab character. | 524 |
![]() | Line contains a tab character. | 525 |
![]() | Line contains a tab character. | 526 |
![]() | Line is longer than 80 characters. | 527 |
![]() | Line contains a tab character. | 527 |
![]() | Line contains a tab character. | 529 |
![]() | Line contains a tab character. | 530 |
![]() | Line contains a tab character. | 532 |
![]() | Missing a Javadoc comment. | 532 |
![]() | Line contains a tab character. | 533 |
![]() | Parameter entities should be final. | 533 |
![]() | Line is longer than 80 characters. | 534 |
![]() | Line contains a tab character. | 534 |
![]() | Line contains a tab character. | 535 |
![]() | Line contains a tab character. | 536 |
![]() | 'if' is not followed by whitespace. | 536 |
![]() | '!=' is not preceded with whitespace. | 536 |
![]() | '!=' is not followed by whitespace. | 536 |
![]() | '{' is not preceded with whitespace. | 536 |
![]() | Line contains a tab character. | 537 |
![]() | Line contains a tab character. | 538 |
![]() | Line contains a tab character. | 539 |
![]() | Line contains a tab character. | 540 |
![]() | Line contains a tab character. | 541 |
![]() | Line contains a tab character. | 543 |
![]() | Line contains a tab character. | 545 |
![]() | Missing a Javadoc comment. | 545 |
![]() | Line contains a tab character. | 546 |
![]() | Parameter entity should be final. | 546 |
![]() | Line contains a tab character. | 547 |
![]() | Line contains a tab character. | 548 |
![]() | Line contains a tab character. | 549 |
![]() | Line contains a tab character. | 550 |
![]() | Line is longer than 80 characters. | 552 |
![]() | Line contains a tab character. | 552 |
![]() | '{' is followed by whitespace. | 552 |
![]() | Line contains a tab character. | 553 |
![]() | Line contains a tab character. | 555 |
![]() | Line contains a tab character. | 556 |
![]() | Line contains a tab character. | 558 |
![]() | Missing a Javadoc comment. | 558 |
![]() | Parameter entities should be final. | 558 |
![]() | Line contains a tab character. | 559 |
![]() | Line contains a tab character. | 560 |
![]() | Line contains a tab character. | 562 |
![]() | Missing a Javadoc comment. | 562 |
![]() | Parameter entity should be final. | 562 |
![]() | Line is longer than 80 characters. | 563 |
![]() | Line contains a tab character. | 563 |
![]() | Line contains a tab character. | 564 |
![]() | Line is longer than 80 characters. | 565 |
![]() | Line contains a tab character. | 565 |
![]() | Line contains a tab character. | 567 |
![]() | Line contains a tab character. | 568 |
![]() | Line contains a tab character. | 570 |
![]() | Missing a Javadoc comment. | 570 |
![]() | Parameter entities should be final. | 570 |
![]() | Line contains a tab character. | 571 |
![]() | Line contains a tab character. | 572 |
![]() | Line contains a tab character. | 573 |
![]() | Line contains a tab character. | 574 |
![]() | Line contains a tab character. | 575 |
![]() | Line contains a tab character. | 576 |
![]() | Line contains a tab character. | 577 |
![]() | Line contains a tab character. | 579 |
![]() | Line contains a tab character. | 581 |
![]() | Missing a Javadoc comment. | 581 |
![]() | Parameter entity should be final. | 581 |
![]() | Line contains a tab character. | 582 |
![]() | Line contains a tab character. | 583 |
![]() | Line contains a tab character. | 584 |
![]() | Line contains a tab character. | 585 |
![]() | Line contains a tab character. | 587 |
![]() | '{' is followed by whitespace. | 587 |
![]() | Line contains a tab character. | 588 |
![]() | Line contains a tab character. | 590 |
![]() | Line contains a tab character. | 592 |
![]() | Line contains a tab character. | 593 |
![]() | Line contains a tab character. | 594 |
![]() | Line contains a tab character. | 596 |
![]() | Line contains a tab character. | 598 |
![]() | Line contains a tab character. | 599 |
![]() | Line contains a tab character. | 601 |
![]() | Missing a Javadoc comment. | 601 |
![]() | Parameter isUpdate should be final. | 601 |
![]() | Parameter luiInfo should be final. | 601 |
![]() | Parameter dao should be final. | 601 |
![]() | Line contains a tab character. | 602 |
![]() | Line contains a tab character. | 603 |
![]() | Line contains a tab character. | 604 |
![]() | Line contains a tab character. | 605 |
![]() | Line contains a tab character. | 606 |
![]() | Line contains a tab character. | 607 |
![]() | Line contains a tab character. | 609 |
![]() | Line contains a tab character. | 610 |
![]() | Line contains a tab character. | 611 |
![]() | Line is longer than 80 characters. | 612 |
![]() | Line contains a tab character. | 612 |
![]() | Line is longer than 80 characters. | 613 |
![]() | Line contains a tab character. | 613 |
![]() | Line contains a tab character. | 614 |
![]() | Line contains a tab character. | 615 |
![]() | Line contains a tab character. | 616 |
![]() | Line is longer than 80 characters. | 617 |
![]() | Line contains a tab character. | 617 |
![]() | Line contains a tab character. | 618 |
![]() | Line is longer than 80 characters. | 619 |
![]() | Line contains a tab character. | 619 |
![]() | Line contains a tab character. | 620 |
![]() | Line contains a tab character. | 621 |
![]() | Line contains a tab character. | 622 |
![]() | Line contains a tab character. | 623 |
![]() | Line contains a tab character. | 625 |
![]() | '{' is followed by whitespace. | 625 |
![]() | Line contains a tab character. | 626 |
![]() | Line is longer than 80 characters. | 628 |
![]() | Line contains a tab character. | 628 |
![]() | Line contains a tab character. | 629 |
![]() | Line contains a tab character. | 631 |
![]() | Line contains a tab character. | 632 |
![]() | Line is longer than 80 characters. | 633 |
![]() | Line contains a tab character. | 633 |
![]() | Line is longer than 80 characters. | 634 |
![]() | Line contains a tab character. | 634 |
![]() | Line contains a tab character. | 635 |
![]() | Line contains a tab character. | 636 |
![]() | Line contains a tab character. | 637 |
![]() | Line contains a tab character. | 638 |
![]() | Line contains a tab character. | 639 |
![]() | Line contains a tab character. | 641 |
![]() | Missing a Javadoc comment. | 641 |
![]() | Line contains a tab character. | 642 |
![]() | Parameter entities should be final. | 642 |
![]() | Line is longer than 80 characters. | 643 |
![]() | Line contains a tab character. | 643 |
![]() | Line contains a tab character. | 644 |
![]() | Line contains a tab character. | 645 |
![]() | Line contains a tab character. | 646 |
![]() | Line contains a tab character. | 647 |
![]() | Line contains a tab character. | 648 |
![]() | Line contains a tab character. | 649 |
![]() | Line contains a tab character. | 650 |
![]() | Line contains a tab character. | 651 |
![]() | Line is longer than 80 characters. | 653 |
![]() | Line contains a tab character. | 653 |
![]() | Missing a Javadoc comment. | 653 |
![]() | Parameter entity should be final. | 653 |
![]() | Line contains a tab character. | 654 |
![]() | Line contains a tab character. | 655 |
![]() | Line contains a tab character. | 656 |
![]() | Line contains a tab character. | 657 |
![]() | Line contains a tab character. | 659 |
![]() | '{' is followed by whitespace. | 659 |
![]() | Line contains a tab character. | 660 |
![]() | Line contains a tab character. | 662 |
![]() | Line contains a tab character. | 663 |
![]() | Line contains a tab character. | 664 |
![]() | Line contains a tab character. | 665 |
![]() | Line is longer than 80 characters. | 666 |
![]() | Line contains a tab character. | 666 |
![]() | Line contains a tab character. | 667 |
![]() | Line contains a tab character. | 668 |
![]() | Line contains a tab character. | 670 |
![]() | Missing a Javadoc comment. | 670 |
![]() | Line contains a tab character. | 671 |
![]() | Parameter entities should be final. | 671 |
![]() | Line contains a tab character. | 672 |
![]() | Line contains a tab character. | 673 |
![]() | Line contains a tab character. | 674 |
![]() | 'if' is not followed by whitespace. | 674 |
![]() | '!=' is not preceded with whitespace. | 674 |
![]() | '!=' is not followed by whitespace. | 674 |
![]() | '{' is not preceded with whitespace. | 674 |
![]() | Line contains a tab character. | 675 |
![]() | Line contains a tab character. | 676 |
![]() | Line contains a tab character. | 677 |
![]() | Line contains a tab character. | 678 |
![]() | Line contains a tab character. | 679 |
![]() | Line contains a tab character. | 680 |
![]() | Line is longer than 80 characters. | 682 |
![]() | Line contains a tab character. | 682 |
![]() | Missing a Javadoc comment. | 682 |
![]() | Parameter entity should be final. | 682 |
![]() | Line contains a tab character. | 683 |
![]() | Line contains a tab character. | 684 |
![]() | Line contains a tab character. | 685 |
![]() | Line contains a tab character. | 687 |
![]() | Line contains a tab character. | 689 |
![]() | Line contains a tab character. | 690 |
![]() | '{' is followed by whitespace. | 690 |
![]() | Line contains a tab character. | 691 |
![]() | Line contains a tab character. | 692 |
![]() | Line contains a tab character. | 693 |
![]() | Line contains a tab character. | 695 |
![]() | Missing a Javadoc comment. | 695 |
![]() | Line contains a tab character. | 696 |
![]() | Parameter entities should be final. | 696 |
![]() | Line contains a tab character. | 697 |
![]() | Line contains a tab character. | 698 |
![]() | Line contains a tab character. | 699 |
![]() | 'if' is not followed by whitespace. | 699 |
![]() | '!=' is not preceded with whitespace. | 699 |
![]() | '!=' is not followed by whitespace. | 699 |
![]() | '{' is not preceded with whitespace. | 699 |
![]() | Line contains a tab character. | 700 |
![]() | Line contains a tab character. | 701 |
![]() | Line contains a tab character. | 702 |
![]() | Line contains a tab character. | 703 |
![]() | Line contains a tab character. | 704 |
![]() | Line contains a tab character. | 705 |
![]() | Line is longer than 80 characters. | 707 |
![]() | Line contains a tab character. | 707 |
![]() | Missing a Javadoc comment. | 707 |
![]() | Parameter entity should be final. | 707 |
![]() | Line contains a tab character. | 708 |
![]() | Line contains a tab character. | 709 |
![]() | Line contains a tab character. | 710 |
![]() | Line contains a tab character. | 711 |
![]() | Line contains a tab character. | 713 |
![]() | Line contains a tab character. | 714 |
![]() | '{' is followed by whitespace. | 714 |
![]() | Line contains a tab character. | 715 |
![]() | Line contains a tab character. | 717 |
![]() | Line contains a tab character. | 718 |
![]() | Line contains a tab character. | 720 |
![]() | Missing a Javadoc comment. | 720 |
![]() | Parameter entity should be final. | 720 |
![]() | Line contains a tab character. | 721 |
![]() | Line contains a tab character. | 722 |
![]() | Line contains a tab character. | 723 |
![]() | Line contains a tab character. | 724 |
![]() | Line contains a tab character. | 726 |
![]() | Line contains a tab character. | 728 |
![]() | Line contains a tab character. | 729 |
![]() | Line contains a tab character. | 731 |
![]() | Missing a Javadoc comment. | 731 |
![]() | Parameter entity should be final. | 731 |
![]() | Line contains a tab character. | 732 |
![]() | Line contains a tab character. | 733 |
![]() | Line contains a tab character. | 734 |
![]() | Line contains a tab character. | 735 |
![]() | Line contains a tab character. | 737 |
![]() | Line contains a tab character. | 739 |
![]() | Line contains a tab character. | 740 |
![]() | Line contains a tab character. | 742 |
![]() | Missing a Javadoc comment. | 742 |
![]() | Parameter entities should be final. | 742 |
![]() | Line is longer than 80 characters. | 743 |
![]() | Line contains a tab character. | 743 |
![]() | Line contains a tab character. | 744 |
![]() | 'if' is not followed by whitespace. | 744 |
![]() | '!=' is not preceded with whitespace. | 744 |
![]() | '!=' is not followed by whitespace. | 744 |
![]() | '{' is not preceded with whitespace. | 744 |
![]() | Line contains a tab character. | 745 |
![]() | Line contains a tab character. | 746 |
![]() | Line contains a tab character. | 747 |
![]() | Line contains a tab character. | 748 |
![]() | Line contains a tab character. | 749 |
![]() | Line contains a tab character. | 750 |
![]() | Line contains a tab character. | 752 |
![]() | Missing a Javadoc comment. | 752 |
![]() | Parameter entity should be final. | 752 |
![]() | Line contains a tab character. | 753 |
![]() | Line contains a tab character. | 754 |
![]() | Line contains a tab character. | 755 |
![]() | Line contains a tab character. | 756 |
![]() | Line is longer than 80 characters. | 758 |
![]() | Line contains a tab character. | 758 |
![]() | '{' is followed by whitespace. | 758 |
![]() | Line contains a tab character. | 759 |
![]() | Line contains a tab character. | 761 |
![]() | Line is longer than 80 characters. | 762 |
![]() | Line contains a tab character. | 762 |
![]() | Line contains a tab character. | 764 |
![]() | Line contains a tab character. | 765 |
![]() | Line contains a tab character. | 767 |
![]() | Missing a Javadoc comment. | 767 |
![]() | Parameter entity should be final. | 767 |
![]() | Line contains a tab character. | 768 |
![]() | Line contains a tab character. | 769 |
![]() | Line contains a tab character. | 770 |
![]() | Line contains a tab character. | 771 |
![]() | Line contains a tab character. | 773 |
![]() | '{' is followed by whitespace. | 773 |
![]() | Line is longer than 80 characters. | 774 |
![]() | Line contains a tab character. | 774 |
![]() | Line is longer than 80 characters. | 775 |
![]() | Line contains a tab character. | 775 |
![]() | Line contains a tab character. | 776 |
![]() | Line contains a tab character. | 777 |
![]() | Line contains a tab character. | 778 |
![]() | Line contains a tab character. | 779 |
![]() | Line contains a tab character. | 780 |
![]() | Line contains a tab character. | 781 |
![]() | Line contains a tab character. | 782 |
![]() | Line contains a tab character. | 783 |
![]() | Line contains a tab character. | 784 |
![]() | Line contains a tab character. | 785 |
![]() | Line contains a tab character. | 786 |
![]() | Line contains a tab character. | 788 |
![]() | Line contains a tab character. | 789 |
![]() | Line contains a tab character. | 791 |
![]() | Missing a Javadoc comment. | 791 |
![]() | Line contains a tab character. | 792 |
![]() | Parameter componentIds should be final. | 792 |
![]() | Line is longer than 80 characters. | 793 |
![]() | Line contains a tab character. | 793 |
![]() | Line contains a tab character. | 794 |
![]() | 'if' is not followed by whitespace. | 794 |
![]() | '!=' is not preceded with whitespace. | 794 |
![]() | '!=' is not followed by whitespace. | 794 |
![]() | '{' is not preceded with whitespace. | 794 |
![]() | Line contains a tab character. | 795 |
![]() | Line is longer than 80 characters. | 796 |
![]() | Line contains a tab character. | 796 |
![]() | Line contains a tab character. | 797 |
![]() | Line contains a tab character. | 798 |
![]() | Line contains a tab character. | 799 |
![]() | Line contains a tab character. | 800 |
![]() | Line contains a tab character. | 801 |
![]() | Line contains a tab character. | 802 |
![]() | Line contains a tab character. | 804 |
![]() | Missing a Javadoc comment. | 804 |
![]() | Parameter entity should be final. | 804 |
![]() | Line contains a tab character. | 805 |
![]() | Line contains a tab character. | 806 |
![]() | Line contains a tab character. | 807 |
![]() | Line contains a tab character. | 808 |
![]() | Line is longer than 80 characters. | 810 |
![]() | Line contains a tab character. | 810 |
![]() | Line contains a tab character. | 811 |
![]() | Line contains a tab character. | 812 |
![]() | Line contains a tab character. | 813 |
![]() | Line is longer than 80 characters. | 814 |
![]() | Line contains a tab character. | 814 |
![]() | Line contains a tab character. | 816 |
![]() | Line contains a tab character. | 817 |
![]() | Line contains a tab character. | 819 |
![]() | Missing a Javadoc comment. | 819 |
![]() | Line contains a tab character. | 820 |
![]() | Parameter entities should be final. | 820 |
![]() | Line contains a tab character. | 821 |
![]() | Line contains a tab character. | 822 |
![]() | Line contains a tab character. | 823 |
![]() | Line contains a tab character. | 824 |
![]() | Line contains a tab character. | 825 |
![]() | Line contains a tab character. | 826 |
![]() | Line contains a tab character. | 827 |
![]() | Line contains a tab character. | 828 |
![]() | Line is longer than 80 characters. | 830 |
![]() | Line contains a tab character. | 830 |
![]() | Missing a Javadoc comment. | 830 |
![]() | Parameter entity should be final. | 830 |
![]() | Line contains a tab character. | 831 |
![]() | Line contains a tab character. | 832 |
![]() | Line contains a tab character. | 833 |
![]() | Line contains a tab character. | 835 |
![]() | Line contains a tab character. | 837 |
![]() | Line is longer than 80 characters. | 838 |
![]() | Line contains a tab character. | 838 |
![]() | '{' is followed by whitespace. | 838 |
![]() | ',' is not followed by whitespace. | 838 |
![]() | ',' is not followed by whitespace. | 838 |
![]() | Line is longer than 80 characters. | 840 |
![]() | Line contains a tab character. | 840 |
![]() | Line contains a tab character. | 841 |
![]() | Line contains a tab character. | 842 |
![]() | Line contains a tab character. | 843 |
![]() | Line is longer than 80 characters. | 844 |
![]() | Line contains a tab character. | 844 |
![]() | Line contains a tab character. | 846 |
![]() | Line contains a tab character. | 847 |
![]() | Line is longer than 80 characters. | 849 |
![]() | Line contains a tab character. | 849 |
![]() | Missing a Javadoc comment. | 849 |
![]() | Parameter cluFees should be final. | 849 |
![]() | Line is longer than 80 characters. | 850 |
![]() | Line contains a tab character. | 850 |
![]() | Line has trailing spaces. | 851 |
![]() | Line contains a tab character. | 851 |
![]() | Line contains a tab character. | 852 |
![]() | '{' is not preceded with whitespace. | 852 |
![]() | Line contains a tab character. | 853 |
![]() | ':' is not preceded with whitespace. | 853 |
![]() | ':' is not followed by whitespace. | 853 |
![]() | '{' is not preceded with whitespace. | 853 |
![]() | Line is longer than 80 characters. | 854 |
![]() | Line contains a tab character. | 854 |
![]() | Line is longer than 80 characters. | 855 |
![]() | Line contains a tab character. | 855 |
![]() | Line contains a tab character. | 856 |
![]() | 'if' is not followed by whitespace. | 856 |
![]() | '!=' is not preceded with whitespace. | 856 |
![]() | '!=' is not followed by whitespace. | 856 |
![]() | '{' is not preceded with whitespace. | 856 |
![]() | Line is longer than 80 characters. | 857 |
![]() | Line contains a tab character. | 857 |
![]() | Line is longer than 80 characters. | 858 |
![]() | Line contains a tab character. | 858 |
![]() | Line contains a tab character. | 859 |
![]() | Line contains a tab character. | 860 |
![]() | Line contains a tab character. | 861 |
![]() | Line contains a tab character. | 862 |
![]() | Line has trailing spaces. | 863 |
![]() | Line contains a tab character. | 863 |
![]() | Line contains a tab character. | 864 |
![]() | Line contains a tab character. | 865 |
![]() | Line contains a tab character. | 867 |
![]() | Missing a Javadoc comment. | 867 |
![]() | Line contains a tab character. | 868 |
![]() | Parameter entities should be final. | 868 |
![]() | Line is longer than 80 characters. | 869 |
![]() | Line contains a tab character. | 869 |
![]() | Line contains a tab character. | 870 |
![]() | Line contains a tab character. | 871 |
![]() | Line contains a tab character. | 872 |
![]() | Line contains a tab character. | 873 |
![]() | Line contains a tab character. | 874 |
![]() | Line contains a tab character. | 875 |
![]() | Line contains a tab character. | 876 |
![]() | Line is longer than 80 characters. | 878 |
![]() | Line contains a tab character. | 878 |
![]() | Missing a Javadoc comment. | 878 |
![]() | Parameter entity should be final. | 878 |
![]() | Line contains a tab character. | 879 |
![]() | Line contains a tab character. | 880 |
![]() | Line contains a tab character. | 881 |
![]() | Line contains a tab character. | 883 |
![]() | Line contains a tab character. | 885 |
![]() | Line contains a tab character. | 886 |
![]() | Line contains a tab character. | 887 |
![]() | Line is longer than 80 characters. | 889 |
![]() | Line contains a tab character. | 889 |
![]() | Missing a Javadoc comment. | 889 |
![]() | Parameter entity should be final. | 889 |
![]() | Line contains a tab character. | 890 |
![]() | Line contains a tab character. | 891 |
![]() | Line contains a tab character. | 892 |
![]() | Line contains a tab character. | 893 |
![]() | Line contains a tab character. | 894 |
![]() | Line is longer than 80 characters. | 895 |
![]() | Line contains a tab character. | 895 |
![]() | Line contains a tab character. | 896 |
![]() | Line contains a tab character. | 897 |
![]() | Line contains a tab character. | 898 |
![]() | Line contains a tab character. | 900 |
![]() | Missing a Javadoc comment. | 900 |
![]() | Parameter amountInfo should be final. | 900 |
![]() | Line contains a tab character. | 901 |
![]() | Line contains a tab character. | 902 |
![]() | Line contains a tab character. | 903 |
![]() | Line contains a tab character. | 904 |
![]() | Line contains a tab character. | 905 |
![]() | Line contains a tab character. | 906 |
![]() | Line contains a tab character. | 907 |
![]() | Line contains a tab character. | 909 |
![]() | Missing a Javadoc comment. | 909 |
![]() | Parameter timeAmountInfo should be final. | 909 |
![]() | Line contains a tab character. | 910 |
![]() | Line contains a tab character. | 911 |
![]() | Line contains a tab character. | 912 |
![]() | Line contains a tab character. | 913 |
![]() | Line contains a tab character. | 914 |
![]() | Line contains a tab character. | 915 |
![]() | Line contains a tab character. | 916 |
![]() | Line contains a tab character. | 918 |
![]() | Missing a Javadoc comment. | 918 |
![]() | Parameter cluCreditInfo should be final. | 918 |
![]() | Line contains a tab character. | 919 |
![]() | Line contains a tab character. | 920 |
![]() | Line contains a tab character. | 921 |
![]() | Line contains a tab character. | 922 |
![]() | Line contains a tab character. | 924 |
![]() | Line is longer than 80 characters. | 925 |
![]() | Line contains a tab character. | 925 |
![]() | Line contains a tab character. | 926 |
![]() | Line is longer than 80 characters. | 927 |
![]() | Line contains a tab character. | 927 |
![]() | Line contains a tab character. | 928 |
![]() | Line is longer than 80 characters. | 929 |
![]() | Line contains a tab character. | 929 |
![]() | Line contains a tab character. | 930 |
![]() | Line is longer than 80 characters. | 931 |
![]() | Line contains a tab character. | 931 |
![]() | Line is longer than 80 characters. | 932 |
![]() | Line contains a tab character. | 932 |
![]() | Line contains a tab character. | 933 |
![]() | Line is longer than 80 characters. | 935 |
![]() | Line contains a tab character. | 935 |
![]() | Line is longer than 80 characters. | 936 |
![]() | Line contains a tab character. | 936 |
![]() | Line is longer than 80 characters. | 937 |
![]() | Line contains a tab character. | 937 |
![]() | Line contains a tab character. | 939 |
![]() | Line contains a tab character. | 940 |
![]() | Line contains a tab character. | 942 |
![]() | Missing a Javadoc comment. | 942 |
![]() | Parameter cluCreditInfo should be final. | 942 |
![]() | Line contains a tab character. | 943 |
![]() | Parameter entity should be final. | 943 |
![]() | Line contains a tab character. | 944 |
![]() | Line contains a tab character. | 945 |
![]() | Line contains a tab character. | 946 |
![]() | Line contains a tab character. | 947 |
![]() | Line contains a tab character. | 948 |
![]() | Line contains a tab character. | 949 |
![]() | Line is longer than 80 characters. | 950 |
![]() | Line contains a tab character. | 950 |
![]() | Line contains a tab character. | 951 |
![]() | Line contains a tab character. | 953 |
![]() | Line contains a tab character. | 954 |
![]() | Line contains a tab character. | 955 |
![]() | Line is longer than 80 characters. | 956 |
![]() | Line contains a tab character. | 956 |
![]() | Line contains a tab character. | 957 |
![]() | Line contains a tab character. | 959 |
![]() | Line contains a tab character. | 960 |
![]() | Line contains a tab character. | 961 |
![]() | Line is longer than 80 characters. | 962 |
![]() | Line contains a tab character. | 962 |
![]() | Line contains a tab character. | 963 |
![]() | Line contains a tab character. | 965 |
![]() | Line contains a tab character. | 966 |
![]() | Line contains a tab character. | 967 |
![]() | Line is longer than 80 characters. | 968 |
![]() | Line contains a tab character. | 968 |
![]() | Line contains a tab character. | 969 |
![]() | Line contains a tab character. | 971 |
![]() | Line contains a tab character. | 972 |
![]() | Line contains a tab character. | 973 |
![]() | Line contains a tab character. | 974 |
![]() | Line contains a tab character. | 975 |
![]() | Line contains a tab character. | 977 |
![]() | Line is longer than 80 characters. | 978 |
![]() | Line contains a tab character. | 978 |
![]() | Line is longer than 80 characters. | 979 |
![]() | Line contains a tab character. | 979 |
![]() | Line contains a tab character. | 981 |
![]() | Line contains a tab character. | 983 |
![]() | Missing a Javadoc comment. | 983 |
![]() | Line contains a tab character. | 984 |
![]() | Parameter entities should be final. | 984 |
![]() | Line is longer than 80 characters. | 985 |
![]() | Line contains a tab character. | 985 |
![]() | Line contains a tab character. | 987 |
![]() | Line contains a tab character. | 988 |
![]() | Line contains a tab character. | 989 |
![]() | Line contains a tab character. | 990 |
![]() | Line contains a tab character. | 991 |
![]() | Line contains a tab character. | 992 |
![]() | Line contains a tab character. | 993 |
![]() | Line is longer than 80 characters. | 995 |
![]() | Line contains a tab character. | 995 |
![]() | Missing a Javadoc comment. | 995 |
![]() | Parameter entity should be final. | 995 |
![]() | Line contains a tab character. | 996 |
![]() | Line contains a tab character. | 997 |
![]() | Line contains a tab character. | 998 |
![]() | Line contains a tab character. | 999 |
![]() | Line is longer than 80 characters. | 1001 |
![]() | Line contains a tab character. | 1001 |
![]() | '{' is followed by whitespace. | 1001 |
![]() | Line contains a tab character. | 1003 |
![]() | Line contains a tab character. | 1005 |
![]() | Line contains a tab character. | 1007 |
![]() | Line contains a tab character. | 1009 |
![]() | Missing a Javadoc comment. | 1009 |
![]() | Line contains a tab character. | 1010 |
![]() | Parameter entities should be final. | 1010 |
![]() | Line is longer than 80 characters. | 1011 |
![]() | Line contains a tab character. | 1011 |
![]() | Line contains a tab character. | 1012 |
![]() | Line contains a tab character. | 1013 |
![]() | Line contains a tab character. | 1014 |
![]() | Line contains a tab character. | 1015 |
![]() | Line contains a tab character. | 1016 |
![]() | Line contains a tab character. | 1017 |
![]() | Line contains a tab character. | 1018 |
![]() | Line contains a tab character. | 1020 |
![]() | Missing a Javadoc comment. | 1020 |
![]() | Parameter entity should be final. | 1020 |
![]() | Line contains a tab character. | 1021 |
![]() | Line contains a tab character. | 1022 |
![]() | Line contains a tab character. | 1023 |
![]() | Line contains a tab character. | 1024 |
![]() | Line is longer than 80 characters. | 1025 |
![]() | Line contains a tab character. | 1025 |
![]() | '{' is followed by whitespace. | 1025 |
![]() | Line contains a tab character. | 1026 |
![]() | Line contains a tab character. | 1028 |
![]() | Line contains a tab character. | 1029 |
![]() | Line contains a tab character. | 1031 |
![]() | Missing a Javadoc comment. | 1031 |
![]() | Line contains a tab character. | 1032 |
![]() | Parameter entities should be final. | 1032 |
![]() | Line is longer than 80 characters. | 1033 |
![]() | Line contains a tab character. | 1033 |
![]() | Line contains a tab character. | 1034 |
![]() | Line contains a tab character. | 1036 |
![]() | Missing a Javadoc comment. | 1036 |
![]() | Line contains a tab character. | 1037 |
![]() | Parameter entity should be final. | 1037 |
![]() | Line contains a tab character. | 1038 |
![]() | Line contains a tab character. | 1039 |
![]() | Line is longer than 80 characters. | 1041 |
![]() | Line contains a tab character. | 1041 |
![]() | Missing a Javadoc comment. | 1041 |
![]() | Parameter clu should be final. | 1041 |
![]() | Parameter isUpdate should be final. | 1041 |
![]() | Parameter feeInfo should be final. | 1041 |
![]() | Line is longer than 80 characters. | 1042 |
![]() | Line contains a tab character. | 1042 |
![]() | Parameter dao should be final. | 1042 |
![]() | Line contains a tab character. | 1043 |
![]() | Line contains a tab character. | 1044 |
![]() | Line contains a tab character. | 1045 |
![]() | Line contains a tab character. | 1046 |
![]() | Line contains a tab character. | 1048 |
![]() | Line contains a tab character. | 1050 |
![]() | Line contains a tab character. | 1051 |
![]() | Line contains a tab character. | 1052 |
![]() | Line is longer than 80 characters. | 1053 |
![]() | Line contains a tab character. | 1053 |
![]() | Line contains a tab character. | 1054 |
![]() | Line is longer than 80 characters. | 1055 |
![]() | Line contains a tab character. | 1055 |
![]() | Line contains a tab character. | 1056 |
![]() | Line has trailing spaces. | 1057 |
![]() | Line contains a tab character. | 1057 |
![]() | Line contains a tab character. | 1058 |
![]() | 'if' is not followed by whitespace. | 1058 |
![]() | '{' is not preceded with whitespace. | 1058 |
![]() | Line contains a tab character. | 1059 |
![]() | Line contains a tab character. | 1060 |
![]() | Line is longer than 80 characters. | 1062 |
![]() | Line contains a tab character. | 1062 |
![]() | Line contains a tab character. | 1063 |
![]() | Line contains a tab character. | 1064 |
![]() | Line contains a tab character. | 1065 |
![]() | Line is longer than 80 characters. | 1066 |
![]() | Line contains a tab character. | 1066 |
![]() | Line contains a tab character. | 1067 |
![]() | Line contains a tab character. | 1068 |
![]() | Line contains a tab character. | 1069 |
![]() | Line contains a tab character. | 1070 |
![]() | Line contains a tab character. | 1072 |
![]() | Line is longer than 80 characters. | 1073 |
![]() | Line contains a tab character. | 1073 |
![]() | Line contains a tab character. | 1074 |
![]() | Line contains a tab character. | 1076 |
![]() | Line contains a tab character. | 1077 |
![]() | Line contains a tab character. | 1079 |
![]() | Missing a Javadoc comment. | 1079 |
![]() | Parameter isUpdate should be final. | 1079 |
![]() | Line is longer than 80 characters. | 1080 |
![]() | Line contains a tab character. | 1080 |
![]() | Parameter cluFee should be final. | 1080 |
![]() | Parameter cluFeeRecords should be final. | 1080 |
![]() | Parameter dao should be final. | 1080 |
![]() | Line contains a tab character. | 1082 |
![]() | Line contains a tab character. | 1083 |
![]() | Line contains a tab character. | 1084 |
![]() | Line contains a tab character. | 1086 |
![]() | Line contains a tab character. | 1088 |
![]() | Line contains a tab character. | 1089 |
![]() | Line is longer than 80 characters. | 1090 |
![]() | Line contains a tab character. | 1090 |
![]() | Line contains a tab character. | 1091 |
![]() | Line contains a tab character. | 1092 |
![]() | Line is longer than 80 characters. | 1093 |
![]() | Line contains a tab character. | 1093 |
![]() | Line is longer than 80 characters. | 1094 |
![]() | Line contains a tab character. | 1094 |
![]() | Line is longer than 80 characters. | 1095 |
![]() | Line contains a tab character. | 1095 |
![]() | Line is longer than 80 characters. | 1096 |
![]() | Line contains a tab character. | 1096 |
![]() | Line is longer than 80 characters. | 1097 |
![]() | Line contains a tab character. | 1097 |
![]() | Line contains a tab character. | 1098 |
![]() | 'if' is not followed by whitespace. | 1098 |
![]() | '==' is not preceded with whitespace. | 1098 |
![]() | '==' is not followed by whitespace. | 1098 |
![]() | '{' is not preceded with whitespace. | 1098 |
![]() | Line is longer than 80 characters. | 1099 |
![]() | Line contains a tab character. | 1099 |
![]() | Line contains a tab character. | 1100 |
![]() | Line contains a tab character. | 1101 |
![]() | Line contains a tab character. | 1102 |
![]() | Line contains a tab character. | 1103 |
![]() | Line is longer than 80 characters. | 1104 |
![]() | Line contains a tab character. | 1104 |
![]() | Line contains a tab character. | 1105 |
![]() | 'if' is not followed by whitespace. | 1105 |
![]() | '!=' is not preceded with whitespace. | 1105 |
![]() | '!=' is not followed by whitespace. | 1105 |
![]() | '{' is not preceded with whitespace. | 1105 |
![]() | Line is longer than 80 characters. | 1106 |
![]() | Line contains a tab character. | 1106 |
![]() | Line is longer than 80 characters. | 1107 |
![]() | Line contains a tab character. | 1107 |
![]() | Line contains a tab character. | 1108 |
![]() | Line contains a tab character. | 1109 |
![]() | Line contains a tab character. | 1110 |
![]() | Line has trailing spaces. | 1111 |
![]() | Line contains a tab character. | 1111 |
![]() | Line is longer than 80 characters. | 1112 |
![]() | Line contains a tab character. | 1112 |
![]() | Line contains a tab character. | 1113 |
![]() | Line contains a tab character. | 1114 |
![]() | Line contains a tab character. | 1115 |
![]() | Line is longer than 80 characters. | 1116 |
![]() | Line contains a tab character. | 1116 |
![]() | Line contains a tab character. | 1117 |
![]() | Line contains a tab character. | 1118 |
![]() | Line contains a tab character. | 1119 |
![]() | Line is longer than 80 characters. | 1121 |
![]() | Line contains a tab character. | 1121 |
![]() | ',' is not followed by whitespace. | 1121 |
![]() | Line contains a tab character. | 1122 |
![]() | Line contains a tab character. | 1123 |
![]() | Line is longer than 80 characters. | 1124 |
![]() | Line contains a tab character. | 1124 |
![]() | Line is longer than 80 characters. | 1125 |
![]() | Line contains a tab character. | 1125 |
![]() | ',' is not followed by whitespace. | 1125 |
![]() | Line is longer than 80 characters. | 1126 |
![]() | Line contains a tab character. | 1126 |
![]() | Line is longer than 80 characters. | 1127 |
![]() | Line contains a tab character. | 1127 |
![]() | Line is longer than 80 characters. | 1128 |
![]() | Line contains a tab character. | 1128 |
![]() | Line contains a tab character. | 1129 |
![]() | 'if' is not followed by whitespace. | 1129 |
![]() | '==' is not preceded with whitespace. | 1129 |
![]() | '==' is not followed by whitespace. | 1129 |
![]() | '{' is not preceded with whitespace. | 1129 |
![]() | Line is longer than 80 characters. | 1130 |
![]() | Line contains a tab character. | 1130 |
![]() | Line contains a tab character. | 1131 |
![]() | Line contains a tab character. | 1132 |
![]() | Line contains a tab character. | 1133 |
![]() | Line contains a tab character. | 1135 |
![]() | Line is longer than 80 characters. | 1136 |
![]() | Line contains a tab character. | 1136 |
![]() | Line contains a tab character. | 1137 |
![]() | Line contains a tab character. | 1138 |
![]() | Line contains a tab character. | 1139 |
![]() | Line contains a tab character. | 1140 |
![]() | Line is longer than 80 characters. | 1142 |
![]() | Line contains a tab character. | 1142 |
![]() | Missing a Javadoc comment. | 1142 |
![]() | Parameter isUpdate should be final. | 1142 |
![]() | Parameter orgList should be final. | 1142 |
![]() | Parameter affiliatedOrgInfoList should be final. | 1142 |
![]() | Parameter dao should be final. | 1142 |
![]() | Line contains a tab character. | 1143 |
![]() | 'if' is not followed by whitespace. | 1143 |
![]() | Line contains a tab character. | 1144 |
![]() | Line contains a tab character. | 1145 |
![]() | Line contains a tab character. | 1146 |
![]() | 'if' is not followed by whitespace. | 1146 |
![]() | '==' is not preceded with whitespace. | 1146 |
![]() | '==' is not followed by whitespace. | 1146 |
![]() | '{' is not preceded with whitespace. | 1146 |
![]() | Line contains a tab character. | 1147 |
![]() | Line contains a tab character. | 1148 |
![]() | Line has trailing spaces. | 1149 |
![]() | Line contains a tab character. | 1149 |
![]() | Line contains a tab character. | 1150 |
![]() | Line is longer than 80 characters. | 1152 |
![]() | Line contains a tab character. | 1152 |
![]() | Line contains a tab character. | 1153 |
![]() | Line contains a tab character. | 1154 |
![]() | Line contains a tab character. | 1155 |
![]() | Line contains a tab character. | 1156 |
![]() | Line contains a tab character. | 1157 |
![]() | Line is longer than 80 characters. | 1158 |
![]() | Line contains a tab character. | 1158 |
![]() | Line contains a tab character. | 1159 |
![]() | Line contains a tab character. | 1160 |
![]() | Line contains a tab character. | 1161 |
![]() | Line contains a tab character. | 1162 |
![]() | Line is longer than 80 characters. | 1164 |
![]() | Line contains a tab character. | 1164 |
![]() | Line is longer than 80 characters. | 1165 |
![]() | Line contains a tab character. | 1165 |
![]() | Line contains a tab character. | 1166 |
![]() | Line contains a tab character. | 1167 |
![]() | Line contains a tab character. | 1168 |
![]() | Line contains a tab character. | 1170 |
![]() | Line contains a tab character. | 1172 |
![]() | Line contains a tab character. | 1173 |
![]() | Line contains a tab character. | 1175 |
![]() | Line is longer than 80 characters. | 1176 |
![]() | Line contains a tab character. | 1176 |
![]() | Line contains a tab character. | 1177 |
![]() | Line contains a tab character. | 1178 |
![]() | Line contains a tab character. | 1179 |
![]() | Line contains a tab character. | 1181 |
![]() | Line contains a tab character. | 1182 |
![]() | Line is longer than 80 characters. | 1184 |
![]() | Line contains a tab character. | 1184 |
![]() | Missing a Javadoc comment. | 1184 |
![]() | Parameter isUpdate should be final. | 1184 |
![]() | Parameter caList should be final. | 1184 |
![]() | Parameter caInfoList should be final. | 1184 |
![]() | Parameter dao should be final. | 1184 |
![]() | '{' is not preceded with whitespace. | 1184 |
![]() | Line contains a tab character. | 1185 |
![]() | 'if' is not followed by whitespace. | 1185 |
![]() | Line contains a tab character. | 1186 |
![]() | Line contains a tab character. | 1187 |
![]() | Line contains a tab character. | 1188 |
![]() | 'if' is not followed by whitespace. | 1188 |
![]() | '==' is not preceded with whitespace. | 1188 |
![]() | '==' is not followed by whitespace. | 1188 |
![]() | '{' is not preceded with whitespace. | 1188 |
![]() | Line contains a tab character. | 1189 |
![]() | Line contains a tab character. | 1190 |
![]() | Line has trailing spaces. | 1191 |
![]() | Line contains a tab character. | 1191 |
![]() | Line contains a tab character. | 1192 |
![]() | Line contains a tab character. | 1193 |
![]() | ':' is not preceded with whitespace. | 1193 |
![]() | ':' is not followed by whitespace. | 1193 |
![]() | '{' is not preceded with whitespace. | 1193 |
![]() | Line contains a tab character. | 1194 |
![]() | Line is longer than 80 characters. | 1195 |
![]() | Line contains a tab character. | 1195 |
![]() | Line is longer than 80 characters. | 1196 |
![]() | Line contains a tab character. | 1196 |
![]() | Line contains a tab character. | 1197 |
![]() | Line contains a tab character. | 1198 |
![]() | Line contains a tab character. | 1199 |
![]() | Line contains a tab character. | 1200 |
![]() | Line contains a tab character. | 1201 |
![]() | Line is longer than 80 characters. | 1202 |
![]() | Line contains a tab character. | 1202 |
![]() | Line contains a tab character. | 1203 |
![]() | ':' is not preceded with whitespace. | 1203 |
![]() | ':' is not followed by whitespace. | 1203 |
![]() | Line contains a tab character. | 1204 |
![]() | Line has trailing spaces. | 1205 |
![]() | Line contains a tab character. | 1205 |
![]() | Line contains a tab character. | 1206 |
![]() | Line contains a tab character. | 1208 |
![]() | Line contains a tab character. | 1209 |
![]() | Line is longer than 80 characters. | 1211 |
![]() | Line contains a tab character. | 1211 |
![]() | Line is longer than 80 characters. | 1212 |
![]() | Line contains a tab character. | 1212 |
![]() | Line contains a tab character. | 1213 |
![]() | Line contains a tab character. | 1214 |
![]() | Line contains a tab character. | 1215 |
![]() | Line contains a tab character. | 1216 |
![]() | Line contains a tab character. | 1217 |
![]() | Line contains a tab character. | 1219 |
![]() | Line contains a tab character. | 1220 |
![]() | Line has trailing spaces. | 1221 |
![]() | Line contains a tab character. | 1221 |
![]() | Line is longer than 80 characters. | 1222 |
![]() | Line contains a tab character. | 1222 |
![]() | Missing a Javadoc comment. | 1222 |
![]() | Parameter cluInfo should be final. | 1222 |
![]() | Parameter dao should be final. | 1222 |
![]() | '{' is followed by whitespace. | 1225 |
![]() | Line has trailing spaces. | 1229 |
![]() | Line contains a tab character. | 1231 |
![]() | Line is longer than 80 characters. | 1233 |
![]() | Missing a Javadoc comment. | 1233 |
![]() | Parameter clu should be final. | 1233 |
![]() | Parameter cluInfo should be final. | 1233 |
![]() | Parameter dao should be final. | 1233 |
![]() | '{' is followed by whitespace. | 1238 |
![]() | Line has trailing spaces. | 1239 |
![]() | Line is longer than 80 characters. | 1240 |
![]() | Line has trailing spaces. | 1243 |
![]() | Line is longer than 80 characters. | 1246 |
![]() | Line contains a tab character. | 1246 |
![]() | Missing a Javadoc comment. | 1246 |
![]() | Parameter cluInfo should be final. | 1246 |
![]() | Parameter dao should be final. | 1246 |
![]() | Line is longer than 80 characters. | 1247 |
![]() | Line contains a tab character. | 1247 |
![]() | Line is longer than 80 characters. | 1248 |
![]() | Line contains a tab character. | 1248 |
![]() | Line contains a tab character. | 1249 |
![]() | Line is longer than 80 characters. | 1250 |
![]() | Line contains a tab character. | 1250 |
![]() | '{' is followed by whitespace. | 1250 |
![]() | ')' is preceded with whitespace. | 1250 |
![]() | Line contains a tab character. | 1252 |
![]() | Line is longer than 80 characters. | 1253 |
![]() | Line contains a tab character. | 1253 |
![]() | Line has trailing spaces. | 1254 |
![]() | Line contains a tab character. | 1254 |
![]() | Line contains a tab character. | 1255 |
![]() | Line contains a tab character. | 1256 |
![]() | Line contains a tab character. | 1257 |
![]() | Line contains a tab character. | 1258 |
![]() | Line is longer than 80 characters. | 1260 |
![]() | Missing a Javadoc comment. | 1260 |
![]() | Parameter oldAltIdMap should be final. | 1260 |
![]() | Parameter clu should be final. | 1260 |
![]() | Parameter cluInfo should be final. | 1260 |
![]() | Parameter dao should be final. | 1260 |
![]() | Line is longer than 80 characters. | 1275 |
![]() | '{' is followed by whitespace. | 1275 |
![]() | Line has trailing spaces. | 1276 |
![]() | Line is longer than 80 characters. | 1278 |
![]() | Line has trailing spaces. | 1279 |
![]() | Line contains a tab character. | 1284 |
![]() | Missing a Javadoc comment. | 1284 |
![]() | Line is longer than 80 characters. | 1285 |
![]() | Line contains a tab character. | 1285 |
![]() | Parameter variantInfos should be final. | 1285 |
![]() | Parameter cluPub should be final. | 1285 |
![]() | Parameter luDao should be final. | 1285 |
![]() | Line is longer than 80 characters. | 1286 |
![]() | Line contains a tab character. | 1286 |
![]() | Line contains a tab character. | 1288 |
![]() | 'if' is not followed by whitespace. | 1288 |
![]() | '==' is not preceded with whitespace. | 1288 |
![]() | '==' is not followed by whitespace. | 1288 |
![]() | '{' is not preceded with whitespace. | 1288 |
![]() | Line is longer than 80 characters. | 1289 |
![]() | Line contains a tab character. | 1289 |
![]() | Line contains a tab character. | 1290 |
![]() | Line has trailing spaces. | 1291 |
![]() | Line contains a tab character. | 1291 |
![]() | Line contains a tab character. | 1292 |
![]() | Line contains a tab character. | 1293 |
![]() | Line contains a tab character. | 1294 |
![]() | Line contains a tab character. | 1295 |
![]() | Line contains a tab character. | 1296 |
![]() | Line contains a tab character. | 1298 |
![]() | ':' is not preceded with whitespace. | 1298 |
![]() | Line is longer than 80 characters. | 1299 |
![]() | Line contains a tab character. | 1299 |
![]() | Line contains a tab character. | 1300 |
![]() | Line contains a tab character. | 1301 |
![]() | Line contains a tab character. | 1302 |
![]() | Line contains a tab character. | 1303 |
![]() | Line contains a tab character. | 1304 |
![]() | Line contains a tab character. | 1306 |
![]() | Line contains a tab character. | 1307 |
![]() | Line is longer than 80 characters. | 1309 |
![]() | Line contains a tab character. | 1309 |
![]() | Missing a Javadoc comment. | 1309 |
![]() | Parameter cluPub should be final. | 1309 |
![]() | Line contains a tab character. | 1310 |
![]() | 'if' is not followed by whitespace. | 1310 |
![]() | '==' is not preceded with whitespace. | 1310 |
![]() | '==' is not followed by whitespace. | 1310 |
![]() | '{' is not preceded with whitespace. | 1310 |
![]() | Line contains a tab character. | 1311 |
![]() | Line contains a tab character. | 1312 |
![]() | Line contains a tab character. | 1313 |
![]() | Line contains a tab character. | 1314 |
![]() | Line contains a tab character. | 1315 |
![]() | Line contains a tab character. | 1316 |
![]() | Line contains a tab character. | 1317 |
![]() | Line contains a tab character. | 1318 |
![]() | Line contains a tab character. | 1319 |
![]() | Line contains a tab character. | 1320 |
![]() | Line contains a tab character. | 1321 |
![]() | Line is longer than 80 characters. | 1322 |
![]() | Line contains a tab character. | 1322 |
![]() | Line is longer than 80 characters. | 1323 |
![]() | Line contains a tab character. | 1323 |
![]() | Line is longer than 80 characters. | 1324 |
![]() | Line contains a tab character. | 1324 |
![]() | Line has trailing spaces. | 1325 |
![]() | Line contains a tab character. | 1325 |
![]() | Line contains a tab character. | 1326 |
![]() | Line contains a tab character. | 1327 |
![]() | Line contains a tab character. | 1329 |
![]() | Missing a Javadoc comment. | 1329 |
![]() | Line contains a tab character. | 1330 |
![]() | Parameter variants should be final. | 1330 |
![]() | Line contains a tab character. | 1331 |
![]() | 'if' is not followed by whitespace. | 1331 |
![]() | '{' is not preceded with whitespace. | 1331 |
![]() | Line contains a tab character. | 1332 |
![]() | Line contains a tab character. | 1333 |
![]() | Line contains a tab character. | 1334 |
![]() | Line contains a tab character. | 1335 |
![]() | 'for' is not followed by whitespace. | 1335 |
![]() | ':' is not preceded with whitespace. | 1335 |
![]() | ':' is not followed by whitespace. | 1335 |
![]() | '{' is not preceded with whitespace. | 1335 |
![]() | Line contains a tab character. | 1336 |
![]() | Line contains a tab character. | 1337 |
![]() | Line contains a tab character. | 1338 |
![]() | Line contains a tab character. | 1339 |
![]() | Line contains a tab character. | 1340 |
![]() | Line contains a tab character. | 1341 |
![]() | Line contains a tab character. | 1342 |
![]() | Line contains a tab character. | 1344 |
![]() | Missing a Javadoc comment. | 1344 |
![]() | Line contains a tab character. | 1345 |
![]() | Parameter cluPublications should be final. | 1345 |
![]() | Line contains a tab character. | 1346 |
![]() | 'if' is not followed by whitespace. | 1346 |
![]() | '{' is not preceded with whitespace. | 1346 |
![]() | Line contains a tab character. | 1347 |
![]() | Line contains a tab character. | 1348 |
![]() | Line is longer than 80 characters. | 1349 |
![]() | Line contains a tab character. | 1349 |
![]() | Line contains a tab character. | 1350 |
![]() | 'for' is not followed by whitespace. | 1350 |
![]() | ':' is not preceded with whitespace. | 1350 |
![]() | ':' is not followed by whitespace. | 1350 |
![]() | '{' is not preceded with whitespace. | 1350 |
![]() | Line is longer than 80 characters. | 1351 |
![]() | Line contains a tab character. | 1351 |
![]() | Line contains a tab character. | 1352 |
![]() | Line contains a tab character. | 1353 |
![]() | Line contains a tab character. | 1354 |
Violation | Message | Line |
---|---|---|
![]() | File length is 3,937 lines (max allowed is 2,000). | 1 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | '=' is not preceded with whitespace. | 150 |
![]() | '=' is not followed by whitespace. | 150 |
![]() | ',' is not followed by 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 |
![]() | '=' is not preceded with whitespace. | 150 |
![]() | '=' is not followed by whitespace. | 150 |
![]() | '}' is not preceded with whitespace. | 150 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line contains a tab character. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Line has trailing spaces. | 158 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Variable 'logger' must be private and have accessor methods. | 159 |
![]() | Line contains a tab character. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Line contains a tab character. | 167 |
![]() | Method 'setSearchManager' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Missing a Javadoc comment. | 167 |
![]() | Parameter searchManager should be final. | 167 |
![]() | 'searchManager' hides a field. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 171 |
![]() | Method 'setDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Parameter dictionaryServiceDelegate should be final. | 172 |
![]() | 'dictionaryServiceDelegate' hides a field. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 176 |
![]() | Method 'getDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | First sentence should end with a period. | 181 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line contains a tab character. | 183 |
![]() | Expected an @return tag. | 185 |
![]() | Line contains a tab character. | 185 |
![]() | Method 'getDeliveryMethodTypes' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Expected @throws tag for 'OperationFailedException'. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 192 |
![]() | Method 'getDeliveryMethodType' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line is longer than 80 characters. | 194 |
![]() | Line contains a tab character. | 194 |
![]() | Parameter deliveryMethodTypeKey should be final. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 204 |
![]() | Method 'getInstructionalFormatTypes' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Line contains a tab character. | 211 |
![]() | Method 'getInstructionalFormatType' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line is longer than 80 characters. | 213 |
![]() | Line contains a tab character. | 213 |
![]() | Parameter instructionalFormatTypeKey should be final. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Line contains a tab character. | 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. | 223 |
![]() | Method 'getLuTypes' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 228 |
![]() | Method 'getLuType' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Line contains a tab character. | 229 |
![]() | Parameter luTypeKey should be final. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line contains a tab character. | 238 |
![]() | Method 'getLuCodeType' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Parameter luCodeTypeKey should be final. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 247 |
![]() | Method 'getLuCodeTypes' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 254 |
![]() | Method 'getLuLuRelationTypes' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 261 |
![]() | Method 'getLuLuRelationType' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() | Line is longer than 80 characters. | 262 |
![]() | Line contains a tab character. | 262 |
![]() | Parameter luLuRelationTypeKey should be final. | 262 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Line contains a tab character. | 265 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line is longer than 80 characters. | 269 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 272 |
![]() | Method 'getAllowedLuLuRelationTypesForLuType' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() | Line is longer than 80 characters. | 273 |
![]() | Line contains a tab character. | 273 |
![]() | Parameter luTypeKey should be final. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Parameter relatedLuTypeKey should be final. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 284 |
![]() | Method 'getLuPublicationTypes' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() | 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 contains a tab character. | 291 |
![]() | Method 'getLuPublicationType' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Line is longer than 80 characters. | 293 |
![]() | Line contains a tab character. | 293 |
![]() | Parameter luPublicationTypeKey should be final. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Line is longer than 80 characters. | 296 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 298 |
![]() | Line contains a tab character. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Line contains a tab character. | 302 |
![]() | Method 'getLuPublicationTypesForLuType' is not designed for extension - needs to be abstract, final or empty. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Parameter luTypeKey should be final. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | Line is longer than 80 characters. | 306 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Line contains a tab character. | 309 |
![]() | Method 'getCluResultTypes' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Line contains a tab character. | 316 |
![]() | Method 'getCluResultType' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Parameter cluResultTypeKey should be final. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Line contains a tab character. | 324 |
![]() | Method 'getCluResultTypesForLuType' is not designed for extension - needs to be abstract, final or empty. | 324 |
![]() | Line is longer than 80 characters. | 325 |
![]() | Line contains a tab character. | 325 |
![]() | Parameter luTypeKey should be final. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 333 |
![]() | Method 'getResultUsageTypes' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line contains a tab character. | 340 |
![]() | Method 'getResultUsageType' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() | Line contains a tab character. | 341 |
![]() | Parameter resultUsageTypeKey should be final. | 341 |
![]() | Line contains a tab character. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line is longer than 80 characters. | 344 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 349 |
![]() | Method 'getAllowedResultUsageTypesForLuType' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() | Line is longer than 80 characters. | 350 |
![]() | Line contains a tab character. | 350 |
![]() | Parameter luTypeKey should be final. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 358 |
![]() | Method 'getAllowedResultComponentTypesForResultUsageType' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 360 |
![]() | Parameter resultUsageTypeKey should be final. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Line is longer than 80 characters. | 364 |
![]() | Line contains a tab character. | 364 |
![]() | Line contains a tab character. | 366 |
![]() | Line is longer than 80 characters. | 367 |
![]() | Line contains a tab character. | 367 |
![]() | Line contains a tab character. | 368 |
![]() | Line contains a tab character. | 370 |
![]() | Method 'getCluLoRelationType' is not designed for extension - needs to be abstract, final or empty. | 370 |
![]() | Line contains a tab character. | 371 |
![]() | Line is longer than 80 characters. | 372 |
![]() | Line contains a tab character. | 372 |
![]() | Parameter cluLoRelationTypeKey should be final. | 372 |
![]() | Line contains a tab character. | 373 |
![]() | Line contains a tab character. | 374 |
![]() | Line is longer than 80 characters. | 375 |
![]() | Line contains a tab character. | 375 |
![]() | Line contains a tab character. | 377 |
![]() | Line contains a tab character. | 378 |
![]() | Line is longer than 80 characters. | 379 |
![]() | Line contains a tab character. | 379 |
![]() | Line contains a tab character. | 380 |
![]() | Line contains a tab character. | 382 |
![]() | Method 'getCluLoRelationTypes' is not designed for extension - needs to be abstract, final or empty. | 382 |
![]() | Line contains a tab character. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line contains a tab character. | 386 |
![]() | Line contains a tab character. | 387 |
![]() | Line contains a tab character. | 389 |
![]() | Method 'getAllowedCluLoRelationTypesForLuType' is not designed for extension - needs to be abstract, final or empty. | 389 |
![]() | Line is longer than 80 characters. | 390 |
![]() | Line contains a tab character. | 390 |
![]() | Parameter luTypeKey should be final. | 390 |
![]() | Line contains a tab character. | 391 |
![]() | Line contains a tab character. | 392 |
![]() | Line contains a tab character. | 394 |
![]() | Line contains a tab character. | 396 |
![]() | Line contains a tab character. | 397 |
![]() | Line contains a tab character. | 399 |
![]() | Method 'getCluSetTypes' is not designed for extension - needs to be abstract, final or empty. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Line contains a tab character. | 401 |
![]() | Line contains a tab character. | 402 |
![]() | Line contains a tab character. | 403 |
![]() | Line contains a tab character. | 404 |
![]() | Line contains a tab character. | 406 |
![]() | Method 'getCluSetType' is not designed for extension - needs to be abstract, final or empty. | 406 |
![]() | Line contains a tab character. | 407 |
![]() | Parameter cluSetTypeKey should be final. | 407 |
![]() | Line contains a tab character. | 408 |
![]() | Line contains a tab character. | 409 |
![]() | Line contains a tab character. | 410 |
![]() | Line contains a tab character. | 411 |
![]() | Line contains a tab character. | 412 |
![]() | Line contains a tab character. | 413 |
![]() | First sentence should end with a period. | 415 |
![]() | Line is longer than 80 characters. | 415 |
![]() | Line contains a tab character. | 415 |
![]() | Line contains a tab character. | 416 |
![]() | Line is longer than 80 characters. | 417 |
![]() | Line contains a tab character. | 417 |
![]() | Line contains a tab character. | 419 |
![]() | Expected an @return tag. | 420 |
![]() | Line contains a tab character. | 420 |
![]() | Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 420 |
![]() | Line contains a tab character. | 421 |
![]() | Parameter cluId should be final. | 421 |
![]() | Expected @param tag for 'cluId'. | 421 |
![]() | Expected @throws tag for 'DoesNotExistException'. | 421 |
![]() | Line contains a tab character. | 422 |
![]() | Expected @throws tag for 'InvalidParameterException'. | 422 |
![]() | Expected @throws tag for 'MissingParameterException'. | 422 |
![]() | Line contains a tab character. | 423 |
![]() | Expected @throws tag for 'OperationFailedException'. | 423 |
![]() | Line contains a tab character. | 425 |
![]() | Line contains a tab character. | 427 |
![]() | Line contains a tab character. | 428 |
![]() | Line contains a tab character. | 429 |
![]() | Line contains a tab character. | 431 |
![]() | Method 'getClusByIdList' is not designed for extension - needs to be abstract, final or empty. | 431 |
![]() | Line contains a tab character. | 432 |
![]() | Parameter cluIdList should be final. | 432 |
![]() | Line contains a tab character. | 433 |
![]() | Line contains a tab character. | 434 |
![]() | Line contains a tab character. | 435 |
![]() | Line contains a tab character. | 436 |
![]() | Line contains a tab character. | 437 |
![]() | Line contains a tab character. | 438 |
![]() | Line contains a tab character. | 439 |
![]() | Line contains a tab character. | 441 |
![]() | Method 'getClusByLuType' is not designed for extension - needs to be abstract, final or empty. | 441 |
![]() | Line contains a tab character. | 442 |
![]() | Parameter luTypeKey should be final. | 442 |
![]() | Parameter luState should be final. | 442 |
![]() | Line contains a tab character. | 443 |
![]() | Line contains a tab character. | 444 |
![]() | Line contains a tab character. | 445 |
![]() | Line contains a tab character. | 446 |
![]() | Line contains a tab character. | 447 |
![]() | Line contains a tab character. | 448 |
![]() | Line contains a tab character. | 449 |
![]() | Line contains a tab character. | 451 |
![]() | Method 'getCluIdsByLuType' is not designed for extension - needs to be abstract, final or empty. | 451 |
![]() | Line contains a tab character. | 452 |
![]() | Parameter luTypeKey should be final. | 452 |
![]() | Parameter luState should be final. | 452 |
![]() | Line contains a tab character. | 453 |
![]() | Line contains a tab character. | 454 |
![]() | Line contains a tab character. | 455 |
![]() | Line contains a tab character. | 456 |
![]() | Line contains a tab character. | 457 |
![]() | Line contains a tab character. | 458 |
![]() | Line contains a tab character. | 459 |
![]() | Line contains a tab character. | 460 |
![]() | Line contains a tab character. | 461 |
![]() | Line contains a tab character. | 462 |
![]() | Line contains a tab character. | 463 |
![]() | Line contains a tab character. | 465 |
![]() | Line contains a tab character. | 467 |
![]() | Method 'getAllowedLuLuRelationTypesByCluId' is not designed for extension - needs to be abstract, final or empty. | 467 |
![]() | Line contains a tab character. | 468 |
![]() | Parameter cluId should be final. | 468 |
![]() | Line contains a tab character. | 469 |
![]() | Parameter relatedCluId should be final. | 469 |
![]() | Line contains a tab character. | 470 |
![]() | Line contains a tab character. | 471 |
![]() | Line contains a tab character. | 472 |
![]() | Line contains a tab character. | 473 |
![]() | Line is longer than 80 characters. | 475 |
![]() | Line contains a tab character. | 475 |
![]() | Line contains a tab character. | 476 |
![]() | Line contains a tab character. | 478 |
![]() | Method 'getClusByRelation' is not designed for extension - needs to be abstract, final or empty. | 478 |
![]() | Line contains a tab character. | 479 |
![]() | Parameter relatedCluId should be final. | 479 |
![]() | Line is longer than 80 characters. | 480 |
![]() | Line contains a tab character. | 480 |
![]() | Parameter luLuRelationTypeKey should be final. | 480 |
![]() | Line contains a tab character. | 481 |
![]() | Line contains a tab character. | 482 |
![]() | Line contains a tab character. | 483 |
![]() | Line is longer than 80 characters. | 484 |
![]() | Line contains a tab character. | 484 |
![]() | Line contains a tab character. | 486 |
![]() | Line contains a tab character. | 487 |
![]() | Line contains a tab character. | 488 |
![]() | Line contains a tab character. | 489 |
![]() | Line contains a tab character. | 491 |
![]() | Line contains a tab character. | 493 |
![]() | Method 'getCluIdsByRelation' is not designed for extension - needs to be abstract, final or empty. | 493 |
![]() | Line contains a tab character. | 494 |
![]() | Parameter relatedCluId should be final. | 494 |
![]() | Line is longer than 80 characters. | 495 |
![]() | Line contains a tab character. | 495 |
![]() | Parameter luLuRelationTypeKey should be final. | 495 |
![]() | Line contains a tab character. | 496 |
![]() | Line contains a tab character. | 497 |
![]() | Line contains a tab character. | 498 |
![]() | Line is longer than 80 characters. | 499 |
![]() | Line contains a tab character. | 499 |
![]() | Line is longer than 80 characters. | 501 |
![]() | Line contains a tab character. | 503 |
![]() | Line contains a tab character. | 505 |
![]() | Method 'getRelatedClusByCluId' is not designed for extension - needs to be abstract, final or empty. | 505 |
![]() | Line contains a tab character. | 506 |
![]() | Parameter cluId should be final. | 506 |
![]() | Line is longer than 80 characters. | 507 |
![]() | Line contains a tab character. | 507 |
![]() | Parameter luLuRelationTypeKey should be final. | 507 |
![]() | Line contains a tab character. | 508 |
![]() | Line contains a tab character. | 509 |
![]() | Line contains a tab character. | 510 |
![]() | Line is longer than 80 characters. | 511 |
![]() | Line contains a tab character. | 511 |
![]() | Line contains a tab character. | 512 |
![]() | Line contains a tab character. | 513 |
![]() | Line contains a tab character. | 514 |
![]() | Line contains a tab character. | 515 |
![]() | Line contains a tab character. | 517 |
![]() | Method 'getRelatedCluIdsByCluId' is not designed for extension - needs to be abstract, final or empty. | 517 |
![]() | Line contains a tab character. | 518 |
![]() | Parameter cluId should be final. | 518 |
![]() | Line is longer than 80 characters. | 519 |
![]() | Line contains a tab character. | 519 |
![]() | Parameter luLuRelationTypeKey should be final. | 519 |
![]() | Line contains a tab character. | 520 |
![]() | Line contains a tab character. | 521 |
![]() | Line contains a tab character. | 522 |
![]() | Line is longer than 80 characters. | 523 |
![]() | Line contains a tab character. | 523 |
![]() | Line is longer than 80 characters. | 524 |
![]() | Line contains a tab character. | 524 |
![]() | Line contains a tab character. | 525 |
![]() | Line contains a tab character. | 526 |
![]() | Line contains a tab character. | 527 |
![]() | Line contains a tab character. | 529 |
![]() | Method 'getCluCluRelation' is not designed for extension - needs to be abstract, final or empty. | 529 |
![]() | Line contains a tab character. | 530 |
![]() | Parameter cluCluRelationId should be final. | 530 |
![]() | Line contains a tab character. | 531 |
![]() | Line contains a tab character. | 532 |
![]() | Line contains a tab character. | 533 |
![]() | Line contains a tab character. | 534 |
![]() | Line contains a tab character. | 535 |
![]() | Line contains a tab character. | 536 |
![]() | Line contains a tab character. | 538 |
![]() | Method 'getCluCluRelationsByClu' is not designed for extension - needs to be abstract, final or empty. | 538 |
![]() | Line contains a tab character. | 539 |
![]() | Parameter cluId should be final. | 539 |
![]() | Line contains a tab character. | 540 |
![]() | Line contains a tab character. | 541 |
![]() | Line contains a tab character. | 542 |
![]() | Line contains a tab character. | 543 |
![]() | Line contains a tab character. | 544 |
![]() | Line is longer than 80 characters. | 545 |
![]() | Line contains a tab character. | 545 |
![]() | Line contains a tab character. | 546 |
![]() | Line contains a tab character. | 548 |
![]() | Line contains a tab character. | 549 |
![]() | Method 'getCluPublicationsByCluId' is not designed for extension - needs to be abstract, final or empty. | 549 |
![]() | Line contains a tab character. | 550 |
![]() | Parameter cluId should be final. | 550 |
![]() | Line contains a tab character. | 551 |
![]() | Line contains a tab character. | 552 |
![]() | Line contains a tab character. | 553 |
![]() | Line is longer than 80 characters. | 554 |
![]() | Line contains a tab character. | 554 |
![]() | Line contains a tab character. | 555 |
![]() | Line contains a tab character. | 556 |
![]() | Line contains a tab character. | 558 |
![]() | Method 'getCluPublicationsByType' is not designed for extension - needs to be abstract, final or empty. | 558 |
![]() | Line contains a tab character. | 559 |
![]() | Line is longer than 80 characters. | 560 |
![]() | Line contains a tab character. | 560 |
![]() | Parameter luPublicationTypeKey should be final. | 560 |
![]() | Line contains a tab character. | 561 |
![]() | Line contains a tab character. | 562 |
![]() | Line is longer than 80 characters. | 563 |
![]() | Line contains a tab character. | 563 |
![]() | Line is longer than 80 characters. | 564 |
![]() | Line contains a tab character. | 564 |
![]() | Line contains a tab character. | 565 |
![]() | Line contains a tab character. | 566 |
![]() | Line contains a tab character. | 568 |
![]() | Method 'getCluPublication' is not designed for extension - needs to be abstract, final or empty. | 568 |
![]() | Line contains a tab character. | 569 |
![]() | Parameter cluPublicationId should be final. | 569 |
![]() | Line contains a tab character. | 570 |
![]() | Line contains a tab character. | 571 |
![]() | Line contains a tab character. | 572 |
![]() | Line is longer than 80 characters. | 573 |
![]() | Line contains a tab character. | 573 |
![]() | Line contains a tab character. | 574 |
![]() | Line contains a tab character. | 575 |
![]() | Line contains a tab character. | 577 |
![]() | Line contains a tab character. | 579 |
![]() | Method 'getCluResult' is not designed for extension - needs to be abstract, final or empty. | 579 |
![]() | Line contains a tab character. | 580 |
![]() | Parameter cluResultId should be final. | 580 |
![]() | Line contains a tab character. | 581 |
![]() | Line contains a tab character. | 582 |
![]() | Line contains a tab character. | 584 |
![]() | Line contains a tab character. | 586 |
![]() | Line contains a tab character. | 587 |
![]() | Line contains a tab character. | 588 |
![]() | Line contains a tab character. | 590 |
![]() | Method 'getCluResultByClu' is not designed for extension - needs to be abstract, final or empty. | 590 |
![]() | Line contains a tab character. | 591 |
![]() | Parameter cluId should be final. | 591 |
![]() | Line contains a tab character. | 592 |
![]() | Line contains a tab character. | 593 |
![]() | Line contains a tab character. | 595 |
![]() | Line contains a tab character. | 597 |
![]() | Line contains a tab character. | 598 |
![]() | Line contains a tab character. | 599 |
![]() | Line contains a tab character. | 601 |
![]() | Method 'getCluIdsByResultUsageType' is not designed for extension - needs to be abstract, final or empty. | 601 |
![]() | Line is longer than 80 characters. | 602 |
![]() | Line contains a tab character. | 602 |
![]() | Parameter resultUsageTypeKey should be final. | 602 |
![]() | Line contains a tab character. | 603 |
![]() | Line contains a tab character. | 604 |
![]() | Line contains a tab character. | 605 |
![]() | Line contains a tab character. | 606 |
![]() | Line contains a tab character. | 608 |
![]() | Method 'getCluIdsByResultComponent' is not designed for extension - needs to be abstract, final or empty. | 608 |
![]() | Line contains a tab character. | 609 |
![]() | Parameter resultComponentId should be final. | 609 |
![]() | Line contains a tab character. | 610 |
![]() | Line contains a tab character. | 611 |
![]() | Line contains a tab character. | 612 |
![]() | Line contains a tab character. | 613 |
![]() | Line contains a tab character. | 615 |
![]() | Line contains a tab character. | 617 |
![]() | Method 'getCluLoRelation' is not designed for extension - needs to be abstract, final or empty. | 617 |
![]() | Line contains a tab character. | 618 |
![]() | Parameter cluLoRelationId should be final. | 618 |
![]() | Line contains a tab character. | 619 |
![]() | Line contains a tab character. | 620 |
![]() | Line contains a tab character. | 621 |
![]() | Line contains a tab character. | 623 |
![]() | Line is longer than 80 characters. | 625 |
![]() | Line contains a tab character. | 625 |
![]() | Line contains a tab character. | 626 |
![]() | Line contains a tab character. | 628 |
![]() | Line contains a tab character. | 630 |
![]() | Method 'getCluLoRelationsByClu' is not designed for extension - needs to be abstract, final or empty. | 630 |
![]() | Line contains a tab character. | 631 |
![]() | Parameter cluId should be final. | 631 |
![]() | Line contains a tab character. | 632 |
![]() | Line contains a tab character. | 633 |
![]() | Line contains a tab character. | 635 |
![]() | Line contains a tab character. | 636 |
![]() | Line contains a tab character. | 637 |
![]() | Line contains a tab character. | 638 |
![]() | Line contains a tab character. | 640 |
![]() | Line contains a tab character. | 642 |
![]() | Method 'getCluLoRelationsByLo' is not designed for extension - needs to be abstract, final or empty. | 642 |
![]() | Line contains a tab character. | 643 |
![]() | Parameter loId should be final. | 643 |
![]() | Line contains a tab character. | 644 |
![]() | Line contains a tab character. | 645 |
![]() | Line contains a tab character. | 646 |
![]() | Line is longer than 80 characters. | 647 |
![]() | Line contains a tab character. | 647 |
![]() | Line contains a tab character. | 648 |
![]() | Line contains a tab character. | 649 |
![]() | Line contains a tab character. | 651 |
![]() | Line contains a tab character. | 653 |
![]() | Method 'getResourceRequirementsForCluId' is not designed for extension - needs to be abstract, final or empty. | 653 |
![]() | Line contains a tab character. | 654 |
![]() | Parameter cluId should be final. | 654 |
![]() | Line contains a tab character. | 655 |
![]() | Line contains a tab character. | 656 |
![]() | Line is longer than 80 characters. | 657 |
![]() | Line contains a tab character. | 657 |
![]() | Line contains a tab character. | 658 |
![]() | Line contains a tab character. | 660 |
![]() | Line contains a tab character. | 662 |
![]() | Method 'getCluSetInfo' is not designed for extension - needs to be abstract, final or empty. | 662 |
![]() | Line contains a tab character. | 663 |
![]() | Parameter cluSetId should be final. | 663 |
![]() | Line contains a tab character. | 664 |
![]() | Line contains a tab character. | 665 |
![]() | Line contains a tab character. | 666 |
![]() | Line contains a tab character. | 667 |
![]() | Line contains a tab character. | 668 |
![]() | Line contains a tab character. | 669 |
![]() | Line contains a tab character. | 670 |
![]() | Line contains a tab character. | 671 |
![]() | Line contains a tab character. | 672 |
![]() | Line contains a tab character. | 674 |
![]() | Method 'getCluSetTreeView' is not designed for extension - needs to be abstract, final or empty. | 674 |
![]() | Line contains a tab character. | 675 |
![]() | Parameter cluSetId should be final. | 675 |
![]() | Line contains a tab character. | 676 |
![]() | Line contains a tab character. | 677 |
![]() | Line contains a tab character. | 678 |
![]() | Line contains a tab character. | 680 |
![]() | Line contains a tab character. | 681 |
![]() | Line contains a tab character. | 682 |
![]() | Line contains a tab character. | 683 |
![]() | Line contains a tab character. | 684 |
![]() | Line contains a tab character. | 686 |
![]() | Line contains a tab character. | 687 |
![]() | Line contains a tab character. | 688 |
![]() | Line contains a tab character. | 689 |
![]() | First sentence should end with a period. | 691 |
![]() | Line contains a tab character. | 691 |
![]() | Line is longer than 80 characters. | 692 |
![]() | Line contains a tab character. | 692 |
![]() | Line contains a tab character. | 693 |
![]() | Line contains a tab character. | 694 |
![]() | Line contains a tab character. | 695 |
![]() | Line contains a tab character. | 696 |
![]() | Line contains a tab character. | 697 |
![]() | Line contains a tab character. | 698 |
![]() | Line contains a tab character. | 699 |
![]() | Line contains a tab character. | 700 |
![]() | Line contains a tab character. | 701 |
![]() | Line contains a tab character. | 702 |
![]() | Line contains a tab character. | 703 |
![]() | Parameter cluSetInfo should be final. | 703 |
![]() | Expected @param tag for 'cluSetInfo'. | 703 |
![]() | Line is longer than 80 characters. | 704 |
![]() | Line contains a tab character. | 704 |
![]() | Parameter cluSetTreeViewInfo should be final. | 704 |
![]() | Expected @param tag for 'cluSetTreeViewInfo'. | 704 |
![]() | Expected @throws tag for 'DoesNotExistException'. | 704 |
![]() | Expected @throws tag for 'InvalidParameterException'. | 704 |
![]() | Expected @throws tag for 'MissingParameterException'. | 704 |
![]() | Expected @throws tag for 'OperationFailedException'. | 704 |
![]() | Expected @throws tag for 'PermissionDeniedException'. | 704 |
![]() | Line contains a tab character. | 705 |
![]() | Line contains a tab character. | 706 |
![]() | Line is longer than 80 characters. | 707 |
![]() | Line contains a tab character. | 707 |
![]() | Line is longer than 80 characters. | 708 |
![]() | Line contains a tab character. | 708 |
![]() | Line contains a tab character. | 709 |
![]() | Line contains a tab character. | 710 |
![]() | Line is longer than 80 characters. | 711 |
![]() | Line contains a tab character. | 711 |
![]() | Line contains a tab character. | 712 |
![]() | Line contains a tab character. | 713 |
![]() | Line contains a tab character. | 714 |
![]() | Line contains a tab character. | 715 |
![]() | Line contains a tab character. | 716 |
![]() | Line contains a tab character. | 718 |
![]() | Line contains a tab character. | 719 |
![]() | Line contains a tab character. | 720 |
![]() | Line contains a tab character. | 721 |
![]() | '?' should be on a new line. | 722 |
![]() | Avoid inline conditionals. | 722 |
![]() | Line is longer than 80 characters. | 723 |
![]() | Line is longer than 80 characters. | 725 |
![]() | Line contains a tab character. | 730 |
![]() | Line contains a tab character. | 731 |
![]() | Line contains a tab character. | 732 |
![]() | Line contains a tab character. | 733 |
![]() | Line contains a tab character. | 734 |
![]() | 'if' is not followed by whitespace. | 734 |
![]() | '!=' is not preceded with whitespace. | 734 |
![]() | '!=' is not followed by whitespace. | 734 |
![]() | '{' is not preceded with whitespace. | 734 |
![]() | Line is longer than 80 characters. | 735 |
![]() | Line is longer than 80 characters. | 736 |
![]() | Line is longer than 80 characters. | 741 |
![]() | Line contains a tab character. | 742 |
![]() | Line contains a tab character. | 743 |
![]() | Line contains a tab character. | 744 |
![]() | Line contains a tab character. | 745 |
![]() | Line contains a tab character. | 746 |
![]() | Line contains a tab character. | 748 |
![]() | Method 'getCluSetInfoByIdList' is not designed for extension - needs to be abstract, final or empty. | 748 |
![]() | Line contains a tab character. | 749 |
![]() | Parameter cluSetIdList should be final. | 749 |
![]() | Line contains a tab character. | 750 |
![]() | Line contains a tab character. | 751 |
![]() | Line contains a tab character. | 752 |
![]() | Line contains a tab character. | 753 |
![]() | Line contains a tab character. | 754 |
![]() | Line is longer than 80 characters. | 755 |
![]() | Line contains a tab character. | 755 |
![]() | Line contains a tab character. | 756 |
![]() | Line contains a tab character. | 757 |
![]() | Line contains a tab character. | 759 |
![]() | Method 'getCluSetIdsFromCluSet' is not designed for extension - needs to be abstract, final or empty. | 759 |
![]() | Line contains a tab character. | 760 |
![]() | Parameter cluSetId should be final. | 760 |
![]() | Line contains a tab character. | 761 |
![]() | Line contains a tab character. | 762 |
![]() | Line contains a tab character. | 763 |
![]() | Line contains a tab character. | 764 |
![]() | Line contains a tab character. | 765 |
![]() | Line is longer than 80 characters. | 766 |
![]() | Line contains a tab character. | 766 |
![]() | Line contains a tab character. | 767 |
![]() | 'if' is not followed by whitespace. | 767 |
![]() | '!=' is not preceded with whitespace. | 767 |
![]() | '!=' is not followed by whitespace. | 767 |
![]() | '{' is not preceded with whitespace. | 767 |
![]() | Line contains a tab character. | 768 |
![]() | Line contains a tab character. | 769 |
![]() | Line contains a tab character. | 770 |
![]() | Line contains a tab character. | 771 |
![]() | Line contains a tab character. | 772 |
![]() | Line contains a tab character. | 773 |
![]() | Line contains a tab character. | 775 |
![]() | Method 'isCluSetDynamic' is not designed for extension - needs to be abstract, final or empty. | 775 |
![]() | Line contains a tab character. | 776 |
![]() | Parameter cluSetId should be final. | 776 |
![]() | Line contains a tab character. | 777 |
![]() | Line contains a tab character. | 778 |
![]() | Line contains a tab character. | 779 |
![]() | Line is longer than 80 characters. | 780 |
![]() | Line contains a tab character. | 780 |
![]() | Line contains a tab character. | 781 |
![]() | Line contains a tab character. | 783 |
![]() | Method 'getClusFromCluSet' is not designed for extension - needs to be abstract, final or empty. | 783 |
![]() | Line contains a tab character. | 784 |
![]() | Parameter cluSetId should be final. | 784 |
![]() | Line contains a tab character. | 785 |
![]() | Line contains a tab character. | 786 |
![]() | Line contains a tab character. | 787 |
![]() | Line contains a tab character. | 788 |
![]() | Line contains a tab character. | 789 |
![]() | Line is longer than 80 characters. | 790 |
![]() | Line contains a tab character. | 790 |
![]() | Line is longer than 80 characters. | 791 |
![]() | Line contains a tab character. | 791 |
![]() | Line is longer than 80 characters. | 792 |
![]() | Line contains a tab character. | 792 |
![]() | Line contains a tab character. | 793 |
![]() | Line contains a tab character. | 794 |
![]() | Line contains a tab character. | 795 |
![]() | Line contains a tab character. | 797 |
![]() | Method 'getCluIdsFromCluSet' is not designed for extension - needs to be abstract, final or empty. | 797 |
![]() | Line contains a tab character. | 798 |
![]() | Parameter cluSetId should be final. | 798 |
![]() | Line contains a tab character. | 799 |
![]() | Line contains a tab character. | 800 |
![]() | Line contains a tab character. | 801 |
![]() | Line contains a tab character. | 802 |
![]() | Line contains a tab character. | 803 |
![]() | Line is longer than 80 characters. | 804 |
![]() | Line contains a tab character. | 804 |
![]() | Line is longer than 80 characters. | 805 |
![]() | Line contains a tab character. | 805 |
![]() | Line contains a tab character. | 806 |
![]() | Line contains a tab character. | 807 |
![]() | Line contains a tab character. | 808 |
![]() | Line contains a tab character. | 809 |
![]() | Line contains a tab character. | 811 |
![]() | Method 'getAllClusInCluSet' is not designed for extension - needs to be abstract, final or empty. | 811 |
![]() | Line contains a tab character. | 812 |
![]() | Parameter cluSetId should be final. | 812 |
![]() | Line contains a tab character. | 813 |
![]() | Line contains a tab character. | 814 |
![]() | Line contains a tab character. | 815 |
![]() | Line contains a tab character. | 816 |
![]() | Line contains a tab character. | 817 |
![]() | Line contains a tab character. | 818 |
![]() | Line contains a tab character. | 819 |
![]() | Line contains a tab character. | 820 |
![]() | Line contains a tab character. | 821 |
![]() | Line is longer than 80 characters. | 822 |
![]() | Line contains a tab character. | 822 |
![]() | Line contains a tab character. | 823 |
![]() | Line contains a tab character. | 824 |
![]() | Line contains a tab character. | 825 |
![]() | Line contains a tab character. | 827 |
![]() | Method 'getAllCluIdsInCluSet' is not designed for extension - needs to be abstract, final or empty. | 827 |
![]() | Line contains a tab character. | 828 |
![]() | Parameter cluSetId should be final. | 828 |
![]() | Line contains a tab character. | 829 |
![]() | Line contains a tab character. | 830 |
![]() | Line contains a tab character. | 831 |
![]() | Line contains a tab character. | 832 |
![]() | Line contains a tab character. | 833 |
![]() | Line contains a tab character. | 834 |
![]() | Line contains a tab character. | 835 |
![]() | Line contains a tab character. | 836 |
![]() | Line contains a tab character. | 837 |
![]() | Line contains a tab character. | 839 |
![]() | Method 'isCluInCluSet' is not designed for extension - needs to be abstract, final or empty. | 839 |
![]() | Line contains a tab character. | 840 |
![]() | Parameter cluId should be final. | 840 |
![]() | Parameter cluSetId should be final. | 840 |
![]() | Line contains a tab character. | 841 |
![]() | Line contains a tab character. | 842 |
![]() | Line contains a tab character. | 843 |
![]() | Line contains a tab character. | 844 |
![]() | Line contains a tab character. | 845 |
![]() | Line contains a tab character. | 846 |
![]() | Line contains a tab character. | 847 |
![]() | Line contains a tab character. | 849 |
![]() | Line contains a tab character. | 850 |
![]() | Line contains a tab character. | 852 |
![]() | Method 'getLui' is not designed for extension - needs to be abstract, final or empty. | 852 |
![]() | Line contains a tab character. | 853 |
![]() | Parameter luiId should be final. | 853 |
![]() | Line contains a tab character. | 854 |
![]() | Line contains a tab character. | 855 |
![]() | Line contains a tab character. | 857 |
![]() | Line contains a tab character. | 859 |
![]() | Line contains a tab character. | 860 |
![]() | Line contains a tab character. | 861 |
![]() | Line contains a tab character. | 863 |
![]() | Method 'getLuisByIdList' is not designed for extension - needs to be abstract, final or empty. | 863 |
![]() | Line contains a tab character. | 864 |
![]() | Parameter luiIdList should be final. | 864 |
![]() | Line contains a tab character. | 865 |
![]() | Line contains a tab character. | 866 |
![]() | Line contains a tab character. | 867 |
![]() | Line contains a tab character. | 868 |
![]() | Line contains a tab character. | 869 |
![]() | Line contains a tab character. | 870 |
![]() | Line contains a tab character. | 871 |
![]() | Line contains a tab character. | 873 |
![]() | Method 'getLuisInAtpByCluId' is not designed for extension - needs to be abstract, final or empty. | 873 |
![]() | Line contains a tab character. | 874 |
![]() | Parameter cluId should be final. | 874 |
![]() | Parameter atpKey should be final. | 874 |
![]() | Line contains a tab character. | 875 |
![]() | Line contains a tab character. | 876 |
![]() | Line is longer than 80 characters. | 877 |
![]() | Line contains a tab character. | 877 |
![]() | Line contains a tab character. | 878 |
![]() | Line contains a tab character. | 880 |
![]() | Method 'getLuiIdsByCluId' is not designed for extension - needs to be abstract, final or empty. | 880 |
![]() | Line contains a tab character. | 881 |
![]() | Parameter cluId should be final. | 881 |
![]() | Line contains a tab character. | 882 |
![]() | Line contains a tab character. | 883 |
![]() | Line contains a tab character. | 885 |
![]() | Line contains a tab character. | 887 |
![]() | Line contains a tab character. | 888 |
![]() | Line contains a tab character. | 890 |
![]() | Method 'getLuiIdsInAtpByCluId' is not designed for extension - needs to be abstract, final or empty. | 890 |
![]() | Line contains a tab character. | 891 |
![]() | Parameter cluId should be final. | 891 |
![]() | Parameter atpKey should be final. | 891 |
![]() | Line contains a tab character. | 892 |
![]() | Line contains a tab character. | 893 |
![]() | Line contains a tab character. | 895 |
![]() | Line contains a tab character. | 896 |
![]() | Line contains a tab character. | 897 |
![]() | Line contains a tab character. | 898 |
![]() | Line contains a tab character. | 900 |
![]() | Line contains a tab character. | 902 |
![]() | Method 'getAllowedLuLuRelationTypesByLuiId' is not designed for extension - needs to be abstract, final or empty. | 902 |
![]() | Line contains a tab character. | 903 |
![]() | Parameter luiId should be final. | 903 |
![]() | Line contains a tab character. | 904 |
![]() | Parameter relatedLuiId should be final. | 904 |
![]() | Line contains a tab character. | 905 |
![]() | Line contains a tab character. | 906 |
![]() | Line contains a tab character. | 908 |
![]() | Line contains a tab character. | 909 |
![]() | Line is longer than 80 characters. | 911 |
![]() | Line contains a tab character. | 911 |
![]() | Line contains a tab character. | 912 |
![]() | Line contains a tab character. | 914 |
![]() | Method 'getLuisByRelation' is not designed for extension - needs to be abstract, final or empty. | 914 |
![]() | Line contains a tab character. | 915 |
![]() | Parameter luiId should be final. | 915 |
![]() | Line is longer than 80 characters. | 916 |
![]() | Line contains a tab character. | 916 |
![]() | Parameter luLuRelationTypeKey should be final. | 916 |
![]() | Line contains a tab character. | 917 |
![]() | Line contains a tab character. | 918 |
![]() | Line contains a tab character. | 919 |
![]() | Line is longer than 80 characters. | 920 |
![]() | Line contains a tab character. | 920 |
![]() | Line is longer than 80 characters. | 922 |
![]() | Line contains a tab character. | 922 |
![]() | Line contains a tab character. | 923 |
![]() | Line contains a tab character. | 924 |
![]() | Line contains a tab character. | 926 |
![]() | Method 'getLuiIdsByRelation' is not designed for extension - needs to be abstract, final or empty. | 926 |
![]() | Line contains a tab character. | 927 |
![]() | Parameter luiId should be final. | 927 |
![]() | Line is longer than 80 characters. | 928 |
![]() | Line contains a tab character. | 928 |
![]() | Parameter luLuRelationTypeKey should be final. | 928 |
![]() | Line contains a tab character. | 929 |
![]() | Line contains a tab character. | 930 |
![]() | Line contains a tab character. | 931 |
![]() | Line is longer than 80 characters. | 932 |
![]() | Line contains a tab character. | 932 |
![]() | Line is longer than 80 characters. | 934 |
![]() | Line contains a tab character. | 934 |
![]() | Line contains a tab character. | 935 |
![]() | Line contains a tab character. | 937 |
![]() | Method 'getRelatedLuisByLuiId' is not designed for extension - needs to be abstract, final or empty. | 937 |
![]() | Line contains a tab character. | 938 |
![]() | Parameter luiId should be final. | 938 |
![]() | Line is longer than 80 characters. | 939 |
![]() | Line contains a tab character. | 939 |
![]() | Parameter luLuRelationTypeKey should be final. | 939 |
![]() | Line contains a tab character. | 940 |
![]() | Line contains a tab character. | 941 |
![]() | Line contains a tab character. | 942 |
![]() | Line is longer than 80 characters. | 943 |
![]() | Line contains a tab character. | 943 |
![]() | Line contains a tab character. | 944 |
![]() | Line contains a tab character. | 945 |
![]() | Line contains a tab character. | 946 |
![]() | Line contains a tab character. | 947 |
![]() | Line contains a tab character. | 949 |
![]() | Method 'getRelatedLuiIdsByLuiId' is not designed for extension - needs to be abstract, final or empty. | 949 |
![]() | Line contains a tab character. | 950 |
![]() | Parameter luiId should be final. | 950 |
![]() | Line is longer than 80 characters. | 951 |
![]() | Line contains a tab character. | 951 |
![]() | Parameter luLuRelationTypeKey should be final. | 951 |
![]() | Line contains a tab character. | 952 |
![]() | Line contains a tab character. | 953 |
![]() | Line contains a tab character. | 954 |
![]() | Line is longer than 80 characters. | 955 |
![]() | Line contains a tab character. | 955 |
![]() | Line is longer than 80 characters. | 956 |
![]() | Line contains a tab character. | 956 |
![]() | Line contains a tab character. | 957 |
![]() | Line contains a tab character. | 958 |
![]() | Line contains a tab character. | 959 |
![]() | Line contains a tab character. | 961 |
![]() | Method 'getLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty. | 961 |
![]() | Line contains a tab character. | 962 |
![]() | Parameter luiLuiRelationId should be final. | 962 |
![]() | Line contains a tab character. | 963 |
![]() | Line contains a tab character. | 964 |
![]() | Line contains a tab character. | 965 |
![]() | Line is longer than 80 characters. | 966 |
![]() | Line contains a tab character. | 966 |
![]() | Line contains a tab character. | 967 |
![]() | Line contains a tab character. | 968 |
![]() | Line contains a tab character. | 969 |
![]() | Line contains a tab character. | 971 |
![]() | Method 'getLuiLuiRelationsByLui' is not designed for extension - needs to be abstract, final or empty. | 971 |
![]() | Line contains a tab character. | 972 |
![]() | Parameter luiId should be final. | 972 |
![]() | Line contains a tab character. | 973 |
![]() | Line contains a tab character. | 974 |
![]() | Line contains a tab character. | 975 |
![]() | Line contains a tab character. | 976 |
![]() | Line contains a tab character. | 977 |
![]() | Line contains a tab character. | 978 |
![]() | First sentence should end with a period. | 980 |
![]() | Line is longer than 80 characters. | 980 |
![]() | Line contains a tab character. | 980 |
![]() | Line contains a tab character. | 981 |
![]() | Line is longer than 80 characters. | 982 |
![]() | Line contains a tab character. | 982 |
![]() | Expected an @return tag. | 984 |
![]() | Line contains a tab character. | 984 |
![]() | Method 'validateClu' is not designed for extension - needs to be abstract, final or empty. | 984 |
![]() | Line contains a tab character. | 985 |
![]() | Parameter validationType should be final. | 985 |
![]() | Expected @param tag for 'validationType'. | 985 |
![]() | Line contains a tab character. | 986 |
![]() | Parameter cluInfo should be final. | 986 |
![]() | Expected @param tag for 'cluInfo'. | 986 |
![]() | Expected @throws tag for 'DoesNotExistException'. | 986 |
![]() | Line contains a tab character. | 987 |
![]() | Expected @throws tag for 'InvalidParameterException'. | 987 |
![]() | Expected @throws tag for 'MissingParameterException'. | 987 |
![]() | Line contains a tab character. | 988 |
![]() | Expected @throws tag for 'OperationFailedException'. | 988 |
![]() | Line contains a tab character. | 989 |
![]() | Line contains a tab character. | 990 |
![]() | Line is longer than 80 characters. | 992 |
![]() | Line is longer than 80 characters. | 994 |
![]() | Line has trailing spaces. | 995 |
![]() | Line contains a tab character. | 997 |
![]() | Line contains a tab character. | 999 |
![]() | Method 'createClu' is not designed for extension - needs to be abstract, final or empty. | 999 |
![]() | Line contains a tab character. | 1000 |
![]() | '=' is not preceded with whitespace. | 1000 |
![]() | '=' is not followed by whitespace. | 1000 |
![]() | Line contains a tab character. | 1001 |
![]() | Parameter luTypeKey should be final. | 1001 |
![]() | Parameter cluInfo should be final. | 1001 |
![]() | Line is longer than 80 characters. | 1002 |
![]() | Line contains a tab character. | 1002 |
![]() | Line contains a tab character. | 1003 |
![]() | Line contains a tab character. | 1004 |
![]() | Line contains a tab character. | 1005 |
![]() | Line contains a tab character. | 1006 |
![]() | ',' is not followed by whitespace. | 1006 |
![]() | Line is longer than 80 characters. | 1007 |
![]() | Line contains a tab character. | 1007 |
![]() | Line contains a tab character. | 1008 |
![]() | 'if' is not followed by whitespace. | 1008 |
![]() | '{' is not preceded with whitespace. | 1008 |
![]() | Line contains a tab character. | 1009 |
![]() | Line contains a tab character. | 1010 |
![]() | Line contains a tab character. | 1011 |
![]() | Line contains a tab character. | 1012 |
![]() | Line contains a tab character. | 1013 |
![]() | Line contains a tab character. | 1014 |
![]() | Line has trailing spaces. | 1015 |
![]() | Line contains a tab character. | 1015 |
![]() | Line contains a tab character. | 1016 |
![]() | Method 'toCluForCreate' is not designed for extension - needs to be abstract, final or empty. | 1016 |
![]() | Method length is 167 lines (max allowed is 150). | 1016 |
![]() | Missing a Javadoc comment. | 1016 |
![]() | Parameter luTypeKey should be final. | 1016 |
![]() | Parameter cluInfo should be final. | 1016 |
![]() | Line is longer than 80 characters. | 1017 |
![]() | Line contains a tab character. | 1017 |
![]() | Line contains a tab character. | 1018 |
![]() | Line contains a tab character. | 1019 |
![]() | Line contains a tab character. | 1020 |
![]() | Line contains a tab character. | 1021 |
![]() | Line contains a tab character. | 1022 |
![]() | Line contains a tab character. | 1024 |
![]() | Line contains a tab character. | 1025 |
![]() | Line contains a tab character. | 1026 |
![]() | 'if' is not followed by whitespace. | 1026 |
![]() | Line is longer than 80 characters. | 1027 |
![]() | Line contains a tab character. | 1027 |
![]() | Line contains a tab character. | 1028 |
![]() | Line contains a tab character. | 1030 |
![]() | Line contains a tab character. | 1032 |
![]() | Line contains a tab character. | 1033 |
![]() | Line contains a tab character. | 1035 |
![]() | Line is longer than 80 characters. | 1036 |
![]() | Line contains a tab character. | 1036 |
![]() | Line contains a tab character. | 1037 |
![]() | Line is longer than 80 characters. | 1038 |
![]() | Line contains a tab character. | 1038 |
![]() | Line contains a tab character. | 1039 |
![]() | Line is longer than 80 characters. | 1040 |
![]() | Line contains a tab character. | 1040 |
![]() | Line is longer than 80 characters. | 1041 |
![]() | Line contains a tab character. | 1041 |
![]() | Line contains a tab character. | 1042 |
![]() | Line contains a tab character. | 1043 |
![]() | Line contains a tab character. | 1044 |
![]() | Line contains a tab character. | 1046 |
![]() | Line contains a tab character. | 1047 |
![]() | Line contains a tab character. | 1048 |
![]() | Line contains a tab character. | 1049 |
![]() | Line contains a tab character. | 1050 |
![]() | Line contains a tab character. | 1051 |
![]() | Line contains a tab character. | 1052 |
![]() | Line contains a tab character. | 1053 |
![]() | '{' is followed by whitespace. | 1053 |
![]() | Line is longer than 80 characters. | 1054 |
![]() | Line contains a tab character. | 1054 |
![]() | Line is longer than 80 characters. | 1055 |
![]() | Line contains a tab character. | 1055 |
![]() | Line contains a tab character. | 1056 |
![]() | Line contains a tab character. | 1057 |
![]() | Line contains a tab character. | 1058 |
![]() | Line contains a tab character. | 1059 |
![]() | Line contains a tab character. | 1061 |
![]() | Line contains a tab character. | 1062 |
![]() | Line contains a tab character. | 1063 |
![]() | Line is longer than 80 characters. | 1064 |
![]() | Line contains a tab character. | 1064 |
![]() | '{' is followed by whitespace. | 1064 |
![]() | Line contains a tab character. | 1065 |
![]() | Line is longer than 80 characters. | 1066 |
![]() | Line contains a tab character. | 1066 |
![]() | Line is longer than 80 characters. | 1067 |
![]() | Line contains a tab character. | 1067 |
![]() | Line is longer than 80 characters. | 1068 |
![]() | Line contains a tab character. | 1068 |
![]() | Line contains a tab character. | 1069 |
![]() | Line contains a tab character. | 1070 |
![]() | Line contains a tab character. | 1072 |
![]() | Line contains a tab character. | 1073 |
![]() | Line contains a tab character. | 1074 |
![]() | Line contains a tab character. | 1075 |
![]() | Line is longer than 80 characters. | 1076 |
![]() | Line contains a tab character. | 1076 |
![]() | Line contains a tab character. | 1077 |
![]() | Line contains a tab character. | 1078 |
![]() | Line contains a tab character. | 1079 |
![]() | '{' is followed by whitespace. | 1079 |
![]() | Line is longer than 80 characters. | 1080 |
![]() | Line contains a tab character. | 1080 |
![]() | Line is longer than 80 characters. | 1081 |
![]() | Line contains a tab character. | 1081 |
![]() | Line is longer than 80 characters. | 1082 |
![]() | Line contains a tab character. | 1082 |
![]() | Line contains a tab character. | 1083 |
![]() | Line contains a tab character. | 1084 |
![]() | Line contains a tab character. | 1086 |
![]() | Line is longer than 80 characters. | 1087 |
![]() | Line contains a tab character. | 1087 |
![]() | Line contains a tab character. | 1088 |
![]() | Line contains a tab character. | 1089 |
![]() | Line contains a tab character. | 1091 |
![]() | Line contains a tab character. | 1092 |
![]() | Line contains a tab character. | 1093 |
![]() | Line contains a tab character. | 1094 |
![]() | Line contains a tab character. | 1095 |
![]() | Line contains a tab character. | 1096 |
![]() | Line is longer than 80 characters. | 1097 |
![]() | Line contains a tab character. | 1097 |
![]() | Line is longer than 80 characters. | 1098 |
![]() | Line contains a tab character. | 1098 |
![]() | Line contains a tab character. | 1099 |
![]() | Line is longer than 80 characters. | 1100 |
![]() | Line contains a tab character. | 1100 |
![]() | Line contains a tab character. | 1101 |
![]() | Line contains a tab character. | 1102 |
![]() | Line contains a tab character. | 1103 |
![]() | Line contains a tab character. | 1104 |
![]() | Line contains a tab character. | 1105 |
![]() | Line contains a tab character. | 1107 |
![]() | Line contains a tab character. | 1108 |
![]() | Line contains a tab character. | 1109 |
![]() | Line contains a tab character. | 1110 |
![]() | Line contains a tab character. | 1111 |
![]() | Line contains a tab character. | 1112 |
![]() | Line contains a tab character. | 1113 |
![]() | Line contains a tab character. | 1114 |
![]() | Line contains a tab character. | 1115 |
![]() | Line contains a tab character. | 1116 |
![]() | Line contains a tab character. | 1118 |
![]() | Line contains a tab character. | 1119 |
![]() | Line contains a tab character. | 1120 |
![]() | Line contains a tab character. | 1121 |
![]() | Line is longer than 80 characters. | 1122 |
![]() | Line contains a tab character. | 1122 |
![]() | Line contains a tab character. | 1123 |
![]() | Line contains a tab character. | 1124 |
![]() | Must have at least one statement. | 1124 |
![]() | Line is longer than 80 characters. | 1125 |
![]() | Line contains a tab character. | 1125 |
![]() | Line contains a tab character. | 1126 |
![]() | Line contains a tab character. | 1127 |
![]() | Line contains a tab character. | 1128 |
![]() | Line contains a tab character. | 1130 |
![]() | Line contains a tab character. | 1131 |
![]() | Line is longer than 80 characters. | 1132 |
![]() | Line contains a tab character. | 1132 |
![]() | Line is longer than 80 characters. | 1133 |
![]() | Line contains a tab character. | 1133 |
![]() | Line is longer than 80 characters. | 1134 |
![]() | Line contains a tab character. | 1134 |
![]() | Line contains a tab character. | 1135 |
![]() | Line is longer than 80 characters. | 1136 |
![]() | Line contains a tab character. | 1136 |
![]() | Line is longer than 80 characters. | 1137 |
![]() | Line contains a tab character. | 1137 |
![]() | Line contains a tab character. | 1138 |
![]() | Line contains a tab character. | 1139 |
![]() | Line contains a tab character. | 1140 |
![]() | Line contains a tab character. | 1142 |
![]() | Line is longer than 80 characters. | 1143 |
![]() | Line contains a tab character. | 1143 |
![]() | Line contains a tab character. | 1146 |
![]() | Line contains a tab character. | 1147 |
![]() | Line contains a tab character. | 1148 |
![]() | Line contains a tab character. | 1149 |
![]() | Line contains a tab character. | 1151 |
![]() | Line is longer than 80 characters. | 1152 |
![]() | Line contains a tab character. | 1152 |
![]() | Line contains a tab character. | 1153 |
![]() | Line contains a tab character. | 1154 |
![]() | Line contains a tab character. | 1155 |
![]() | Line contains a tab character. | 1156 |
![]() | Line contains a tab character. | 1157 |
![]() | Line contains a tab character. | 1158 |
![]() | Line contains a tab character. | 1159 |
![]() | Line contains a tab character. | 1160 |
![]() | Line contains a tab character. | 1162 |
![]() | Line is longer than 80 characters. | 1163 |
![]() | Line contains a tab character. | 1163 |
![]() | Line contains a tab character. | 1164 |
![]() | Line contains a tab character. | 1165 |
![]() | Line is longer than 80 characters. | 1166 |
![]() | Line contains a tab character. | 1166 |
![]() | Line contains a tab character. | 1167 |
![]() | Line is longer than 80 characters. | 1168 |
![]() | Line contains a tab character. | 1168 |
![]() | Line contains a tab character. | 1169 |
![]() | '{' is followed by whitespace. | 1169 |
![]() | Line is longer than 80 characters. | 1170 |
![]() | Line contains a tab character. | 1170 |
![]() | Line is longer than 80 characters. | 1171 |
![]() | Line contains a tab character. | 1171 |
![]() | Line is longer than 80 characters. | 1172 |
![]() | Line contains a tab character. | 1172 |
![]() | Line contains a tab character. | 1173 |
![]() | Line contains a tab character. | 1174 |
![]() | Line has trailing spaces. | 1175 |
![]() | Line contains a tab character. | 1175 |
![]() | Line contains a tab character. | 1176 |
![]() | Line contains a tab character. | 1177 |
![]() | '{' is followed by whitespace. | 1177 |
![]() | Line is longer than 80 characters. | 1178 |
![]() | Line contains a tab character. | 1178 |
![]() | Line is longer than 80 characters. | 1179 |
![]() | Line contains a tab character. | 1179 |
![]() | Line is longer than 80 characters. | 1180 |
![]() | Line contains a tab character. | 1180 |
![]() | Line contains a tab character. | 1181 |
![]() | Line contains a tab character. | 1182 |
![]() | Line contains a tab character. | 1183 |
![]() | Line contains a tab character. | 1185 |
![]() | Line contains a tab character. | 1186 |
![]() | Line contains a tab character. | 1188 |
![]() | Method 'updateClu' is not designed for extension - needs to be abstract, final or empty. | 1188 |
![]() | Method length is 342 lines (max allowed is 150). | 1188 |
![]() | Line contains a tab character. | 1189 |
![]() | '=' is not preceded with whitespace. | 1189 |
![]() | '=' is not followed by whitespace. | 1189 |
![]() | Line contains a tab character. | 1190 |
![]() | Parameter cluId should be final. | 1190 |
![]() | Parameter cluInfo should be final. | 1190 |
![]() | Line is longer than 80 characters. | 1191 |
![]() | Line contains a tab character. | 1191 |
![]() | Line contains a tab character. | 1192 |
![]() | Line contains a tab character. | 1193 |
![]() | Line contains a tab character. | 1194 |
![]() | Line contains a tab character. | 1196 |
![]() | Line contains a tab character. | 1197 |
![]() | Line contains a tab character. | 1199 |
![]() | Line contains a tab character. | 1200 |
![]() | Line contains a tab character. | 1201 |
![]() | 'if' is not followed by whitespace. | 1201 |
![]() | Line is longer than 80 characters. | 1202 |
![]() | Line contains a tab character. | 1202 |
![]() | Line contains a tab character. | 1203 |
![]() | Line contains a tab character. | 1205 |
![]() | Line contains a tab character. | 1207 |
![]() | Line contains a tab character. | 1208 |
![]() | Line contains a tab character. | 1209 |
![]() | Line is longer than 80 characters. | 1210 |
![]() | Line contains a tab character. | 1210 |
![]() | Line contains a tab character. | 1211 |
![]() | Line contains a tab character. | 1213 |
![]() | Line contains a tab character. | 1214 |
![]() | Line contains a tab character. | 1216 |
![]() | Line is longer than 80 characters. | 1217 |
![]() | Line contains a tab character. | 1217 |
![]() | Line contains a tab character. | 1218 |
![]() | Line contains a tab character. | 1219 |
![]() | Line contains a tab character. | 1220 |
![]() | Line contains a tab character. | 1222 |
![]() | Line is longer than 80 characters. | 1223 |
![]() | Line contains a tab character. | 1223 |
![]() | Line contains a tab character. | 1224 |
![]() | Line is longer than 80 characters. | 1225 |
![]() | Line contains a tab character. | 1225 |
![]() | Line is longer than 80 characters. | 1226 |
![]() | Line contains a tab character. | 1226 |
![]() | Line contains a tab character. | 1227 |
![]() | Line is longer than 80 characters. | 1228 |
![]() | Line contains a tab character. | 1228 |
![]() | Line contains a tab character. | 1229 |
![]() | Line contains a tab character. | 1230 |
![]() | Line is longer than 80 characters. | 1232 |
![]() | Line contains a tab character. | 1232 |
![]() | Line contains a tab character. | 1233 |
![]() | Line contains a tab character. | 1234 |
![]() | Line contains a tab character. | 1235 |
![]() | Line is longer than 80 characters. | 1236 |
![]() | Line contains a tab character. | 1236 |
![]() | Line contains a tab character. | 1237 |
![]() | Line contains a tab character. | 1238 |
![]() | Line is longer than 80 characters. | 1239 |
![]() | Line contains a tab character. | 1239 |
![]() | ';' is not followed by whitespace. | 1239 |
![]() | Line contains a tab character. | 1240 |
![]() | Line contains a tab character. | 1242 |
![]() | Line contains a tab character. | 1243 |
![]() | Line contains a tab character. | 1244 |
![]() | Line contains a tab character. | 1245 |
![]() | Line is longer than 80 characters. | 1246 |
![]() | Line contains a tab character. | 1246 |
![]() | Line is longer than 80 characters. | 1247 |
![]() | Line contains a tab character. | 1247 |
![]() | '{' is followed by whitespace. | 1247 |
![]() | Line contains a tab character. | 1248 |
![]() | Line contains a tab character. | 1249 |
![]() | Line is longer than 80 characters. | 1250 |
![]() | Line contains a tab character. | 1250 |
![]() | Line is longer than 80 characters. | 1251 |
![]() | Line contains a tab character. | 1251 |
![]() | Line is longer than 80 characters. | 1252 |
![]() | Line contains a tab character. | 1252 |
![]() | Line contains a tab character. | 1253 |
![]() | Line contains a tab character. | 1254 |
![]() | Line contains a tab character. | 1255 |
![]() | Line contains a tab character. | 1257 |
![]() | Line is longer than 80 characters. | 1258 |
![]() | Line contains a tab character. | 1258 |
![]() | Line contains a tab character. | 1259 |
![]() | Line is longer than 80 characters. | 1260 |
![]() | Line contains a tab character. | 1260 |
![]() | Line contains a tab character. | 1261 |
![]() | Line contains a tab character. | 1262 |
![]() | Line is longer than 80 characters. | 1263 |
![]() | Line contains a tab character. | 1263 |
![]() | Line contains a tab character. | 1264 |
![]() | Line contains a tab character. | 1265 |
![]() | Line is longer than 80 characters. | 1267 |
![]() | Line contains a tab character. | 1267 |
![]() | Line contains a tab character. | 1268 |
![]() | Line contains a tab character. | 1269 |
![]() | Line is longer than 80 characters. | 1270 |
![]() | Line contains a tab character. | 1270 |
![]() | Line contains a tab character. | 1271 |
![]() | Line contains a tab character. | 1272 |
![]() | Line is longer than 80 characters. | 1273 |
![]() | Line contains a tab character. | 1273 |
![]() | Line contains a tab character. | 1274 |
![]() | Line contains a tab character. | 1275 |
![]() | Line contains a tab character. | 1276 |
![]() | Line contains a tab character. | 1277 |
![]() | Line contains a tab character. | 1278 |
![]() | Line contains a tab character. | 1279 |
![]() | '{' is followed by whitespace. | 1279 |
![]() | Line is longer than 80 characters. | 1280 |
![]() | Line contains a tab character. | 1280 |
![]() | Line is longer than 80 characters. | 1281 |
![]() | Line contains a tab character. | 1281 |
![]() | Line is longer than 80 characters. | 1282 |
![]() | Line contains a tab character. | 1282 |
![]() | Line contains a tab character. | 1283 |
![]() | Line contains a tab character. | 1284 |
![]() | Line contains a tab character. | 1286 |
![]() | Line is longer than 80 characters. | 1287 |
![]() | Line contains a tab character. | 1287 |
![]() | Line contains a tab character. | 1288 |
![]() | Line contains a tab character. | 1289 |
![]() | Line contains a tab character. | 1291 |
![]() | Line contains a tab character. | 1292 |
![]() | Line contains a tab character. | 1293 |
![]() | Line contains a tab character. | 1294 |
![]() | Line contains a tab character. | 1295 |
![]() | Line contains a tab character. | 1296 |
![]() | Line contains a tab character. | 1297 |
![]() | Line contains a tab character. | 1298 |
![]() | Line contains a tab character. | 1299 |
![]() | Line contains a tab character. | 1301 |
![]() | Line is longer than 80 characters. | 1302 |
![]() | Line contains a tab character. | 1302 |
![]() | Line contains a tab character. | 1303 |
![]() | Line is longer than 80 characters. | 1304 |
![]() | Line contains a tab character. | 1304 |
![]() | Line contains a tab character. | 1305 |
![]() | Line contains a tab character. | 1306 |
![]() | Line contains a tab character. | 1307 |
![]() | Line contains a tab character. | 1308 |
![]() | Line is longer than 80 characters. | 1310 |
![]() | Line contains a tab character. | 1310 |
![]() | Line contains a tab character. | 1311 |
![]() | Line contains a tab character. | 1312 |
![]() | Line contains a tab character. | 1313 |
![]() | Line contains a tab character. | 1314 |
![]() | Line contains a tab character. | 1315 |
![]() | Line contains a tab character. | 1316 |
![]() | Line contains a tab character. | 1317 |
![]() | Line is longer than 80 characters. | 1318 |
![]() | Line contains a tab character. | 1318 |
![]() | Line is longer than 80 characters. | 1319 |
![]() | Line contains a tab character. | 1319 |
![]() | Line contains a tab character. | 1320 |
![]() | Line is longer than 80 characters. | 1321 |
![]() | Line contains a tab character. | 1321 |
![]() | Line contains a tab character. | 1322 |
![]() | Line contains a tab character. | 1323 |
![]() | Line contains a tab character. | 1324 |
![]() | Line is longer than 80 characters. | 1325 |
![]() | Line contains a tab character. | 1325 |
![]() | Line is longer than 80 characters. | 1326 |
![]() | Line contains a tab character. | 1326 |
![]() | Line contains a tab character. | 1327 |
![]() | Line is longer than 80 characters. | 1328 |
![]() | Line contains a tab character. | 1328 |
![]() | Line contains a tab character. | 1329 |
![]() | Line contains a tab character. | 1330 |
![]() | Line contains a tab character. | 1331 |
![]() | Line contains a tab character. | 1332 |
![]() | Line contains a tab character. | 1333 |
![]() | Line contains a tab character. | 1335 |
![]() | Line contains a tab character. | 1336 |
![]() | Line contains a tab character. | 1337 |
![]() | Line contains a tab character. | 1338 |
![]() | Line contains a tab character. | 1340 |
![]() | Line is longer than 80 characters. | 1341 |
![]() | Line contains a tab character. | 1341 |
![]() | Line contains a tab character. | 1342 |
![]() | Line is longer than 80 characters. | 1343 |
![]() | Line contains a tab character. | 1343 |
![]() | Line contains a tab character. | 1344 |
![]() | Line contains a tab character. | 1345 |
![]() | Line contains a tab character. | 1346 |
![]() | Line contains a tab character. | 1347 |
![]() | Line contains a tab character. | 1348 |
![]() | Line is longer than 80 characters. | 1350 |
![]() | Line contains a tab character. | 1350 |
![]() | Line contains a tab character. | 1351 |
![]() | Line contains a tab character. | 1352 |
![]() | Line contains a tab character. | 1353 |
![]() | Line contains a tab character. | 1354 |
![]() | Line contains a tab character. | 1355 |
![]() | Line contains a tab character. | 1356 |
![]() | Line contains a tab character. | 1357 |
![]() | Line contains a tab character. | 1358 |
![]() | Line contains a tab character. | 1359 |
![]() | Line contains a tab character. | 1360 |
![]() | Line contains a tab character. | 1361 |
![]() | Line contains a tab character. | 1362 |
![]() | Line contains a tab character. | 1363 |
![]() | Line contains a tab character. | 1365 |
![]() | Line contains a tab character. | 1366 |
![]() | Line contains a tab character. | 1367 |
![]() | Line contains a tab character. | 1368 |
![]() | Line contains a tab character. | 1369 |
![]() | Line contains a tab character. | 1371 |
![]() | Line contains a tab character. | 1372 |
![]() | Line is longer than 80 characters. | 1373 |
![]() | Line contains a tab character. | 1373 |
![]() | Line contains a tab character. | 1374 |
![]() | Line contains a tab character. | 1375 |
![]() | Line is longer than 80 characters. | 1376 |
![]() | Line contains a tab character. | 1376 |
![]() | Line contains a tab character. | 1377 |
![]() | Line contains a tab character. | 1378 |
![]() | Line contains a tab character. | 1379 |
![]() | Line contains a tab character. | 1380 |
![]() | Line contains a tab character. | 1381 |
![]() | Line contains a tab character. | 1382 |
![]() | Line contains a tab character. | 1384 |
![]() | Line contains a tab character. | 1385 |
![]() | Line contains a tab character. | 1386 |
![]() | Line contains a tab character. | 1387 |
![]() | Line contains a tab character. | 1388 |
![]() | Line contains a tab character. | 1389 |
![]() | Line is longer than 80 characters. | 1390 |
![]() | Line contains a tab character. | 1390 |
![]() | Line is longer than 80 characters. | 1391 |
![]() | Line contains a tab character. | 1391 |
![]() | Line is longer than 80 characters. | 1392 |
![]() | Line contains a tab character. | 1392 |
![]() | Line contains a tab character. | 1393 |
![]() | Line is longer than 80 characters. | 1394 |
![]() | Line contains a tab character. | 1394 |
![]() | Line is longer than 80 characters. | 1395 |
![]() | Line contains a tab character. | 1395 |
![]() | Line contains a tab character. | 1396 |
![]() | Line contains a tab character. | 1398 |
![]() | Line contains a tab character. | 1399 |
![]() | Line contains a tab character. | 1400 |
![]() | Line contains a tab character. | 1402 |
![]() | Line is longer than 80 characters. | 1403 |
![]() | Line contains a tab character. | 1403 |
![]() | Line contains a tab character. | 1405 |
![]() | Line contains a tab character. | 1406 |
![]() | Line contains a tab character. | 1407 |
![]() | Line contains a tab character. | 1408 |
![]() | Line contains a tab character. | 1409 |
![]() | Line is longer than 80 characters. | 1410 |
![]() | Line contains a tab character. | 1410 |
![]() | Line contains a tab character. | 1411 |
![]() | Line contains a tab character. | 1412 |
![]() | Line contains a tab character. | 1413 |
![]() | Line contains a tab character. | 1415 |
![]() | Line is longer than 80 characters. | 1416 |
![]() | Line contains a tab character. | 1416 |
![]() | Line contains a tab character. | 1417 |
![]() | Line is longer than 80 characters. | 1418 |
![]() | Line contains a tab character. | 1418 |
![]() | Line contains a tab character. | 1419 |
![]() | Line contains a tab character. | 1420 |
![]() | Line contains a tab character. | 1421 |
![]() | Line contains a tab character. | 1422 |
![]() | Line is longer than 80 characters. | 1424 |
![]() | Line contains a tab character. | 1424 |
![]() | Line contains a tab character. | 1425 |
![]() | Line contains a tab character. | 1426 |
![]() | Line contains a tab character. | 1427 |
![]() | Line is longer than 80 characters. | 1428 |
![]() | Line contains a tab character. | 1428 |
![]() | Line contains a tab character. | 1429 |
![]() | Line contains a tab character. | 1430 |
![]() | Line contains a tab character. | 1431 |
![]() | Line contains a tab character. | 1432 |
![]() | Line contains a tab character. | 1433 |
![]() | Line contains a tab character. | 1434 |
![]() | Line contains a tab character. | 1435 |
![]() | Line contains a tab character. | 1436 |
![]() | Line contains a tab character. | 1438 |
![]() | Line contains a tab character. | 1439 |
![]() | Line contains a tab character. | 1440 |
![]() | Line contains a tab character. | 1441 |
![]() | Line contains a tab character. | 1442 |
![]() | Line contains a tab character. | 1444 |
![]() | Line is longer than 80 characters. | 1445 |
![]() | Line contains a tab character. | 1445 |
![]() | Line contains a tab character. | 1446 |
![]() | Line is longer than 80 characters. | 1447 |
![]() | Line contains a tab character. | 1447 |
![]() | Line is longer than 80 characters. | 1448 |
![]() | Line contains a tab character. | 1448 |
![]() | Line contains a tab character. | 1449 |
![]() | Line contains a tab character. | 1450 |
![]() | Line contains a tab character. | 1451 |
![]() | Line contains a tab character. | 1452 |
![]() | Line is longer than 80 characters. | 1454 |
![]() | Line contains a tab character. | 1454 |
![]() | Line contains a tab character. | 1455 |
![]() | Line contains a tab character. | 1456 |
![]() | Line is longer than 80 characters. | 1457 |
![]() | Line contains a tab character. | 1457 |
![]() | Line contains a tab character. | 1458 |
![]() | Line contains a tab character. | 1459 |
![]() | 'if' is not followed by whitespace. | 1459 |
![]() | '!=' is not preceded with whitespace. | 1459 |
![]() | '!=' is not followed by whitespace. | 1459 |
![]() | '{' is not preceded with whitespace. | 1459 |
![]() | Line is longer than 80 characters. | 1460 |
![]() | Line contains a tab character. | 1460 |
![]() | Line contains a tab character. | 1461 |
![]() | Line has trailing spaces. | 1462 |
![]() | Line contains a tab character. | 1462 |
![]() | Line contains a tab character. | 1463 |
![]() | Line contains a tab character. | 1464 |
![]() | Line contains a tab character. | 1465 |
![]() | Line contains a tab character. | 1466 |
![]() | Line is longer than 80 characters. | 1467 |
![]() | Line contains a tab character. | 1467 |
![]() | Line contains a tab character. | 1468 |
![]() | '{' is followed by whitespace. | 1468 |
![]() | Line contains a tab character. | 1469 |
![]() | Line is longer than 80 characters. | 1470 |
![]() | Line contains a tab character. | 1470 |
![]() | Line is longer than 80 characters. | 1471 |
![]() | Line contains a tab character. | 1471 |
![]() | Line is longer than 80 characters. | 1472 |
![]() | Line contains a tab character. | 1472 |
![]() | Line contains a tab character. | 1473 |
![]() | Line contains a tab character. | 1474 |
![]() | Line contains a tab character. | 1476 |
![]() | Line contains a tab character. | 1477 |
![]() | Line contains a tab character. | 1478 |
![]() | Line contains a tab character. | 1479 |
![]() | Line contains a tab character. | 1480 |
![]() | Line contains a tab character. | 1482 |
![]() | Line is longer than 80 characters. | 1483 |
![]() | Line contains a tab character. | 1483 |
![]() | Line contains a tab character. | 1484 |
![]() | Line is longer than 80 characters. | 1485 |
![]() | Line contains a tab character. | 1485 |
![]() | Line contains a tab character. | 1486 |
![]() | 'if' is not followed by whitespace. | 1486 |
![]() | '!=' is not preceded with whitespace. | 1486 |
![]() | '!=' is not followed by whitespace. | 1486 |
![]() | '{' is not preceded with whitespace. | 1486 |
![]() | Line contains a tab character. | 1487 |
![]() | Line contains a tab character. | 1488 |
![]() | Line contains a tab character. | 1489 |
![]() | Line contains a tab character. | 1490 |
![]() | Line contains a tab character. | 1491 |
![]() | Line is longer than 80 characters. | 1493 |
![]() | Line contains a tab character. | 1493 |
![]() | Line contains a tab character. | 1494 |
![]() | Line contains a tab character. | 1495 |
![]() | Line contains a tab character. | 1496 |
![]() | Line contains a tab character. | 1497 |
![]() | Line contains a tab character. | 1498 |
![]() | 'if' is not followed by whitespace. | 1498 |
![]() | '{' is not preceded with whitespace. | 1498 |
![]() | Line is longer than 80 characters. | 1499 |
![]() | Line contains a tab character. | 1499 |
![]() | Line contains a tab character. | 1500 |
![]() | Line has trailing spaces. | 1501 |
![]() | Line contains a tab character. | 1501 |
![]() | Line contains a tab character. | 1502 |
![]() | Line contains a tab character. | 1503 |
![]() | Line contains a tab character. | 1504 |
![]() | Line has trailing spaces. | 1505 |
![]() | Line contains a tab character. | 1505 |
![]() | Line contains a tab character. | 1506 |
![]() | Line contains a tab character. | 1507 |
![]() | Line contains a tab character. | 1508 |
![]() | '{' is followed by whitespace. | 1508 |
![]() | ',' is not followed by whitespace. | 1508 |
![]() | Line is longer than 80 characters. | 1509 |
![]() | Line contains a tab character. | 1509 |
![]() | Line is longer than 80 characters. | 1510 |
![]() | Line contains a tab character. | 1510 |
![]() | Line contains a tab character. | 1511 |
![]() | Line contains a tab character. | 1512 |
![]() | Line contains a tab character. | 1513 |
![]() | Line contains a tab character. | 1514 |
![]() | Line is longer than 80 characters. | 1516 |
![]() | Line contains a tab character. | 1516 |
![]() | Line contains a tab character. | 1517 |
![]() | Line contains a tab character. | 1518 |
![]() | Line contains a tab character. | 1520 |
![]() | Line contains a tab character. | 1521 |
![]() | '{' is followed by whitespace. | 1521 |
![]() | Line is longer than 80 characters. | 1522 |
![]() | Line contains a tab character. | 1522 |
![]() | Line is longer than 80 characters. | 1523 |
![]() | Line contains a tab character. | 1523 |
![]() | Line is longer than 80 characters. | 1524 |
![]() | Line contains a tab character. | 1524 |
![]() | Line contains a tab character. | 1525 |
![]() | ',' is not followed by whitespace. | 1525 |
![]() | Line contains a tab character. | 1526 |
![]() | Line contains a tab character. | 1527 |
![]() | Line contains a tab character. | 1528 |
![]() | Line contains a tab character. | 1529 |
![]() | Line contains a tab character. | 1530 |
![]() | Line contains a tab character. | 1531 |
![]() | Line contains a tab character. | 1532 |
![]() | Line contains a tab character. | 1533 |
![]() | Line contains a tab character. | 1534 |
![]() | Line contains a tab character. | 1535 |
![]() | Line contains a tab character. | 1537 |
![]() | Method 'deleteClu' is not designed for extension - needs to be abstract, final or empty. | 1537 |
![]() | Line contains a tab character. | 1538 |
![]() | '=' is not preceded with whitespace. | 1538 |
![]() | '=' is not followed by whitespace. | 1538 |
![]() | Line contains a tab character. | 1539 |
![]() | Parameter cluId should be final. | 1539 |
![]() | Line contains a tab character. | 1540 |
![]() | Line is longer than 80 characters. | 1541 |
![]() | Line contains a tab character. | 1541 |
![]() | Line contains a tab character. | 1542 |
![]() | Line contains a tab character. | 1543 |
![]() | Line contains a tab character. | 1545 |
![]() | Line contains a tab character. | 1547 |
![]() | Line contains a tab character. | 1548 |
![]() | Line contains a tab character. | 1550 |
![]() | Line contains a tab character. | 1551 |
![]() | Line contains a tab character. | 1553 |
![]() | Method 'updateCluState' is not designed for extension - needs to be abstract, final or empty. | 1553 |
![]() | Line contains a tab character. | 1554 |
![]() | '=' is not preceded with whitespace. | 1554 |
![]() | '=' is not followed by whitespace. | 1554 |
![]() | Line contains a tab character. | 1555 |
![]() | Parameter cluId should be final. | 1555 |
![]() | Parameter luState should be final. | 1555 |
![]() | Line is longer than 80 characters. | 1556 |
![]() | Line contains a tab character. | 1556 |
![]() | Line contains a tab character. | 1557 |
![]() | Line contains a tab character. | 1558 |
![]() | Line contains a tab character. | 1559 |
![]() | Line contains a tab character. | 1560 |
![]() | Line contains a tab character. | 1561 |
![]() | Line contains a tab character. | 1562 |
![]() | Line contains a tab character. | 1563 |
![]() | Line contains a tab character. | 1564 |
![]() | Line contains a tab character. | 1565 |
![]() | Line contains a tab character. | 1566 |
![]() | Line contains a tab character. | 1568 |
![]() | Method 'validateCluCluRelation' is not designed for extension - needs to be abstract, final or empty. | 1568 |
![]() | Line contains a tab character. | 1569 |
![]() | Line is longer than 80 characters. | 1570 |
![]() | Line contains a tab character. | 1570 |
![]() | Parameter validationType should be final. | 1570 |
![]() | Parameter cluCluRelationInfo should be final. | 1570 |
![]() | Line contains a tab character. | 1571 |
![]() | Line contains a tab character. | 1572 |
![]() | Line contains a tab character. | 1573 |
![]() | Line is longer than 80 characters. | 1574 |
![]() | Line contains a tab character. | 1574 |
![]() | Line is longer than 80 characters. | 1576 |
![]() | Line is longer than 80 characters. | 1578 |
![]() | Line has trailing spaces. | 1579 |
![]() | Line contains a tab character. | 1581 |
![]() | Line contains a tab character. | 1583 |
![]() | Method 'createCluCluRelation' is not designed for extension - needs to be abstract, final or empty. | 1583 |
![]() | Line contains a tab character. | 1584 |
![]() | '=' is not preceded with whitespace. | 1584 |
![]() | '=' is not followed by whitespace. | 1584 |
![]() | Line contains a tab character. | 1585 |
![]() | Parameter cluId should be final. | 1585 |
![]() | Line contains a tab character. | 1586 |
![]() | Parameter relatedCluId should be final. | 1586 |
![]() | Parameter luLuRelationTypeKey should be final. | 1586 |
![]() | Line contains a tab character. | 1587 |
![]() | Parameter cluCluRelationInfo should be final. | 1587 |
![]() | Line is longer than 80 characters. | 1588 |
![]() | Line contains a tab character. | 1588 |
![]() | Line contains a tab character. | 1589 |
![]() | Line contains a tab character. | 1590 |
![]() | Line is longer than 80 characters. | 1591 |
![]() | Line contains a tab character. | 1591 |
![]() | Line contains a tab character. | 1592 |
![]() | Line contains a tab character. | 1593 |
![]() | Line is longer than 80 characters. | 1594 |
![]() | Line contains a tab character. | 1594 |
![]() | Line is longer than 80 characters. | 1595 |
![]() | Line contains a tab character. | 1595 |
![]() | Line contains a tab character. | 1597 |
![]() | Line contains a tab character. | 1598 |
![]() | Line contains a tab character. | 1599 |
![]() | Line contains a tab character. | 1600 |
![]() | Line contains a tab character. | 1602 |
![]() | Line is longer than 80 characters. | 1603 |
![]() | Line contains a tab character. | 1603 |
![]() | Line contains a tab character. | 1604 |
![]() | 'if' is not followed by whitespace. | 1604 |
![]() | Line is longer than 80 characters. | 1605 |
![]() | Line contains a tab character. | 1605 |
![]() | Line contains a tab character. | 1606 |
![]() | Line contains a tab character. | 1609 |
![]() | Line contains a tab character. | 1610 |
![]() | Line contains a tab character. | 1612 |
![]() | Line contains a tab character. | 1613 |
![]() | Line contains a tab character. | 1614 |
![]() | '{' is followed by whitespace. | 1614 |
![]() | Line is longer than 80 characters. | 1615 |
![]() | Line contains a tab character. | 1615 |
![]() | Line contains a tab character. | 1617 |
![]() | Line contains a tab character. | 1618 |
![]() | Line contains a tab character. | 1619 |
![]() | Line is longer than 80 characters. | 1620 |
![]() | Line contains a tab character. | 1620 |
![]() | Avoid inline conditionals. | 1620 |
![]() | Line is longer than 80 characters. | 1621 |
![]() | Line contains a tab character. | 1621 |
![]() | Line contains a tab character. | 1622 |
![]() | Line is longer than 80 characters. | 1623 |
![]() | Line contains a tab character. | 1623 |
![]() | Line is longer than 80 characters. | 1624 |
![]() | Line contains a tab character. | 1624 |
![]() | Line is longer than 80 characters. | 1625 |
![]() | Line contains a tab character. | 1625 |
![]() | Line is longer than 80 characters. | 1627 |
![]() | Line contains a tab character. | 1627 |
![]() | Line contains a tab character. | 1628 |
![]() | Line contains a tab character. | 1630 |
![]() | Line contains a tab character. | 1632 |
![]() | Line contains a tab character. | 1634 |
![]() | Line contains a tab character. | 1635 |
![]() | Line contains a tab character. | 1637 |
![]() | Method 'updateCluCluRelation' is not designed for extension - needs to be abstract, final or empty. | 1637 |
![]() | Line contains a tab character. | 1638 |
![]() | '=' is not preceded with whitespace. | 1638 |
![]() | '=' is not followed by whitespace. | 1638 |
![]() | Line contains a tab character. | 1639 |
![]() | Line contains a tab character. | 1640 |
![]() | Line contains a tab character. | 1641 |
![]() | Line is longer than 80 characters. | 1642 |
![]() | Line contains a tab character. | 1642 |
![]() | Line contains a tab character. | 1643 |
![]() | Line contains a tab character. | 1644 |
![]() | Line contains a tab character. | 1645 |
![]() | Line contains a tab character. | 1646 |
![]() | Line is longer than 80 characters. | 1647 |
![]() | Line contains a tab character. | 1647 |
![]() | Line contains a tab character. | 1649 |
![]() | Line is longer than 80 characters. | 1650 |
![]() | Line contains a tab character. | 1650 |
![]() | Line contains a tab character. | 1651 |
![]() | 'if' is not followed by whitespace. | 1651 |
![]() | Line is longer than 80 characters. | 1652 |
![]() | Line contains a tab character. | 1652 |
![]() | Line contains a tab character. | 1653 |
![]() | Line is longer than 80 characters. | 1655 |
![]() | Line contains a tab character. | 1655 |
![]() | Line contains a tab character. | 1656 |
![]() | Line contains a tab character. | 1657 |
![]() | Line contains a tab character. | 1658 |
![]() | '{' is followed by whitespace. | 1658 |
![]() | Line is longer than 80 characters. | 1659 |
![]() | Line contains a tab character. | 1659 |
![]() | Line contains a tab character. | 1661 |
![]() | Line contains a tab character. | 1662 |
![]() | Line is longer than 80 characters. | 1663 |
![]() | Line contains a tab character. | 1663 |
![]() | Line contains a tab character. | 1664 |
![]() | Line contains a tab character. | 1665 |
![]() | Line is longer than 80 characters. | 1666 |
![]() | Line contains a tab character. | 1666 |
![]() | Avoid inline conditionals. | 1666 |
![]() | Line is longer than 80 characters. | 1667 |
![]() | Line contains a tab character. | 1667 |
![]() | Line contains a tab character. | 1668 |
![]() | Line is longer than 80 characters. | 1669 |
![]() | Line contains a tab character. | 1669 |
![]() | Line is longer than 80 characters. | 1670 |
![]() | Line contains a tab character. | 1670 |
![]() | Line is longer than 80 characters. | 1671 |
![]() | Line contains a tab character. | 1671 |
![]() | Line is longer than 80 characters. | 1673 |
![]() | Line contains a tab character. | 1673 |
![]() | Line contains a tab character. | 1674 |
![]() | Line contains a tab character. | 1676 |
![]() | Line contains a tab character. | 1678 |
![]() | Line contains a tab character. | 1679 |
![]() | Line contains a tab character. | 1681 |
![]() | Method 'deleteCluCluRelation' is not designed for extension - needs to be abstract, final or empty. | 1681 |
![]() | Line contains a tab character. | 1682 |
![]() | '=' is not preceded with whitespace. | 1682 |
![]() | '=' is not followed by whitespace. | 1682 |
![]() | Line contains a tab character. | 1683 |
![]() | Parameter cluCluRelationId should be final. | 1683 |
![]() | Line contains a tab character. | 1684 |
![]() | Line contains a tab character. | 1685 |
![]() | Line contains a tab character. | 1686 |
![]() | Line contains a tab character. | 1687 |
![]() | Line contains a tab character. | 1689 |
![]() | Line contains a tab character. | 1691 |
![]() | Line contains a tab character. | 1692 |
![]() | Line contains a tab character. | 1694 |
![]() | Line contains a tab character. | 1695 |
![]() | Line contains a tab character. | 1697 |
![]() | Method 'validateCluPublication' is not designed for extension - needs to be abstract, final or empty. | 1697 |
![]() | Line contains a tab character. | 1698 |
![]() | Line is longer than 80 characters. | 1699 |
![]() | Line contains a tab character. | 1699 |
![]() | Parameter validationType should be final. | 1699 |
![]() | Parameter cluPublicationInfo should be final. | 1699 |
![]() | Line contains a tab character. | 1700 |
![]() | Line contains a tab character. | 1701 |
![]() | Line contains a tab character. | 1703 |
![]() | Line is longer than 80 characters. | 1704 |
![]() | Line contains a tab character. | 1704 |
![]() | Line has trailing spaces. | 1705 |
![]() | Line contains a tab character. | 1705 |
![]() | Line is longer than 80 characters. | 1706 |
![]() | Line is longer than 80 characters. | 1708 |
![]() | Line contains a tab character. | 1710 |
![]() | Line contains a tab character. | 1712 |
![]() | Method 'createCluPublication' is not designed for extension - needs to be abstract, final or empty. | 1712 |
![]() | Line contains a tab character. | 1713 |
![]() | '=' is not preceded with whitespace. | 1713 |
![]() | '=' is not followed by whitespace. | 1713 |
![]() | Line contains a tab character. | 1714 |
![]() | Parameter cluId should be final. | 1714 |
![]() | Line is longer than 80 characters. | 1715 |
![]() | Line contains a tab character. | 1715 |
![]() | Parameter luPublicationType should be final. | 1715 |
![]() | Parameter cluPublicationInfo should be final. | 1715 |
![]() | Line is longer than 80 characters. | 1716 |
![]() | Line contains a tab character. | 1716 |
![]() | Line contains a tab character. | 1717 |
![]() | Line contains a tab character. | 1718 |
![]() | Line contains a tab character. | 1719 |
![]() | Line is longer than 80 characters. | 1720 |
![]() | Line contains a tab character. | 1720 |
![]() | Line is longer than 80 characters. | 1721 |
![]() | Line contains a tab character. | 1721 |
![]() | Line has trailing spaces. | 1722 |
![]() | Line contains a tab character. | 1722 |
![]() | Line contains a tab character. | 1723 |
![]() | Line contains a tab character. | 1724 |
![]() | Line contains a tab character. | 1725 |
![]() | Line is longer than 80 characters. | 1726 |
![]() | Line contains a tab character. | 1726 |
![]() | Line contains a tab character. | 1727 |
![]() | 'if' is not followed by whitespace. | 1727 |
![]() | Line is longer than 80 characters. | 1728 |
![]() | Line contains a tab character. | 1728 |
![]() | Line contains a tab character. | 1729 |
![]() | Line contains a tab character. | 1730 |
![]() | Line is longer than 80 characters. | 1731 |
![]() | Line contains a tab character. | 1731 |
![]() | ',' is not followed by whitespace. | 1731 |
![]() | Line contains a tab character. | 1732 |
![]() | Line has trailing spaces. | 1734 |
![]() | Line contains a tab character. | 1734 |
![]() | Line contains a tab character. | 1735 |
![]() | Line contains a tab character. | 1736 |
![]() | Line contains a tab character. | 1737 |
![]() | Line contains a tab character. | 1738 |
![]() | Line contains a tab character. | 1739 |
![]() | Line is longer than 80 characters. | 1740 |
![]() | Line contains a tab character. | 1740 |
![]() | '+' is not preceded with whitespace. | 1740 |
![]() | '+' is not followed by whitespace. | 1740 |
![]() | Line contains a tab character. | 1741 |
![]() | Line has trailing spaces. | 1742 |
![]() | Line contains a tab character. | 1742 |
![]() | Line contains a tab character. | 1743 |
![]() | Line contains a tab character. | 1744 |
![]() | 'try' is not followed by whitespace. | 1744 |
![]() | '{' is not preceded with whitespace. | 1744 |
![]() | Line is longer than 80 characters. | 1745 |
![]() | Line contains a tab character. | 1745 |
![]() | Line contains a tab character. | 1746 |
![]() | Line is longer than 80 characters. | 1747 |
![]() | Line contains a tab character. | 1747 |
![]() | Line contains a tab character. | 1748 |
![]() | Line has trailing spaces. | 1749 |
![]() | Line contains a tab character. | 1749 |
![]() | Line contains a tab character. | 1750 |
![]() | Line contains a tab character. | 1751 |
![]() | Line contains a tab character. | 1752 |
![]() | Line contains a tab character. | 1753 |
![]() | Line contains a tab character. | 1754 |
![]() | Line is longer than 80 characters. | 1755 |
![]() | Line contains a tab character. | 1755 |
![]() | Line contains a tab character. | 1756 |
![]() | Line contains a tab character. | 1757 |
![]() | Line is longer than 80 characters. | 1758 |
![]() | Line contains a tab character. | 1758 |
![]() | Line is longer than 80 characters. | 1759 |
![]() | Line contains a tab character. | 1759 |
![]() | Line contains a tab character. | 1763 |
![]() | Line contains a tab character. | 1764 |
![]() | Line contains a tab character. | 1766 |
![]() | Method 'updateCluPublication' is not designed for extension - needs to be abstract, final or empty. | 1766 |
![]() | Line contains a tab character. | 1767 |
![]() | '=' is not preceded with whitespace. | 1767 |
![]() | '=' is not followed by whitespace. | 1767 |
![]() | Line contains a tab character. | 1768 |
![]() | Parameter cluPublicationId should be final. | 1768 |
![]() | Line contains a tab character. | 1769 |
![]() | Parameter cluPublicationInfo should be final. | 1769 |
![]() | Line is longer than 80 characters. | 1770 |
![]() | Line contains a tab character. | 1770 |
![]() | Line contains a tab character. | 1771 |
![]() | Line contains a tab character. | 1772 |
![]() | Line contains a tab character. | 1773 |
![]() | Line contains a tab character. | 1774 |
![]() | Line is longer than 80 characters. | 1775 |
![]() | Line contains a tab character. | 1775 |
![]() | Line has trailing spaces. | 1776 |
![]() | Line contains a tab character. | 1776 |
![]() | Line contains a tab character. | 1777 |
![]() | Line contains a tab character. | 1778 |
![]() | Line contains a tab character. | 1779 |
![]() | Line is longer than 80 characters. | 1780 |
![]() | Line contains a tab character. | 1780 |
![]() | Line contains a tab character. | 1781 |
![]() | 'if' is not followed by whitespace. | 1781 |
![]() | Line is longer than 80 characters. | 1782 |
![]() | Line contains a tab character. | 1782 |
![]() | Line contains a tab character. | 1783 |
![]() | Line contains a tab character. | 1784 |
![]() | Line is longer than 80 characters. | 1785 |
![]() | Line contains a tab character. | 1785 |
![]() | ',' is not followed by whitespace. | 1785 |
![]() | Line contains a tab character. | 1786 |
![]() | Line has trailing spaces. | 1787 |
![]() | Line contains a tab character. | 1787 |
![]() | Line is longer than 80 characters. | 1788 |
![]() | Line contains a tab character. | 1788 |
![]() | Line has trailing spaces. | 1789 |
![]() | Line contains a tab character. | 1789 |
![]() | Line contains a tab character. | 1790 |
![]() | Line is longer than 80 characters. | 1791 |
![]() | Line contains a tab character. | 1791 |
![]() | Line contains a tab character. | 1792 |
![]() | Line is longer than 80 characters. | 1793 |
![]() | Line contains a tab character. | 1793 |
![]() | Line contains a tab character. | 1794 |
![]() | Line has trailing spaces. | 1795 |
![]() | Line contains a tab character. | 1795 |
![]() | Line contains a tab character. | 1796 |
![]() | Line contains a tab character. | 1797 |
![]() | Line is longer than 80 characters. | 1798 |
![]() | Line contains a tab character. | 1798 |
![]() | Line contains a tab character. | 1799 |
![]() | Line is longer than 80 characters. | 1800 |
![]() | Line contains a tab character. | 1800 |
![]() | '+' is not preceded with whitespace. | 1800 |
![]() | '+' is not followed by whitespace. | 1800 |
![]() | Line contains a tab character. | 1801 |
![]() | Line has trailing spaces. | 1802 |
![]() | Line contains a tab character. | 1802 |
![]() | Line contains a tab character. | 1803 |
![]() | Line contains a tab character. | 1804 |
![]() | 'try' is not followed by whitespace. | 1804 |
![]() | '{' is not preceded with whitespace. | 1804 |
![]() | Line is longer than 80 characters. | 1805 |
![]() | Line contains a tab character. | 1805 |
![]() | Line contains a tab character. | 1806 |
![]() | Line is longer than 80 characters. | 1807 |
![]() | Line contains a tab character. | 1807 |
![]() | Line contains a tab character. | 1808 |
![]() | Line is longer than 80 characters. | 1813 |
![]() | Line is longer than 80 characters. | 1839 |
![]() | Line has trailing spaces. | 1842 |
![]() | Line contains a tab character. | 1843 |
![]() | Line contains a tab character. | 1844 |
![]() | Line contains a tab character. | 1845 |
![]() | Line contains a tab character. | 1846 |
![]() | Line is longer than 80 characters. | 1847 |
![]() | Line contains a tab character. | 1847 |
![]() | Line contains a tab character. | 1848 |
![]() | Line contains a tab character. | 1849 |
![]() | Line is longer than 80 characters. | 1850 |
![]() | Line contains a tab character. | 1850 |
![]() | Line contains a tab character. | 1854 |
![]() | Line contains a tab character. | 1855 |
![]() | Line contains a tab character. | 1857 |
![]() | Method 'deleteCluPublication' is not designed for extension - needs to be abstract, final or empty. | 1857 |
![]() | Line contains a tab character. | 1858 |
![]() | '=' is not preceded with whitespace. | 1858 |
![]() | '=' is not followed by whitespace. | 1858 |
![]() | Line contains a tab character. | 1859 |
![]() | Parameter cluPublicationId should be final. | 1859 |
![]() | Line contains a tab character. | 1860 |
![]() | Line is longer than 80 characters. | 1861 |
![]() | Line contains a tab character. | 1861 |
![]() | Line contains a tab character. | 1862 |
![]() | Line contains a tab character. | 1863 |
![]() | Line contains a tab character. | 1865 |
![]() | Line contains a tab character. | 1867 |
![]() | Line contains a tab character. | 1868 |
![]() | Line contains a tab character. | 1870 |
![]() | Line contains a tab character. | 1872 |
![]() | Method 'validateCluResult' is not designed for extension - needs to be abstract, final or empty. | 1872 |
![]() | Line is longer than 80 characters. | 1873 |
![]() | Line contains a tab character. | 1873 |
![]() | Parameter validationType should be final. | 1873 |
![]() | Line is longer than 80 characters. | 1874 |
![]() | Line contains a tab character. | 1874 |
![]() | Parameter cluResultInfo should be final. | 1874 |
![]() | Line contains a tab character. | 1875 |
![]() | Line contains a tab character. | 1876 |
![]() | Line contains a tab character. | 1877 |
![]() | Line contains a tab character. | 1878 |
![]() | Line is longer than 80 characters. | 1880 |
![]() | Line is longer than 80 characters. | 1882 |
![]() | Line contains a tab character. | 1884 |
![]() | Line contains a tab character. | 1886 |
![]() | Method 'createCluResult' is not designed for extension - needs to be abstract, final or empty. | 1886 |
![]() | Line contains a tab character. | 1887 |
![]() | '=' is not preceded with whitespace. | 1887 |
![]() | '=' is not followed by whitespace. | 1887 |
![]() | Line is longer than 80 characters. | 1888 |
![]() | Line contains a tab character. | 1888 |
![]() | Parameter cluId should be final. | 1888 |
![]() | Parameter cluResultTypeKey should be final. | 1888 |
![]() | Line is longer than 80 characters. | 1889 |
![]() | Line contains a tab character. | 1889 |
![]() | Parameter cluResultInfo should be final. | 1889 |
![]() | Line contains a tab character. | 1890 |
![]() | Line contains a tab character. | 1891 |
![]() | Line contains a tab character. | 1892 |
![]() | Line contains a tab character. | 1894 |
![]() | Line contains a tab character. | 1895 |
![]() | Line contains a tab character. | 1896 |
![]() | Line contains a tab character. | 1898 |
![]() | Line is longer than 80 characters. | 1899 |
![]() | Line contains a tab character. | 1899 |
![]() | Line contains a tab character. | 1900 |
![]() | 'if' is not followed by whitespace. | 1900 |
![]() | Line is longer than 80 characters. | 1901 |
![]() | Line contains a tab character. | 1901 |
![]() | Line contains a tab character. | 1902 |
![]() | Line contains a tab character. | 1904 |
![]() | Line contains a tab character. | 1905 |
![]() | Line contains a tab character. | 1907 |
![]() | Line is longer than 80 characters. | 1908 |
![]() | Line contains a tab character. | 1908 |
![]() | Line contains a tab character. | 1909 |
![]() | Line is longer than 80 characters. | 1910 |
![]() | Line contains a tab character. | 1910 |
![]() | '{' is followed by whitespace. | 1910 |
![]() | Line is longer than 80 characters. | 1911 |
![]() | Line contains a tab character. | 1911 |
![]() | Line contains a tab character. | 1913 |
![]() | 'if' is not followed by whitespace. | 1913 |
![]() | Line is longer than 80 characters. | 1914 |
![]() | Line contains a tab character. | 1914 |
![]() | Line is longer than 80 characters. | 1915 |
![]() | Line contains a tab character. | 1915 |
![]() | Line contains a tab character. | 1916 |
![]() | Line contains a tab character. | 1917 |
![]() | Line is longer than 80 characters. | 1918 |
![]() | Line contains a tab character. | 1918 |
![]() | Line contains a tab character. | 1919 |
![]() | Line contains a tab character. | 1920 |
![]() | Line contains a tab character. | 1921 |
![]() | Line contains a tab character. | 1923 |
![]() | Line is longer than 80 characters. | 1924 |
![]() | Line contains a tab character. | 1924 |
![]() | '{' is followed by whitespace. | 1924 |
![]() | Line contains a tab character. | 1925 |
![]() | Line contains a tab character. | 1927 |
![]() | Line is longer than 80 characters. | 1928 |
![]() | Line contains a tab character. | 1928 |
![]() | Line contains a tab character. | 1929 |
![]() | Line contains a tab character. | 1931 |
![]() | Line contains a tab character. | 1932 |
![]() | Line is longer than 80 characters. | 1934 |
![]() | Line contains a tab character. | 1934 |
![]() | Line contains a tab character. | 1935 |
![]() | Line contains a tab character. | 1937 |
![]() | Line contains a tab character. | 1939 |
![]() | Line contains a tab character. | 1940 |
![]() | Line contains a tab character. | 1942 |
![]() | Method 'updateCluResult' is not designed for extension - needs to be abstract, final or empty. | 1942 |
![]() | Line contains a tab character. | 1943 |
![]() | '=' is not preceded with whitespace. | 1943 |
![]() | '=' is not followed by whitespace. | 1943 |
![]() | Line contains a tab character. | 1944 |
![]() | Parameter cluResultId should be final. | 1944 |
![]() | Line is longer than 80 characters. | 1945 |
![]() | Line contains a tab character. | 1945 |
![]() | Parameter cluResultInfo should be final. | 1945 |
![]() | Line contains a tab character. | 1946 |
![]() | Line contains a tab character. | 1947 |
![]() | Line contains a tab character. | 1948 |
![]() | Line contains a tab character. | 1950 |
![]() | Line contains a tab character. | 1951 |
![]() | Line contains a tab character. | 1953 |
![]() | Line is longer than 80 characters. | 1954 |
![]() | Line contains a tab character. | 1954 |
![]() | Line contains a tab character. | 1955 |
![]() | 'if' is not followed by whitespace. | 1955 |
![]() | Line is longer than 80 characters. | 1956 |
![]() | Line contains a tab character. | 1956 |
![]() | Line contains a tab character. | 1957 |
![]() | Line contains a tab character. | 1959 |
![]() | Line contains a tab character. | 1960 |
![]() | Line contains a tab character. | 1961 |
![]() | Line contains a tab character. | 1962 |
![]() | Line is longer than 80 characters. | 1963 |
![]() | Line contains a tab character. | 1963 |
![]() | Line contains a tab character. | 1964 |
![]() | Line contains a tab character. | 1966 |
![]() | Line is longer than 80 characters. | 1967 |
![]() | Line contains a tab character. | 1967 |
![]() | Line contains a tab character. | 1968 |
![]() | Line is longer than 80 characters. | 1969 |
![]() | Line contains a tab character. | 1969 |
![]() | Line contains a tab character. | 1970 |
![]() | Line contains a tab character. | 1971 |
![]() | Line contains a tab character. | 1972 |
![]() | Line contains a tab character. | 1973 |
![]() | Line is longer than 80 characters. | 1975 |
![]() | Line contains a tab character. | 1975 |
![]() | Line contains a tab character. | 1976 |
![]() | Line is longer than 80 characters. | 1977 |
![]() | Line contains a tab character. | 1977 |
![]() | Line is longer than 80 characters. | 1978 |
![]() | Line contains a tab character. | 1978 |
![]() | Line contains a tab character. | 1979 |
![]() | Line contains a tab character. | 1980 |
![]() | Line contains a tab character. | 1981 |
![]() | Line contains a tab character. | 1982 |
![]() | Line is longer than 80 characters. | 1983 |
![]() | Line contains a tab character. | 1983 |
![]() | Line contains a tab character. | 1984 |
![]() | Line contains a tab character. | 1985 |
![]() | Line contains a tab character. | 1986 |
![]() | Line is longer than 80 characters. | 1987 |
![]() | Line contains a tab character. | 1987 |
![]() | Line contains a tab character. | 1988 |
![]() | Line is longer than 80 characters. | 1989 |
![]() | Line contains a tab character. | 1989 |
![]() | Line is longer than 80 characters. | 1990 |
![]() | Line contains a tab character. | 1990 |
![]() | Line contains a tab character. | 1991 |
![]() | Line is longer than 80 characters. | 1992 |
![]() | Line contains a tab character. | 1992 |
![]() | 'if' is not followed by whitespace. | 1992 |
![]() | Line is longer than 80 characters. | 1993 |
![]() | Line contains a tab character. | 1993 |
![]() | Line is longer than 80 characters. | 1994 |
![]() | Line contains a tab character. | 1994 |
![]() | Line contains a tab character. | 1995 |
![]() | Line contains a tab character. | 1996 |
![]() | Line is longer than 80 characters. | 1997 |
![]() | Line contains a tab character. | 1997 |
![]() | Line contains a tab character. | 1998 |
![]() | Line contains a tab character. | 1999 |
![]() | Line contains a tab character. | 2001 |
![]() | Line is longer than 80 characters. | 2002 |
![]() | Line contains a tab character. | 2002 |
![]() | Line contains a tab character. | 2003 |
![]() | Line contains a tab character. | 2004 |
![]() | Line is longer than 80 characters. | 2006 |
![]() | Line contains a tab character. | 2006 |
![]() | '{' is followed by whitespace. | 2006 |
![]() | Line contains a tab character. | 2007 |
![]() | Line is longer than 80 characters. | 2009 |
![]() | Line contains a tab character. | 2009 |
![]() | Line is longer than 80 characters. | 2010 |
![]() | Line contains a tab character. | 2010 |
![]() | Line contains a tab character. | 2011 |
![]() | Line contains a tab character. | 2013 |
![]() | Line contains a tab character. | 2015 |
![]() | Line contains a tab character. | 2016 |
![]() | Line contains a tab character. | 2018 |
![]() | Method 'deleteCluResult' is not designed for extension - needs to be abstract, final or empty. | 2018 |
![]() | Line contains a tab character. | 2019 |
![]() | '=' is not preceded with whitespace. | 2019 |
![]() | '=' is not followed by whitespace. | 2019 |
![]() | Line contains a tab character. | 2020 |
![]() | Parameter cluResultId should be final. | 2020 |
![]() | Line contains a tab character. | 2021 |
![]() | Line is longer than 80 characters. | 2022 |
![]() | Line contains a tab character. | 2022 |
![]() | Line contains a tab character. | 2023 |
![]() | Line contains a tab character. | 2025 |
![]() | Line contains a tab character. | 2027 |
![]() | Line contains a tab character. | 2029 |
![]() | Line contains a tab character. | 2030 |
![]() | Line contains a tab character. | 2032 |
![]() | Line contains a tab character. | 2033 |
![]() | Line contains a tab character. | 2035 |
![]() | Method 'validateCluLoRelation' is not designed for extension - needs to be abstract, final or empty. | 2035 |
![]() | Line contains a tab character. | 2036 |
![]() | Line is longer than 80 characters. | 2037 |
![]() | Line contains a tab character. | 2037 |
![]() | Parameter validationType should be final. | 2037 |
![]() | Parameter cluLoRelationInfo should be final. | 2037 |
![]() | Line contains a tab character. | 2038 |
![]() | Line contains a tab character. | 2039 |
![]() | Line contains a tab character. | 2041 |
![]() | Line is longer than 80 characters. | 2042 |
![]() | Line contains a tab character. | 2042 |
![]() | Line is longer than 80 characters. | 2044 |
![]() | Line is longer than 80 characters. | 2046 |
![]() | Line contains a tab character. | 2048 |
![]() | Line contains a tab character. | 2050 |
![]() | Method 'createCluLoRelation' is not designed for extension - needs to be abstract, final or empty. | 2050 |
![]() | Line contains a tab character. | 2051 |
![]() | '=' is not preceded with whitespace. | 2051 |
![]() | '=' is not followed by whitespace. | 2051 |
![]() | Line contains a tab character. | 2052 |
![]() | Parameter cluId should be final. | 2052 |
![]() | Parameter loId should be final. | 2052 |
![]() | Line is longer than 80 characters. | 2053 |
![]() | Line contains a tab character. | 2053 |
![]() | Parameter cluLoRelationType should be final. | 2053 |
![]() | Parameter cluLoRelationInfo should be final. | 2053 |
![]() | Line contains a tab character. | 2054 |
![]() | Line contains a tab character. | 2055 |
![]() | Line is longer than 80 characters. | 2056 |
![]() | Line contains a tab character. | 2056 |
![]() | Line contains a tab character. | 2057 |
![]() | Line contains a tab character. | 2058 |
![]() | Line contains a tab character. | 2059 |
![]() | Line contains a tab character. | 2060 |
![]() | Line contains a tab character. | 2062 |
![]() | Line is longer than 80 characters. | 2063 |
![]() | Line contains a tab character. | 2063 |
![]() | Line contains a tab character. | 2064 |
![]() | 'if' is not followed by whitespace. | 2064 |
![]() | Line is longer than 80 characters. | 2065 |
![]() | Line contains a tab character. | 2065 |
![]() | Line contains a tab character. | 2066 |
![]() | Line contains a tab character. | 2068 |
![]() | Line contains a tab character. | 2069 |
![]() | Line is longer than 80 characters. | 2070 |
![]() | Line contains a tab character. | 2070 |
![]() | Line contains a tab character. | 2071 |
![]() | Line contains a tab character. | 2072 |
![]() | Line has trailing spaces. | 2073 |
![]() | Line contains a tab character. | 2073 |
![]() | Line is longer than 80 characters. | 2074 |
![]() | Line contains a tab character. | 2074 |
![]() | Line contains a tab character. | 2075 |
![]() | Line is longer than 80 characters. | 2076 |
![]() | Line contains a tab character. | 2076 |
![]() | Line contains a tab character. | 2077 |
![]() | Line contains a tab character. | 2078 |
![]() | Line contains a tab character. | 2080 |
![]() | Line is longer than 80 characters. | 2081 |
![]() | Line contains a tab character. | 2081 |
![]() | Line contains a tab character. | 2082 |
![]() | Line contains a tab character. | 2083 |
![]() | Line contains a tab character. | 2084 |
![]() | Line is longer than 80 characters. | 2085 |
![]() | Line contains a tab character. | 2085 |
![]() | Line contains a tab character. | 2086 |
![]() | Line contains a tab character. | 2087 |
![]() | Line contains a tab character. | 2089 |
![]() | Line contains a tab character. | 2090 |
![]() | Line is longer than 80 characters. | 2091 |
![]() | Line contains a tab character. | 2091 |
![]() | '{' is followed by whitespace. | 2091 |
![]() | Line contains a tab character. | 2093 |
![]() | Line is longer than 80 characters. | 2094 |
![]() | Line contains a tab character. | 2094 |
![]() | Line contains a tab character. | 2095 |
![]() | Line is longer than 80 characters. | 2096 |
![]() | Line contains a tab character. | 2096 |
![]() | Line contains a tab character. | 2097 |
![]() | Line has trailing spaces. | 2098 |
![]() | Line contains a tab character. | 2098 |
![]() | Line contains a tab character. | 2099 |
![]() | Line contains a tab character. | 2101 |
![]() | Line contains a tab character. | 2102 |
![]() | Line contains a tab character. | 2104 |
![]() | Method 'updateCluLoRelation' is not designed for extension - needs to be abstract, final or empty. | 2104 |
![]() | Line contains a tab character. | 2105 |
![]() | '=' is not preceded with whitespace. | 2105 |
![]() | '=' is not followed by whitespace. | 2105 |
![]() | Line contains a tab character. | 2106 |
![]() | Parameter cluLoRelationId should be final. | 2106 |
![]() | Line contains a tab character. | 2107 |
![]() | Parameter cluLoRelationInfo should be final. | 2107 |
![]() | Line is longer than 80 characters. | 2108 |
![]() | Line contains a tab character. | 2108 |
![]() | Line contains a tab character. | 2109 |
![]() | Line contains a tab character. | 2110 |
![]() | Line contains a tab character. | 2111 |
![]() | Line contains a tab character. | 2112 |
![]() | Line is longer than 80 characters. | 2113 |
![]() | Line contains a tab character. | 2113 |
![]() | Line contains a tab character. | 2115 |
![]() | Line is longer than 80 characters. | 2116 |
![]() | Line contains a tab character. | 2116 |
![]() | Line contains a tab character. | 2117 |
![]() | 'if' is not followed by whitespace. | 2117 |
![]() | Line is longer than 80 characters. | 2118 |
![]() | Line contains a tab character. | 2118 |
![]() | Line contains a tab character. | 2119 |
![]() | Line is longer than 80 characters. | 2121 |
![]() | Line contains a tab character. | 2121 |
![]() | Line contains a tab character. | 2123 |
![]() | Line is longer than 80 characters. | 2124 |
![]() | Line contains a tab character. | 2124 |
![]() | Line contains a tab character. | 2125 |
![]() | Line is longer than 80 characters. | 2126 |
![]() | Line contains a tab character. | 2126 |
![]() | Line contains a tab character. | 2127 |
![]() | Line contains a tab character. | 2129 |
![]() | Line contains a tab character. | 2130 |
![]() | Line is longer than 80 characters. | 2131 |
![]() | Line contains a tab character. | 2131 |
![]() | Line contains a tab character. | 2132 |
![]() | Line contains a tab character. | 2133 |
![]() | Line is longer than 80 characters. | 2135 |
![]() | Line contains a tab character. | 2135 |
![]() | Line contains a tab character. | 2136 |
![]() | Line is longer than 80 characters. | 2137 |
![]() | Line contains a tab character. | 2137 |
![]() | Line contains a tab character. | 2138 |
![]() | Line contains a tab character. | 2139 |
![]() | Line has trailing spaces. | 2140 |
![]() | Line contains a tab character. | 2140 |
![]() | Line is longer than 80 characters. | 2141 |
![]() | Line contains a tab character. | 2141 |
![]() | Line contains a tab character. | 2142 |
![]() | Line contains a tab character. | 2144 |
![]() | Line contains a tab character. | 2145 |
![]() | Line contains a tab character. | 2146 |
![]() | Line is longer than 80 characters. | 2147 |
![]() | Line contains a tab character. | 2147 |
![]() | Line contains a tab character. | 2148 |
![]() | Line contains a tab character. | 2149 |
![]() | Line contains a tab character. | 2151 |
![]() | Line contains a tab character. | 2152 |
![]() | Line contains a tab character. | 2154 |
![]() | Method 'deleteCluLoRelation' is not designed for extension - needs to be abstract, final or empty. | 2154 |
![]() | Line contains a tab character. | 2155 |
![]() | '=' is not preceded with whitespace. | 2155 |
![]() | '=' is not followed by whitespace. | 2155 |
![]() | Line contains a tab character. | 2156 |
![]() | Parameter cluLoRelationId should be final. | 2156 |
![]() | Line contains a tab character. | 2157 |
![]() | Line contains a tab character. | 2158 |
![]() | Line contains a tab character. | 2159 |
![]() | Line contains a tab character. | 2160 |
![]() | Line is longer than 80 characters. | 2162 |
![]() | Line contains a tab character. | 2162 |
![]() | Line contains a tab character. | 2163 |
![]() | Line contains a tab character. | 2164 |
![]() | Line is longer than 80 characters. | 2165 |
![]() | Line contains a tab character. | 2165 |
![]() | Line contains a tab character. | 2166 |
![]() | Line contains a tab character. | 2168 |
![]() | Line contains a tab character. | 2170 |
![]() | Line contains a tab character. | 2171 |
![]() | Line contains a tab character. | 2173 |
![]() | Line contains a tab character. | 2174 |
![]() | Line contains a tab character. | 2176 |
![]() | Method 'addCluResourceRequirement' is not designed for extension - needs to be abstract, final or empty. | 2176 |
![]() | Line contains a tab character. | 2177 |
![]() | '=' is not preceded with whitespace. | 2177 |
![]() | '=' is not followed by whitespace. | 2177 |
![]() | Line contains a tab character. | 2178 |
![]() | Parameter resourceTypeKey should be final. | 2178 |
![]() | Line is longer than 80 characters. | 2179 |
![]() | Line contains a tab character. | 2179 |
![]() | Parameter cluId should be final. | 2179 |
![]() | Line contains a tab character. | 2180 |
![]() | Line contains a tab character. | 2181 |
![]() | Line is longer than 80 characters. | 2182 |
![]() | Line contains a tab character. | 2182 |
![]() | Line contains a tab character. | 2183 |
![]() | Line contains a tab character. | 2185 |
![]() | Method 'removeCluResourceRequirement' is not designed for extension - needs to be abstract, final or empty. | 2185 |
![]() | Line contains a tab character. | 2186 |
![]() | '=' is not preceded with whitespace. | 2186 |
![]() | '=' is not followed by whitespace. | 2186 |
![]() | Line contains a tab character. | 2187 |
![]() | Parameter resourceTypeKey should be final. | 2187 |
![]() | Line contains a tab character. | 2188 |
![]() | Parameter cluId should be final. | 2188 |
![]() | Line contains a tab character. | 2189 |
![]() | Line contains a tab character. | 2190 |
![]() | Line contains a tab character. | 2191 |
![]() | Line contains a tab character. | 2192 |
![]() | Line contains a tab character. | 2193 |
![]() | Line contains a tab character. | 2195 |
![]() | Method 'validateCluSet' is not designed for extension - needs to be abstract, final or empty. | 2195 |
![]() | Line contains a tab character. | 2196 |
![]() | Parameter validationType should be final. | 2196 |
![]() | Line contains a tab character. | 2197 |
![]() | Parameter cluSetInfo should be final. | 2197 |
![]() | Line contains a tab character. | 2198 |
![]() | Line contains a tab character. | 2199 |
![]() | Line contains a tab character. | 2200 |
![]() | Line contains a tab character. | 2201 |
![]() | Line is longer than 80 characters. | 2203 |
![]() | Line is longer than 80 characters. | 2205 |
![]() | Line contains a tab character. | 2207 |
![]() | Line contains a tab character. | 2209 |
![]() | Method 'createCluSet' is not designed for extension - needs to be abstract, final or empty. | 2209 |
![]() | Line contains a tab character. | 2210 |
![]() | '=' is not preceded with whitespace. | 2210 |
![]() | '=' is not followed by whitespace. | 2210 |
![]() | Line contains a tab character. | 2211 |
![]() | Parameter cluSetType should be final. | 2211 |
![]() | Parameter cluSetInfo should be final. | 2211 |
![]() | Line is longer than 80 characters. | 2212 |
![]() | Line contains a tab character. | 2212 |
![]() | Line contains a tab character. | 2213 |
![]() | Line contains a tab character. | 2214 |
![]() | Line contains a tab character. | 2215 |
![]() | Line contains a tab character. | 2217 |
![]() | Line contains a tab character. | 2218 |
![]() | Line contains a tab character. | 2220 |
![]() | Line contains a tab character. | 2222 |
![]() | Line contains a tab character. | 2224 |
![]() | Line contains a tab character. | 2225 |
![]() | Line contains a tab character. | 2226 |
![]() | Line contains a tab character. | 2227 |
![]() | Line contains a tab character. | 2228 |
![]() | Line is longer than 80 characters. | 2229 |
![]() | Line contains a tab character. | 2229 |
![]() | Line contains a tab character. | 2230 |
![]() | Line contains a tab character. | 2231 |
![]() | 'if' is not followed by whitespace. | 2231 |
![]() | Line is longer than 80 characters. | 2232 |
![]() | Line contains a tab character. | 2232 |
![]() | Line contains a tab character. | 2233 |
![]() | Line is longer than 80 characters. | 2235 |
![]() | Line contains a tab character. | 2235 |
![]() | Line contains a tab character. | 2237 |
![]() | Line contains a tab character. | 2238 |
![]() | Line is longer than 80 characters. | 2239 |
![]() | Line contains a tab character. | 2239 |
![]() | Line contains a tab character. | 2240 |
![]() | Line is longer than 80 characters. | 2241 |
![]() | Line contains a tab character. | 2241 |
![]() | Line contains a tab character. | 2242 |
![]() | Line contains a tab character. | 2244 |
![]() | Line is longer than 80 characters. | 2246 |
![]() | Line contains a tab character. | 2246 |
![]() | Line contains a tab character. | 2248 |
![]() | 'if' is not followed by whitespace. | 2248 |
![]() | Line contains a tab character. | 2249 |
![]() | Line contains a tab character. | 2250 |
![]() | Line contains a tab character. | 2252 |
![]() | Line contains a tab character. | 2253 |
![]() | Line is longer than 80 characters. | 2255 |
![]() | Line contains a tab character. | 2255 |
![]() | Missing a Javadoc comment. | 2255 |
![]() | Parameter cluSetInfo should be final. | 2255 |
![]() | Line contains a tab character. | 2256 |
![]() | 'if' is not followed by whitespace. | 2256 |
![]() | Line contains a tab character. | 2257 |
![]() | Line contains a tab character. | 2258 |
![]() | Line is longer than 80 characters. | 2259 |
![]() | Line contains a tab character. | 2259 |
![]() | Line contains a tab character. | 2260 |
![]() | Line contains a tab character. | 2261 |
![]() | Line is longer than 80 characters. | 2263 |
![]() | Line contains a tab character. | 2263 |
![]() | Missing a Javadoc comment. | 2263 |
![]() | Parameter query should be final. | 2263 |
![]() | Line contains a tab character. | 2264 |
![]() | 'if' is not followed by whitespace. | 2264 |
![]() | Line contains a tab character. | 2265 |
![]() | Line contains a tab character. | 2266 |
![]() | Line contains a tab character. | 2267 |
![]() | Line contains a tab character. | 2268 |
![]() | Line contains a tab character. | 2269 |
![]() | Line contains a tab character. | 2271 |
![]() | Line contains a tab character. | 2273 |
![]() | Line contains a tab character. | 2274 |
![]() | Line contains a tab character. | 2275 |
![]() | 'for' is not followed by whitespace. | 2275 |
![]() | Line contains a tab character. | 2276 |
![]() | Line contains a tab character. | 2277 |
![]() | 'for' is not followed by whitespace. | 2277 |
![]() | Line is longer than 80 characters. | 2278 |
![]() | Line contains a tab character. | 2278 |
![]() | 'if' is not followed by whitespace. | 2278 |
![]() | '&&' is not preceded with whitespace. | 2278 |
![]() | '&&' is not followed by whitespace. | 2278 |
![]() | '!=' is not preceded with whitespace. | 2278 |
![]() | '!=' is not followed by whitespace. | 2278 |
![]() | Line contains a tab character. | 2279 |
![]() | Line contains a tab character. | 2280 |
![]() | Line contains a tab character. | 2281 |
![]() | Line contains a tab character. | 2282 |
![]() | Line contains a tab character. | 2283 |
![]() | Line contains a tab character. | 2284 |
![]() | Line is longer than 80 characters. | 2286 |
![]() | Line contains a tab character. | 2286 |
![]() | Missing a Javadoc comment. | 2286 |
![]() | Parameter cluSetInfo should be final. | 2286 |
![]() | Line contains a tab character. | 2287 |
![]() | Line contains a tab character. | 2289 |
![]() | Line is longer than 80 characters. | 2290 |
![]() | Line contains a tab character. | 2290 |
![]() | '+' is not preceded with whitespace. | 2290 |
![]() | '+' is not followed by whitespace. | 2290 |
![]() | Line contains a tab character. | 2291 |
![]() | '}' should be on the same line. | 2291 |
![]() | Line is longer than 80 characters. | 2292 |
![]() | Line contains a tab character. | 2292 |
![]() | 'if' is not followed by whitespace. | 2292 |
![]() | '&&' should be on a new line. | 2292 |
![]() | Line is longer than 80 characters. | 2293 |
![]() | Line contains a tab character. | 2293 |
![]() | Line is longer than 80 characters. | 2294 |
![]() | Line contains a tab character. | 2294 |
![]() | '+' is not preceded with whitespace. | 2294 |
![]() | '+' is not followed by whitespace. | 2294 |
![]() | Line contains a tab character. | 2295 |
![]() | '}' should be on the same line. | 2295 |
![]() | Line is longer than 80 characters. | 2296 |
![]() | Line contains a tab character. | 2296 |
![]() | Line is longer than 80 characters. | 2297 |
![]() | Line contains a tab character. | 2297 |
![]() | '+' is not preceded with whitespace. | 2297 |
![]() | '+' is not followed by whitespace. | 2297 |
![]() | Line contains a tab character. | 2298 |
![]() | Line contains a tab character. | 2299 |
![]() | Line contains a tab character. | 2301 |
![]() | Method 'updateCluSet' is not designed for extension - needs to be abstract, final or empty. | 2301 |
![]() | Line contains a tab character. | 2302 |
![]() | '=' is not preceded with whitespace. | 2302 |
![]() | '=' is not followed by whitespace. | 2302 |
![]() | Line contains a tab character. | 2303 |
![]() | Parameter cluSetId should be final. | 2303 |
![]() | Parameter cluSetInfo should be final. | 2303 |
![]() | Line is longer than 80 characters. | 2304 |
![]() | Line contains a tab character. | 2304 |
![]() | Line contains a tab character. | 2305 |
![]() | Line contains a tab character. | 2306 |
![]() | Line contains a tab character. | 2307 |
![]() | Line contains a tab character. | 2308 |
![]() | Line contains a tab character. | 2310 |
![]() | Line contains a tab character. | 2311 |
![]() | Line contains a tab character. | 2312 |
![]() | Line contains a tab character. | 2314 |
![]() | Line is longer than 80 characters. | 2315 |
![]() | Line contains a tab character. | 2315 |
![]() | Line contains a tab character. | 2316 |
![]() | 'if' is not followed by whitespace. | 2316 |
![]() | Line is longer than 80 characters. | 2317 |
![]() | Line contains a tab character. | 2317 |
![]() | Line contains a tab character. | 2318 |
![]() | Line contains a tab character. | 2320 |
![]() | Line contains a tab character. | 2322 |
![]() | Line is longer than 80 characters. | 2324 |
![]() | Line contains a tab character. | 2324 |
![]() | Line contains a tab character. | 2326 |
![]() | Line contains a tab character. | 2328 |
![]() | Line is longer than 80 characters. | 2329 |
![]() | Line contains a tab character. | 2329 |
![]() | '+' is not preceded with whitespace. | 2329 |
![]() | '+' is not followed by whitespace. | 2329 |
![]() | Line contains a tab character. | 2330 |
![]() | Line contains a tab character. | 2332 |
![]() | Line contains a tab character. | 2333 |
![]() | Line contains a tab character. | 2334 |
![]() | Line contains a tab character. | 2335 |
![]() | '+' should be on a new line. | 2335 |
![]() | Line is longer than 80 characters. | 2336 |
![]() | Line contains a tab character. | 2336 |
![]() | '+' should be on a new line. | 2336 |
![]() | Line is longer than 80 characters. | 2337 |
![]() | Line contains a tab character. | 2337 |
![]() | '+' should be on a new line. | 2337 |
![]() | Line is longer than 80 characters. | 2338 |
![]() | Line contains a tab character. | 2338 |
![]() | '+' is not preceded with whitespace. | 2338 |
![]() | '+' is not followed by whitespace. | 2338 |
![]() | Line contains a tab character. | 2339 |
![]() | Line contains a tab character. | 2341 |
![]() | Line is longer than 80 characters. | 2342 |
![]() | Line contains a tab character. | 2342 |
![]() | Line contains a tab character. | 2343 |
![]() | 'for' is not followed by whitespace. | 2343 |
![]() | ':' is not preceded with whitespace. | 2343 |
![]() | ':' is not followed by whitespace. | 2343 |
![]() | '{' is not preceded with whitespace. | 2343 |
![]() | Line contains a tab character. | 2344 |
![]() | Line contains a tab character. | 2345 |
![]() | Line contains a tab character. | 2347 |
![]() | Line is longer than 80 characters. | 2348 |
![]() | Line contains a tab character. | 2348 |
![]() | Line contains a tab character. | 2349 |
![]() | Line contains a tab character. | 2350 |
![]() | Line contains a tab character. | 2351 |
![]() | Line contains a tab character. | 2352 |
![]() | Line contains a tab character. | 2353 |
![]() | Line contains a tab character. | 2354 |
![]() | Line contains a tab character. | 2355 |
![]() | Line contains a tab character. | 2356 |
![]() | Line contains a tab character. | 2357 |
![]() | Line contains a tab character. | 2359 |
![]() | Line is longer than 80 characters. | 2360 |
![]() | Line contains a tab character. | 2360 |
![]() | Line contains a tab character. | 2361 |
![]() | Line contains a tab character. | 2362 |
![]() | Line contains a tab character. | 2381 |
![]() | Line contains a tab character. | 2382 |
![]() | 'if' is not followed by whitespace. | 2382 |
![]() | '==' is not preceded with whitespace. | 2382 |
![]() | '==' is not followed by whitespace. | 2382 |
![]() | '{' is not preceded with whitespace. | 2382 |
![]() | Line contains a tab character. | 2383 |
![]() | Line contains a tab character. | 2384 |
![]() | Line contains a tab character. | 2385 |
![]() | Line contains a tab character. | 2386 |
![]() | 'if' is not followed by whitespace. | 2386 |
![]() | Line is longer than 80 characters. | 2387 |
![]() | Line contains a tab character. | 2387 |
![]() | Line contains a tab character. | 2388 |
![]() | 'if' is not followed by whitespace. | 2388 |
![]() | '!=' is not preceded with whitespace. | 2388 |
![]() | '!=' is not followed by whitespace. | 2388 |
![]() | '{' is not preceded with whitespace. | 2388 |
![]() | Line is longer than 80 characters. | 2389 |
![]() | Line contains a tab character. | 2389 |
![]() | Line is longer than 80 characters. | 2390 |
![]() | Line contains a tab character. | 2390 |
![]() | Line contains a tab character. | 2391 |
![]() | Line contains a tab character. | 2392 |
![]() | Line contains a tab character. | 2393 |
![]() | Line contains a tab character. | 2394 |
![]() | Line is longer than 80 characters. | 2395 |
![]() | Line contains a tab character. | 2395 |
![]() | Line contains a tab character. | 2396 |
![]() | Line contains a tab character. | 2397 |
![]() | Line is longer than 80 characters. | 2399 |
![]() | Line contains a tab character. | 2399 |
![]() | '{' is followed by whitespace. | 2399 |
![]() | Line contains a tab character. | 2400 |
![]() | Line contains a tab character. | 2401 |
![]() | Line is longer than 80 characters. | 2402 |
![]() | Line contains a tab character. | 2402 |
![]() | Line is longer than 80 characters. | 2403 |
![]() | Line contains a tab character. | 2403 |
![]() | Line is longer than 80 characters. | 2405 |
![]() | Line contains a tab character. | 2405 |
![]() | Line contains a tab character. | 2406 |
![]() | Line contains a tab character. | 2408 |
![]() | Line is longer than 80 characters. | 2410 |
![]() | Line contains a tab character. | 2410 |
![]() | Line contains a tab character. | 2412 |
![]() | 'if' is not followed by whitespace. | 2412 |
![]() | Line contains a tab character. | 2413 |
![]() | Line contains a tab character. | 2414 |
![]() | Line contains a tab character. | 2416 |
![]() | Line contains a tab character. | 2417 |
![]() | Line contains a tab character. | 2419 |
![]() | Method 'deleteCluSet' is not designed for extension - needs to be abstract, final or empty. | 2419 |
![]() | Line contains a tab character. | 2420 |
![]() | '=' is not preceded with whitespace. | 2420 |
![]() | '=' is not followed by whitespace. | 2420 |
![]() | Line contains a tab character. | 2421 |
![]() | Parameter cluSetId should be final. | 2421 |
![]() | Line contains a tab character. | 2422 |
![]() | Line contains a tab character. | 2423 |
![]() | Line contains a tab character. | 2424 |
![]() | Line contains a tab character. | 2426 |
![]() | Line contains a tab character. | 2428 |
![]() | Line contains a tab character. | 2430 |
![]() | Line contains a tab character. | 2431 |
![]() | Line contains a tab character. | 2433 |
![]() | Line contains a tab character. | 2434 |
![]() | Line contains a tab character. | 2436 |
![]() | Method 'addCluSetToCluSet' is not designed for extension - needs to be abstract, final or empty. | 2436 |
![]() | Line contains a tab character. | 2437 |
![]() | '=' is not preceded with whitespace. | 2437 |
![]() | '=' is not followed by whitespace. | 2437 |
![]() | Line is longer than 80 characters. | 2438 |
![]() | Line contains a tab character. | 2438 |
![]() | Parameter cluSetId should be final. | 2438 |
![]() | Parameter addedCluSetId should be final. | 2438 |
![]() | Line contains a tab character. | 2439 |
![]() | Line contains a tab character. | 2440 |
![]() | Line contains a tab character. | 2441 |
![]() | Line contains a tab character. | 2442 |
![]() | Line contains a tab character. | 2443 |
![]() | Line contains a tab character. | 2444 |
![]() | Line contains a tab character. | 2446 |
![]() | Line contains a tab character. | 2448 |
![]() | Line contains a tab character. | 2450 |
![]() | Line contains a tab character. | 2452 |
![]() | Line contains a tab character. | 2454 |
![]() | 'if' is not followed by whitespace. | 2454 |
![]() | '==' is not preceded with whitespace. | 2454 |
![]() | '==' is not followed by whitespace. | 2454 |
![]() | '{' is not preceded with whitespace. | 2454 |
![]() | Line contains a tab character. | 2455 |
![]() | Line contains a tab character. | 2456 |
![]() | Line contains a tab character. | 2457 |
![]() | Line contains a tab character. | 2459 |
![]() | Line contains a tab character. | 2461 |
![]() | Line contains a tab character. | 2462 |
![]() | Line contains a tab character. | 2464 |
![]() | Line contains a tab character. | 2465 |
![]() | Line contains a tab character. | 2467 |
![]() | Method 'removeCluSetFromCluSet' is not designed for extension - needs to be abstract, final or empty. | 2467 |
![]() | Line contains a tab character. | 2468 |
![]() | '=' is not preceded with whitespace. | 2468 |
![]() | '=' is not followed by whitespace. | 2468 |
![]() | Line contains a tab character. | 2469 |
![]() | Parameter cluSetId should be final. | 2469 |
![]() | Line contains a tab character. | 2470 |
![]() | Parameter removedCluSetId should be final. | 2470 |
![]() | Line contains a tab character. | 2471 |
![]() | Line contains a tab character. | 2472 |
![]() | Line contains a tab character. | 2473 |
![]() | Line contains a tab character. | 2475 |
![]() | Line contains a tab character. | 2476 |
![]() | Line contains a tab character. | 2478 |
![]() | Line contains a tab character. | 2479 |
![]() | 'if' is not followed by whitespace. | 2479 |
![]() | '!=' is not preceded with whitespace. | 2479 |
![]() | '!=' is not followed by whitespace. | 2479 |
![]() | '{' is not preceded with whitespace. | 2479 |
![]() | Line is longer than 80 characters. | 2480 |
![]() | Line contains a tab character. | 2480 |
![]() | Line contains a tab character. | 2481 |
![]() | Line is longer than 80 characters. | 2482 |
![]() | Line contains a tab character. | 2482 |
![]() | Line contains a tab character. | 2483 |
![]() | Line contains a tab character. | 2484 |
![]() | Line is longer than 80 characters. | 2485 |
![]() | Line contains a tab character. | 2485 |
![]() | Line contains a tab character. | 2486 |
![]() | Line has trailing spaces. | 2487 |
![]() | Line contains a tab character. | 2487 |
![]() | Line contains a tab character. | 2488 |
![]() | Line contains a tab character. | 2489 |
![]() | Line contains a tab character. | 2490 |
![]() | Line contains a tab character. | 2491 |
![]() | Line contains a tab character. | 2493 |
![]() | Line contains a tab character. | 2494 |
![]() | Line contains a tab character. | 2495 |
![]() | Line contains a tab character. | 2496 |
![]() | Line contains a tab character. | 2498 |
![]() | Line contains a tab character. | 2499 |
![]() | Line contains a tab character. | 2501 |
![]() | Method 'addCluToCluSet' is not designed for extension - needs to be abstract, final or empty. | 2501 |
![]() | Line contains a tab character. | 2502 |
![]() | '=' is not preceded with whitespace. | 2502 |
![]() | '=' is not followed by whitespace. | 2502 |
![]() | Line contains a tab character. | 2503 |
![]() | Parameter cluId should be final. | 2503 |
![]() | Parameter cluSetId should be final. | 2503 |
![]() | Line contains a tab character. | 2504 |
![]() | Line contains a tab character. | 2505 |
![]() | Line contains a tab character. | 2506 |
![]() | Line contains a tab character. | 2508 |
![]() | Line contains a tab character. | 2509 |
![]() | Line contains a tab character. | 2511 |
![]() | Line contains a tab character. | 2513 |
![]() | Line has trailing spaces. | 2514 |
![]() | Line contains a tab character. | 2514 |
![]() | Line contains a tab character. | 2515 |
![]() | 'try' is not followed by whitespace. | 2515 |
![]() | '{' is not preceded with whitespace. | 2515 |
![]() | Line is longer than 80 characters. | 2516 |
![]() | Line contains a tab character. | 2516 |
![]() | Line contains a tab character. | 2517 |
![]() | 'catch' is not preceded with whitespace. | 2517 |
![]() | '}' is not followed by whitespace. | 2517 |
![]() | 'catch' is not followed by whitespace. | 2517 |
![]() | '{' is not preceded with whitespace. | 2517 |
![]() | Line contains a tab character. | 2518 |
![]() | Line contains a tab character. | 2519 |
![]() | Line has trailing spaces. | 2520 |
![]() | Line contains a tab character. | 2520 |
![]() | Line contains a tab character. | 2521 |
![]() | Line contains a tab character. | 2522 |
![]() | Line contains a tab character. | 2523 |
![]() | Line has trailing spaces. | 2524 |
![]() | Line contains a tab character. | 2524 |
![]() | Line contains a tab character. | 2525 |
![]() | Line contains a tab character. | 2527 |
![]() | Line contains a tab character. | 2529 |
![]() | Line contains a tab character. | 2530 |
![]() | Line contains a tab character. | 2532 |
![]() | Line contains a tab character. | 2533 |
![]() | Line contains a tab character. | 2535 |
![]() | Method 'removeCluFromCluSet' is not designed for extension - needs to be abstract, final or empty. | 2535 |
![]() | Line contains a tab character. | 2536 |
![]() | '=' is not preceded with whitespace. | 2536 |
![]() | '=' is not followed by whitespace. | 2536 |
![]() | Line contains a tab character. | 2537 |
![]() | Parameter cluId should be final. | 2537 |
![]() | Parameter cluSetId should be final. | 2537 |
![]() | Line contains a tab character. | 2538 |
![]() | Line contains a tab character. | 2539 |
![]() | Line contains a tab character. | 2540 |
![]() | Line contains a tab character. | 2542 |
![]() | Line contains a tab character. | 2543 |
![]() | Line contains a tab character. | 2545 |
![]() | Line is longer than 80 characters. | 2547 |
![]() | Line contains a tab character. | 2547 |
![]() | Line contains a tab character. | 2548 |
![]() | Line contains a tab character. | 2549 |
![]() | Line contains a tab character. | 2550 |
![]() | Line contains a tab character. | 2551 |
![]() | Line contains a tab character. | 2552 |
![]() | Line contains a tab character. | 2553 |
![]() | Line contains a tab character. | 2554 |
![]() | Line contains a tab character. | 2556 |
![]() | Line contains a tab character. | 2557 |
![]() | Line contains a tab character. | 2558 |
![]() | Line contains a tab character. | 2560 |
![]() | Line contains a tab character. | 2561 |
![]() | Line contains a tab character. | 2562 |
![]() | Line contains a tab character. | 2564 |
![]() | Line contains a tab character. | 2565 |
![]() | Line contains a tab character. | 2567 |
![]() | Method 'validateLui' is not designed for extension - needs to be abstract, final or empty. | 2567 |
![]() | Line contains a tab character. | 2568 |
![]() | Parameter validationType should be final. | 2568 |
![]() | Line contains a tab character. | 2569 |
![]() | Parameter luiInfo should be final. | 2569 |
![]() | Line contains a tab character. | 2570 |
![]() | Line contains a tab character. | 2571 |
![]() | Line contains a tab character. | 2572 |
![]() | Line contains a tab character. | 2573 |
![]() | Line is longer than 80 characters. | 2575 |
![]() | Line is longer than 80 characters. | 2577 |
![]() | Line contains a tab character. | 2579 |
![]() | Line contains a tab character. | 2581 |
![]() | Method 'createLui' is not designed for extension - needs to be abstract, final or empty. | 2581 |
![]() | Line contains a tab character. | 2582 |
![]() | '=' is not preceded with whitespace. | 2582 |
![]() | '=' is not followed by whitespace. | 2582 |
![]() | Line contains a tab character. | 2583 |
![]() | Parameter cluId should be final. | 2583 |
![]() | Parameter atpKey should be final. | 2583 |
![]() | Parameter luiInfo should be final. | 2583 |
![]() | Line is longer than 80 characters. | 2584 |
![]() | Line contains a tab character. | 2584 |
![]() | Line contains a tab character. | 2585 |
![]() | Line contains a tab character. | 2586 |
![]() | Line contains a tab character. | 2587 |
![]() | Line contains a tab character. | 2588 |
![]() | Line contains a tab character. | 2589 |
![]() | Line contains a tab character. | 2590 |
![]() | Line contains a tab character. | 2592 |
![]() | Line contains a tab character. | 2593 |
![]() | Line contains a tab character. | 2594 |
![]() | 'if' is not followed by whitespace. | 2594 |
![]() | Line is longer than 80 characters. | 2595 |
![]() | Line contains a tab character. | 2595 |
![]() | Line contains a tab character. | 2596 |
![]() | Line contains a tab character. | 2598 |
![]() | Line contains a tab character. | 2599 |
![]() | Line contains a tab character. | 2600 |
![]() | Line contains a tab character. | 2602 |
![]() | Line contains a tab character. | 2603 |
![]() | Line contains a tab character. | 2604 |
![]() | Must have at least one statement. | 2604 |
![]() | Line contains a tab character. | 2605 |
![]() | Line contains a tab character. | 2607 |
![]() | Line contains a tab character. | 2609 |
![]() | Line contains a tab character. | 2610 |
![]() | Line contains a tab character. | 2612 |
![]() | Method 'updateLui' is not designed for extension - needs to be abstract, final or empty. | 2612 |
![]() | Line contains a tab character. | 2613 |
![]() | '=' is not preceded with whitespace. | 2613 |
![]() | '=' is not followed by whitespace. | 2613 |
![]() | Line contains a tab character. | 2614 |
![]() | Parameter luiId should be final. | 2614 |
![]() | Parameter luiInfo should be final. | 2614 |
![]() | Line is longer than 80 characters. | 2615 |
![]() | Line contains a tab character. | 2615 |
![]() | Line contains a tab character. | 2616 |
![]() | Line contains a tab character. | 2617 |
![]() | Line contains a tab character. | 2618 |
![]() | Line contains a tab character. | 2620 |
![]() | Line contains a tab character. | 2621 |
![]() | Line contains a tab character. | 2623 |
![]() | Line contains a tab character. | 2624 |
![]() | Line contains a tab character. | 2625 |
![]() | 'if' is not followed by whitespace. | 2625 |
![]() | Line is longer than 80 characters. | 2626 |
![]() | Line contains a tab character. | 2626 |
![]() | Line contains a tab character. | 2627 |
![]() | Line contains a tab character. | 2629 |
![]() | Line contains a tab character. | 2631 |
![]() | Line contains a tab character. | 2632 |
![]() | Line contains a tab character. | 2633 |
![]() | Line is longer than 80 characters. | 2634 |
![]() | Line contains a tab character. | 2634 |
![]() | Line contains a tab character. | 2635 |
![]() | Line contains a tab character. | 2637 |
![]() | Line contains a tab character. | 2638 |
![]() | Line contains a tab character. | 2640 |
![]() | Line is longer than 80 characters. | 2641 |
![]() | Line contains a tab character. | 2641 |
![]() | Line contains a tab character. | 2643 |
![]() | Line contains a tab character. | 2644 |
![]() | '{' is followed by whitespace. | 2644 |
![]() | Line contains a tab character. | 2645 |
![]() | Line contains a tab character. | 2647 |
![]() | Line contains a tab character. | 2649 |
![]() | Line contains a tab character. | 2650 |
![]() | Line contains a tab character. | 2652 |
![]() | Method 'deleteLui' is not designed for extension - needs to be abstract, final or empty. | 2652 |
![]() | Line contains a tab character. | 2653 |
![]() | '=' is not preceded with whitespace. | 2653 |
![]() | '=' is not followed by whitespace. | 2653 |
![]() | Line contains a tab character. | 2654 |
![]() | Parameter luiId should be final. | 2654 |
![]() | Line is longer than 80 characters. | 2655 |
![]() | Line contains a tab character. | 2655 |
![]() | Line contains a tab character. | 2656 |
![]() | Line contains a tab character. | 2657 |
![]() | Line contains a tab character. | 2659 |
![]() | Line contains a tab character. | 2661 |
![]() | Line contains a tab character. | 2663 |
![]() | Line contains a tab character. | 2664 |
![]() | Line contains a tab character. | 2666 |
![]() | Line contains a tab character. | 2667 |
![]() | Line contains a tab character. | 2669 |
![]() | Method 'updateLuiState' is not designed for extension - needs to be abstract, final or empty. | 2669 |
![]() | Line contains a tab character. | 2670 |
![]() | '=' is not preceded with whitespace. | 2670 |
![]() | '=' is not followed by whitespace. | 2670 |
![]() | Line contains a tab character. | 2671 |
![]() | Parameter luiId should be final. | 2671 |
![]() | Parameter luiState should be final. | 2671 |
![]() | Line is longer than 80 characters. | 2672 |
![]() | Line contains a tab character. | 2672 |
![]() | Line contains a tab character. | 2673 |
![]() | Line contains a tab character. | 2674 |
![]() | Line contains a tab character. | 2676 |
![]() | Line contains a tab character. | 2677 |
![]() | Line contains a tab character. | 2678 |
![]() | Line contains a tab character. | 2679 |
![]() | Line contains a tab character. | 2680 |
![]() | Line contains a tab character. | 2681 |
![]() | Line contains a tab character. | 2682 |
![]() | Line contains a tab character. | 2683 |
![]() | Line contains a tab character. | 2685 |
![]() | Method 'validateLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty. | 2685 |
![]() | Line contains a tab character. | 2686 |
![]() | Line is longer than 80 characters. | 2687 |
![]() | Line contains a tab character. | 2687 |
![]() | Parameter validationType should be final. | 2687 |
![]() | Parameter luiLuiRelationInfo should be final. | 2687 |
![]() | Line contains a tab character. | 2688 |
![]() | Line contains a tab character. | 2689 |
![]() | Line contains a tab character. | 2690 |
![]() | Line is longer than 80 characters. | 2691 |
![]() | Line contains a tab character. | 2691 |
![]() | Line is longer than 80 characters. | 2693 |
![]() | Line is longer than 80 characters. | 2695 |
![]() | Line contains a tab character. | 2697 |
![]() | Line contains a tab character. | 2699 |
![]() | Method 'createLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty. | 2699 |
![]() | Line contains a tab character. | 2700 |
![]() | '=' is not preceded with whitespace. | 2700 |
![]() | '=' is not followed by whitespace. | 2700 |
![]() | Line contains a tab character. | 2701 |
![]() | Parameter luiId should be final. | 2701 |
![]() | Line contains a tab character. | 2702 |
![]() | Parameter relatedLuiId should be final. | 2702 |
![]() | Parameter luLuRelationTypeKey should be final. | 2702 |
![]() | Line contains a tab character. | 2703 |
![]() | Parameter luiLuiRelationInfo should be final. | 2703 |
![]() | Line is longer than 80 characters. | 2704 |
![]() | Line contains a tab character. | 2704 |
![]() | Line contains a tab character. | 2705 |
![]() | Line contains a tab character. | 2706 |
![]() | Line contains a tab character. | 2707 |
![]() | Line contains a tab character. | 2708 |
![]() | Line contains a tab character. | 2709 |
![]() | Line is longer than 80 characters. | 2710 |
![]() | Line contains a tab character. | 2710 |
![]() | Line is longer than 80 characters. | 2711 |
![]() | Line contains a tab character. | 2711 |
![]() | Line contains a tab character. | 2713 |
![]() | Line is longer than 80 characters. | 2714 |
![]() | Line contains a tab character. | 2714 |
![]() | Line contains a tab character. | 2715 |
![]() | 'if' is not followed by whitespace. | 2715 |
![]() | Line is longer than 80 characters. | 2716 |
![]() | Line contains a tab character. | 2716 |
![]() | Line contains a tab character. | 2717 |
![]() | Line contains a tab character. | 2719 |
![]() | Line contains a tab character. | 2720 |
![]() | Line contains a tab character. | 2721 |
![]() | Line contains a tab character. | 2722 |
![]() | Line contains a tab character. | 2724 |
![]() | Line contains a tab character. | 2725 |
![]() | Line contains a tab character. | 2727 |
![]() | Line contains a tab character. | 2728 |
![]() | Line is longer than 80 characters. | 2729 |
![]() | Line contains a tab character. | 2729 |
![]() | '{' is followed by whitespace. | 2729 |
![]() | Line contains a tab character. | 2730 |
![]() | Line contains a tab character. | 2732 |
![]() | Line contains a tab character. | 2733 |
![]() | Line is longer than 80 characters. | 2734 |
![]() | Line contains a tab character. | 2734 |
![]() | Line is longer than 80 characters. | 2735 |
![]() | Line contains a tab character. | 2735 |
![]() | Line is longer than 80 characters. | 2736 |
![]() | Line contains a tab character. | 2736 |
![]() | Line is longer than 80 characters. | 2738 |
![]() | Line contains a tab character. | 2738 |
![]() | Line contains a tab character. | 2739 |
![]() | Line contains a tab character. | 2741 |
![]() | Line contains a tab character. | 2743 |
![]() | Line contains a tab character. | 2745 |
![]() | Line contains a tab character. | 2746 |
![]() | Line contains a tab character. | 2748 |
![]() | Method 'updateLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty. | 2748 |
![]() | Line contains a tab character. | 2749 |
![]() | '=' is not preceded with whitespace. | 2749 |
![]() | '=' is not followed by whitespace. | 2749 |
![]() | Line contains a tab character. | 2750 |
![]() | Parameter luiLuiRelationId should be final. | 2750 |
![]() | Line contains a tab character. | 2751 |
![]() | Parameter luiLuiRelationInfo should be final. | 2751 |
![]() | Line is longer than 80 characters. | 2752 |
![]() | Line contains a tab character. | 2752 |
![]() | Line contains a tab character. | 2753 |
![]() | Line contains a tab character. | 2754 |
![]() | Line contains a tab character. | 2755 |
![]() | Line contains a tab character. | 2757 |
![]() | Line is longer than 80 characters. | 2758 |
![]() | Line contains a tab character. | 2758 |
![]() | Line contains a tab character. | 2760 |
![]() | Line is longer than 80 characters. | 2761 |
![]() | Line contains a tab character. | 2761 |
![]() | Line contains a tab character. | 2762 |
![]() | 'if' is not followed by whitespace. | 2762 |
![]() | Line is longer than 80 characters. | 2763 |
![]() | Line contains a tab character. | 2763 |
![]() | Line contains a tab character. | 2764 |
![]() | Line is longer than 80 characters. | 2766 |
![]() | Line contains a tab character. | 2766 |
![]() | Line contains a tab character. | 2767 |
![]() | Line contains a tab character. | 2769 |
![]() | Line is longer than 80 characters. | 2770 |
![]() | Line contains a tab character. | 2770 |
![]() | Line contains a tab character. | 2771 |
![]() | Line is longer than 80 characters. | 2772 |
![]() | Line contains a tab character. | 2772 |
![]() | Line contains a tab character. | 2773 |
![]() | Line contains a tab character. | 2775 |
![]() | Line is longer than 80 characters. | 2776 |
![]() | Line contains a tab character. | 2776 |
![]() | '{' is followed by whitespace. | 2776 |
![]() | Line contains a tab character. | 2777 |
![]() | Line contains a tab character. | 2779 |
![]() | Line contains a tab character. | 2780 |
![]() | Line is longer than 80 characters. | 2781 |
![]() | Line contains a tab character. | 2781 |
![]() | Line contains a tab character. | 2782 |
![]() | Line contains a tab character. | 2783 |
![]() | Line contains a tab character. | 2785 |
![]() | Line contains a tab character. | 2786 |
![]() | Line contains a tab character. | 2787 |
![]() | Line contains a tab character. | 2788 |
![]() | Line contains a tab character. | 2789 |
![]() | Line is longer than 80 characters. | 2791 |
![]() | Line contains a tab character. | 2791 |
![]() | Line is longer than 80 characters. | 2792 |
![]() | Line contains a tab character. | 2792 |
![]() | Line is longer than 80 characters. | 2793 |
![]() | Line contains a tab character. | 2793 |
![]() | Line contains a tab character. | 2795 |
![]() | Line contains a tab character. | 2796 |
![]() | Line contains a tab character. | 2797 |
![]() | Line is longer than 80 characters. | 2798 |
![]() | Line contains a tab character. | 2798 |
![]() | Line contains a tab character. | 2799 |
![]() | Line contains a tab character. | 2801 |
![]() | Line contains a tab character. | 2803 |
![]() | Line contains a tab character. | 2804 |
![]() | Line contains a tab character. | 2806 |
![]() | Method 'deleteLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty. | 2806 |
![]() | Line contains a tab character. | 2807 |
![]() | '=' is not preceded with whitespace. | 2807 |
![]() | '=' is not followed by whitespace. | 2807 |
![]() | Line contains a tab character. | 2808 |
![]() | Parameter luiLuiRelationId should be final. | 2808 |
![]() | Line contains a tab character. | 2809 |
![]() | Line contains a tab character. | 2810 |
![]() | Line contains a tab character. | 2811 |
![]() | Line contains a tab character. | 2813 |
![]() | Line contains a tab character. | 2815 |
![]() | Line contains a tab character. | 2817 |
![]() | Line contains a tab character. | 2818 |
![]() | Line contains a tab character. | 2820 |
![]() | Line contains a tab character. | 2821 |
![]() | First sentence should end with a period. | 2823 |
![]() | Line is longer than 80 characters. | 2823 |
![]() | Line contains a tab character. | 2823 |
![]() | Line contains a tab character. | 2824 |
![]() | Line is longer than 80 characters. | 2825 |
![]() | Line contains a tab character. | 2825 |
![]() | Expected an @return tag. | 2827 |
![]() | Line contains a tab character. | 2827 |
![]() | Method 'getSearchCriteriaType' is not designed for extension - needs to be abstract, final or empty. | 2827 |
![]() | Line contains a tab character. | 2828 |
![]() | Line is longer than 80 characters. | 2829 |
![]() | Line contains a tab character. | 2829 |
![]() | Parameter searchCriteriaTypeKey should be final. | 2829 |
![]() | Expected @param tag for 'searchCriteriaTypeKey'. | 2829 |
![]() | Expected @throws tag for 'DoesNotExistException'. | 2829 |
![]() | Line contains a tab character. | 2830 |
![]() | Expected @throws tag for 'InvalidParameterException'. | 2830 |
![]() | Expected @throws tag for 'MissingParameterException'. | 2830 |
![]() | Line contains a tab character. | 2831 |
![]() | Expected @throws tag for 'OperationFailedException'. | 2831 |
![]() | Line is longer than 80 characters. | 2833 |
![]() | Line contains a tab character. | 2833 |
![]() | Line contains a tab character. | 2834 |
![]() | Line contains a tab character. | 2836 |
![]() | Method 'getSearchCriteriaTypes' is not designed for extension - needs to be abstract, final or empty. | 2836 |
![]() | Line contains a tab character. | 2837 |
![]() | Line contains a tab character. | 2838 |
![]() | Line contains a tab character. | 2839 |
![]() | Line contains a tab character. | 2840 |
![]() | Line contains a tab character. | 2842 |
![]() | Method 'getSearchResultType' is not designed for extension - needs to be abstract, final or empty. | 2842 |
![]() | Line is longer than 80 characters. | 2843 |
![]() | Line contains a tab character. | 2843 |
![]() | Parameter searchResultTypeKey should be final. | 2843 |
![]() | Line contains a tab character. | 2844 |
![]() | Line contains a tab character. | 2845 |
![]() | Line is longer than 80 characters. | 2846 |
![]() | Line contains a tab character. | 2846 |
![]() | Line contains a tab character. | 2847 |
![]() | Line contains a tab character. | 2848 |
![]() | Line contains a tab character. | 2850 |
![]() | Method 'getSearchResultTypes' is not designed for extension - needs to be abstract, final or empty. | 2850 |
![]() | Line contains a tab character. | 2851 |
![]() | Line contains a tab character. | 2852 |
![]() | Line contains a tab character. | 2853 |
![]() | Line contains a tab character. | 2854 |
![]() | Line contains a tab character. | 2856 |
![]() | Method 'getSearchType' is not designed for extension - needs to be abstract, final or empty. | 2856 |
![]() | Line contains a tab character. | 2857 |
![]() | Parameter searchTypeKey should be final. | 2857 |
![]() | Line contains a tab character. | 2858 |
![]() | Line contains a tab character. | 2859 |
![]() | Line contains a tab character. | 2860 |
![]() | Line contains a tab character. | 2861 |
![]() | Line contains a tab character. | 2862 |
![]() | Line contains a tab character. | 2864 |
![]() | Method 'getSearchTypes' is not designed for extension - needs to be abstract, final or empty. | 2864 |
![]() | Line contains a tab character. | 2865 |
![]() | Line contains a tab character. | 2866 |
![]() | Line contains a tab character. | 2867 |
![]() | Line contains a tab character. | 2868 |
![]() | Line contains a tab character. | 2870 |
![]() | Method 'getSearchTypesByCriteria' is not designed for extension - needs to be abstract, final or empty. | 2870 |
![]() | Line contains a tab character. | 2871 |
![]() | Line is longer than 80 characters. | 2872 |
![]() | Line contains a tab character. | 2872 |
![]() | Parameter searchCriteriaTypeKey should be final. | 2872 |
![]() | Line contains a tab character. | 2873 |
![]() | Line contains a tab character. | 2874 |
![]() | Line is longer than 80 characters. | 2875 |
![]() | Line contains a tab character. | 2875 |
![]() | Line is longer than 80 characters. | 2876 |
![]() | Line contains a tab character. | 2876 |
![]() | Line contains a tab character. | 2877 |
![]() | Line contains a tab character. | 2879 |
![]() | Method 'getSearchTypesByResult' is not designed for extension - needs to be abstract, final or empty. | 2879 |
![]() | Line contains a tab character. | 2880 |
![]() | Line is longer than 80 characters. | 2881 |
![]() | Line contains a tab character. | 2881 |
![]() | Parameter searchResultTypeKey should be final. | 2881 |
![]() | Line contains a tab character. | 2882 |
![]() | Line contains a tab character. | 2883 |
![]() | Line is longer than 80 characters. | 2884 |
![]() | Line contains a tab character. | 2884 |
![]() | Line is longer than 80 characters. | 2885 |
![]() | Line contains a tab character. | 2885 |
![]() | Line contains a tab character. | 2886 |
![]() | Line contains a tab character. | 2888 |
![]() | Missing a Javadoc comment. | 2888 |
![]() | Parameter cluSet should be final. | 2888 |
![]() | Parameter cluId should be final. | 2888 |
![]() | Line contains a tab character. | 2889 |
![]() | Line contains a tab character. | 2890 |
![]() | Line contains a tab character. | 2891 |
![]() | Line is longer than 80 characters. | 2892 |
![]() | Line contains a tab character. | 2892 |
![]() | Line contains a tab character. | 2893 |
![]() | Line contains a tab character. | 2894 |
![]() | Line contains a tab character. | 2895 |
![]() | Line is longer than 80 characters. | 2897 |
![]() | Line contains a tab character. | 2897 |
![]() | Missing a Javadoc comment. | 2897 |
![]() | Parameter cluSet should be final. | 2897 |
![]() | Parameter cluSetIdToAdd should be final. | 2897 |
![]() | Line contains a tab character. | 2898 |
![]() | Line contains a tab character. | 2899 |
![]() | 'if' is not followed by whitespace. | 2899 |
![]() | '!=' is not preceded with whitespace. | 2899 |
![]() | '!=' is not followed by whitespace. | 2899 |
![]() | '{' is not preceded with whitespace. | 2899 |
![]() | Line contains a tab character. | 2900 |
![]() | Line contains a tab character. | 2901 |
![]() | Line is longer than 80 characters. | 2902 |
![]() | Line contains a tab character. | 2902 |
![]() | '+' should be on a new line. | 2902 |
![]() | Line is longer than 80 characters. | 2903 |
![]() | Line contains a tab character. | 2903 |
![]() | Line contains a tab character. | 2904 |
![]() | Line contains a tab character. | 2905 |
![]() | Line contains a tab character. | 2906 |
![]() | Line contains a tab character. | 2907 |
![]() | Line is longer than 80 characters. | 2909 |
![]() | Line contains a tab character. | 2909 |
![]() | Missing a Javadoc comment. | 2909 |
![]() | Parameter addedCluSet should be final. | 2909 |
![]() | Parameter hostCluSetId should be final. | 2909 |
![]() | Line contains a tab character. | 2910 |
![]() | Line contains a tab character. | 2911 |
![]() | Line contains a tab character. | 2912 |
![]() | Line is longer than 80 characters. | 2913 |
![]() | Line contains a tab character. | 2913 |
![]() | Line contains a tab character. | 2914 |
![]() | Line contains a tab character. | 2915 |
![]() | 'if' is not followed by whitespace. | 2915 |
![]() | '!=' is not preceded with whitespace. | 2915 |
![]() | '!=' is not followed by whitespace. | 2915 |
![]() | '{' is not preceded with whitespace. | 2915 |
![]() | Line contains a tab character. | 2916 |
![]() | Line contains a tab character. | 2917 |
![]() | Line contains a tab character. | 2918 |
![]() | Line is longer than 80 characters. | 2919 |
![]() | Line contains a tab character. | 2919 |
![]() | '+' should be on a new line. | 2919 |
![]() | Line is longer than 80 characters. | 2920 |
![]() | Line contains a tab character. | 2920 |
![]() | '+' should be on a new line. | 2920 |
![]() | Line contains a tab character. | 2921 |
![]() | Line contains a tab character. | 2922 |
![]() | Line is longer than 80 characters. | 2923 |
![]() | Line contains a tab character. | 2923 |
![]() | Line contains a tab character. | 2924 |
![]() | Line contains a tab character. | 2925 |
![]() | Line contains a tab character. | 2926 |
![]() | Line contains a tab character. | 2928 |
![]() | Missing a Javadoc comment. | 2928 |
![]() | Parameter clus should be final. | 2928 |
![]() | Parameter parentCluSet should be final. | 2928 |
![]() | Line contains a tab character. | 2929 |
![]() | Line contains a tab character. | 2932 |
![]() | Line has trailing spaces. | 2933 |
![]() | Line contains a tab character. | 2933 |
![]() | Line has trailing spaces. | 2934 |
![]() | Line contains a tab character. | 2934 |
![]() | Missing a Javadoc comment. | 2934 |
![]() | Parameter processedCluSetIds should be final. | 2934 |
![]() | Line contains a tab character. | 2935 |
![]() | Parameter clus should be final. | 2935 |
![]() | Parameter parentCluSet should be final. | 2935 |
![]() | 'if' is not followed by whitespace. | 2941 |
![]() | '!=' is not preceded with whitespace. | 2941 |
![]() | '!=' is not followed by whitespace. | 2941 |
![]() | '{' is not preceded with whitespace. | 2941 |
![]() | Line contains a tab character. | 2950 |
![]() | Line is longer than 80 characters. | 2952 |
![]() | Line contains a tab character. | 2952 |
![]() | Missing a Javadoc comment. | 2952 |
![]() | Parameter courseCode should be final. | 2952 |
![]() | '{' is not preceded with whitespace. | 2952 |
![]() | Line contains a tab character. | 2953 |
![]() | 'if' is not followed by whitespace. | 2953 |
![]() | '==' is not preceded with whitespace. | 2953 |
![]() | '==' is not followed by whitespace. | 2953 |
![]() | '||' is not preceded with whitespace. | 2953 |
![]() | '||' is not followed by whitespace. | 2953 |
![]() | '{' is not preceded with whitespace. | 2953 |
![]() | Line contains a tab character. | 2954 |
![]() | Line contains a tab character. | 2955 |
![]() | Line contains a tab character. | 2956 |
![]() | Line is longer than 80 characters. | 2957 |
![]() | Line contains a tab character. | 2957 |
![]() | Line contains a tab character. | 2958 |
![]() | Line is longer than 80 characters. | 2959 |
![]() | Line contains a tab character. | 2959 |
![]() | ',' is not followed by whitespace. | 2959 |
![]() | Line contains a tab character. | 2960 |
![]() | Line is longer than 80 characters. | 2961 |
![]() | Line contains a tab character. | 2961 |
![]() | ',' is not followed by whitespace. | 2961 |
![]() | ',' is not followed by whitespace. | 2961 |
![]() | Line contains a tab character. | 2962 |
![]() | 'for' is not followed by whitespace. | 2962 |
![]() | ':' is not preceded with whitespace. | 2962 |
![]() | ':' is not followed by whitespace. | 2962 |
![]() | '{' is not preceded with whitespace. | 2962 |
![]() | Line contains a tab character. | 2963 |
![]() | Line contains a tab character. | 2964 |
![]() | Line contains a tab character. | 2965 |
![]() | 'for' is not followed by whitespace. | 2965 |
![]() | ':' is not preceded with whitespace. | 2965 |
![]() | ':' is not followed by whitespace. | 2965 |
![]() | '{' is not preceded with whitespace. | 2965 |
![]() | Line is longer than 80 characters. | 2966 |
![]() | Line contains a tab character. | 2966 |
![]() | 'if' is not followed by whitespace. | 2966 |
![]() | '{' is not preceded with whitespace. | 2966 |
![]() | Line contains a tab character. | 2967 |
![]() | Line is longer than 80 characters. | 2968 |
![]() | Line contains a tab character. | 2968 |
![]() | 'else' is not preceded with whitespace. | 2968 |
![]() | '}' is not followed by whitespace. | 2968 |
![]() | 'if' is not followed by whitespace. | 2968 |
![]() | '{' is not preceded with whitespace. | 2968 |
![]() | Line contains a tab character. | 2969 |
![]() | Line contains a tab character. | 2970 |
![]() | Line contains a tab character. | 2971 |
![]() | Line is longer than 80 characters. | 2972 |
![]() | Line contains a tab character. | 2972 |
![]() | Line contains a tab character. | 2973 |
![]() | 'if' is not followed by whitespace. | 2973 |
![]() | '!=' is not preceded with whitespace. | 2973 |
![]() | '!=' is not followed by whitespace. | 2973 |
![]() | '&&' is not preceded with whitespace. | 2973 |
![]() | '&&' is not followed by whitespace. | 2973 |
![]() | '!=' is not preceded with whitespace. | 2973 |
![]() | '!=' is not followed by whitespace. | 2973 |
![]() | '{' is not preceded with whitespace. | 2973 |
![]() | Line contains a tab character. | 2974 |
![]() | Line contains a tab character. | 2975 |
![]() | Line contains a tab character. | 2976 |
![]() | Line has trailing spaces. | 2977 |
![]() | Line contains a tab character. | 2977 |
![]() | Line contains a tab character. | 2978 |
![]() | Line is longer than 80 characters. | 2979 |
![]() | Line contains a tab character. | 2979 |
![]() | Line is longer than 80 characters. | 2980 |
![]() | Line contains a tab character. | 2980 |
![]() | Line contains a tab character. | 2981 |
![]() | Line contains a tab character. | 2982 |
![]() | 'for' is not followed by whitespace. | 2982 |
![]() | ':' is not preceded with whitespace. | 2982 |
![]() | ':' is not followed by whitespace. | 2982 |
![]() | '{' is not preceded with whitespace. | 2982 |
![]() | Line contains a tab character. | 2983 |
![]() | Line contains a tab character. | 2984 |
![]() | Line has trailing spaces. | 2985 |
![]() | Line contains a tab character. | 2985 |
![]() | Line contains a tab character. | 2986 |
![]() | 'for' is not followed by whitespace. | 2986 |
![]() | ':' is not preceded with whitespace. | 2986 |
![]() | ':' is not followed by whitespace. | 2986 |
![]() | '{' is not preceded with whitespace. | 2986 |
![]() | Line is longer than 80 characters. | 2987 |
![]() | Line contains a tab character. | 2987 |
![]() | 'if' is not followed by whitespace. | 2987 |
![]() | '{' is not preceded with whitespace. | 2987 |
![]() | Line contains a tab character. | 2988 |
![]() | Line is longer than 80 characters. | 2989 |
![]() | Line contains a tab character. | 2989 |
![]() | Line is longer than 80 characters. | 2990 |
![]() | Line contains a tab character. | 2990 |
![]() | 'else' is not preceded with whitespace. | 2990 |
![]() | '}' is not followed by whitespace. | 2990 |
![]() | 'if' is not followed by whitespace. | 2990 |
![]() | '{' is not preceded with whitespace. | 2990 |
![]() | Line contains a tab character. | 2991 |
![]() | Line is longer than 80 characters. | 2992 |
![]() | Line contains a tab character. | 2992 |
![]() | Line is longer than 80 characters. | 2993 |
![]() | Line contains a tab character. | 2993 |
![]() | 'else' is not preceded with whitespace. | 2993 |
![]() | '}' is not followed by whitespace. | 2993 |
![]() | 'if' is not followed by whitespace. | 2993 |
![]() | '{' is not preceded with whitespace. | 2993 |
![]() | Line is longer than 80 characters. | 2994 |
![]() | Line contains a tab character. | 2994 |
![]() | Line contains a tab character. | 2995 |
![]() | Line contains a tab character. | 2996 |
![]() | Line is longer than 80 characters. | 2997 |
![]() | Line contains a tab character. | 2997 |
![]() | Line is longer than 80 characters. | 2998 |
![]() | Line contains a tab character. | 2998 |
![]() | '+' is not preceded with whitespace. | 2998 |
![]() | '+' is not followed by whitespace. | 2998 |
![]() | '+' is not preceded with whitespace. | 2998 |
![]() | '+' is not followed by whitespace. | 2998 |
![]() | '+' is not preceded with whitespace. | 2998 |
![]() | '+' is not followed by whitespace. | 2998 |
![]() | Line contains a tab character. | 2999 |
![]() | Line has trailing spaces. | 3000 |
![]() | Line contains a tab character. | 3000 |
![]() | Line contains a tab character. | 3001 |
![]() | Line contains a tab character. | 3002 |
![]() | Line has trailing spaces. | 3003 |
![]() | Line contains a tab character. | 3003 |
![]() | Line contains a tab character. | 3004 |
![]() | Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 3004 |
![]() | Line is longer than 80 characters. | 3005 |
![]() | Line contains a tab character. | 3005 |
![]() | Parameter objectTypeKey should be final. | 3005 |
![]() | Line is longer than 80 characters. | 3006 |
![]() | Line contains a tab character. | 3006 |
![]() | Line contains a tab character. | 3007 |
![]() | Line contains a tab character. | 3009 |
![]() | Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 3009 |
![]() | Line contains a tab character. | 3010 |
![]() | Line contains a tab character. | 3011 |
![]() | Line contains a tab character. | 3012 |
![]() | Line contains a tab character. | 3014 |
![]() | Method 'getLuDao' is not designed for extension - needs to be abstract, final or empty. | 3014 |
![]() | Missing a Javadoc comment. | 3014 |
![]() | Line contains a tab character. | 3015 |
![]() | Line contains a tab character. | 3016 |
![]() | Line contains a tab character. | 3018 |
![]() | Method 'setLuDao' is not designed for extension - needs to be abstract, final or empty. | 3018 |
![]() | Missing a Javadoc comment. | 3018 |
![]() | Parameter luDao should be final. | 3018 |
![]() | 'luDao' hides a field. | 3018 |
![]() | Line contains a tab character. | 3019 |
![]() | Line contains a tab character. | 3020 |
![]() | Line contains a tab character. | 3022 |
![]() | Method 'search' is not designed for extension - needs to be abstract, final or empty. | 3022 |
![]() | Line is longer than 80 characters. | 3023 |
![]() | Line contains a tab character. | 3023 |
![]() | Parameter searchRequest should be final. | 3023 |
![]() | Line has trailing spaces. | 3025 |
![]() | 'if' is not followed by whitespace. | 3026 |
![]() | '{' is not preceded with whitespace. | 3026 |
![]() | Line contains a tab character. | 3027 |
![]() | Line contains a tab character. | 3028 |
![]() | 'for' is not followed by whitespace. | 3028 |
![]() | ':' is not preceded with whitespace. | 3028 |
![]() | ':' is not followed by whitespace. | 3028 |
![]() | '{' is not preceded with whitespace. | 3028 |
![]() | Line is longer than 80 characters. | 3029 |
![]() | Line contains a tab character. | 3029 |
![]() | 'if' is not followed by whitespace. | 3029 |
![]() | '{' is not preceded with whitespace. | 3029 |
![]() | Line contains a tab character. | 3030 |
![]() | 'cast' is not followed by whitespace. | 3030 |
![]() | Line contains a tab character. | 3031 |
![]() | Line contains a tab character. | 3032 |
![]() | Line contains a tab character. | 3033 |
![]() | Line contains a tab character. | 3034 |
![]() | Line contains a tab character. | 3035 |
![]() | Line contains a tab character. | 3036 |
![]() | Line is longer than 80 characters. | 3037 |
![]() | Line contains a tab character. | 3037 |
![]() | ';' is not followed by whitespace. | 3037 |
![]() | Line contains a tab character. | 3038 |
![]() | Line is longer than 80 characters. | 3039 |
![]() | 'else' is not preceded with whitespace. | 3039 |
![]() | '}' is not followed by whitespace. | 3039 |
![]() | 'if' is not followed by whitespace. | 3039 |
![]() | '{' is not preceded with whitespace. | 3039 |
![]() | Line contains a tab character. | 3040 |
![]() | Line is longer than 80 characters. | 3041 |
![]() | 'else' is not preceded with whitespace. | 3041 |
![]() | '}' is not followed by whitespace. | 3041 |
![]() | 'if' is not followed by whitespace. | 3041 |
![]() | '{' is not preceded with whitespace. | 3041 |
![]() | Line contains a tab character. | 3042 |
![]() | Line contains a tab character. | 3043 |
![]() | 'for' is not followed by whitespace. | 3043 |
![]() | ':' is not preceded with whitespace. | 3043 |
![]() | ':' is not followed by whitespace. | 3043 |
![]() | '{' is not preceded with whitespace. | 3043 |
![]() | Line is longer than 80 characters. | 3044 |
![]() | Line contains a tab character. | 3044 |
![]() | 'if' is not followed by whitespace. | 3044 |
![]() | '{' is not preceded with whitespace. | 3044 |
![]() | Line contains a tab character. | 3045 |
![]() | 'cast' is not followed by whitespace. | 3045 |
![]() | Line contains a tab character. | 3046 |
![]() | Line contains a tab character. | 3047 |
![]() | Line contains a tab character. | 3048 |
![]() | Line contains a tab character. | 3049 |
![]() | Line contains a tab character. | 3052 |
![]() | Line is longer than 80 characters. | 3054 |
![]() | Line contains a tab character. | 3054 |
![]() | Method length is 235 lines (max allowed is 150). | 3054 |
![]() | Missing a Javadoc comment. | 3054 |
![]() | Line contains a tab character. | 3055 |
![]() | Line is longer than 80 characters. | 3056 |
![]() | Line contains a tab character. | 3056 |
![]() | Line has trailing spaces. | 3057 |
![]() | Line contains a tab character. | 3057 |
![]() | Line is longer than 80 characters. | 3058 |
![]() | Line contains a tab character. | 3058 |
![]() | Line is longer than 80 characters. | 3059 |
![]() | Line contains a tab character. | 3059 |
![]() | Line has trailing spaces. | 3060 |
![]() | Line contains a tab character. | 3060 |
![]() | Line contains a tab character. | 3061 |
![]() | Line is longer than 80 characters. | 3062 |
![]() | Line contains a tab character. | 3062 |
![]() | ',' is not followed by whitespace. | 3062 |
![]() | ',' is not followed by whitespace. | 3062 |
![]() | Line contains a tab character. | 3063 |
![]() | 'for' is not followed by whitespace. | 3063 |
![]() | ':' is not preceded with whitespace. | 3063 |
![]() | ':' is not followed by whitespace. | 3063 |
![]() | '{' is not preceded with whitespace. | 3063 |
![]() | Line contains a tab character. | 3064 |
![]() | Line contains a tab character. | 3065 |
![]() | Line contains a tab character. | 3066 |
![]() | 'for' is not followed by whitespace. | 3066 |
![]() | ':' is not preceded with whitespace. | 3066 |
![]() | ':' is not followed by whitespace. | 3066 |
![]() | '{' is not preceded with whitespace. | 3066 |
![]() | Line is longer than 80 characters. | 3067 |
![]() | Line contains a tab character. | 3067 |
![]() | 'if' is not followed by whitespace. | 3067 |
![]() | '{' is not preceded with whitespace. | 3067 |
![]() | Line contains a tab character. | 3068 |
![]() | Line is longer than 80 characters. | 3069 |
![]() | Line contains a tab character. | 3069 |
![]() | 'else' is not preceded with whitespace. | 3069 |
![]() | '}' is not followed by whitespace. | 3069 |
![]() | 'if' is not followed by whitespace. | 3069 |
![]() | '{' is not preceded with whitespace. | 3069 |
![]() | Line contains a tab character. | 3070 |
![]() | Line contains a tab character. | 3071 |
![]() | Line contains a tab character. | 3072 |
![]() | Line is longer than 80 characters. | 3073 |
![]() | Line contains a tab character. | 3073 |
![]() | Line contains a tab character. | 3074 |
![]() | 'if' is not followed by whitespace. | 3074 |
![]() | '{' is not preceded with whitespace. | 3074 |
![]() | Line contains a tab character. | 3075 |
![]() | Line is longer than 80 characters. | 3076 |
![]() | Line contains a tab character. | 3076 |
![]() | Line contains a tab character. | 3077 |
![]() | Line contains a tab character. | 3078 |
![]() | Line contains a tab character. | 3079 |
![]() | Line has trailing spaces. | 3080 |
![]() | Line contains a tab character. | 3080 |
![]() | Line has trailing spaces. | 3081 |
![]() | Line contains a tab character. | 3081 |
![]() | Line contains a tab character. | 3082 |
![]() | Line is longer than 80 characters. | 3083 |
![]() | Line contains a tab character. | 3083 |
![]() | Line is longer than 80 characters. | 3084 |
![]() | Line contains a tab character. | 3084 |
![]() | Line is longer than 80 characters. | 3085 |
![]() | Line contains a tab character. | 3085 |
![]() | Line has trailing spaces. | 3086 |
![]() | Line contains a tab character. | 3086 |
![]() | Line contains a tab character. | 3087 |
![]() | Line is longer than 80 characters. | 3088 |
![]() | Line contains a tab character. | 3088 |
![]() | ',' is not followed by whitespace. | 3088 |
![]() | ',' is not followed by whitespace. | 3088 |
![]() | Line contains a tab character. | 3089 |
![]() | 'for' is not followed by whitespace. | 3089 |
![]() | ':' is not preceded with whitespace. | 3089 |
![]() | ':' is not followed by whitespace. | 3089 |
![]() | '{' is not preceded with whitespace. | 3089 |
![]() | Line contains a tab character. | 3090 |
![]() | Line contains a tab character. | 3091 |
![]() | Line contains a tab character. | 3092 |
![]() | 'for' is not followed by whitespace. | 3092 |
![]() | ':' is not preceded with whitespace. | 3092 |
![]() | ':' is not followed by whitespace. | 3092 |
![]() | '{' is not preceded with whitespace. | 3092 |
![]() | Line is longer than 80 characters. | 3093 |
![]() | Line contains a tab character. | 3093 |
![]() | 'if' is not followed by whitespace. | 3093 |
![]() | '{' is not preceded with whitespace. | 3093 |
![]() | Line contains a tab character. | 3094 |
![]() | Line is longer than 80 characters. | 3095 |
![]() | Line contains a tab character. | 3095 |
![]() | 'else' is not preceded with whitespace. | 3095 |
![]() | '}' is not followed by whitespace. | 3095 |
![]() | 'if' is not followed by whitespace. | 3095 |
![]() | '{' is not preceded with whitespace. | 3095 |
![]() | Line is longer than 80 characters. | 3096 |
![]() | Line contains a tab character. | 3096 |
![]() | Line contains a tab character. | 3097 |
![]() | Line contains a tab character. | 3098 |
![]() | Line is longer than 80 characters. | 3099 |
![]() | Line contains a tab character. | 3099 |
![]() | Line contains a tab character. | 3100 |
![]() | Line has trailing spaces. | 3101 |
![]() | Line contains a tab character. | 3101 |
![]() | Line is longer than 80 characters. | 3102 |
![]() | Line contains a tab character. | 3102 |
![]() | Line has trailing spaces. | 3103 |
![]() | Line is longer than 80 characters. | 3103 |
![]() | Line contains a tab character. | 3103 |
![]() | Line is longer than 80 characters. | 3104 |
![]() | Line contains a tab character. | 3104 |
![]() | Line has trailing spaces. | 3105 |
![]() | Line is longer than 80 characters. | 3105 |
![]() | Line contains a tab character. | 3105 |
![]() | Line has trailing spaces. | 3106 |
![]() | Line is longer than 80 characters. | 3106 |
![]() | Line contains a tab character. | 3106 |
![]() | Line is longer than 80 characters. | 3107 |
![]() | Line contains a tab character. | 3107 |
![]() | Line has trailing spaces. | 3108 |
![]() | Line contains a tab character. | 3108 |
![]() | Line has trailing spaces. | 3109 |
![]() | Line contains a tab character. | 3109 |
![]() | Line is longer than 80 characters. | 3110 |
![]() | Line contains a tab character. | 3110 |
![]() | Line is longer than 80 characters. | 3111 |
![]() | Line contains a tab character. | 3111 |
![]() | 'for' is not followed by whitespace. | 3111 |
![]() | ';' is not followed by whitespace. | 3111 |
![]() | '{' is not preceded with whitespace. | 3111 |
![]() | Line contains a tab character. | 3112 |
![]() | Line contains a tab character. | 3113 |
![]() | Line contains a tab character. | 3114 |
![]() | Line contains a tab character. | 3115 |
![]() | Line contains a tab character. | 3116 |
![]() | Line contains a tab character. | 3117 |
![]() | Line contains a tab character. | 3118 |
![]() | Line contains a tab character. | 3119 |
![]() | Line contains a tab character. | 3120 |
![]() | Line has trailing spaces. | 3121 |
![]() | Line contains a tab character. | 3121 |
![]() | Line contains a tab character. | 3122 |
![]() | 'for' is not followed by whitespace. | 3122 |
![]() | ':' is not preceded with whitespace. | 3122 |
![]() | ':' is not followed by whitespace. | 3122 |
![]() | '{' is not preceded with whitespace. | 3122 |
![]() | Line is longer than 80 characters. | 3123 |
![]() | Line contains a tab character. | 3123 |
![]() | 'if' is not followed by whitespace. | 3123 |
![]() | '{' is not preceded with whitespace. | 3123 |
![]() | Line contains a tab character. | 3124 |
![]() | Line is longer than 80 characters. | 3125 |
![]() | Line contains a tab character. | 3125 |
![]() | 'else' is not preceded with whitespace. | 3125 |
![]() | '}' is not followed by whitespace. | 3125 |
![]() | 'if' is not followed by whitespace. | 3125 |
![]() | '{' is not preceded with whitespace. | 3125 |
![]() | Line contains a tab character. | 3126 |
![]() | Line contains a tab character. | 3127 |
![]() | Line is longer than 80 characters. | 3128 |
![]() | Line contains a tab character. | 3128 |
![]() | 'else' is not preceded with whitespace. | 3128 |
![]() | '}' is not followed by whitespace. | 3128 |
![]() | 'if' is not followed by whitespace. | 3128 |
![]() | '{' is not preceded with whitespace. | 3128 |
![]() | Line is longer than 80 characters. | 3129 |
![]() | Line contains a tab character. | 3129 |
![]() | Line contains a tab character. | 3130 |
![]() | Line is longer than 80 characters. | 3131 |
![]() | Line contains a tab character. | 3131 |
![]() | 'else' is not preceded with whitespace. | 3131 |
![]() | '}' is not followed by whitespace. | 3131 |
![]() | 'if' is not followed by whitespace. | 3131 |
![]() | '{' is not preceded with whitespace. | 3131 |
![]() | Line contains a tab character. | 3132 |
![]() | Line is longer than 80 characters. | 3133 |
![]() | Line contains a tab character. | 3133 |
![]() | 'else' is not preceded with whitespace. | 3133 |
![]() | '}' is not followed by whitespace. | 3133 |
![]() | 'if' is not followed by whitespace. | 3133 |
![]() | '{' is not preceded with whitespace. | 3133 |
![]() | Line contains a tab character. | 3134 |
![]() | Line contains a tab character. | 3135 |
![]() | Line contains a tab character. | 3136 |
![]() | Line contains a tab character. | 3137 |
![]() | Line contains a tab character. | 3138 |
![]() | 'if' is not followed by whitespace. | 3138 |
![]() | '{' is not preceded with whitespace. | 3138 |
![]() | Line contains a tab character. | 3139 |
![]() | Line is longer than 80 characters. | 3140 |
![]() | Line contains a tab character. | 3140 |
![]() | Line contains a tab character. | 3141 |
![]() | Line contains a tab character. | 3142 |
![]() | 'if' is not followed by whitespace. | 3142 |
![]() | '!=' is not preceded with whitespace. | 3142 |
![]() | '!=' is not followed by whitespace. | 3142 |
![]() | '{' is not preceded with whitespace. | 3142 |
![]() | Line is longer than 80 characters. | 3143 |
![]() | Line contains a tab character. | 3143 |
![]() | 'for' is not followed by whitespace. | 3143 |
![]() | ';' is not followed by whitespace. | 3143 |
![]() | '{' is not preceded with whitespace. | 3143 |
![]() | Line is longer than 80 characters. | 3144 |
![]() | Line contains a tab character. | 3144 |
![]() | Line contains a tab character. | 3145 |
![]() | 'if' is not followed by whitespace. | 3145 |
![]() | '{' is not preceded with whitespace. | 3145 |
![]() | Line contains a tab character. | 3146 |
![]() | Line contains a tab character. | 3147 |
![]() | Line is longer than 80 characters. | 3148 |
![]() | Line contains a tab character. | 3148 |
![]() | '+' is not preceded with whitespace. | 3148 |
![]() | '+' is not followed by whitespace. | 3148 |
![]() | Line contains a tab character. | 3149 |
![]() | Line contains a tab character. | 3150 |
![]() | Line contains a tab character. | 3152 |
![]() | Line is longer than 80 characters. | 3153 |
![]() | Line contains a tab character. | 3153 |
![]() | Line contains a tab character. | 3154 |
![]() | 'if' is not followed by whitespace. | 3154 |
![]() | '{' is not preceded with whitespace. | 3154 |
![]() | Line is longer than 80 characters. | 3155 |
![]() | Line contains a tab character. | 3155 |
![]() | Line contains a tab character. | 3156 |
![]() | Line contains a tab character. | 3157 |
![]() | Line contains a tab character. | 3158 |
![]() | Line contains a tab character. | 3159 |
![]() | Line has trailing spaces. | 3160 |
![]() | Line contains a tab character. | 3160 |
![]() | Line has trailing spaces. | 3161 |
![]() | Line contains a tab character. | 3161 |
![]() | Line contains a tab character. | 3162 |
![]() | Line is longer than 80 characters. | 3163 |
![]() | Line contains a tab character. | 3163 |
![]() | Line contains a tab character. | 3164 |
![]() | 'if' is not followed by whitespace. | 3164 |
![]() | '{' is not preceded with whitespace. | 3164 |
![]() | Line is longer than 80 characters. | 3165 |
![]() | Line contains a tab character. | 3165 |
![]() | Line is longer than 80 characters. | 3166 |
![]() | Line contains a tab character. | 3166 |
![]() | Line contains a tab character. | 3167 |
![]() | Line contains a tab character. | 3168 |
![]() | Line contains a tab character. | 3169 |
![]() | Line has trailing spaces. | 3170 |
![]() | Line contains a tab character. | 3170 |
![]() | Line contains a tab character. | 3171 |
![]() | Line is longer than 80 characters. | 3172 |
![]() | Line contains a tab character. | 3172 |
![]() | Line contains a tab character. | 3173 |
![]() | 'if' is not followed by whitespace. | 3173 |
![]() | '{' is not preceded with whitespace. | 3173 |
![]() | Line is longer than 80 characters. | 3174 |
![]() | Line contains a tab character. | 3174 |
![]() | Line is longer than 80 characters. | 3175 |
![]() | Line contains a tab character. | 3175 |
![]() | Line contains a tab character. | 3176 |
![]() | Line contains a tab character. | 3177 |
![]() | Line contains a tab character. | 3178 |
![]() | Line has trailing spaces. | 3179 |
![]() | Line contains a tab character. | 3179 |
![]() | Line contains a tab character. | 3180 |
![]() | Line is longer than 80 characters. | 3181 |
![]() | Line contains a tab character. | 3181 |
![]() | Line is longer than 80 characters. | 3182 |
![]() | Line contains a tab character. | 3182 |
![]() | Line contains a tab character. | 3183 |
![]() | 'else' is not preceded with whitespace. | 3183 |
![]() | '}' is not followed by whitespace. | 3183 |
![]() | 'else' is not followed by whitespace. | 3183 |
![]() | '{' is not preceded with whitespace. | 3183 |
![]() | Line is longer than 80 characters. | 3184 |
![]() | Line contains a tab character. | 3184 |
![]() | Line contains a tab character. | 3185 |
![]() | Line is longer than 80 characters. | 3186 |
![]() | Line contains a tab character. | 3186 |
![]() | Line contains a tab character. | 3187 |
![]() | 'if' is not followed by whitespace. | 3187 |
![]() | '{' is not preceded with whitespace. | 3187 |
![]() | Line is longer than 80 characters. | 3188 |
![]() | Line contains a tab character. | 3188 |
![]() | Line is longer than 80 characters. | 3189 |
![]() | Line contains a tab character. | 3189 |
![]() | Line contains a tab character. | 3190 |
![]() | Line is longer than 80 characters. | 3191 |
![]() | Line contains a tab character. | 3191 |
![]() | Line has trailing spaces. | 3192 |
![]() | Line contains a tab character. | 3192 |
![]() | Line is longer than 80 characters. | 3193 |
![]() | Line contains a tab character. | 3193 |
![]() | Line is longer than 80 characters. | 3194 |
![]() | Line contains a tab character. | 3194 |
![]() | Line contains a tab character. | 3195 |
![]() | 'if' is not followed by whitespace. | 3195 |
![]() | '{' is not preceded with whitespace. | 3195 |
![]() | Line is longer than 80 characters. | 3196 |
![]() | Line contains a tab character. | 3196 |
![]() | Line contains a tab character. | 3197 |
![]() | Line contains a tab character. | 3198 |
![]() | Line is longer than 80 characters. | 3199 |
![]() | Line contains a tab character. | 3199 |
![]() | Line has trailing spaces. | 3200 |
![]() | Line contains a tab character. | 3200 |
![]() | Line contains a tab character. | 3201 |
![]() | Line is longer than 80 characters. | 3202 |
![]() | Line contains a tab character. | 3202 |
![]() | Line contains a tab character. | 3203 |
![]() | 'if' is not followed by whitespace. | 3203 |
![]() | '{' is not preceded with whitespace. | 3203 |
![]() | Line is longer than 80 characters. | 3204 |
![]() | Line contains a tab character. | 3204 |
![]() | Line is longer than 80 characters. | 3205 |
![]() | Line contains a tab character. | 3205 |
![]() | Line contains a tab character. | 3206 |
![]() | Line is longer than 80 characters. | 3207 |
![]() | Line contains a tab character. | 3207 |
![]() | Line has trailing spaces. | 3208 |
![]() | Line contains a tab character. | 3208 |
![]() | Line contains a tab character. | 3209 |
![]() | Line contains a tab character. | 3210 |
![]() | Line contains a tab character. | 3211 |
![]() | Line contains a tab character. | 3212 |
![]() | Line has trailing spaces. | 3213 |
![]() | Line contains a tab character. | 3213 |
![]() | Line contains a tab character. | 3214 |
![]() | 'if' is not followed by whitespace. | 3214 |
![]() | '{' is not preceded with whitespace. | 3214 |
![]() | Line is longer than 80 characters. | 3215 |
![]() | Line contains a tab character. | 3215 |
![]() | Line contains a tab character. | 3216 |
![]() | Line contains a tab character. | 3217 |
![]() | 'for' is not followed by whitespace. | 3217 |
![]() | ':' is not preceded with whitespace. | 3217 |
![]() | ':' is not followed by whitespace. | 3217 |
![]() | '{' is not preceded with whitespace. | 3217 |
![]() | Line is longer than 80 characters. | 3218 |
![]() | Line contains a tab character. | 3218 |
![]() | Line is longer than 80 characters. | 3219 |
![]() | Line contains a tab character. | 3219 |
![]() | Line contains a tab character. | 3220 |
![]() | 'if' is not followed by whitespace. | 3220 |
![]() | '!=' is not preceded with whitespace. | 3220 |
![]() | '!=' is not followed by whitespace. | 3220 |
![]() | '{' is not preceded with whitespace. | 3220 |
![]() | Line contains a tab character. | 3221 |
![]() | 'for' is not followed by whitespace. | 3221 |
![]() | ':' is not preceded with whitespace. | 3221 |
![]() | ':' is not followed by whitespace. | 3221 |
![]() | '{' is not preceded with whitespace. | 3221 |
![]() | Line contains a tab character. | 3222 |
![]() | 'if' is not followed by whitespace. | 3222 |
![]() | '==' is not preceded with whitespace. | 3222 |
![]() | '==' is not followed by whitespace. | 3222 |
![]() | '{' is not preceded with whitespace. | 3222 |
![]() | Line is longer than 80 characters. | 3223 |
![]() | Line contains a tab character. | 3223 |
![]() | Line contains a tab character. | 3224 |
![]() | 'else' is not preceded with whitespace. | 3224 |
![]() | '}' is not followed by whitespace. | 3224 |
![]() | 'else' is not followed by whitespace. | 3224 |
![]() | '{' is not preceded with whitespace. | 3224 |
![]() | Line is longer than 80 characters. | 3225 |
![]() | Line contains a tab character. | 3225 |
![]() | '+' is not preceded with whitespace. | 3225 |
![]() | '+' is not followed by whitespace. | 3225 |
![]() | '+' is not preceded with whitespace. | 3225 |
![]() | '+' is not followed by whitespace. | 3225 |
![]() | Line contains a tab character. | 3226 |
![]() | Line contains a tab character. | 3227 |
![]() | Line contains a tab character. | 3228 |
![]() | Line contains a tab character. | 3229 |
![]() | Line contains a tab character. | 3230 |
![]() | Line has trailing spaces. | 3231 |
![]() | Line contains a tab character. | 3231 |
![]() | Line contains a tab character. | 3232 |
![]() | 'if' is not followed by whitespace. | 3232 |
![]() | '{' is not preceded with whitespace. | 3232 |
![]() | Line is longer than 80 characters. | 3233 |
![]() | Line contains a tab character. | 3233 |
![]() | Line contains a tab character. | 3234 |
![]() | Line contains a tab character. | 3235 |
![]() | 'for' is not followed by whitespace. | 3235 |
![]() | ':' is not preceded with whitespace. | 3235 |
![]() | ':' is not followed by whitespace. | 3235 |
![]() | '{' is not preceded with whitespace. | 3235 |
![]() | Line is longer than 80 characters. | 3236 |
![]() | Line contains a tab character. | 3236 |
![]() | Line is longer than 80 characters. | 3237 |
![]() | Line contains a tab character. | 3237 |
![]() | Line contains a tab character. | 3238 |
![]() | 'if' is not followed by whitespace. | 3238 |
![]() | '!=' is not preceded with whitespace. | 3238 |
![]() | '!=' is not followed by whitespace. | 3238 |
![]() | '{' is not preceded with whitespace. | 3238 |
![]() | Line contains a tab character. | 3239 |
![]() | 'for' is not followed by whitespace. | 3239 |
![]() | ':' is not preceded with whitespace. | 3239 |
![]() | ':' is not followed by whitespace. | 3239 |
![]() | '{' is not preceded with whitespace. | 3239 |
![]() | Line contains a tab character. | 3240 |
![]() | 'if' is not followed by whitespace. | 3240 |
![]() | '==' is not preceded with whitespace. | 3240 |
![]() | '==' is not followed by whitespace. | 3240 |
![]() | '{' is not preceded with whitespace. | 3240 |
![]() | Line is longer than 80 characters. | 3241 |
![]() | Line contains a tab character. | 3241 |
![]() | Line contains a tab character. | 3242 |
![]() | 'else' is not preceded with whitespace. | 3242 |
![]() | '}' is not followed by whitespace. | 3242 |
![]() | 'else' is not followed by whitespace. | 3242 |
![]() | '{' is not preceded with whitespace. | 3242 |
![]() | Line is longer than 80 characters. | 3243 |
![]() | Line contains a tab character. | 3243 |
![]() | '+' is not preceded with whitespace. | 3243 |
![]() | '+' is not followed by whitespace. | 3243 |
![]() | '+' is not preceded with whitespace. | 3243 |
![]() | '+' is not followed by whitespace. | 3243 |
![]() | Line contains a tab character. | 3244 |
![]() | Line contains a tab character. | 3245 |
![]() | Line contains a tab character. | 3246 |
![]() | Line contains a tab character. | 3247 |
![]() | Line contains a tab character. | 3248 |
![]() | Line has trailing spaces. | 3249 |
![]() | Line contains a tab character. | 3249 |
![]() | Line is longer than 80 characters. | 3250 |
![]() | Line contains a tab character. | 3250 |
![]() | Line contains a tab character. | 3251 |
![]() | 'if' is not followed by whitespace. | 3251 |
![]() | '{' is not preceded with whitespace. | 3251 |
![]() | Line contains a tab character. | 3252 |
![]() | Line is longer than 80 characters. | 3253 |
![]() | Line contains a tab character. | 3253 |
![]() | Line is longer than 80 characters. | 3254 |
![]() | Line contains a tab character. | 3254 |
![]() | Line is longer than 80 characters. | 3255 |
![]() | Line contains a tab character. | 3255 |
![]() | Line is longer than 80 characters. | 3256 |
![]() | Line contains a tab character. | 3256 |
![]() | Line has trailing spaces. | 3257 |
![]() | Line contains a tab character. | 3257 |
![]() | Line is longer than 80 characters. | 3258 |
![]() | Line contains a tab character. | 3258 |
![]() | Line is longer than 80 characters. | 3259 |
![]() | Line contains a tab character. | 3259 |
![]() | 'for' is not followed by whitespace. | 3259 |
![]() | ':' is not preceded with whitespace. | 3259 |
![]() | ':' is not followed by whitespace. | 3259 |
![]() | '{' is not preceded with whitespace. | 3259 |
![]() | Line has trailing spaces. | 3260 |
![]() | Line contains a tab character. | 3260 |
![]() | Line contains a tab character. | 3261 |
![]() | Line contains a tab character. | 3262 |
![]() | '=' is not preceded with whitespace. | 3262 |
![]() | '=' is not followed by whitespace. | 3262 |
![]() | Line contains a tab character. | 3263 |
![]() | '=' is not preceded with whitespace. | 3263 |
![]() | '=' is not followed by whitespace. | 3263 |
![]() | Line contains a tab character. | 3264 |
![]() | 'for' is not followed by whitespace. | 3264 |
![]() | ':' is not preceded with whitespace. | 3264 |
![]() | ':' is not followed by whitespace. | 3264 |
![]() | '{' is not preceded with whitespace. | 3264 |
![]() | Line is longer than 80 characters. | 3265 |
![]() | Line contains a tab character. | 3265 |
![]() | 'if' is not followed by whitespace. | 3265 |
![]() | '{' is not preceded with whitespace. | 3265 |
![]() | Line contains a tab character. | 3266 |
![]() | Line contains a tab character. | 3267 |
![]() | Line is longer than 80 characters. | 3268 |
![]() | Line contains a tab character. | 3268 |
![]() | 'else' is not preceded with whitespace. | 3268 |
![]() | '}' is not followed by whitespace. | 3268 |
![]() | 'if' is not followed by whitespace. | 3268 |
![]() | '{' is not preceded with whitespace. | 3268 |
![]() | Line contains a tab character. | 3269 |
![]() | Line contains a tab character. | 3270 |
![]() | Line contains a tab character. | 3271 |
![]() | Line has trailing spaces. | 3272 |
![]() | Line contains a tab character. | 3272 |
![]() | Line contains a tab character. | 3273 |
![]() | Line is longer than 80 characters. | 3274 |
![]() | Line contains a tab character. | 3274 |
![]() | Line contains a tab character. | 3275 |
![]() | 'if' is not followed by whitespace. | 3275 |
![]() | '!=' is not preceded with whitespace. | 3275 |
![]() | '!=' is not followed by whitespace. | 3275 |
![]() | '{' is not preceded with whitespace. | 3275 |
![]() | Line contains a tab character. | 3276 |
![]() | 'for' is not followed by whitespace. | 3276 |
![]() | ':' is not preceded with whitespace. | 3276 |
![]() | ':' is not followed by whitespace. | 3276 |
![]() | '{' is not preceded with whitespace. | 3276 |
![]() | Line contains a tab character. | 3277 |
![]() | 'if' is not followed by whitespace. | 3277 |
![]() | '==' is not preceded with whitespace. | 3277 |
![]() | '==' is not followed by whitespace. | 3277 |
![]() | '{' is not preceded with whitespace. | 3277 |
![]() | Line contains a tab character. | 3278 |
![]() | Line contains a tab character. | 3279 |
![]() | 'else' is not preceded with whitespace. | 3279 |
![]() | '}' is not followed by whitespace. | 3279 |
![]() | 'else' is not followed by whitespace. | 3279 |
![]() | '{' is not preceded with whitespace. | 3279 |
![]() | Line is longer than 80 characters. | 3280 |
![]() | Line contains a tab character. | 3280 |
![]() | '+' is not preceded with whitespace. | 3280 |
![]() | '+' is not followed by whitespace. | 3280 |
![]() | '+' is not preceded with whitespace. | 3280 |
![]() | '+' is not followed by whitespace. | 3280 |
![]() | Line contains a tab character. | 3281 |
![]() | Line contains a tab character. | 3282 |
![]() | Line contains a tab character. | 3283 |
![]() | Line contains a tab character. | 3284 |
![]() | Line contains a tab character. | 3285 |
![]() | Line contains a tab character. | 3287 |
![]() | Line contains a tab character. | 3288 |
![]() | Line is longer than 80 characters. | 3290 |
![]() | Line contains a tab character. | 3290 |
![]() | Method length is 263 lines (max allowed is 150). | 3290 |
![]() | Missing a Javadoc comment. | 3290 |
![]() | Parameter cluId should be final. | 3290 |
![]() | Line contains a tab character. | 3292 |
![]() | Line contains a tab character. | 3294 |
![]() | Line has trailing spaces. | 3295 |
![]() | Line contains a tab character. | 3295 |
![]() | Line contains a tab character. | 3296 |
![]() | Line contains a tab character. | 3297 |
![]() | Line has trailing spaces. | 3298 |
![]() | Line contains a tab character. | 3298 |
![]() | Line contains a tab character. | 3299 |
![]() | Line is longer than 80 characters. | 3300 |
![]() | Line contains a tab character. | 3300 |
![]() | Line has trailing spaces. | 3301 |
![]() | Line contains a tab character. | 3301 |
![]() | Line contains a tab character. | 3302 |
![]() | Line contains a tab character. | 3303 |
![]() | Line contains a tab character. | 3304 |
![]() | 'if' is not followed by whitespace. | 3304 |
![]() | '!=' is not preceded with whitespace. | 3304 |
![]() | '!=' is not followed by whitespace. | 3304 |
![]() | '{' is not preceded with whitespace. | 3304 |
![]() | Line contains a tab character. | 3305 |
![]() | 'for' is not followed by whitespace. | 3305 |
![]() | ':' is not preceded with whitespace. | 3305 |
![]() | ':' is not followed by whitespace. | 3305 |
![]() | '{' is not preceded with whitespace. | 3305 |
![]() | Line contains a tab character. | 3306 |
![]() | Line contains a tab character. | 3307 |
![]() | Line contains a tab character. | 3308 |
![]() | Line has trailing spaces. | 3309 |
![]() | Line contains a tab character. | 3309 |
![]() | Line is longer than 80 characters. | 3310 |
![]() | Line contains a tab character. | 3310 |
![]() | Line contains a tab character. | 3311 |
![]() | Line contains a tab character. | 3312 |
![]() | 'if' is not followed by whitespace. | 3312 |
![]() | '!=' is not preceded with whitespace. | 3312 |
![]() | '!=' is not followed by whitespace. | 3312 |
![]() | '{' is not preceded with whitespace. | 3312 |
![]() | Line contains a tab character. | 3313 |
![]() | 'for' is not followed by whitespace. | 3313 |
![]() | ':' is not preceded with whitespace. | 3313 |
![]() | ':' is not followed by whitespace. | 3313 |
![]() | '{' is not preceded with whitespace. | 3313 |
![]() | Line is longer than 80 characters. | 3314 |
![]() | Line contains a tab character. | 3314 |
![]() | Line is longer than 80 characters. | 3315 |
![]() | Line contains a tab character. | 3315 |
![]() | Line contains a tab character. | 3316 |
![]() | 'if' is not followed by whitespace. | 3316 |
![]() | '!=' is not preceded with whitespace. | 3316 |
![]() | '!=' is not followed by whitespace. | 3316 |
![]() | '{' is not preceded with whitespace. | 3316 |
![]() | Line is longer than 80 characters. | 3317 |
![]() | Line contains a tab character. | 3317 |
![]() | 'for' is not followed by whitespace. | 3317 |
![]() | ':' is not preceded with whitespace. | 3317 |
![]() | ':' is not followed by whitespace. | 3317 |
![]() | '{' is not preceded with whitespace. | 3317 |
![]() | Line is longer than 80 characters. | 3318 |
![]() | Line contains a tab character. | 3318 |
![]() | 'if' is not followed by whitespace. | 3318 |
![]() | '{' is not preceded with whitespace. | 3318 |
![]() | Line is longer than 80 characters. | 3319 |
![]() | Line contains a tab character. | 3319 |
![]() | ',' is not followed by whitespace. | 3319 |
![]() | Line contains a tab character. | 3320 |
![]() | Line contains a tab character. | 3321 |
![]() | Line contains a tab character. | 3322 |
![]() | Line contains a tab character. | 3323 |
![]() | Line contains a tab character. | 3324 |
![]() | Line has trailing spaces. | 3325 |
![]() | Line contains a tab character. | 3325 |
![]() | Line is longer than 80 characters. | 3326 |
![]() | Line contains a tab character. | 3326 |
![]() | Line is longer than 80 characters. | 3327 |
![]() | Line contains a tab character. | 3327 |
![]() | Line has trailing spaces. | 3328 |
![]() | Line contains a tab character. | 3328 |
![]() | Line is longer than 80 characters. | 3329 |
![]() | Line contains a tab character. | 3329 |
![]() | Line has trailing spaces. | 3330 |
![]() | Line is longer than 80 characters. | 3330 |
![]() | Line contains a tab character. | 3330 |
![]() | Line contains a tab character. | 3331 |
![]() | Line is longer than 80 characters. | 3332 |
![]() | Line contains a tab character. | 3332 |
![]() | Line has trailing spaces. | 3333 |
![]() | Line contains a tab character. | 3333 |
![]() | Line is longer than 80 characters. | 3334 |
![]() | Line contains a tab character. | 3334 |
![]() | Line is longer than 80 characters. | 3335 |
![]() | Line contains a tab character. | 3335 |
![]() | Line has trailing spaces. | 3336 |
![]() | Line contains a tab character. | 3336 |
![]() | Line is longer than 80 characters. | 3337 |
![]() | Line contains a tab character. | 3337 |
![]() | Line has trailing spaces. | 3338 |
![]() | Line contains a tab character. | 3338 |
![]() | Line contains a tab character. | 3339 |
![]() | Line contains a tab character. | 3340 |
![]() | Line has trailing spaces. | 3341 |
![]() | Line contains a tab character. | 3341 |
![]() | Line is longer than 80 characters. | 3342 |
![]() | Line contains a tab character. | 3342 |
![]() | ',' is not followed by whitespace. | 3342 |
![]() | ',' is not followed by whitespace. | 3342 |
![]() | Line has trailing spaces. | 3343 |
![]() | Line contains a tab character. | 3343 |
![]() | Line is longer than 80 characters. | 3344 |
![]() | Line contains a tab character. | 3344 |
![]() | Line has trailing spaces. | 3345 |
![]() | Line is longer than 80 characters. | 3345 |
![]() | Line contains a tab character. | 3345 |
![]() | Line contains a tab character. | 3346 |
![]() | Line contains a tab character. | 3347 |
![]() | Line contains a tab character. | 3348 |
![]() | 'for' is not followed by whitespace. | 3348 |
![]() | ':' is not preceded with whitespace. | 3348 |
![]() | ':' is not followed by whitespace. | 3348 |
![]() | '{' is not preceded with whitespace. | 3348 |
![]() | Line contains a tab character. | 3350 |
![]() | Line contains a tab character. | 3351 |
![]() | Line contains a tab character. | 3352 |
![]() | Line contains a tab character. | 3353 |
![]() | Line contains a tab character. | 3354 |
![]() | Line contains a tab character. | 3355 |
![]() | Line has trailing spaces. | 3356 |
![]() | Line contains a tab character. | 3356 |
![]() | Line contains a tab character. | 3357 |
![]() | 'for' is not followed by whitespace. | 3357 |
![]() | ':' is not preceded with whitespace. | 3357 |
![]() | ':' is not followed by whitespace. | 3357 |
![]() | '{' is not preceded with whitespace. | 3357 |
![]() | Line is longer than 80 characters. | 3358 |
![]() | Line contains a tab character. | 3358 |
![]() | 'if' is not followed by whitespace. | 3358 |
![]() | '{' is not preceded with whitespace. | 3358 |
![]() | Line contains a tab character. | 3359 |
![]() | Line contains a tab character. | 3360 |
![]() | Line is longer than 80 characters. | 3361 |
![]() | Line contains a tab character. | 3361 |
![]() | 'else' is not preceded with whitespace. | 3361 |
![]() | '}' is not followed by whitespace. | 3361 |
![]() | 'if' is not followed by whitespace. | 3361 |
![]() | '{' is not preceded with whitespace. | 3361 |
![]() | Line contains a tab character. | 3362 |
![]() | Line contains a tab character. | 3363 |
![]() | Line is longer than 80 characters. | 3364 |
![]() | Line contains a tab character. | 3364 |
![]() | 'else' is not preceded with whitespace. | 3364 |
![]() | '}' is not followed by whitespace. | 3364 |
![]() | 'if' is not followed by whitespace. | 3364 |
![]() | '{' is not preceded with whitespace. | 3364 |
![]() | Line contains a tab character. | 3365 |
![]() | Line contains a tab character. | 3366 |
![]() | Line is longer than 80 characters. | 3367 |
![]() | Line contains a tab character. | 3367 |
![]() | 'else' is not preceded with whitespace. | 3367 |
![]() | '}' is not followed by whitespace. | 3367 |
![]() | 'if' is not followed by whitespace. | 3367 |
![]() | '{' is not preceded with whitespace. | 3367 |
![]() | Line contains a tab character. | 3368 |
![]() | Line contains a tab character. | 3369 |
![]() | Line is longer than 80 characters. | 3370 |
![]() | Line contains a tab character. | 3370 |
![]() | 'else' is not preceded with whitespace. | 3370 |
![]() | '}' is not followed by whitespace. | 3370 |
![]() | 'if' is not followed by whitespace. | 3370 |
![]() | '{' is not preceded with whitespace. | 3370 |
![]() | Line is longer than 80 characters. | 3371 |
![]() | Line contains a tab character. | 3371 |
![]() | Line contains a tab character. | 3372 |
![]() | Line contains a tab character. | 3373 |
![]() | Line has trailing spaces. | 3374 |
![]() | Line contains a tab character. | 3374 |
![]() | Line contains a tab character. | 3375 |
![]() | Line contains a tab character. | 3376 |
![]() | Line is longer than 80 characters. | 3378 |
![]() | Line contains a tab character. | 3378 |
![]() | Line is longer than 80 characters. | 3379 |
![]() | Line contains a tab character. | 3379 |
![]() | 'if' is not followed by whitespace. | 3379 |
![]() | '{' is not preceded with whitespace. | 3379 |
![]() | Line has trailing spaces. | 3380 |
![]() | Line contains a tab character. | 3380 |
![]() | Line is longer than 80 characters. | 3381 |
![]() | Line contains a tab character. | 3381 |
![]() | Line has trailing spaces. | 3382 |
![]() | Line contains a tab character. | 3382 |
![]() | Line contains a tab character. | 3383 |
![]() | Line contains a tab character. | 3385 |
![]() | 'if' is not followed by whitespace. | 3385 |
![]() | '==' is not preceded with whitespace. | 3385 |
![]() | '==' is not followed by whitespace. | 3385 |
![]() | '||' is not preceded with whitespace. | 3385 |
![]() | '||' is not followed by whitespace. | 3385 |
![]() | '==' is not preceded with whitespace. | 3385 |
![]() | '==' is not followed by whitespace. | 3385 |
![]() | '{' is not preceded with whitespace. | 3385 |
![]() | Line is longer than 80 characters. | 3386 |
![]() | Line contains a tab character. | 3386 |
![]() | Line contains a tab character. | 3387 |
![]() | 'else' is not preceded with whitespace. | 3387 |
![]() | '}' is not followed by whitespace. | 3387 |
![]() | 'if' is not followed by whitespace. | 3387 |
![]() | '>' is not preceded with whitespace. | 3387 |
![]() | '>' is not followed by whitespace. | 3387 |
![]() | '{' is not preceded with whitespace. | 3387 |
![]() | Line is longer than 80 characters. | 3388 |
![]() | Line contains a tab character. | 3388 |
![]() | Line contains a tab character. | 3389 |
![]() | Line contains a tab character. | 3390 |
![]() | Line contains a tab character. | 3391 |
![]() | Line is longer than 80 characters. | 3393 |
![]() | Line contains a tab character. | 3393 |
![]() | Line contains a tab character. | 3394 |
![]() | '+' is not preceded with whitespace. | 3394 |
![]() | '+' is not followed by whitespace. | 3394 |
![]() | '+' is not preceded with whitespace. | 3394 |
![]() | '+' is not followed by whitespace. | 3394 |
![]() | '+' is not preceded with whitespace. | 3394 |
![]() | '+' is not followed by whitespace. | 3394 |
![]() | '+' is not preceded with whitespace. | 3394 |
![]() | '+' is not followed by whitespace. | 3394 |
![]() | Line has trailing spaces. | 3395 |
![]() | Line contains a tab character. | 3395 |
![]() | Line is longer than 80 characters. | 3396 |
![]() | Line contains a tab character. | 3396 |
![]() | 'if' is not followed by whitespace. | 3396 |
![]() | '{' is not preceded with whitespace. | 3396 |
![]() | Line has trailing spaces. | 3397 |
![]() | Line contains a tab character. | 3397 |
![]() | Line contains a tab character. | 3398 |
![]() | Line has trailing spaces. | 3399 |
![]() | Line contains a tab character. | 3399 |
![]() | Line is longer than 80 characters. | 3400 |
![]() | Line contains a tab character. | 3400 |
![]() | Line has trailing spaces. | 3401 |
![]() | Line contains a tab character. | 3401 |
![]() | Line contains a tab character. | 3402 |
![]() | Line is longer than 80 characters. | 3403 |
![]() | Line contains a tab character. | 3403 |
![]() | ',' is not followed by whitespace. | 3403 |
![]() | Line is longer than 80 characters. | 3404 |
![]() | Line contains a tab character. | 3404 |
![]() | ',' is not followed by whitespace. | 3404 |
![]() | Line is longer than 80 characters. | 3405 |
![]() | Line contains a tab character. | 3405 |
![]() | ',' is not followed by whitespace. | 3405 |
![]() | Line is longer than 80 characters. | 3406 |
![]() | Line contains a tab character. | 3406 |
![]() | ',' is not followed by whitespace. | 3406 |
![]() | Line is longer than 80 characters. | 3407 |
![]() | Line contains a tab character. | 3407 |
![]() | ',' is not followed by whitespace. | 3407 |
![]() | Line is longer than 80 characters. | 3408 |
![]() | Line contains a tab character. | 3408 |
![]() | ',' is not followed by whitespace. | 3408 |
![]() | Line has trailing spaces. | 3409 |
![]() | Line is longer than 80 characters. | 3409 |
![]() | Line contains a tab character. | 3409 |
![]() | ',' is not followed by whitespace. | 3409 |
![]() | Line is longer than 80 characters. | 3410 |
![]() | Line contains a tab character. | 3410 |
![]() | ',' is not followed by whitespace. | 3410 |
![]() | Line is longer than 80 characters. | 3411 |
![]() | Line contains a tab character. | 3411 |
![]() | ',' is not followed by whitespace. | 3411 |
![]() | Line has trailing spaces. | 3412 |
![]() | Line contains a tab character. | 3412 |
![]() | Line is longer than 80 characters. | 3413 |
![]() | Line contains a tab character. | 3413 |
![]() | Line is longer than 80 characters. | 3414 |
![]() | Line contains a tab character. | 3414 |
![]() | ',' is not followed by whitespace. | 3414 |
![]() | Line contains a tab character. | 3415 |
![]() | Line is longer than 80 characters. | 3417 |
![]() | Line contains a tab character. | 3417 |
![]() | Line is longer than 80 characters. | 3418 |
![]() | Line contains a tab character. | 3418 |
![]() | ',' is not followed by whitespace. | 3418 |
![]() | Line contains a tab character. | 3419 |
![]() | Line has trailing spaces. | 3420 |
![]() | Line contains a tab character. | 3420 |
![]() | Line is longer than 80 characters. | 3421 |
![]() | Line contains a tab character. | 3421 |
![]() | Line has trailing spaces. | 3422 |
![]() | Line is longer than 80 characters. | 3422 |
![]() | Line contains a tab character. | 3422 |
![]() | Line is longer than 80 characters. | 3423 |
![]() | Line contains a tab character. | 3423 |
![]() | Line contains a tab character. | 3424 |
![]() | Line contains a tab character. | 3425 |
![]() | 'for' is not followed by whitespace. | 3425 |
![]() | ':' is not preceded with whitespace. | 3425 |
![]() | ':' is not followed by whitespace. | 3425 |
![]() | '{' is not preceded with whitespace. | 3425 |
![]() | Line has trailing spaces. | 3426 |
![]() | Line is longer than 80 characters. | 3426 |
![]() | Line contains a tab character. | 3426 |
![]() | 'if' is not followed by whitespace. | 3426 |
![]() | '||' should be on a new line. | 3426 |
![]() | Line is longer than 80 characters. | 3427 |
![]() | Line contains a tab character. | 3427 |
![]() | '{' is not preceded with whitespace. | 3427 |
![]() | Line has trailing spaces. | 3428 |
![]() | Line contains a tab character. | 3428 |
![]() | Line is longer than 80 characters. | 3429 |
![]() | Line contains a tab character. | 3429 |
![]() | Line is longer than 80 characters. | 3430 |
![]() | Line contains a tab character. | 3430 |
![]() | Line contains a tab character. | 3431 |
![]() | 'if' is not followed by whitespace. | 3431 |
![]() | '{' is not preceded with whitespace. | 3431 |
![]() | Line is longer than 80 characters. | 3432 |
![]() | Line contains a tab character. | 3432 |
![]() | Line is longer than 80 characters. | 3433 |
![]() | Line contains a tab character. | 3433 |
![]() | Line contains a tab character. | 3434 |
![]() | Line contains a tab character. | 3435 |
![]() | Line has trailing spaces. | 3436 |
![]() | Line contains a tab character. | 3436 |
![]() | Line is longer than 80 characters. | 3437 |
![]() | Line contains a tab character. | 3437 |
![]() | Line contains a tab character. | 3438 |
![]() | 'if' is not followed by whitespace. | 3438 |
![]() | '==' is not preceded with whitespace. | 3438 |
![]() | '==' is not followed by whitespace. | 3438 |
![]() | '{' is not preceded with whitespace. | 3438 |
![]() | Line is longer than 80 characters. | 3439 |
![]() | Line contains a tab character. | 3439 |
![]() | Line contains a tab character. | 3440 |
![]() | 'else' is not preceded with whitespace. | 3440 |
![]() | '}' is not followed by whitespace. | 3440 |
![]() | 'else' is not followed by whitespace. | 3440 |
![]() | '{' is not preceded with whitespace. | 3440 |
![]() | Line is longer than 80 characters. | 3441 |
![]() | Line contains a tab character. | 3441 |
![]() | '+' is not preceded with whitespace. | 3441 |
![]() | '+' is not followed by whitespace. | 3441 |
![]() | '+' is not preceded with whitespace. | 3441 |
![]() | '+' is not followed by whitespace. | 3441 |
![]() | Line contains a tab character. | 3442 |
![]() | Line has trailing spaces. | 3443 |
![]() | Line contains a tab character. | 3443 |
![]() | Line is longer than 80 characters. | 3444 |
![]() | Line contains a tab character. | 3444 |
![]() | 'for' is not followed by whitespace. | 3444 |
![]() | ':' is not preceded with whitespace. | 3444 |
![]() | ':' is not followed by whitespace. | 3444 |
![]() | '{' is not preceded with whitespace. | 3444 |
![]() | Line is longer than 80 characters. | 3445 |
![]() | Line contains a tab character. | 3445 |
![]() | 'if' is not followed by whitespace. | 3445 |
![]() | '{' is not preceded with whitespace. | 3445 |
![]() | Line is longer than 80 characters. | 3446 |
![]() | Line contains a tab character. | 3446 |
![]() | Line contains a tab character. | 3447 |
![]() | Line contains a tab character. | 3448 |
![]() | Line contains a tab character. | 3449 |
![]() | Line contains a tab character. | 3450 |
![]() | Line is longer than 80 characters. | 3451 |
![]() | Line contains a tab character. | 3451 |
![]() | Line has trailing spaces. | 3452 |
![]() | Line contains a tab character. | 3452 |
![]() | Line contains a tab character. | 3453 |
![]() | Line contains a tab character. | 3454 |
![]() | Line contains a tab character. | 3455 |
![]() | Line contains a tab character. | 3456 |
![]() | Line has trailing spaces. | 3457 |
![]() | Line contains a tab character. | 3457 |
![]() | Line is longer than 80 characters. | 3458 |
![]() | Line contains a tab character. | 3458 |
![]() | Line contains a tab character. | 3459 |
![]() | 'if' is not followed by whitespace. | 3459 |
![]() | '{' is not preceded with whitespace. | 3459 |
![]() | Line contains a tab character. | 3460 |
![]() | Line is longer than 80 characters. | 3461 |
![]() | Line contains a tab character. | 3461 |
![]() | Line is longer than 80 characters. | 3462 |
![]() | Line contains a tab character. | 3462 |
![]() | Line is longer than 80 characters. | 3463 |
![]() | Line contains a tab character. | 3463 |
![]() | Line has trailing spaces. | 3464 |
![]() | Line contains a tab character. | 3464 |
![]() | Line is longer than 80 characters. | 3465 |
![]() | Line contains a tab character. | 3465 |
![]() | Line is longer than 80 characters. | 3466 |
![]() | Line contains a tab character. | 3466 |
![]() | 'for' is not followed by whitespace. | 3466 |
![]() | ':' is not preceded with whitespace. | 3466 |
![]() | ':' is not followed by whitespace. | 3466 |
![]() | '{' is not preceded with whitespace. | 3466 |
![]() | Line has trailing spaces. | 3467 |
![]() | Line contains a tab character. | 3467 |
![]() | Line contains a tab character. | 3468 |
![]() | Line contains a tab character. | 3469 |
![]() | '=' is not preceded with whitespace. | 3469 |
![]() | '=' is not followed by whitespace. | 3469 |
![]() | Line contains a tab character. | 3470 |
![]() | '=' is not preceded with whitespace. | 3470 |
![]() | '=' is not followed by whitespace. | 3470 |
![]() | Line contains a tab character. | 3471 |
![]() | 'for' is not followed by whitespace. | 3471 |
![]() | ':' is not preceded with whitespace. | 3471 |
![]() | ':' is not followed by whitespace. | 3471 |
![]() | '{' is not preceded with whitespace. | 3471 |
![]() | Line is longer than 80 characters. | 3472 |
![]() | Line contains a tab character. | 3472 |
![]() | 'if' is not followed by whitespace. | 3472 |
![]() | '{' is not preceded with whitespace. | 3472 |
![]() | Line contains a tab character. | 3473 |
![]() | Line contains a tab character. | 3474 |
![]() | Line is longer than 80 characters. | 3475 |
![]() | Line contains a tab character. | 3475 |
![]() | 'else' is not preceded with whitespace. | 3475 |
![]() | '}' is not followed by whitespace. | 3475 |
![]() | 'if' is not followed by whitespace. | 3475 |
![]() | '{' is not preceded with whitespace. | 3475 |
![]() | Line contains a tab character. | 3476 |
![]() | Line contains a tab character. | 3477 |
![]() | Line contains a tab character. | 3478 |
![]() | Line has trailing spaces. | 3479 |
![]() | Line contains a tab character. | 3479 |
![]() | Line contains a tab character. | 3480 |
![]() | Line is longer than 80 characters. | 3481 |
![]() | Line contains a tab character. | 3481 |
![]() | Line contains a tab character. | 3482 |
![]() | 'if' is not followed by whitespace. | 3482 |
![]() | '!=' is not preceded with whitespace. | 3482 |
![]() | '!=' is not followed by whitespace. | 3482 |
![]() | '{' is not preceded with whitespace. | 3482 |
![]() | Line contains a tab character. | 3483 |
![]() | 'for' is not followed by whitespace. | 3483 |
![]() | ':' is not preceded with whitespace. | 3483 |
![]() | ':' is not followed by whitespace. | 3483 |
![]() | '{' is not preceded with whitespace. | 3483 |
![]() | Line contains a tab character. | 3484 |
![]() | 'if' is not followed by whitespace. | 3484 |
![]() | '==' is not preceded with whitespace. | 3484 |
![]() | '==' is not followed by whitespace. | 3484 |
![]() | '{' is not preceded with whitespace. | 3484 |
![]() | Line contains a tab character. | 3485 |
![]() | Line contains a tab character. | 3486 |
![]() | 'else' is not preceded with whitespace. | 3486 |
![]() | '}' is not followed by whitespace. | 3486 |
![]() | 'else' is not followed by whitespace. | 3486 |
![]() | '{' is not preceded with whitespace. | 3486 |
![]() | Line is longer than 80 characters. | 3487 |
![]() | Line contains a tab character. | 3487 |
![]() | '+' is not preceded with whitespace. | 3487 |
![]() | '+' is not followed by whitespace. | 3487 |
![]() | '+' is not preceded with whitespace. | 3487 |
![]() | '+' is not followed by whitespace. | 3487 |
![]() | Line contains a tab character. | 3488 |
![]() | Line contains a tab character. | 3489 |
![]() | Line contains a tab character. | 3490 |
![]() | Line contains a tab character. | 3491 |
![]() | Line contains a tab character. | 3492 |
![]() | Line has trailing spaces. | 3493 |
![]() | Line contains a tab character. | 3493 |
![]() | Line contains a tab character. | 3494 |
![]() | Line contains a tab character. | 3495 |
![]() | 'for' is not followed by whitespace. | 3495 |
![]() | ':' is not preceded with whitespace. | 3495 |
![]() | ':' is not followed by whitespace. | 3495 |
![]() | '{' is not preceded with whitespace. | 3495 |
![]() | Line contains a tab character. | 3496 |
![]() | 'if' is not followed by whitespace. | 3496 |
![]() | '{' is not preceded with whitespace. | 3496 |
![]() | Line is longer than 80 characters. | 3498 |
![]() | Line contains a tab character. | 3498 |
![]() | Line has trailing spaces. | 3499 |
![]() | Line contains a tab character. | 3499 |
![]() | Line is longer than 80 characters. | 3500 |
![]() | Line contains a tab character. | 3500 |
![]() | ',' is not followed by whitespace. | 3500 |
![]() | Line is longer than 80 characters. | 3501 |
![]() | Line contains a tab character. | 3501 |
![]() | ',' is not followed by whitespace. | 3501 |
![]() | Line is longer than 80 characters. | 3502 |
![]() | Line contains a tab character. | 3502 |
![]() | ',' is not followed by whitespace. | 3502 |
![]() | Line is longer than 80 characters. | 3503 |
![]() | Line contains a tab character. | 3503 |
![]() | ',' is not followed by whitespace. | 3503 |
![]() | Line has trailing spaces. | 3504 |
![]() | Line is longer than 80 characters. | 3504 |
![]() | Line contains a tab character. | 3504 |
![]() | Line contains a tab character. | 3506 |
![]() | Line contains a tab character. | 3507 |
![]() | Line contains a tab character. | 3508 |
![]() | Line has trailing spaces. | 3509 |
![]() | Line contains a tab character. | 3509 |
![]() | Line contains a tab character. | 3510 |
![]() | Line contains a tab character. | 3511 |
![]() | Line contains a tab character. | 3512 |
![]() | Line contains a tab character. | 3513 |
![]() | Line contains a tab character. | 3514 |
![]() | Line contains a tab character. | 3515 |
![]() | Line is longer than 80 characters. | 3516 |
![]() | Line contains a tab character. | 3516 |
![]() | Line contains a tab character. | 3517 |
![]() | 'if' is not followed by whitespace. | 3517 |
![]() | '!=' is not preceded with whitespace. | 3517 |
![]() | '!=' is not followed by whitespace. | 3517 |
![]() | '{' is not preceded with whitespace. | 3517 |
![]() | Line contains a tab character. | 3518 |
![]() | 'for' is not followed by whitespace. | 3518 |
![]() | ':' is not preceded with whitespace. | 3518 |
![]() | ':' is not followed by whitespace. | 3518 |
![]() | '{' is not preceded with whitespace. | 3518 |
![]() | Line has trailing spaces. | 3519 |
![]() | Line contains a tab character. | 3519 |
![]() | Line is longer than 80 characters. | 3520 |
![]() | Line contains a tab character. | 3520 |
![]() | Line has trailing spaces. | 3521 |
![]() | Line contains a tab character. | 3521 |
![]() | Line is longer than 80 characters. | 3522 |
![]() | Line contains a tab character. | 3522 |
![]() | Line is longer than 80 characters. | 3523 |
![]() | Line contains a tab character. | 3523 |
![]() | Line is longer than 80 characters. | 3524 |
![]() | Line contains a tab character. | 3524 |
![]() | Line has trailing spaces. | 3525 |
![]() | Line is longer than 80 characters. | 3525 |
![]() | Line contains a tab character. | 3525 |
![]() | Line is longer than 80 characters. | 3526 |
![]() | Line contains a tab character. | 3526 |
![]() | Line is longer than 80 characters. | 3527 |
![]() | Line contains a tab character. | 3527 |
![]() | Line has trailing spaces. | 3528 |
![]() | Line contains a tab character. | 3528 |
![]() | Line contains a tab character. | 3529 |
![]() | Line contains a tab character. | 3530 |
![]() | Line contains a tab character. | 3531 |
![]() | Line has trailing spaces. | 3532 |
![]() | Line contains a tab character. | 3532 |
![]() | Line contains a tab character. | 3533 |
![]() | Line contains a tab character. | 3534 |
![]() | 'for' is not followed by whitespace. | 3534 |
![]() | ':' is not preceded with whitespace. | 3534 |
![]() | ':' is not followed by whitespace. | 3534 |
![]() | '{' is not preceded with whitespace. | 3534 |
![]() | Line is longer than 80 characters. | 3535 |
![]() | Line contains a tab character. | 3535 |
![]() | 'if' is not followed by whitespace. | 3535 |
![]() | '{' is not preceded with whitespace. | 3535 |
![]() | Line is longer than 80 characters. | 3536 |
![]() | Line contains a tab character. | 3536 |
![]() | Line has trailing spaces. | 3537 |
![]() | Line contains a tab character. | 3537 |
![]() | Line is longer than 80 characters. | 3538 |
![]() | Line contains a tab character. | 3538 |
![]() | Line is longer than 80 characters. | 3539 |
![]() | Line contains a tab character. | 3539 |
![]() | Line has trailing spaces. | 3540 |
![]() | Line is longer than 80 characters. | 3540 |
![]() | Line contains a tab character. | 3540 |
![]() | Line is longer than 80 characters. | 3541 |
![]() | Line contains a tab character. | 3541 |
![]() | Line has trailing spaces. | 3542 |
![]() | Line is longer than 80 characters. | 3542 |
![]() | Line contains a tab character. | 3542 |
![]() | Line has trailing spaces. | 3543 |
![]() | Line contains a tab character. | 3543 |
![]() | Line contains a tab character. | 3544 |
![]() | Line contains a tab character. | 3545 |
![]() | Line contains a tab character. | 3546 |
![]() | Line contains a tab character. | 3548 |
![]() | Line is longer than 80 characters. | 3549 |
![]() | Line contains a tab character. | 3549 |
![]() | Line has trailing spaces. | 3550 |
![]() | Line contains a tab character. | 3550 |
![]() | Line contains a tab character. | 3551 |
![]() | Line contains a tab character. | 3552 |
![]() | Line has trailing spaces. | 3553 |
![]() | Line contains a tab character. | 3553 |
![]() | Line is longer than 80 characters. | 3554 |
![]() | Missing a Javadoc comment. | 3554 |
![]() | Line contains a tab character. | 3554 |
![]() | '{' is not preceded with whitespace. | 3554 |
![]() | Line contains a tab character. | 3555 |
![]() | Missing a Javadoc comment. | 3555 |
![]() | Line has trailing spaces. | 3556 |
![]() | Line contains a tab character. | 3556 |
![]() | Line contains a tab character. | 3557 |
![]() | Missing a Javadoc comment. | 3557 |
![]() | Parameter sortColumn should be final. | 3557 |
![]() | 'sortColumn' hides a field. | 3557 |
![]() | '{' is not preceded with whitespace. | 3557 |
![]() | Line contains a tab character. | 3558 |
![]() | Line contains a tab character. | 3559 |
![]() | Line contains a tab character. | 3560 |
![]() | Line has trailing spaces. | 3561 |
![]() | Line contains a tab character. | 3561 |
![]() | Line contains a tab character. | 3562 |
![]() | Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 3562 |
![]() | Line contains a tab character. | 3563 |
![]() | Parameter o1 should be final. | 3563 |
![]() | Parameter o2 should be final. | 3563 |
![]() | Line contains a tab character. | 3564 |
![]() | Line contains a tab character. | 3565 |
![]() | Line contains a tab character. | 3566 |
![]() | 'for' is not followed by whitespace. | 3566 |
![]() | ':' is not preceded with whitespace. | 3566 |
![]() | ':' is not followed by whitespace. | 3566 |
![]() | '{' is not preceded with whitespace. | 3566 |
![]() | Line contains a tab character. | 3567 |
![]() | 'if' is not followed by whitespace. | 3567 |
![]() | '{' is not preceded with whitespace. | 3567 |
![]() | Line contains a tab character. | 3568 |
![]() | Line contains a tab character. | 3569 |
![]() | Line contains a tab character. | 3570 |
![]() | Line contains a tab character. | 3571 |
![]() | Line contains a tab character. | 3572 |
![]() | 'for' is not followed by whitespace. | 3572 |
![]() | ':' is not preceded with whitespace. | 3572 |
![]() | ':' is not followed by whitespace. | 3572 |
![]() | '{' is not preceded with whitespace. | 3572 |
![]() | Line contains a tab character. | 3573 |
![]() | 'if' is not followed by whitespace. | 3573 |
![]() | '{' is not preceded with whitespace. | 3573 |
![]() | Line contains a tab character. | 3574 |
![]() | Line contains a tab character. | 3575 |
![]() | Line contains a tab character. | 3576 |
![]() | Line contains a tab character. | 3577 |
![]() | Line contains a tab character. | 3578 |
![]() | 'if' is not followed by whitespace. | 3578 |
![]() | '!=' is not preceded with whitespace. | 3578 |
![]() | '!=' is not followed by whitespace. | 3578 |
![]() | '{' is not preceded with whitespace. | 3578 |
![]() | Line contains a tab character. | 3579 |
![]() | 'if' is not followed by whitespace. | 3579 |
![]() | '==' is not preceded with whitespace. | 3579 |
![]() | '==' is not followed by whitespace. | 3579 |
![]() | '{' is not preceded with whitespace. | 3579 |
![]() | Line contains a tab character. | 3580 |
![]() | Line contains a tab character. | 3581 |
![]() | Line contains a tab character. | 3582 |
![]() | Line contains a tab character. | 3583 |
![]() | '}' should be alone on a line. | 3583 |
![]() | 'if' is not preceded with whitespace. | 3583 |
![]() | '}' is not followed by whitespace. | 3583 |
![]() | 'if' is not followed by whitespace. | 3583 |
![]() | '==' is not preceded with whitespace. | 3583 |
![]() | '==' is not followed by whitespace. | 3583 |
![]() | '{' is not preceded with whitespace. | 3583 |
![]() | Line contains a tab character. | 3584 |
![]() | Line contains a tab character. | 3585 |
![]() | Line contains a tab character. | 3586 |
![]() | Line contains a tab character. | 3587 |
![]() | Line has trailing spaces. | 3588 |
![]() | Line contains a tab character. | 3588 |
![]() | Line contains a tab character. | 3589 |
![]() | First sentence should end with a period. | 3591 |
![]() | Line contains a tab character. | 3591 |
![]() | Line contains a tab character. | 3592 |
![]() | Line contains a tab character. | 3593 |
![]() | Line contains a tab character. | 3594 |
![]() | Line contains a tab character. | 3595 |
![]() | Unused @param tag for 'parameter'. | 3595 |
![]() | Line contains a tab character. | 3596 |
![]() | Line contains a tab character. | 3597 |
![]() | Line contains a tab character. | 3598 |
![]() | Line contains a tab character. | 3599 |
![]() | Parameter param should be final. | 3599 |
![]() | Expected @param tag for 'param'. | 3599 |
![]() | Parameter paramName should be final. | 3599 |
![]() | Expected @param tag for 'paramName'. | 3599 |
![]() | Line contains a tab character. | 3600 |
![]() | Expected @throws tag for 'MissingParameterException'. | 3600 |
![]() | Line contains a tab character. | 3601 |
![]() | Line is longer than 80 characters. | 3602 |
![]() | Line contains a tab character. | 3602 |
![]() | Line contains a tab character. | 3603 |
![]() | Line contains a tab character. | 3604 |
![]() | Line contains a tab character. | 3606 |
![]() | Line contains a tab character. | 3607 |
![]() | Line contains a tab character. | 3608 |
![]() | Line contains a tab character. | 3609 |
![]() | Line contains a tab character. | 3610 |
![]() | Line contains a tab character. | 3611 |
![]() | Parameter param should be final. | 3611 |
![]() | Expected @param tag for 'param'. | 3611 |
![]() | Parameter paramName should be final. | 3611 |
![]() | Expected @param tag for 'paramName'. | 3611 |
![]() | Line contains a tab character. | 3612 |
![]() | Expected @throws tag for 'MissingParameterException'. | 3612 |
![]() | Line contains a tab character. | 3613 |
![]() | Line contains a tab character. | 3614 |
![]() | Line contains a tab character. | 3615 |
![]() | Line contains a tab character. | 3616 |
![]() | Line contains a tab character. | 3617 |
![]() | Line contains a tab character. | 3618 |
![]() | Line contains a tab character. | 3620 |
![]() | Method 'addCluSetsToCluSet' is not designed for extension - needs to be abstract, final or empty. | 3620 |
![]() | Line contains a tab character. | 3621 |
![]() | '=' is not preceded with whitespace. | 3621 |
![]() | '=' is not followed by whitespace. | 3621 |
![]() | Line is longer than 80 characters. | 3622 |
![]() | Line contains a tab character. | 3622 |
![]() | Parameter cluSetId should be final. | 3622 |
![]() | Parameter cluSetIdList should be final. | 3622 |
![]() | Line contains a tab character. | 3623 |
![]() | Line contains a tab character. | 3624 |
![]() | Line contains a tab character. | 3625 |
![]() | Line contains a tab character. | 3626 |
![]() | Line contains a tab character. | 3628 |
![]() | Line contains a tab character. | 3629 |
![]() | Line contains a tab character. | 3631 |
![]() | Line contains a tab character. | 3632 |
![]() | Line contains a tab character. | 3634 |
![]() | 'for' is not followed by whitespace. | 3634 |
![]() | Line is longer than 80 characters. | 3635 |
![]() | Line contains a tab character. | 3635 |
![]() | Line contains a tab character. | 3636 |
![]() | Line contains a tab character. | 3637 |
![]() | Line contains a tab character. | 3638 |
![]() | Line contains a tab character. | 3639 |
![]() | Line contains a tab character. | 3641 |
![]() | Line contains a tab character. | 3642 |
![]() | Line contains a tab character. | 3644 |
![]() | Line contains a tab character. | 3645 |
![]() | Line contains a tab character. | 3647 |
![]() | Method 'addClusToCluSet' is not designed for extension - needs to be abstract, final or empty. | 3647 |
![]() | Line contains a tab character. | 3648 |
![]() | '=' is not preceded with whitespace. | 3648 |
![]() | '=' is not followed by whitespace. | 3648 |
![]() | Line is longer than 80 characters. | 3649 |
![]() | Line contains a tab character. | 3649 |
![]() | Parameter cluIdList should be final. | 3649 |
![]() | Parameter cluSetId should be final. | 3649 |
![]() | Line contains a tab character. | 3650 |
![]() | Line contains a tab character. | 3651 |
![]() | Line contains a tab character. | 3652 |
![]() | Line contains a tab character. | 3654 |
![]() | Line contains a tab character. | 3655 |
![]() | Line has trailing spaces. | 3656 |
![]() | Line contains a tab character. | 3656 |
![]() | Line contains a tab character. | 3657 |
![]() | 'for' is not followed by whitespace. | 3657 |
![]() | Line contains a tab character. | 3658 |
![]() | Line contains a tab character. | 3659 |
![]() | Line contains a tab character. | 3660 |
![]() | Line contains a tab character. | 3661 |
![]() | Line contains a tab character. | 3662 |
![]() | Line contains a tab character. | 3664 |
![]() | Line contains a tab character. | 3665 |
![]() | Line contains a tab character. | 3667 |
![]() | Line contains a tab character. | 3668 |
![]() | Line contains a tab character. | 3670 |
![]() | Method 'getValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 3670 |
![]() | Missing a Javadoc comment. | 3670 |
![]() | Line contains a tab character. | 3671 |
![]() | Line contains a tab character. | 3672 |
![]() | Line contains a tab character. | 3674 |
![]() | Method 'setValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 3674 |
![]() | Missing a Javadoc comment. | 3674 |
![]() | Parameter validatorFactory should be final. | 3674 |
![]() | 'validatorFactory' hides a field. | 3674 |
![]() | Line contains a tab character. | 3675 |
![]() | Line contains a tab character. | 3676 |
![]() | First sentence should end with a period. | 3678 |
![]() | Line contains a tab character. | 3678 |
![]() | Line has trailing spaces. | 3679 |
![]() | Line contains a tab character. | 3679 |
![]() | Expected an @return tag. | 3680 |
![]() | Line contains a tab character. | 3680 |
![]() | Method 'createNewCluVersion' is not designed for extension - needs to be abstract, final or empty. | 3680 |
![]() | '=' is not preceded with whitespace. | 3681 |
![]() | '=' is not followed by whitespace. | 3681 |
![]() | Line has trailing spaces. | 3682 |
![]() | Line is longer than 80 characters. | 3682 |
![]() | Line contains a tab character. | 3682 |
![]() | Parameter versionIndCluId should be final. | 3682 |
![]() | Expected @param tag for 'versionIndCluId'. | 3682 |
![]() | Parameter versionComment should be final. | 3682 |
![]() | Expected @param tag for 'versionComment'. | 3682 |
![]() | Expected @throws tag for 'DataValidationErrorException'. | 3682 |
![]() | Expected @throws tag for 'DoesNotExistException'. | 3682 |
![]() | Expected @throws tag for 'InvalidParameterException'. | 3682 |
![]() | Expected @throws tag for 'MissingParameterException'. | 3682 |
![]() | Expected @throws tag for 'OperationFailedException'. | 3682 |
![]() | Expected @throws tag for 'PermissionDeniedException'. | 3682 |
![]() | Expected @throws tag for 'VersionMismatchException'. | 3682 |
![]() | Line contains a tab character. | 3683 |
![]() | Line has trailing spaces. | 3684 |
![]() | Line contains a tab character. | 3684 |
![]() | Line contains a tab character. | 3685 |
![]() | 'try' is not followed by whitespace. | 3685 |
![]() | '{' is not preceded with whitespace. | 3685 |
![]() | Line contains a tab character. | 3686 |
![]() | Line contains a tab character. | 3687 |
![]() | 'catch' is not preceded with whitespace. | 3687 |
![]() | '}' is not followed by whitespace. | 3687 |
![]() | 'catch' is not followed by whitespace. | 3687 |
![]() | '{' is not preceded with whitespace. | 3687 |
![]() | Line is longer than 80 characters. | 3688 |
![]() | Line contains a tab character. | 3688 |
![]() | Line contains a tab character. | 3689 |
![]() | Line contains a tab character. | 3690 |
![]() | 'try' is not followed by whitespace. | 3690 |
![]() | '{' is not preceded with whitespace. | 3690 |
![]() | Line is longer than 80 characters. | 3691 |
![]() | Line contains a tab character. | 3691 |
![]() | Line contains a tab character. | 3692 |
![]() | 'catch' is not preceded with whitespace. | 3692 |
![]() | '}' is not followed by whitespace. | 3692 |
![]() | 'catch' is not followed by whitespace. | 3692 |
![]() | '{' is not preceded with whitespace. | 3692 |
![]() | Line is longer than 80 characters. | 3693 |
![]() | Line contains a tab character. | 3693 |
![]() | Line contains a tab character. | 3694 |
![]() | Line has trailing spaces. | 3695 |
![]() | Line contains a tab character. | 3695 |
![]() | Line contains a tab character. | 3696 |
![]() | Line has trailing spaces. | 3697 |
![]() | Line contains a tab character. | 3697 |
![]() | Line contains a tab character. | 3698 |
![]() | Line contains a tab character. | 3699 |
![]() | Line has trailing spaces. | 3700 |
![]() | Line contains a tab character. | 3700 |
![]() | Line has trailing spaces. | 3701 |
![]() | Line contains a tab character. | 3701 |
![]() | Line contains a tab character. | 3702 |
![]() | Line has trailing spaces. | 3703 |
![]() | Line contains a tab character. | 3703 |
![]() | Line contains a tab character. | 3705 |
![]() | Line contains a tab character. | 3706 |
![]() | Line contains a tab character. | 3707 |
![]() | Line is longer than 80 characters. | 3708 |
![]() | Line contains a tab character. | 3708 |
![]() | Line contains a tab character. | 3709 |
![]() | Line contains a tab character. | 3710 |
![]() | Line contains a tab character. | 3711 |
![]() | Line contains a tab character. | 3712 |
![]() | Line contains a tab character. | 3713 |
![]() | Line contains a tab character. | 3714 |
![]() | Line contains a tab character. | 3715 |
![]() | Line has trailing spaces. | 3716 |
![]() | Line is longer than 80 characters. | 3718 |
![]() | Line has trailing spaces. | 3720 |
![]() | Line contains a tab character. | 3720 |
![]() | Line contains a tab character. | 3721 |
![]() | Line contains a tab character. | 3722 |
![]() | Missing a Javadoc comment. | 3724 |
![]() | Parameter clu should be final. | 3724 |
![]() | Line contains a tab character. | 3725 |
![]() | Line is longer than 80 characters. | 3726 |
![]() | ';' is not followed by whitespace. | 3726 |
![]() | Line contains a tab character. | 3727 |
![]() | Line has trailing spaces. | 3728 |
![]() | Line contains a tab character. | 3728 |
![]() | Line contains a tab character. | 3729 |
![]() | 'if' is not followed by whitespace. | 3729 |
![]() | '!=' is not preceded with whitespace. | 3729 |
![]() | '!=' is not followed by whitespace. | 3729 |
![]() | '{' is not preceded with whitespace. | 3729 |
![]() | Line contains a tab character. | 3730 |
![]() | Line has trailing spaces. | 3731 |
![]() | Line contains a tab character. | 3731 |
![]() | Line is longer than 80 characters. | 3732 |
![]() | Line contains a tab character. | 3732 |
![]() | 'for' is not followed by whitespace. | 3732 |
![]() | ':' is not preceded with whitespace. | 3732 |
![]() | ':' is not followed by whitespace. | 3732 |
![]() | '{' is not preceded with whitespace. | 3732 |
![]() | Line contains a tab character. | 3733 |
![]() | Line contains a tab character. | 3734 |
![]() | Line contains a tab character. | 3735 |
![]() | Line contains a tab character. | 3736 |
![]() | 'for' is not followed by whitespace. | 3736 |
![]() | ':' is not preceded with whitespace. | 3736 |
![]() | ':' is not followed by whitespace. | 3736 |
![]() | '{' is not preceded with whitespace. | 3736 |
![]() | Line contains a tab character. | 3737 |
![]() | Line contains a tab character. | 3738 |
![]() | Line contains a tab character. | 3739 |
![]() | 'for' is not followed by whitespace. | 3739 |
![]() | ':' is not preceded with whitespace. | 3739 |
![]() | ':' is not followed by whitespace. | 3739 |
![]() | '{' is not preceded with whitespace. | 3739 |
![]() | Line contains a tab character. | 3740 |
![]() | Line contains a tab character. | 3741 |
![]() | Line is longer than 80 characters. | 3742 |
![]() | Line contains a tab character. | 3742 |
![]() | 'for' is not followed by whitespace. | 3742 |
![]() | ':' is not preceded with whitespace. | 3742 |
![]() | ':' is not followed by whitespace. | 3742 |
![]() | '{' is not preceded with whitespace. | 3742 |
![]() | Line contains a tab character. | 3743 |
![]() | Line contains a tab character. | 3744 |
![]() | Line contains a tab character. | 3745 |
![]() | 'if' is not followed by whitespace. | 3745 |
![]() | '!=' is not preceded with whitespace. | 3745 |
![]() | '!=' is not followed by whitespace. | 3745 |
![]() | '{' is not preceded with whitespace. | 3745 |
![]() | Line contains a tab character. | 3746 |
![]() | Line is longer than 80 characters. | 3747 |
![]() | Line contains a tab character. | 3747 |
![]() | 'for' is not followed by whitespace. | 3747 |
![]() | ':' is not preceded with whitespace. | 3747 |
![]() | ':' is not followed by whitespace. | 3747 |
![]() | '{' is not preceded with whitespace. | 3747 |
![]() | Line contains a tab character. | 3748 |
![]() | Line is longer than 80 characters. | 3749 |
![]() | Line contains a tab character. | 3749 |
![]() | 'for' is not followed by whitespace. | 3749 |
![]() | ':' is not preceded with whitespace. | 3749 |
![]() | ':' is not followed by whitespace. | 3749 |
![]() | '{' is not preceded with whitespace. | 3749 |
![]() | Line contains a tab character. | 3750 |
![]() | Line contains a tab character. | 3751 |
![]() | Line is longer than 80 characters. | 3752 |
![]() | Line contains a tab character. | 3752 |
![]() | 'for' is not followed by whitespace. | 3752 |
![]() | ':' is not preceded with whitespace. | 3752 |
![]() | ':' is not followed by whitespace. | 3752 |
![]() | '{' is not preceded with whitespace. | 3752 |
![]() | Line contains a tab character. | 3753 |
![]() | Line contains a tab character. | 3754 |
![]() | Line contains a tab character. | 3755 |
![]() | Line contains a tab character. | 3756 |
![]() | Line contains a tab character. | 3757 |
![]() | 'for' is not followed by whitespace. | 3757 |
![]() | ':' is not preceded with whitespace. | 3757 |
![]() | ':' is not followed by whitespace. | 3757 |
![]() | '{' is not preceded with whitespace. | 3757 |
![]() | Line contains a tab character. | 3758 |
![]() | Line contains a tab character. | 3759 |
![]() | Line contains a tab character. | 3760 |
![]() | 'if' is not followed by whitespace. | 3760 |
![]() | '!=' is not preceded with whitespace. | 3760 |
![]() | '!=' is not followed by whitespace. | 3760 |
![]() | '{' is not preceded with whitespace. | 3760 |
![]() | Line contains a tab character. | 3761 |
![]() | Line contains a tab character. | 3762 |
![]() | Line contains a tab character. | 3763 |
![]() | Line contains a tab character. | 3765 |
![]() | Line has trailing spaces. | 3766 |
![]() | Line is longer than 80 characters. | 3766 |
![]() | Line contains a tab character. | 3766 |
![]() | Line has trailing spaces. | 3767 |
![]() | Line contains a tab character. | 3767 |
![]() | Line is longer than 80 characters. | 3768 |
![]() | Line contains a tab character. | 3768 |
![]() | Line has trailing spaces. | 3769 |
![]() | Line contains a tab character. | 3769 |
![]() | Line contains a tab character. | 3770 |
![]() | Expected an @return tag. | 3771 |
![]() | Line contains a tab character. | 3771 |
![]() | Method 'setCurrentCluVersion' is not designed for extension - needs to be abstract, final or empty. | 3771 |
![]() | Line contains a tab character. | 3772 |
![]() | '=' is not preceded with whitespace. | 3772 |
![]() | '=' is not followed by whitespace. | 3772 |
![]() | Line is longer than 80 characters. | 3773 |
![]() | Parameter cluVersionId should be final. | 3773 |
![]() | Expected @param tag for 'cluVersionId'. | 3773 |
![]() | Parameter currentVersionStart should be final. | 3773 |
![]() | Expected @throws tag for 'DoesNotExistException'. | 3773 |
![]() | Expected @throws tag for 'InvalidParameterException'. | 3773 |
![]() | Expected @throws tag for 'MissingParameterException'. | 3773 |
![]() | Expected @throws tag for 'IllegalVersionSequencingException'. | 3773 |
![]() | Expected @throws tag for 'OperationFailedException'. | 3773 |
![]() | Expected @throws tag for 'PermissionDeniedException'. | 3773 |
![]() | Line contains a tab character. | 3775 |
![]() | ';' is not followed by whitespace. | 3775 |
![]() | Line is longer than 80 characters. | 3776 |
![]() | Line contains a tab character. | 3776 |
![]() | 'if' is not followed by whitespace. | 3776 |
![]() | '!=' is not preceded with whitespace. | 3776 |
![]() | '!=' is not followed by whitespace. | 3776 |
![]() | '&&' is not preceded with whitespace. | 3776 |
![]() | '&&' is not followed by whitespace. | 3776 |
![]() | '<' is not preceded with whitespace. | 3776 |
![]() | '<' is not followed by whitespace. | 3776 |
![]() | '{' is not preceded with whitespace. | 3776 |
![]() | Line is longer than 80 characters. | 3777 |
![]() | Line contains a tab character. | 3777 |
![]() | Line contains a tab character. | 3778 |
![]() | Line contains a tab character. | 3779 |
![]() | Line contains a tab character. | 3780 |
![]() | 'if' is not followed by whitespace. | 3780 |
![]() | '==' is not preceded with whitespace. | 3780 |
![]() | '==' is not followed by whitespace. | 3780 |
![]() | '{' is not preceded with whitespace. | 3780 |
![]() | Line contains a tab character. | 3781 |
![]() | Line contains a tab character. | 3782 |
![]() | Line has trailing spaces. | 3783 |
![]() | Line contains a tab character. | 3783 |
![]() | Line has trailing spaces. | 3784 |
![]() | Line contains a tab character. | 3784 |
![]() | Line contains a tab character. | 3785 |
![]() | Line contains a tab character. | 3786 |
![]() | Line contains a tab character. | 3788 |
![]() | Line contains a tab character. | 3789 |
![]() | 'try' is not followed by whitespace. | 3789 |
![]() | '{' is not preceded with whitespace. | 3789 |
![]() | Line contains a tab character. | 3790 |
![]() | Line contains a tab character. | 3791 |
![]() | 'catch' is not preceded with whitespace. | 3791 |
![]() | '}' is not followed by whitespace. | 3791 |
![]() | 'catch' is not followed by whitespace. | 3791 |
![]() | '{' is not preceded with whitespace. | 3791 |
![]() | Must have at least one statement. | 3791 |
![]() | '{' is not followed by whitespace. | 3791 |
![]() | '}' is not preceded with whitespace. | 3791 |
![]() | Line has trailing spaces. | 3792 |
![]() | Line contains a tab character. | 3792 |
![]() | Line is longer than 80 characters. | 3793 |
![]() | Line contains a tab character. | 3793 |
![]() | Line contains a tab character. | 3794 |
![]() | 'if' is not followed by whitespace. | 3794 |
![]() | '!=' is not preceded with whitespace. | 3794 |
![]() | '!=' is not followed by whitespace. | 3794 |
![]() | '{' is not preceded with whitespace. | 3794 |
![]() | Line is longer than 80 characters. | 3795 |
![]() | Line contains a tab character. | 3795 |
![]() | 'if' is not followed by whitespace. | 3795 |
![]() | '<=' is not preceded with whitespace. | 3795 |
![]() | '<=' is not followed by whitespace. | 3795 |
![]() | '{' is not preceded with whitespace. | 3795 |
![]() | Line is longer than 80 characters. | 3796 |
![]() | Line contains a tab character. | 3796 |
![]() | Line contains a tab character. | 3797 |
![]() | Line contains a tab character. | 3798 |
![]() | 'else' is not preceded with whitespace. | 3798 |
![]() | '}' is not followed by whitespace. | 3798 |
![]() | 'else' is not followed by whitespace. | 3798 |
![]() | '{' is not preceded with whitespace. | 3798 |
![]() | Line is longer than 80 characters. | 3799 |
![]() | Line contains a tab character. | 3799 |
![]() | Line contains a tab character. | 3800 |
![]() | Line contains a tab character. | 3801 |
![]() | Line has trailing spaces. | 3802 |
![]() | Line contains a tab character. | 3802 |
![]() | Line has trailing spaces. | 3803 |
![]() | Line contains a tab character. | 3803 |
![]() | Line is longer than 80 characters. | 3804 |
![]() | Line contains a tab character. | 3804 |
![]() | Line is longer than 80 characters. | 3805 |
![]() | Line contains a tab character. | 3805 |
![]() | Line contains a tab character. | 3806 |
![]() | 'for' is not followed by whitespace. | 3806 |
![]() | ':' is not preceded with whitespace. | 3806 |
![]() | ':' is not followed by whitespace. | 3806 |
![]() | '{' is not preceded with whitespace. | 3806 |
![]() | Line is longer than 80 characters. | 3807 |
![]() | Line contains a tab character. | 3807 |
![]() | 'if' is not followed by whitespace. | 3807 |
![]() | '==' is not preceded with whitespace. | 3807 |
![]() | '==' is not followed by whitespace. | 3807 |
![]() | '{' is not preceded with whitespace. | 3807 |
![]() | Line is longer than 80 characters. | 3808 |
![]() | Line contains a tab character. | 3808 |
![]() | Line is longer than 80 characters. | 3809 |
![]() | Line contains a tab character. | 3809 |
![]() | Line is longer than 80 characters. | 3810 |
![]() | Line contains a tab character. | 3810 |
![]() | Line contains a tab character. | 3811 |
![]() | Line contains a tab character. | 3812 |
![]() | Line contains a tab character. | 3813 |
![]() | Line has trailing spaces. | 3814 |
![]() | Line contains a tab character. | 3814 |
![]() | Line is longer than 80 characters. | 3815 |
![]() | Line contains a tab character. | 3815 |
![]() | Line contains a tab character. | 3816 |
![]() | 'if' is not followed by whitespace. | 3816 |
![]() | '!=' is not preceded with whitespace. | 3816 |
![]() | '!=' is not followed by whitespace. | 3816 |
![]() | '{' is not preceded with whitespace. | 3816 |
![]() | Line is longer than 80 characters. | 3817 |
![]() | Line contains a tab character. | 3817 |
![]() | Line contains a tab character. | 3818 |
![]() | Line contains a tab character. | 3819 |
![]() | Line has trailing spaces. | 3820 |
![]() | Line contains a tab character. | 3820 |
![]() | Line contains a tab character. | 3821 |
![]() | Line contains a tab character. | 3822 |
![]() | Line contains a tab character. | 3823 |
![]() | Line contains a tab character. | 3824 |
![]() | Line has trailing spaces. | 3825 |
![]() | Line contains a tab character. | 3825 |
![]() | Line contains a tab character. | 3826 |
![]() | Line contains a tab character. | 3827 |
![]() | Line has trailing spaces. | 3829 |
![]() | Line has trailing spaces. | 3830 |
![]() | Line contains a tab character. | 3830 |
![]() | Method 'getLatestVersion' is not designed for extension - needs to be abstract, final or empty. | 3831 |
![]() | Line is longer than 80 characters. | 3832 |
![]() | Parameter refObjectTypeURI should be final. | 3832 |
![]() | Parameter refObjectId should be final. | 3832 |
![]() | Line contains a tab character. | 3833 |
![]() | Line is longer than 80 characters. | 3834 |
![]() | Line contains a tab character. | 3834 |
![]() | 'if' is not followed by whitespace. | 3834 |
![]() | '{' is not preceded with whitespace. | 3834 |
![]() | Line contains a tab character. | 3835 |
![]() | 'try' is not followed by whitespace. | 3835 |
![]() | '{' is not preceded with whitespace. | 3835 |
![]() | Line is longer than 80 characters. | 3836 |
![]() | Line contains a tab character. | 3836 |
![]() | Line contains a tab character. | 3837 |
![]() | 'catch' is not preceded with whitespace. | 3837 |
![]() | '}' is not followed by whitespace. | 3837 |
![]() | 'catch' is not followed by whitespace. | 3837 |
![]() | '{' is not preceded with whitespace. | 3837 |
![]() | Line contains a tab character. | 3838 |
![]() | Line contains a tab character. | 3839 |
![]() | 'else' is not preceded with whitespace. | 3840 |
![]() | '}' is not followed by whitespace. | 3840 |
![]() | 'else' is not followed by whitespace. | 3840 |
![]() | '{' is not preceded with whitespace. | 3840 |
![]() | Line is longer than 80 characters. | 3841 |
![]() | Line contains a tab character. | 3841 |
![]() | '+' is not preceded with whitespace. | 3841 |
![]() | '+' is not followed by whitespace. | 3841 |
![]() | Line contains a tab character. | 3843 |
![]() | Line contains a tab character. | 3844 |
![]() | Line contains a tab character. | 3846 |
![]() | Method 'getCurrentVersion' is not designed for extension - needs to be abstract, final or empty. | 3846 |
![]() | Line is longer than 80 characters. | 3847 |
![]() | Parameter refObjectTypeURI should be final. | 3847 |
![]() | Parameter refObjectId should be final. | 3847 |
![]() | Line contains a tab character. | 3848 |
![]() | Line is longer than 80 characters. | 3849 |
![]() | Line contains a tab character. | 3849 |
![]() | 'if' is not followed by whitespace. | 3849 |
![]() | '{' is not preceded with whitespace. | 3849 |
![]() | Line contains a tab character. | 3850 |
![]() | 'try' is not followed by whitespace. | 3850 |
![]() | '{' is not preceded with whitespace. | 3850 |
![]() | Line is longer than 80 characters. | 3851 |
![]() | Line contains a tab character. | 3851 |
![]() | Line contains a tab character. | 3852 |
![]() | 'catch' is not preceded with whitespace. | 3852 |
![]() | '}' is not followed by whitespace. | 3852 |
![]() | 'catch' is not followed by whitespace. | 3852 |
![]() | '{' is not preceded with whitespace. | 3852 |
![]() | Line contains a tab character. | 3853 |
![]() | Line contains a tab character. | 3854 |
![]() | 'else' is not preceded with whitespace. | 3855 |
![]() | '}' is not followed by whitespace. | 3855 |
![]() | 'else' is not followed by whitespace. | 3855 |
![]() | '{' is not preceded with whitespace. | 3855 |
![]() | Line is longer than 80 characters. | 3856 |
![]() | Line contains a tab character. | 3856 |
![]() | '+' is not preceded with whitespace. | 3856 |
![]() | '+' is not followed by whitespace. | 3856 |
![]() | Line contains a tab character. | 3858 |
![]() | Line contains a tab character. | 3859 |
![]() | Method 'getCurrentVersionOnDate' is not designed for extension - needs to be abstract, final or empty. | 3861 |
![]() | Line is longer than 80 characters. | 3862 |
![]() | Parameter refObjectTypeURI should be final. | 3862 |
![]() | Parameter refObjectId should be final. | 3862 |
![]() | Parameter date should be final. | 3862 |
![]() | Line contains a tab character. | 3863 |
![]() | Line is longer than 80 characters. | 3864 |
![]() | Line contains a tab character. | 3864 |
![]() | 'if' is not followed by whitespace. | 3864 |
![]() | '{' is not preceded with whitespace. | 3864 |
![]() | Line contains a tab character. | 3865 |
![]() | 'try' is not followed by whitespace. | 3865 |
![]() | '{' is not preceded with whitespace. | 3865 |
![]() | Line is longer than 80 characters. | 3866 |
![]() | Line contains a tab character. | 3866 |
![]() | Line contains a tab character. | 3867 |
![]() | 'catch' is not preceded with whitespace. | 3867 |
![]() | '}' is not followed by whitespace. | 3867 |
![]() | 'catch' is not followed by whitespace. | 3867 |
![]() | '{' is not preceded with whitespace. | 3867 |
![]() | Line contains a tab character. | 3868 |
![]() | Line contains a tab character. | 3869 |
![]() | 'else' is not preceded with whitespace. | 3870 |
![]() | '}' is not followed by whitespace. | 3870 |
![]() | 'else' is not followed by whitespace. | 3870 |
![]() | '{' is not preceded with whitespace. | 3870 |
![]() | Line is longer than 80 characters. | 3871 |
![]() | Line contains a tab character. | 3871 |
![]() | '+' is not preceded with whitespace. | 3871 |
![]() | '+' is not followed by whitespace. | 3871 |
![]() | Line contains a tab character. | 3873 |
![]() | Method 'getFirstVersion' is not designed for extension - needs to be abstract, final or empty. | 3876 |
![]() | Line is longer than 80 characters. | 3877 |
![]() | Parameter refObjectTypeURI should be final. | 3877 |
![]() | Parameter refObjectId should be final. | 3877 |
![]() | Line contains a tab character. | 3878 |
![]() | Line is longer than 80 characters. | 3879 |
![]() | Line contains a tab character. | 3879 |
![]() | 'if' is not followed by whitespace. | 3879 |
![]() | '{' is not preceded with whitespace. | 3879 |
![]() | Line contains a tab character. | 3880 |
![]() | 'try' is not followed by whitespace. | 3880 |
![]() | '{' is not preceded with whitespace. | 3880 |
![]() | Line is longer than 80 characters. | 3881 |
![]() | Line contains a tab character. | 3881 |
![]() | Line contains a tab character. | 3882 |
![]() | 'catch' is not preceded with whitespace. | 3882 |
![]() | '}' is not followed by whitespace. | 3882 |
![]() | 'catch' is not followed by whitespace. | 3882 |
![]() | '{' is not preceded with whitespace. | 3882 |
![]() | Line contains a tab character. | 3883 |
![]() | Line contains a tab character. | 3884 |
![]() | 'else' is not preceded with whitespace. | 3885 |
![]() | '}' is not followed by whitespace. | 3885 |
![]() | 'else' is not followed by whitespace. | 3885 |
![]() | '{' is not preceded with whitespace. | 3885 |
![]() | Line is longer than 80 characters. | 3886 |
![]() | Line contains a tab character. | 3886 |
![]() | '+' is not preceded with whitespace. | 3886 |
![]() | '+' is not followed by whitespace. | 3886 |
![]() | Line contains a tab character. | 3888 |
![]() | Method 'getVersionBySequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 3891 |
![]() | Line is longer than 80 characters. | 3892 |
![]() | Parameter refObjectTypeURI should be final. | 3892 |
![]() | Parameter refObjectId should be final. | 3892 |
![]() | Parameter sequence should be final. | 3892 |
![]() | Line contains a tab character. | 3893 |
![]() | Line is longer than 80 characters. | 3894 |
![]() | Line contains a tab character. | 3894 |
![]() | 'if' is not followed by whitespace. | 3894 |
![]() | '{' is not preceded with whitespace. | 3894 |
![]() | Line contains a tab character. | 3895 |
![]() | 'try' is not followed by whitespace. | 3895 |
![]() | '{' is not preceded with whitespace. | 3895 |
![]() | Line is longer than 80 characters. | 3896 |
![]() | Line contains a tab character. | 3896 |
![]() | Line contains a tab character. | 3897 |
![]() | 'catch' is not preceded with whitespace. | 3897 |
![]() | '}' is not followed by whitespace. | 3897 |
![]() | 'catch' is not followed by whitespace. | 3897 |
![]() | '{' is not preceded with whitespace. | 3897 |
![]() | Line contains a tab character. | 3898 |
![]() | Line contains a tab character. | 3899 |
![]() | 'else' is not preceded with whitespace. | 3900 |
![]() | '}' is not followed by whitespace. | 3900 |
![]() | 'else' is not followed by whitespace. | 3900 |
![]() | '{' is not preceded with whitespace. | 3900 |
![]() | Line is longer than 80 characters. | 3901 |
![]() | Line contains a tab character. | 3901 |
![]() | '+' is not preceded with whitespace. | 3901 |
![]() | '+' is not followed by whitespace. | 3901 |
![]() | Line contains a tab character. | 3903 |
![]() | Method 'getVersions' is not designed for extension - needs to be abstract, final or empty. | 3906 |
![]() | Line is longer than 80 characters. | 3907 |
![]() | Parameter refObjectTypeURI should be final. | 3907 |
![]() | Parameter refObjectId should be final. | 3907 |
![]() | Line contains a tab character. | 3908 |
![]() | Line is longer than 80 characters. | 3909 |
![]() | Line contains a tab character. | 3909 |
![]() | 'if' is not followed by whitespace. | 3909 |
![]() | '{' is not preceded with whitespace. | 3909 |
![]() | Line contains a tab character. | 3910 |
![]() | Line contains a tab character. | 3911 |
![]() | 'if' is not followed by whitespace. | 3911 |
![]() | '==' is not preceded with whitespace. | 3911 |
![]() | '==' is not followed by whitespace. | 3911 |
![]() | '{' is not preceded with whitespace. | 3911 |
![]() | Line is longer than 80 characters. | 3912 |
![]() | Line contains a tab character. | 3912 |
![]() | Line contains a tab character. | 3913 |
![]() | 'else' is not preceded with whitespace. | 3914 |
![]() | '}' is not followed by whitespace. | 3914 |
![]() | 'else' is not followed by whitespace. | 3914 |
![]() | '{' is not preceded with whitespace. | 3914 |
![]() | Line is longer than 80 characters. | 3915 |
![]() | Line contains a tab character. | 3915 |
![]() | '+' is not preceded with whitespace. | 3915 |
![]() | '+' is not followed by whitespace. | 3915 |
![]() | Line contains a tab character. | 3917 |
![]() | Method 'getVersionsInDateRange' is not designed for extension - needs to be abstract, final or empty. | 3920 |
![]() | Line is longer than 80 characters. | 3921 |
![]() | Parameter refObjectTypeURI should be final. | 3921 |
![]() | Parameter refObjectId should be final. | 3921 |
![]() | Parameter from should be final. | 3921 |
![]() | Parameter to should be final. | 3921 |
![]() | Line contains a tab character. | 3922 |
![]() | Line is longer than 80 characters. | 3923 |
![]() | Line contains a tab character. | 3923 |
![]() | 'if' is not followed by whitespace. | 3923 |
![]() | '{' is not preceded with whitespace. | 3923 |
![]() | Line is longer than 80 characters. | 3924 |
![]() | Line contains a tab character. | 3924 |
![]() | Line contains a tab character. | 3925 |
![]() | 'if' is not followed by whitespace. | 3925 |
![]() | '==' is not preceded with whitespace. | 3925 |
![]() | '==' is not followed by whitespace. | 3925 |
![]() | '{' is not preceded with whitespace. | 3925 |
![]() | Line is longer than 80 characters. | 3926 |
![]() | Line contains a tab character. | 3926 |
![]() | Line contains a tab character. | 3927 |
![]() | 'else' is not preceded with whitespace. | 3928 |
![]() | '}' is not followed by whitespace. | 3928 |
![]() | 'else' is not followed by whitespace. | 3928 |
![]() | '{' is not preceded with whitespace. | 3928 |
![]() | Line is longer than 80 characters. | 3929 |
![]() | Line contains a tab character. | 3929 |
![]() | '+' is not preceded with whitespace. | 3929 |
![]() | '+' is not followed by whitespace. | 3929 |
![]() | Line contains a tab character. | 3931 |
![]() | Line contains a tab character. | 3934 |
![]() | Method 'setSearchDispatcher' is not designed for extension - needs to be abstract, final or empty. | 3934 |
![]() | Missing a Javadoc comment. | 3934 |
![]() | Parameter searchDispatcher should be final. | 3934 |
![]() | 'searchDispatcher' hides a field. | 3934 |
![]() | Line contains a tab character. | 3935 |
![]() | Line contains a tab character. | 3936 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | 'static' modifier out of order with the JLS suggestions. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Parameter clu should be final. | 46 |
![]() | Parameter coreProgram should be final. | 46 |
![]() | Parameter shallowBuild should be final. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Avoid inline conditionals. | 48 |
![]() | Line has trailing spaces. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line has trailing spaces. | 65 |
![]() | Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Parameter core should be final. | 70 |
![]() | Parameter operation should be final. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line has trailing spaces. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | 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. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Avoid inline conditionals. | 82 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line has trailing spaces. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | 'if' construct must use '{}'s. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line has trailing spaces. | 94 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line has trailing spaces. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | 'if' is not followed by whitespace. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line has trailing spaces. | 101 |
![]() | Line has trailing spaces. | 105 |
![]() | Line has trailing spaces. | 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 is longer than 80 characters. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter core should be final. | 116 |
![]() | Parameter operation should be final. | 116 |
![]() | Parameter result should be final. | 116 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Must have at least one statement. | 122 |
![]() | Line has trailing spaces. | 127 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Parameter luService should be final. | 129 |
![]() | 'luService' hides a field. | 129 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Method 'setProgramAssemblerUtils' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Parameter programAssemblerUtils should be final. | 133 |
![]() | 'programAssemblerUtils' hides a field. | 133 |
![]() | Method 'setCluAssemblerUtils' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Parameter cluAssemblerUtils should be final. | 137 |
![]() | 'cluAssemblerUtils' hides a field. | 137 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | 'static' modifier out of order with the JLS suggestions. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Parameter clu should be final. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Parameter credentialProgram should be final. | 28 |
![]() | Parameter shallowBuild should be final. | 29 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Avoid inline conditionals. | 32 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line has trailing spaces. | 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 has trailing spaces. | 61 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Parameter credential should be final. | 73 |
![]() | Parameter operation should be final. | 73 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Avoid inline conditionals. | 87 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line has trailing spaces. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | 'if' construct must use '{}'s. | 95 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line has trailing spaces. | 98 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Parameter credential should be final. | 130 |
![]() | Parameter operation should be final. | 130 |
![]() | Parameter result should be final. | 130 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Parameter credential should be final. | 138 |
![]() | Parameter operation should be final. | 138 |
![]() | Parameter result should be final. | 138 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Must have at least one statement. | 144 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Parameter credential should be final. | 150 |
![]() | Parameter operation should be final. | 150 |
![]() | Parameter result should be final. | 150 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Method 'setProgramAssemblerUtils' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Parameter programAssemblerUtils should be final. | 185 |
![]() | 'programAssemblerUtils' hides a field. | 185 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Parameter luService should be final. | 189 |
![]() | 'luService' hides a field. | 189 |
![]() | Method 'setCluAssemblerUtils' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Parameter cluAssemblerUtils should be final. | 193 |
![]() | 'cluAssemblerUtils' hides a field. | 193 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Parameter clu should be final. | 59 |
![]() | Parameter majorDiscipline should be final. | 59 |
![]() | Parameter shallowBuild should be final. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Avoid inline conditionals. | 60 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Avoid inline conditionals. | 70 |
![]() | Line has trailing spaces. | 73 |
![]() | Line contains a tab character. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line has trailing spaces. | 89 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter cluId should be final. | 93 |
![]() | Parameter shallowBuild should be final. | 93 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Parameter cluId should be final. | 109 |
![]() | Parameter shallowBuild should be final. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line contains a tab character. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line has trailing spaces. | 115 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | 'if' is not followed by whitespace. | 116 |
![]() | '{' is not preceded with whitespace. | 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 contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Parameter major should be final. | 129 |
![]() | Parameter operation should be final. | 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 is longer than 80 characters. | 137 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line has trailing spaces. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | Avoid inline conditionals. | 142 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line contains a tab character. | 144 |
![]() | Line has trailing spaces. | 145 |
![]() | Line has trailing spaces. | 146 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line has trailing spaces. | 148 |
![]() | 'if' construct must use '{}'s. | 150 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line has trailing spaces. | 157 |
![]() | Line is longer than 80 characters. | 158 |
![]() | 'if' is not followed by whitespace. | 158 |
![]() | Line has trailing spaces. | 159 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line contains a tab character. | 166 |
![]() | Line has trailing spaces. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | ')' is preceded with whitespace. | 169 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 203 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Parameter major should be final. | 206 |
![]() | Parameter operation should be final. | 206 |
![]() | Parameter result should be final. | 206 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Must have at least one statement. | 212 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Missing a Javadoc comment. | 218 |
![]() | Parameter major should be final. | 218 |
![]() | Parameter operation should be final. | 218 |
![]() | Parameter result should be final. | 218 |
![]() | Line has trailing spaces. | 220 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Missing a Javadoc comment. | 228 |
![]() | Parameter major should be final. | 228 |
![]() | Parameter operation should be final. | 228 |
![]() | Parameter result should be final. | 228 |
![]() | ',' is not followed by whitespace. | 230 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Line is longer than 80 characters. | 237 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Missing a Javadoc comment. | 241 |
![]() | Parameter major should be final. | 241 |
![]() | Parameter operation should be final. | 241 |
![]() | Parameter result should be final. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Line contains a tab character. | 243 |
![]() | Line has trailing spaces. | 244 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | '{' is not preceded with whitespace. | 245 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line has trailing spaces. | 248 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | ',' is not followed by whitespace. | 251 |
![]() | Line is longer than 80 characters. | 254 |
![]() | Line contains a tab character. | 254 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line is longer than 80 characters. | 257 |
![]() | Line contains a tab character. | 257 |
![]() | Line is longer than 80 characters. | 258 |
![]() | Line contains a tab character. | 258 |
![]() | 'if' construct must use '{}'s. | 259 |
![]() | Line contains a tab character. | 259 |
![]() | Line has trailing spaces. | 260 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line is longer than 80 characters. | 262 |
![]() | Line contains a tab character. | 262 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Line contains a tab character. | 263 |
![]() | 'if' construct must use '{}'s. | 264 |
![]() | Line contains a tab character. | 264 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Line is longer than 80 characters. | 268 |
![]() | Line has trailing spaces. | 269 |
![]() | Line has trailing spaces. | 271 |
![]() | 'if' is not followed by whitespace. | 273 |
![]() | '{' is not preceded with whitespace. | 273 |
![]() | Line has trailing spaces. | 274 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line is longer than 80 characters. | 281 |
![]() | Missing a Javadoc comment. | 281 |
![]() | Parameter currentRelations should be final. | 281 |
![]() | Parameter nodes should be final. | 281 |
![]() | '{' is not preceded with whitespace. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Line contains a tab character. | 286 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line contains a tab character. | 287 |
![]() | Line is longer than 80 characters. | 288 |
![]() | Line contains a tab character. | 288 |
![]() | ',' is not followed by whitespace. | 288 |
![]() | 'if' construct must use '{}'s. | 289 |
![]() | Line is longer than 80 characters. | 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 has trailing spaces. | 295 |
![]() | Line is longer than 80 characters. | 296 |
![]() | Missing a Javadoc comment. | 296 |
![]() | Parameter major should be final. | 296 |
![]() | Parameter operation should be final. | 296 |
![]() | Parameter result should be final. | 296 |
![]() | ',' is not followed by whitespace. | 298 |
![]() | Line contains a tab character. | 300 |
![]() | Line is longer than 80 characters. | 301 |
![]() | Line is longer than 80 characters. | 306 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() | Missing a Javadoc comment. | 311 |
![]() | Parameter luService should be final. | 311 |
![]() | 'luService' hides a field. | 311 |
![]() | Line is longer than 80 characters. | 315 |
![]() | Line contains a tab character. | 315 |
![]() | Method 'setProgramVariationAssembler' is not designed for extension - needs to be abstract, final or empty. | 315 |
![]() | Missing a Javadoc comment. | 315 |
![]() | Parameter programVariationAssembler should be final. | 315 |
![]() | 'programVariationAssembler' hides a field. | 315 |
![]() | Method 'getProgramVariationAssembler' is not designed for extension - needs to be abstract, final or empty. | 319 |
![]() | Missing a Javadoc comment. | 319 |
![]() | Line is longer than 80 characters. | 323 |
![]() | Method 'setCoreProgramAssembler' is not designed for extension - needs to be abstract, final or empty. | 323 |
![]() | Missing a Javadoc comment. | 323 |
![]() | Parameter coreProgramAssembler should be final. | 323 |
![]() | 'coreProgramAssembler' hides a field. | 323 |
![]() | Method 'setCluAssemblerUtils' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() | Missing a Javadoc comment. | 327 |
![]() | Parameter cluAssemblerUtils should be final. | 327 |
![]() | 'cluAssemblerUtils' hides a field. | 327 |
![]() | Line is longer than 80 characters. | 331 |
![]() | Method 'setProgramAssemblerUtils' is not designed for extension - needs to be abstract, final or empty. | 331 |
![]() | Missing a Javadoc comment. | 331 |
![]() | Parameter programAssemblerUtils should be final. | 331 |
![]() | 'programAssemblerUtils' hides a field. | 331 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line contains a tab character. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Name 'campusLocations' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
![]() | ',' is not followed by whitespace. | 21 |
![]() | Line contains a tab character. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'generator' must be private and have accessor methods. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Method 'getMajorDisciplineInfoTestData' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 24 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 24 |
![]() | '{' is not preceded with whitespace. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | ',' is not followed by whitespace. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter clazz should be final. | 29 |
![]() | Parameter propertyIndex should be final. | 29 |
![]() | Parameter sameClassNestLevel should be final. | 29 |
![]() | Parameter parentPropertyName should be final. | 29 |
![]() | Parameter isMap should be final. | 29 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 29 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | 'if' is not followed by whitespace. | 30 |
![]() | '>' is not preceded with whitespace. | 30 |
![]() | '>' is not followed by whitespace. | 30 |
![]() | '{' is not preceded with whitespace. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | 'if' is not followed by whitespace. | 36 |
![]() | '{' is not preceded with whitespace. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | ',' is not followed by whitespace. | 38 |
![]() | ',' is not followed by whitespace. | 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 |
![]() | 'for' is not followed by whitespace. | 43 |
![]() | ':' is not preceded with whitespace. | 43 |
![]() | ':' is not followed by whitespace. | 43 |
![]() | '{' is not preceded with whitespace. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | 'if' is not followed by whitespace. | 45 |
![]() | '{' is not preceded with whitespace. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | 'if' is not followed by whitespace. | 51 |
![]() | '{' is not preceded with whitespace. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | 'for' is not followed by whitespace. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | ';' is not followed by whitespace. | 56 |
![]() | '<' is not preceded with whitespace. | 56 |
![]() | '<' is not followed by whitespace. | 56 |
![]() | ';' is not followed by whitespace. | 56 |
![]() | '{' is not preceded with whitespace. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | '=' is not preceded with whitespace. | 58 |
![]() | '=' is not followed by whitespace. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | 'if' is not followed by whitespace. | 59 |
![]() | '||' is not preceded with whitespace. | 59 |
![]() | '||' is not followed by whitespace. | 59 |
![]() | '{' is not preceded with whitespace. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | '=' is not preceded with whitespace. | 60 |
![]() | '=' is not followed by whitespace. | 60 |
![]() | ',' is not followed by whitespace. | 60 |
![]() | ',' is not followed by whitespace. | 60 |
![]() | '+' is not preceded with whitespace. | 60 |
![]() | '+' is not followed by whitespace. | 60 |
![]() | ',' is not followed by whitespace. | 60 |
![]() | ',' is not followed by whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | 'else' is not preceded with whitespace. | 61 |
![]() | '}' is not followed by whitespace. | 61 |
![]() | 'else' is not followed by whitespace. | 61 |
![]() | '{' is not preceded with whitespace. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | '=' is not preceded with whitespace. | 62 |
![]() | '=' is not followed by whitespace. | 62 |
![]() | ',' is not followed by whitespace. | 62 |
![]() | ',' is not followed by whitespace. | 62 |
![]() | ',' is not followed by whitespace. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | 'if' is not followed by whitespace. | 64 |
![]() | '!=' is not preceded with whitespace. | 64 |
![]() | '!=' is not followed by whitespace. | 64 |
![]() | '{' is not preceded with whitespace. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | 'else' is not preceded with whitespace. | 69 |
![]() | '}' is not followed by whitespace. | 69 |
![]() | 'if' is not followed by whitespace. | 69 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | 'for' is not followed by whitespace. | 73 |
![]() | '=' is not preceded with whitespace. | 73 |
![]() | '=' is not followed by whitespace. | 73 |
![]() | ';' is not followed by whitespace. | 73 |
![]() | '<' is not preceded with whitespace. | 73 |
![]() | '<' is not followed by whitespace. | 73 |
![]() | ';' is not followed by whitespace. | 73 |
![]() | '{' is not preceded with whitespace. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | ',' is not followed by whitespace. | 75 |
![]() | ',' is not followed by whitespace. | 75 |
![]() | ',' is not followed by whitespace. | 75 |
![]() | ',' is not followed by whitespace. | 75 |
![]() | ',' is not followed by whitespace. | 75 |
![]() | ',' is not followed by whitespace. | 75 |
![]() | ',' is not followed by whitespace. | 75 |
![]() | 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 |
![]() | 'else' is not preceded with whitespace. | 78 |
![]() | '}' is not followed by whitespace. | 78 |
![]() | 'if' is not followed by whitespace. | 78 |
![]() | '{' is not preceded with whitespace. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | 'else' is not preceded with whitespace. | 80 |
![]() | '}' is not followed by whitespace. | 80 |
![]() | 'if' is not followed by whitespace. | 80 |
![]() | '{' is not preceded with whitespace. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | 'else' is not preceded with whitespace. | 82 |
![]() | '}' is not followed by whitespace. | 82 |
![]() | 'if' is not followed by whitespace. | 82 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | 'else' is not preceded with whitespace. | 84 |
![]() | '}' is not followed by whitespace. | 84 |
![]() | 'if' is not followed by whitespace. | 84 |
![]() | '{' is not preceded with whitespace. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | 'else' is not preceded with whitespace. | 86 |
![]() | '}' is not followed by whitespace. | 86 |
![]() | 'if' is not followed by whitespace. | 86 |
![]() | '{' is not preceded with whitespace. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | '%' is not preceded with whitespace. | 87 |
![]() | '%' is not followed by whitespace. | 87 |
![]() | '==' is not preceded with whitespace. | 87 |
![]() | '==' is not followed by whitespace. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | 'else' is not preceded with whitespace. | 88 |
![]() | '}' is not followed by whitespace. | 88 |
![]() | 'if' is not followed by whitespace. | 88 |
![]() | '{' is not preceded with whitespace. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | 'else' is not preceded with whitespace. | 90 |
![]() | '}' is not followed by whitespace. | 90 |
![]() | 'if' is not followed by whitespace. | 90 |
![]() | '{' is not preceded with whitespace. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | ',' is not followed by whitespace. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | 'else' is not preceded with whitespace. | 92 |
![]() | '}' is not followed by whitespace. | 92 |
![]() | 'else' is not followed by whitespace. | 92 |
![]() | '{' is not preceded with whitespace. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | ',' is not followed by whitespace. | 94 |
![]() | ',' is not followed by whitespace. | 94 |
![]() | ',' is not followed by whitespace. | 94 |
![]() | 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 has trailing spaces. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter pd should be final. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | 'if' is not followed by whitespace. | 104 |
![]() | '{' is not preceded with whitespace. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | 'if' is not followed by whitespace. | 107 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | Line contains a tab character. | 112 |
![]() | First sentence should end with a period. | 114 |
![]() | Line contains a tab character. | 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 contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Parameter name should be final. | 121 |
![]() | Expected @param tag for 'name'. | 121 |
![]() | Parameter parentPropertyName should be final. | 121 |
![]() | Expected @param tag for 'parentPropertyName'. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Parameter propertyIndex should be final. | 122 |
![]() | Expected @param tag for 'propertyIndex'. | 122 |
![]() | Parameter isMap should be final. | 122 |
![]() | Expected @param tag for 'isMap'. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | 'if' is not followed by whitespace. | 123 |
![]() | '{' is not preceded with whitespace. | 123 |
![]() | 'if' is not followed by whitespace. | 124 |
![]() | '{' is not preceded with whitespace. | 124 |
![]() | '}' should be on the same line. | 126 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 130 |
![]() | 'if' is not followed by whitespace. | 131 |
![]() | '{' is not preceded with whitespace. | 131 |
![]() | 'if' is not followed by whitespace. | 134 |
![]() | '{' is not preceded with whitespace. | 134 |
![]() | 'if' is not followed by whitespace. | 137 |
![]() | '{' is not preceded with whitespace. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | 'if' is not followed by whitespace. | 140 |
![]() | '{' is not preceded with whitespace. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | 'if' is not followed by whitespace. | 143 |
![]() | '{' is not preceded with whitespace. | 143 |
![]() | Line has trailing spaces. | 144 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | 'if' is not followed by whitespace. | 145 |
![]() | '==' is not preceded with whitespace. | 145 |
![]() | '==' is not followed by whitespace. | 145 |
![]() | '{' is not preceded with whitespace. | 145 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line has trailing spaces. | 148 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | 'if' is not followed by whitespace. | 149 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | 'if' is not followed by whitespace. | 153 |
![]() | '{' is not preceded with whitespace. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line has trailing spaces. | 156 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | 'if' is not followed by whitespace. | 157 |
![]() | '{' is not preceded with whitespace. | 157 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 161 |
![]() | 'if' is not followed by whitespace. | 161 |
![]() | '{' is not preceded with whitespace. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 165 |
![]() | 'if' is not followed by whitespace. | 165 |
![]() | '{' is not preceded with whitespace. | 165 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line contains a tab character. | 168 |
![]() | 'if' is not followed by whitespace. | 168 |
![]() | '{' is not preceded with whitespace. | 168 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | 'if' is not followed by whitespace. | 171 |
![]() | '{' is not preceded with whitespace. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Line contains a tab character. | 174 |
![]() | 'if' is not followed by whitespace. | 174 |
![]() | '{' is not preceded with whitespace. | 174 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line contains a tab character. | 177 |
![]() | 'if' is not followed by whitespace. | 177 |
![]() | '{' is not preceded with whitespace. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | 'if' is not followed by whitespace. | 180 |
![]() | '{' is not preceded with whitespace. | 180 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | 'if' is not followed by whitespace. | 183 |
![]() | '{' is not preceded with whitespace. | 183 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | 'if' is not followed by whitespace. | 186 |
![]() | '{' is not preceded with whitespace. | 186 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line contains a tab character. | 189 |
![]() | 'if' is not followed by whitespace. | 189 |
![]() | '{' is not preceded with whitespace. | 189 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | 'if' is not followed by whitespace. | 192 |
![]() | '{' is not preceded with whitespace. | 192 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line contains a tab character. | 193 |
![]() | '}' should be on the same line. | 194 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | 'else' is not followed by whitespace. | 198 |
![]() | '{' is not preceded with whitespace. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line has trailing spaces. | 201 |
![]() | Line contains a tab character. | 201 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 205 |
![]() | 'if' is not followed by whitespace. | 205 |
![]() | '{' is not preceded with whitespace. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 209 |
![]() | 'if' is not followed by whitespace. | 209 |
![]() | '{' is not preceded with whitespace. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | '%' is not preceded with whitespace. | 210 |
![]() | '%' is not followed by whitespace. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | 'if' construct must use '{}'s. | 213 |
![]() | Line contains a tab character. | 213 |
![]() | 'if' is not followed by whitespace. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | '+' is not preceded with whitespace. | 214 |
![]() | '+' is not followed by whitespace. | 214 |
![]() | '+' is not preceded with whitespace. | 214 |
![]() | '+' is not followed by whitespace. | 214 |
![]() | 'else' construct must use '{}'s. | 215 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | '+' is not preceded with whitespace. | 216 |
![]() | '+' is not followed by whitespace. | 216 |
![]() | '+' is not preceded with whitespace. | 216 |
![]() | '+' is not followed by whitespace. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Line contains a tab character. | 219 |
![]() | Missing a Javadoc comment. | 219 |
![]() | Parameter args should be final. | 219 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 219 |
![]() | Redundant throws: 'SecurityException' is unchecked exception. | 219 |
![]() | '{' is not preceded with whitespace. | 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 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 29 |
![]() | Utility classes should not have a public or default constructor. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | '{' is followed by whitespace. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '{' is followed by whitespace. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Line has trailing spaces. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Line contains a tab character. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Missing a Javadoc comment. | 114 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.apache.commons.lang.StringUtils.isEmpty. | 18 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | First sentence should end with a period. | 62 |
![]() | Expected an @return tag. | 70 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Method 'assembleBasics' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Parameter clu should be final. | 70 |
![]() | Expected @param tag for 'clu'. | 70 |
![]() | Parameter program should be final. | 70 |
![]() | Expected @param tag for 'program'. | 70 |
![]() | Expected @throws tag for 'AssemblyException'. | 70 |
![]() | Line is longer than 80 characters. | 73 |
![]() | 'cast' is not followed by whitespace. | 73 |
![]() | '}' should be on the same line. | 74 |
![]() | First sentence should end with a period. | 86 |
![]() | Expected an @return tag. | 95 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Method 'disassembleBasics' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Parameter clu should be final. | 95 |
![]() | Expected @param tag for 'clu'. | 95 |
![]() | Parameter program should be final. | 95 |
![]() | Expected @param tag for 'program'. | 95 |
![]() | Expected @throws tag for 'AssemblyException'. | 95 |
![]() | Line is longer than 80 characters. | 98 |
![]() | '(' is preceded with whitespace. | 98 |
![]() | 'cast' is not followed by whitespace. | 98 |
![]() | '}' should be on the same line. | 99 |
![]() | Line has trailing spaces. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Method 'assembleRequirements' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Parameter clu should be final. | 114 |
![]() | Parameter program should be final. | 114 |
![]() | Line is longer than 80 characters. | 117 |
![]() | '}' should be on the same line. | 121 |
![]() | '{' should be on the previous line. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Method 'disassembleRequirements' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter clu should be final. | 131 |
![]() | Parameter program should be final. | 131 |
![]() | Parameter operation should be final. | 131 |
![]() | Parameter result should be final. | 131 |
![]() | Parameter stateChanged should be final. | 131 |
![]() | '(' is preceded with whitespace. | 133 |
![]() | Line contains a tab character. | 136 |
![]() | '{' is not preceded with whitespace. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line has trailing spaces. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Line has trailing spaces. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | '{' is not preceded with whitespace. | 146 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | '>' is not preceded with whitespace. | 148 |
![]() | 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 |
![]() | 'if' is not followed by whitespace. | 153 |
![]() | '{' is not preceded with whitespace. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | '(' is followed by whitespace. | 158 |
![]() | ')' is preceded with whitespace. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line is longer than 80 characters. | 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. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line has trailing spaces. | 170 |
![]() | Line contains a tab character. | 170 |
![]() | Line has trailing spaces. | 175 |
![]() | First sentence should end with a period. | 176 |
![]() | Line has trailing spaces. | 180 |
![]() | Line has trailing spaces. | 181 |
![]() | Line has trailing spaces. | 182 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Parameter requirements should be final. | 184 |
![]() | Expected @param tag for 'requirements'. | 184 |
![]() | Parameter state should be final. | 184 |
![]() | Expected @param tag for 'state'. | 184 |
![]() | Parameter result should be final. | 184 |
![]() | Expected @param tag for 'result'. | 184 |
![]() | Expected @throws tag for 'InvalidParameterException'. | 184 |
![]() | Expected @throws tag for 'MissingParameterException'. | 184 |
![]() | Expected @throws tag for 'OperationFailedException'. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | ':' is not preceded with whitespace. | 185 |
![]() | ':' is not followed by whitespace. | 185 |
![]() | '{' is not preceded with whitespace. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | '{' is not preceded with whitespace. | 193 |
![]() | Must have at least one statement. | 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 |
![]() | First sentence should end with a period. | 199 |
![]() | Line contains a tab character. | 199 |
![]() | Expected an @return tag. | 207 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Method 'assembleIdentifiers' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | Parameter clu should be final. | 207 |
![]() | Expected @param tag for 'clu'. | 207 |
![]() | Parameter program should be final. | 207 |
![]() | Expected @param tag for 'program'. | 207 |
![]() | Expected @throws tag for 'AssemblyException'. | 207 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line is longer than 80 characters. | 225 |
![]() | First sentence should end with a period. | 234 |
![]() | Expected an @return tag. | 243 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Method 'disassembleIdentifiers' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() | Parameter clu should be final. | 243 |
![]() | Expected @param tag for 'clu'. | 243 |
![]() | Parameter program should be final. | 243 |
![]() | Expected @param tag for 'program'. | 243 |
![]() | Parameter operation should be final. | 243 |
![]() | Expected @param tag for 'operation'. | 243 |
![]() | Expected @throws tag for 'AssemblyException'. | 243 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Avoid inline conditionals. | 245 |
![]() | 'cast' is not followed by whitespace. | 255 |
![]() | Line is longer than 80 characters. | 264 |
![]() | 'for' is not followed by whitespace. | 264 |
![]() | ';' is not followed by whitespace. | 264 |
![]() | '{' is not preceded with whitespace. | 264 |
![]() | Line is longer than 80 characters. | 266 |
![]() | Line is longer than 80 characters. | 269 |
![]() | First sentence should end with a period. | 299 |
![]() | Expected an @return tag. | 307 |
![]() | Line is longer than 80 characters. | 307 |
![]() | Method 'assembleLuCodes' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() | Parameter clu should be final. | 307 |
![]() | Expected @param tag for 'clu'. | 307 |
![]() | Parameter program should be final. | 307 |
![]() | Expected @param tag for 'program'. | 307 |
![]() | Expected @throws tag for 'AssemblyException'. | 307 |
![]() | Line is longer than 80 characters. | 311 |
![]() | Line is longer than 80 characters. | 313 |
![]() | Line is longer than 80 characters. | 315 |
![]() | Line is longer than 80 characters. | 317 |
![]() | Line is longer than 80 characters. | 319 |
![]() | First sentence should end with a period. | 329 |
![]() | Expected an @return tag. | 337 |
![]() | Line is longer than 80 characters. | 337 |
![]() | Method 'disassembleLuCodes' is not designed for extension - needs to be abstract, final or empty. | 337 |
![]() | Parameter clu should be final. | 337 |
![]() | Expected @param tag for 'clu'. | 337 |
![]() | Parameter program should be final. | 337 |
![]() | Expected @param tag for 'program'. | 337 |
![]() | Parameter operation should be final. | 337 |
![]() | Expected @param tag for 'operation'. | 337 |
![]() | Expected @throws tag for 'AssemblyException'. | 337 |
![]() | Line is longer than 80 characters. | 341 |
![]() | Line is longer than 80 characters. | 342 |
![]() | Line is longer than 80 characters. | 343 |
![]() | Line is longer than 80 characters. | 344 |
![]() | Line is longer than 80 characters. | 345 |
![]() | First sentence should end with a period. | 351 |
![]() | Expected an @return tag. | 359 |
![]() | Line is longer than 80 characters. | 359 |
![]() | Method 'assembleBasicAdminOrgs' is not designed for extension - needs to be abstract, final or empty. | 359 |
![]() | Parameter clu should be final. | 359 |
![]() | Expected @param tag for 'clu'. | 359 |
![]() | Parameter program should be final. | 359 |
![]() | Expected @param tag for 'program'. | 359 |
![]() | Expected @throws tag for 'AssemblyException'. | 359 |
![]() | Line is longer than 80 characters. | 364 |
![]() | '}' should be on the same line. | 366 |
![]() | Line is longer than 80 characters. | 367 |
![]() | Line is longer than 80 characters. | 368 |
![]() | ';' is preceded with whitespace. | 368 |
![]() | '}' should be on the same line. | 369 |
![]() | Line is longer than 80 characters. | 370 |
![]() | ';' is preceded with whitespace. | 371 |
![]() | '}' should be on the same line. | 372 |
![]() | Line is longer than 80 characters. | 373 |
![]() | ';' is preceded with whitespace. | 374 |
![]() | Line is longer than 80 characters. | 381 |
![]() | Method 'assembleFullOrgs' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() | Missing a Javadoc comment. | 381 |
![]() | Parameter clu should be final. | 381 |
![]() | Parameter program should be final. | 381 |
![]() | Line is longer than 80 characters. | 385 |
![]() | ';' is preceded with whitespace. | 386 |
![]() | '}' should be on the same line. | 387 |
![]() | Line is longer than 80 characters. | 388 |
![]() | Line is longer than 80 characters. | 389 |
![]() | ';' is preceded with whitespace. | 389 |
![]() | '}' should be on the same line. | 390 |
![]() | Line is longer than 80 characters. | 391 |
![]() | ';' is preceded with whitespace. | 392 |
![]() | '}' should be on the same line. | 393 |
![]() | Line is longer than 80 characters. | 394 |
![]() | ';' is preceded with whitespace. | 395 |
![]() | '}' should be on the same line. | 396 |
![]() | Line is longer than 80 characters. | 397 |
![]() | ';' is preceded with whitespace. | 398 |
![]() | '}' should be on the same line. | 399 |
![]() | Line is longer than 80 characters. | 400 |
![]() | ';' is preceded with whitespace. | 401 |
![]() | Missing a Javadoc comment. | 407 |
![]() | Parameter program should be final. | 407 |
![]() | Missing a Javadoc comment. | 414 |
![]() | Parameter program should be final. | 414 |
![]() | First sentence should end with a period. | 423 |
![]() | Expected an @return tag. | 430 |
![]() | Line is longer than 80 characters. | 430 |
![]() | Method 'disassembleAdminOrgs' is not designed for extension - needs to be abstract, final or empty. | 430 |
![]() | Parameter clu should be final. | 430 |
![]() | Expected @param tag for 'clu'. | 430 |
![]() | Parameter program should be final. | 430 |
![]() | Expected @param tag for 'program'. | 430 |
![]() | Parameter operation should be final. | 430 |
![]() | Expected @param tag for 'operation'. | 430 |
![]() | '{' is not preceded with whitespace. | 430 |
![]() | Line is longer than 80 characters. | 435 |
![]() | Line is longer than 80 characters. | 436 |
![]() | ')' is preceded with whitespace. | 436 |
![]() | Line is longer than 80 characters. | 437 |
![]() | Line is longer than 80 characters. | 438 |
![]() | ')' is preceded with whitespace. | 438 |
![]() | Line is longer than 80 characters. | 441 |
![]() | 'cast' is not followed by whitespace. | 441 |
![]() | Line is longer than 80 characters. | 442 |
![]() | ';' is preceded with whitespace. | 442 |
![]() | Line is longer than 80 characters. | 446 |
![]() | Line is longer than 80 characters. | 447 |
![]() | Line is longer than 80 characters. | 448 |
![]() | Line is longer than 80 characters. | 449 |
![]() | Line is longer than 80 characters. | 450 |
![]() | Line is longer than 80 characters. | 451 |
![]() | Line is longer than 80 characters. | 458 |
![]() | Missing a Javadoc comment. | 458 |
![]() | Parameter clu should be final. | 458 |
![]() | Parameter orgIds should be final. | 458 |
![]() | Parameter type should be final. | 458 |
![]() | First sentence should end with a period. | 471 |
![]() | Expected an @return tag. | 479 |
![]() | Line is longer than 80 characters. | 479 |
![]() | Method 'assembleResultOptions' is not designed for extension - needs to be abstract, final or empty. | 479 |
![]() | Parameter cluId should be final. | 479 |
![]() | Expected @param tag for 'cluId'. | 479 |
![]() | Expected @throws tag for 'AssemblyException'. | 479 |
![]() | 'try' is not followed by whitespace. | 481 |
![]() | '{' is not preceded with whitespace. | 481 |
![]() | Line is longer than 80 characters. | 488 |
![]() | '{' is not preceded with whitespace. | 490 |
![]() | Must have at least one statement. | 490 |
![]() | First sentence should end with a period. | 497 |
![]() | Expected an @return tag. | 505 |
![]() | Line is longer than 80 characters. | 505 |
![]() | Method 'assembleAtps' is not designed for extension - needs to be abstract, final or empty. | 505 |
![]() | Parameter clu should be final. | 505 |
![]() | Expected @param tag for 'clu'. | 505 |
![]() | Parameter program should be final. | 505 |
![]() | Expected @param tag for 'program'. | 505 |
![]() | Expected @throws tag for 'AssemblyException'. | 505 |
![]() | First sentence should end with a period. | 520 |
![]() | Expected an @return tag. | 528 |
![]() | Line is longer than 80 characters. | 528 |
![]() | Method 'disassembleAtps' is not designed for extension - needs to be abstract, final or empty. | 528 |
![]() | Parameter clu should be final. | 528 |
![]() | Expected @param tag for 'clu'. | 528 |
![]() | Parameter program should be final. | 528 |
![]() | Expected @param tag for 'program'. | 528 |
![]() | Parameter operation should be final. | 528 |
![]() | Expected @param tag for 'operation'. | 528 |
![]() | Expected @throws tag for 'AssemblyException'. | 528 |
![]() | First sentence should end with a period. | 538 |
![]() | Expected an @return tag. | 546 |
![]() | Line is longer than 80 characters. | 546 |
![]() | Method 'assemblePublications' is not designed for extension - needs to be abstract, final or empty. | 546 |
![]() | Parameter clu should be final. | 546 |
![]() | Expected @param tag for 'clu'. | 546 |
![]() | Parameter program should be final. | 546 |
![]() | Expected @param tag for 'program'. | 546 |
![]() | Expected @throws tag for 'AssemblyException'. | 546 |
![]() | Line is longer than 80 characters. | 554 |
![]() | Line is longer than 80 characters. | 559 |
![]() | '}' should be on the same line. | 561 |
![]() | Must have at least one statement. | 570 |
![]() | Must have at least one statement. | 571 |
![]() | Must have at least one statement. | 572 |
![]() | Line is longer than 80 characters. | 579 |
![]() | Missing a Javadoc comment. | 579 |
![]() | Parameter program should be final. | 579 |
![]() | Parameter cluPublication should be final. | 579 |
![]() | Line is longer than 80 characters. | 582 |
![]() | Line is longer than 80 characters. | 592 |
![]() | Missing a Javadoc comment. | 592 |
![]() | Parameter program should be final. | 592 |
![]() | Parameter operation should be final. | 592 |
![]() | Line is longer than 80 characters. | 594 |
![]() | Line is longer than 80 characters. | 602 |
![]() | Line is longer than 80 characters. | 604 |
![]() | Line is longer than 80 characters. | 613 |
![]() | ')' is preceded with whitespace. | 613 |
![]() | Line is longer than 80 characters. | 615 |
![]() | Line is longer than 80 characters. | 622 |
![]() | Line is longer than 80 characters. | 634 |
![]() | Line is longer than 80 characters. | 635 |
![]() | Line is longer than 80 characters. | 640 |
![]() | Line has trailing spaces. | 646 |
![]() | '}' should be on the same line. | 647 |
![]() | ')' is preceded with whitespace. | 648 |
![]() | Line is longer than 80 characters. | 659 |
![]() | Missing a Javadoc comment. | 659 |
![]() | Parameter results should be final. | 659 |
![]() | Parameter currentPubInfo should be final. | 659 |
![]() | Line is longer than 80 characters. | 662 |
![]() | First sentence should end with a period. | 669 |
![]() | Expected an @return tag. | 678 |
![]() | Line is longer than 80 characters. | 678 |
![]() | Method 'disassemblePublications' is not designed for extension - needs to be abstract, final or empty. | 678 |
![]() | Parameter clu should be final. | 678 |
![]() | Expected @param tag for 'clu'. | 678 |
![]() | Parameter program should be final. | 678 |
![]() | Expected @param tag for 'program'. | 678 |
![]() | Parameter operation should be final. | 678 |
![]() | Expected @param tag for 'operation'. | 678 |
![]() | Parameter result should be final. | 678 |
![]() | Expected @param tag for 'result'. | 678 |
![]() | Expected @throws tag for 'AssemblyException'. | 678 |
![]() | Line is longer than 80 characters. | 683 |
![]() | '>' is not preceded with whitespace. | 684 |
![]() | Line is longer than 80 characters. | 688 |
![]() | ';' is preceded with whitespace. | 688 |
![]() | '>' is not preceded with whitespace. | 689 |
![]() | First sentence should end with a period. | 697 |
![]() | Expected an @return tag. | 706 |
![]() | Line is longer than 80 characters. | 706 |
![]() | Method 'disassembleCredentialProgram' is not designed for extension - needs to be abstract, final or empty. | 706 |
![]() | ',' is not followed by whitespace. | 706 |
![]() | Parameter program should be final. | 706 |
![]() | Expected @param tag for 'program'. | 706 |
![]() | Parameter operation should be final. | 706 |
![]() | Expected @param tag for 'operation'. | 706 |
![]() | Parameter relationType should be final. | 706 |
![]() | Expected @param tag for 'relationType'. | 706 |
![]() | Expected @throws tag for 'AssemblyException'. | 706 |
![]() | Line is longer than 80 characters. | 708 |
![]() | Line is longer than 80 characters. | 711 |
![]() | Must have at least one statement. | 712 |
![]() | Line is longer than 80 characters. | 714 |
![]() | Line is longer than 80 characters. | 721 |
![]() | ')' is preceded with whitespace. | 723 |
![]() | Line is longer than 80 characters. | 724 |
![]() | Must have at least one statement. | 727 |
![]() | Must have at least one statement. | 728 |
![]() | Must have at least one statement. | 729 |
![]() | Line is longer than 80 characters. | 738 |
![]() | ')' is preceded with whitespace. | 738 |
![]() | Line is longer than 80 characters. | 744 |
![]() | Line is longer than 80 characters. | 748 |
![]() | Line is longer than 80 characters. | 755 |
![]() | '(' is followed by whitespace. | 765 |
![]() | ')' is preceded with whitespace. | 765 |
![]() | Line is longer than 80 characters. | 766 |
![]() | 'if' is not followed by whitespace. | 777 |
![]() | '{' is not preceded with whitespace. | 777 |
![]() | Line is longer than 80 characters. | 778 |
![]() | Line contains a tab character. | 778 |
![]() | Line is longer than 80 characters. | 779 |
![]() | Line contains a tab character. | 779 |
![]() | Line contains a tab character. | 780 |
![]() | Line is longer than 80 characters. | 781 |
![]() | Line contains a tab character. | 781 |
![]() | Line contains a tab character. | 782 |
![]() | '(' is followed by whitespace. | 782 |
![]() | ')' is preceded with whitespace. | 782 |
![]() | Line is longer than 80 characters. | 783 |
![]() | Line contains a tab character. | 783 |
![]() | Line contains a tab character. | 784 |
![]() | Line contains a tab character. | 785 |
![]() | Line contains a tab character. | 786 |
![]() | Line contains a tab character. | 787 |
![]() | Line contains a tab character. | 788 |
![]() | Line is longer than 80 characters. | 793 |
![]() | Method 'addRelationNodes' is not designed for extension - needs to be abstract, final or empty. | 793 |
![]() | Missing a Javadoc comment. | 793 |
![]() | Parameter cluId should be final. | 793 |
![]() | Parameter relatedCluId should be final. | 793 |
![]() | Parameter relationType should be final. | 793 |
![]() | Parameter operation should be final. | 793 |
![]() | '{' is not preceded with whitespace. | 793 |
![]() | Line contains a tab character. | 794 |
![]() | Line is longer than 80 characters. | 795 |
![]() | Line contains a tab character. | 795 |
![]() | Line contains a tab character. | 798 |
![]() | Line is longer than 80 characters. | 803 |
![]() | ')' is preceded with whitespace. | 803 |
![]() | Line is longer than 80 characters. | 805 |
![]() | Line contains a tab character. | 805 |
![]() | Line contains a tab character. | 816 |
![]() | Line has trailing spaces. | 822 |
![]() | 'if' is not followed by whitespace. | 823 |
![]() | '{' is not preceded with whitespace. | 823 |
![]() | Line is longer than 80 characters. | 824 |
![]() | Line contains a tab character. | 824 |
![]() | Line is longer than 80 characters. | 825 |
![]() | Line contains a tab character. | 825 |
![]() | Line contains a tab character. | 826 |
![]() | Line is longer than 80 characters. | 827 |
![]() | Line contains a tab character. | 827 |
![]() | Line contains a tab character. | 828 |
![]() | '(' is followed by whitespace. | 828 |
![]() | ')' is preceded with whitespace. | 828 |
![]() | Line is longer than 80 characters. | 829 |
![]() | Line contains a tab character. | 829 |
![]() | Line contains a tab character. | 830 |
![]() | Line contains a tab character. | 831 |
![]() | Line contains a tab character. | 832 |
![]() | Line contains a tab character. | 833 |
![]() | Line contains a tab character. | 834 |
![]() | Line is longer than 80 characters. | 838 |
![]() | Method 'addAllRelationNodes' is not designed for extension - needs to be abstract, final or empty. | 838 |
![]() | Missing a Javadoc comment. | 838 |
![]() | Parameter cluId should be final. | 838 |
![]() | Parameter relatedCluId should be final. | 838 |
![]() | Parameter relationType should be final. | 838 |
![]() | Parameter operation should be final. | 838 |
![]() | Parameter currentRelations should be final. | 838 |
![]() | '{' is not preceded with whitespace. | 838 |
![]() | Line is longer than 80 characters. | 839 |
![]() | Line contains a tab character. | 839 |
![]() | Line contains a tab character. | 841 |
![]() | Line is longer than 80 characters. | 842 |
![]() | Line contains a tab character. | 842 |
![]() | ')' is preceded with whitespace. | 842 |
![]() | Line contains a tab character. | 843 |
![]() | Line is longer than 80 characters. | 844 |
![]() | Line contains a tab character. | 844 |
![]() | Line contains a tab character. | 845 |
![]() | Line contains a tab character. | 846 |
![]() | Line contains a tab character. | 847 |
![]() | Line has trailing spaces. | 848 |
![]() | Line contains a tab character. | 848 |
![]() | Line is longer than 80 characters. | 849 |
![]() | Line contains a tab character. | 849 |
![]() | Line contains a tab character. | 850 |
![]() | Line contains a tab character. | 851 |
![]() | Line contains a tab character. | 852 |
![]() | Line contains a tab character. | 853 |
![]() | Line contains a tab character. | 854 |
![]() | Line contains a tab character. | 855 |
![]() | Line has trailing spaces. | 856 |
![]() | Line contains a tab character. | 856 |
![]() | Line is longer than 80 characters. | 857 |
![]() | Line contains a tab character. | 857 |
![]() | Line contains a tab character. | 858 |
![]() | Line contains a tab character. | 859 |
![]() | Line contains a tab character. | 860 |
![]() | Line has trailing spaces. | 861 |
![]() | Line is longer than 80 characters. | 864 |
![]() | Method 'getCluCluRelations' is not designed for extension - needs to be abstract, final or empty. | 864 |
![]() | Missing a Javadoc comment. | 864 |
![]() | Parameter cluId should be final. | 864 |
![]() | Parameter relationType should be final. | 864 |
![]() | '{' is not preceded with whitespace. | 864 |
![]() | Line is longer than 80 characters. | 868 |
![]() | Line has trailing spaces. | 869 |
![]() | Line is longer than 80 characters. | 872 |
![]() | Must have at least one statement. | 875 |
![]() | Must have at least one statement. | 876 |
![]() | Must have at least one statement. | 877 |
![]() | Line has trailing spaces. | 884 |
![]() | Line is longer than 80 characters. | 885 |
![]() | Method 'getCluCluActiveRelations' is not designed for extension - needs to be abstract, final or empty. | 885 |
![]() | Missing a Javadoc comment. | 885 |
![]() | Parameter cluId should be final. | 885 |
![]() | Parameter relationType should be final. | 885 |
![]() | '{' is not preceded with whitespace. | 885 |
![]() | Line is longer than 80 characters. | 886 |
![]() | Line is longer than 80 characters. | 889 |
![]() | Line is longer than 80 characters. | 892 |
![]() | Line is longer than 80 characters. | 893 |
![]() | Must have at least one statement. | 896 |
![]() | Must have at least one statement. | 897 |
![]() | Must have at least one statement. | 898 |
![]() | Line is longer than 80 characters. | 906 |
![]() | Method 'addCreateRelationNode' is not designed for extension - needs to be abstract, final or empty. | 906 |
![]() | Missing a Javadoc comment. | 906 |
![]() | Parameter cluId should be final. | 906 |
![]() | Parameter relatedCluId should be final. | 906 |
![]() | Parameter relationType should be final. | 906 |
![]() | Parameter results should be final. | 906 |
![]() | '{' is not preceded with whitespace. | 906 |
![]() | Line has trailing spaces. | 911 |
![]() | Line is longer than 80 characters. | 917 |
![]() | Line is longer than 80 characters. | 926 |
![]() | Method 'addDeleteRelationNodes' is not designed for extension - needs to be abstract, final or empty. | 926 |
![]() | Missing a Javadoc comment. | 926 |
![]() | Parameter currentRelations should be final. | 926 |
![]() | Parameter results should be final. | 926 |
![]() | '{' is not preceded with whitespace. | 926 |
![]() | '(' is followed by whitespace. | 931 |
![]() | ')' is preceded with whitespace. | 931 |
![]() | Line is longer than 80 characters. | 932 |
![]() | Line has trailing spaces. | 939 |
![]() | Line is longer than 80 characters. | 940 |
![]() | Method 'addInactiveRelationNodes' is not designed for extension - needs to be abstract, final or empty. | 940 |
![]() | Missing a Javadoc comment. | 940 |
![]() | Parameter currentRelations should be final. | 940 |
![]() | Parameter results should be final. | 940 |
![]() | '{' is not preceded with whitespace. | 940 |
![]() | Line is longer than 80 characters. | 941 |
![]() | Line is longer than 80 characters. | 945 |
![]() | Line is longer than 80 characters. | 953 |
![]() | Missing a Javadoc comment. | 953 |
![]() | Parameter type should be final. | 953 |
![]() | Parameter value should be final. | 953 |
![]() | Parameter list should be final. | 953 |
![]() | First sentence should end with a period. | 964 |
![]() | Expected an @return tag. | 973 |
![]() | Line is longer than 80 characters. | 973 |
![]() | Parameter program should be final. | 973 |
![]() | Expected @param tag for 'program'. | 973 |
![]() | Parameter operation should be final. | 973 |
![]() | Expected @param tag for 'operation'. | 973 |
![]() | Expected @throws tag for 'AssemblyException'. | 973 |
![]() | Line is longer than 80 characters. | 975 |
![]() | Line is longer than 80 characters. | 977 |
![]() | Line is longer than 80 characters. | 982 |
![]() | 'for' is not followed by whitespace. | 983 |
![]() | '{' is not preceded with whitespace. | 983 |
![]() | Line is longer than 80 characters. | 985 |
![]() | Line has trailing spaces. | 986 |
![]() | Line is longer than 80 characters. | 986 |
![]() | Must have at least one statement. | 989 |
![]() | Line is longer than 80 characters. | 995 |
![]() | Line is longer than 80 characters. | 996 |
![]() | Line is longer than 80 characters. | 999 |
![]() | ')' is preceded with whitespace. | 999 |
![]() | Line is longer than 80 characters. | 1001 |
![]() | Line has trailing spaces. | 1002 |
![]() | Line is longer than 80 characters. | 1003 |
![]() | Line is longer than 80 characters. | 1005 |
![]() | Line is longer than 80 characters. | 1014 |
![]() | Line is longer than 80 characters. | 1016 |
![]() | Line is longer than 80 characters. | 1018 |
![]() | Line is longer than 80 characters. | 1028 |
![]() | Line is longer than 80 characters. | 1040 |
![]() | Line is longer than 80 characters. | 1049 |
![]() | Missing a Javadoc comment. | 1049 |
![]() | Parameter programId should be final. | 1049 |
![]() | Parameter publicationType should be final. | 1049 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 1059 |
![]() | Missing a Javadoc comment. | 1059 |
![]() | Parameter luService should be final. | 1059 |
![]() | 'luService' hides a field. | 1059 |
![]() | Method 'setCluAssemblerUtils' is not designed for extension - needs to be abstract, final or empty. | 1063 |
![]() | Missing a Javadoc comment. | 1063 |
![]() | Parameter cluAssemblerUtils should be final. | 1063 |
![]() | 'cluAssemblerUtils' hides a field. | 1063 |
![]() | Line is longer than 80 characters. | 1067 |
![]() | Method 'getCredentialProgramID' is not designed for extension - needs to be abstract, final or empty. | 1067 |
![]() | Missing a Javadoc comment. | 1067 |
![]() | Parameter cluId should be final. | 1067 |
![]() | Line is longer than 80 characters. | 1071 |
![]() | Line is longer than 80 characters. | 1078 |
![]() | Line is longer than 80 characters. | 1080 |
![]() | Line has trailing spaces. | 1084 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | 'static' modifier out of order with the JLS suggestions. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Parameter clu should be final. | 44 |
![]() | Parameter programVariation should be final. | 44 |
![]() | Parameter shallowBuild should be final. | 44 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Avoid inline conditionals. | 46 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Avoid inline conditionals. | 63 |
![]() | Line has trailing spaces. | 65 |
![]() | Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Parameter variation should be final. | 74 |
![]() | Parameter operation should be final. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | 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 is longer than 80 characters. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | 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 |
![]() | Avoid inline conditionals. | 86 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | 'if' construct must use '{}'s. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line has trailing spaces. | 100 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 103 |
![]() | 'if' is not followed by whitespace. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line has trailing spaces. | 106 |
![]() | Line has trailing spaces. | 108 |
![]() | Line has trailing spaces. | 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 |
![]() | Line has trailing spaces. | 122 |
![]() | Line has trailing spaces. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line has trailing spaces. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Parameter variation should be final. | 132 |
![]() | Parameter operation should be final. | 132 |
![]() | Parameter result should be final. | 132 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Must have at least one statement. | 138 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Parameter variation should be final. | 144 |
![]() | Parameter operation should be final. | 144 |
![]() | Parameter result should be final. | 144 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line contains a tab character. | 146 |
![]() | Line has trailing spaces. | 148 |
![]() | Line has trailing spaces. | 151 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Parameter luService should be final. | 153 |
![]() | 'luService' hides a field. | 153 |
![]() | Line has trailing spaces. | 156 |
![]() | Method 'setCluAssemblerUtils' is not designed for extension - needs to be abstract, final or empty. | 157 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Parameter cluAssemblerUtils should be final. | 157 |
![]() | 'cluAssemblerUtils' hides a field. | 157 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Method 'setProgramAssemblerUtils' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Parameter programAssemblerUtils should be final. | 161 |
![]() | 'programAssemblerUtils' hides a field. | 161 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | 'static' modifier out of order with the JLS suggestions. | 42 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line contains a tab character. | 53 |
![]() | Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Parameter clu should be final. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Parameter progReqInfo should be final. | 55 |
![]() | Parameter shallowBuild should be final. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Avoid inline conditionals. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | 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 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 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. | 97 |
![]() | Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Parameter progReq should be final. | 99 |
![]() | Parameter operation should be final. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line has trailing spaces. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line contains a tab character. | 126 |
![]() | Avoid inline conditionals. | 126 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | Line is longer than 80 characters. | 133 |
![]() | 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 is longer than 80 characters. | 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 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line contains a tab character. | 156 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Avoid inline conditionals. | 160 |
![]() | Line has trailing spaces. | 163 |
![]() | Line has trailing spaces. | 164 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line has trailing spaces. | 165 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line has trailing spaces. | 167 |
![]() | Line contains a tab character. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line contains a tab character. | 207 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Parameter progReq should be final. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Parameter operation should be final. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line contains a tab character. | 209 |
![]() | Parameter result should be final. | 209 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Must have at least one statement. | 215 |
![]() | Line contains a tab character. | 219 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Line contains a tab character. | 221 |
![]() | Missing a Javadoc comment. | 221 |
![]() | Parameter clu should be final. | 221 |
![]() | Parameter progReq should be final. | 221 |
![]() | '{' is not preceded with whitespace. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | Line contains a tab character. | 222 |
![]() | ',' is not followed by whitespace. | 222 |
![]() | Avoid inline conditionals. | 222 |
![]() | ',' is not followed by whitespace. | 222 |
![]() | Line contains a tab character. | 224 |
![]() | 'if' is not followed by whitespace. | 224 |
![]() | '{' is not preceded with whitespace. | 224 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | 'else' is not preceded with whitespace. | 226 |
![]() | '}' is not followed by whitespace. | 226 |
![]() | 'else' is not followed by whitespace. | 226 |
![]() | '{' is not preceded with whitespace. | 226 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | 'if' is not followed by whitespace. | 229 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line contains a tab character. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | 'else' is not preceded with whitespace. | 231 |
![]() | '}' is not followed by whitespace. | 231 |
![]() | 'else' is not followed by whitespace. | 231 |
![]() | '{' is not preceded with whitespace. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line has trailing spaces. | 234 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Parameter clu should be final. | 238 |
![]() | Parameter progReq should be final. | 238 |
![]() | '{' is not preceded with whitespace. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | ',' is not followed by whitespace. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | 'if' is not followed by whitespace. | 240 |
![]() | '{' is not preceded with whitespace. | 240 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line contains a tab character. | 241 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Line contains a tab character. | 242 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Line contains a tab character. | 243 |
![]() | '?' is not preceded with whitespace. | 243 |
![]() | Avoid inline conditionals. | 243 |
![]() | '?' is not followed by whitespace. | 243 |
![]() | ':' is not preceded with whitespace. | 243 |
![]() | ':' is not followed by whitespace. | 243 |
![]() | Line is longer than 80 characters. | 244 |
![]() | Line contains a tab character. | 244 |
![]() | '?' is not preceded with whitespace. | 244 |
![]() | Avoid inline conditionals. | 244 |
![]() | '?' is not followed by whitespace. | 244 |
![]() | ':' is not preceded with whitespace. | 244 |
![]() | ':' is not followed by whitespace. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 248 |
![]() | Method 'getStatementTreeViewAssembler' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() | Missing a Javadoc comment. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 252 |
![]() | Method 'setStatementTreeViewAssembler' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() | Missing a Javadoc comment. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Parameter statementTreeViewAssembler should be final. | 253 |
![]() | 'statementTreeViewAssembler' hides a field. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 257 |
![]() | Method 'getStatementService' is not designed for extension - needs to be abstract, final or empty. | 257 |
![]() | Missing a Javadoc comment. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 261 |
![]() | Method 'setStatementService' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() | Missing a Javadoc comment. | 261 |
![]() | Parameter statementService should be final. | 261 |
![]() | 'statementService' hides a field. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 265 |
![]() | Method 'getLoService' is not designed for extension - needs to be abstract, final or empty. | 265 |
![]() | Missing a Javadoc comment. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 269 |
![]() | Method 'setLoService' is not designed for extension - needs to be abstract, final or empty. | 269 |
![]() | Missing a Javadoc comment. | 269 |
![]() | Parameter loService should be final. | 269 |
![]() | 'loService' hides a field. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 273 |
![]() | Method 'getLuService' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() | Missing a Javadoc comment. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 277 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() | Missing a Javadoc comment. | 277 |
![]() | Parameter luService should be final. | 277 |
![]() | 'luService' hides a field. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 281 |
![]() | Method 'getLoAssembler' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() | Missing a Javadoc comment. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 285 |
![]() | Method 'setLoAssembler' is not designed for extension - needs to be abstract, final or empty. | 285 |
![]() | Missing a Javadoc comment. | 285 |
![]() | Parameter loAssembler should be final. | 285 |
![]() | 'loAssembler' hides a field. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 289 |
![]() | Method 'getCluAssemblerUtils' is not designed for extension - needs to be abstract, final or empty. | 289 |
![]() | Missing a Javadoc comment. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 293 |
![]() | Method 'setCluAssemblerUtils' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() | Missing a Javadoc comment. | 293 |
![]() | Parameter cluAssemblerUtils should be final. | 293 |
![]() | 'cluAssemblerUtils' hides a field. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 297 |
![]() | Method 'getProgramAssemblerUtils' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() | Missing a Javadoc comment. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line contains a tab character. | 299 |
![]() | Line is longer than 80 characters. | 301 |
![]() | Line contains a tab character. | 301 |
![]() | Method 'setProgramAssemblerUtils' is not designed for extension - needs to be abstract, final or empty. | 301 |
![]() | Missing a Javadoc comment. | 301 |
![]() | Parameter programAssemblerUtils should be final. | 301 |
![]() | 'programAssemblerUtils' hides a field. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line has trailing spaces. | 304 |
![]() | Line contains a tab character. | 304 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.kuali.student.lum.course.service.impl.CourseServiceUtils. | 51 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '=' is not preceded with whitespace. | 74 |
![]() | '=' is not followed by whitespace. | 74 |
![]() | ',' is not followed by 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 |
![]() | '=' is not preceded with whitespace. | 74 |
![]() | '=' is not followed by whitespace. | 74 |
![]() | '}' is not preceded with whitespace. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | 'static' modifier out of order with the JLS suggestions. | 76 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line has trailing spaces. | 91 |
![]() | Method 'createCredentialProgram' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | '=' is not preceded with whitespace. | 93 |
![]() | '=' is not followed by whitespace. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Parameter credentialProgramInfo should be final. | 95 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Method 'createHonorsProgram' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | '=' is not preceded with whitespace. | 117 |
![]() | '=' is not followed by whitespace. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Parameter honorsProgramInfo should be final. | 119 |
![]() | Method 'createProgramRequirement' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | '=' is not preceded with whitespace. | 128 |
![]() | '=' is not followed by whitespace. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Parameter programRequirementInfo should be final. | 130 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Method 'createMajorDiscipline' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | '=' is not preceded with whitespace. | 151 |
![]() | '=' is not followed by whitespace. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Parameter majorDisciplineInfo should be final. | 153 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line has trailing spaces. | 173 |
![]() | Method 'createNewMajorDisciplineVersion' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | '=' is not preceded with whitespace. | 175 |
![]() | '=' is not followed by whitespace. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Parameter majorDisciplineVerIndId should be final. | 177 |
![]() | Parameter versionComment should be final. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line contains a tab character. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line contains a tab character. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Line contains a tab character. | 192 |
![]() | Line is longer than 80 characters. | 194 |
![]() | 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 is longer than 80 characters. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Line has trailing spaces. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Line contains a tab character. | 203 |
![]() | Line has trailing spaces. | 204 |
![]() | Line contains a tab character. | 204 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | 'catch' is not followed by whitespace. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Line contains a tab character. | 210 |
![]() | ',' is not followed by whitespace. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line contains a tab character. | 212 |
![]() | ',' is not followed by whitespace. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line contains a tab character. | 214 |
![]() | ',' is not followed by whitespace. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Line contains a tab character. | 216 |
![]() | ',' is not followed by whitespace. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Line contains a tab character. | 218 |
![]() | ',' is not followed by whitespace. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line contains a tab character. | 220 |
![]() | ',' is not followed by whitespace. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line has trailing spaces. | 223 |
![]() | Line has trailing spaces. | 228 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Parameter programRequirementIds should be final. | 233 |
![]() | Expected @param tag for 'programRequirementIds'. | 233 |
![]() | Parameter newState should be final. | 233 |
![]() | Expected @param tag for 'newState'. | 233 |
![]() | Expected @throws tag for 'DoesNotExistException'. | 233 |
![]() | Expected @throws tag for 'InvalidParameterException'. | 234 |
![]() | Expected @throws tag for 'MissingParameterException'. | 234 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Expected @throws tag for 'OperationFailedException'. | 235 |
![]() | Expected @throws tag for 'PermissionDeniedException'. | 235 |
![]() | Expected @throws tag for 'VersionMismatchException'. | 235 |
![]() | Expected @throws tag for 'DataValidationErrorException'. | 235 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line has trailing spaces. | 239 |
![]() | Line has trailing spaces. | 241 |
![]() | Comment matches to-do format 'TODO:'. | 242 |
![]() | Line has trailing spaces. | 242 |
![]() | Line has trailing spaces. | 244 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line has trailing spaces. | 264 |
![]() | Line is longer than 80 characters. | 268 |
![]() | Line has trailing spaces. | 270 |
![]() | Line is longer than 80 characters. | 275 |
![]() | Parameter state should be final. | 275 |
![]() | Parameter statementTreeViewInfo should be final. | 275 |
![]() | Line has trailing spaces. | 277 |
![]() | Line is longer than 80 characters. | 277 |
![]() | Line has trailing spaces. | 279 |
![]() | Comment matches to-do format 'TODO:'. | 280 |
![]() | Line has trailing spaces. | 280 |
![]() | Line has trailing spaces. | 282 |
![]() | Line has trailing spaces. | 285 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line has trailing spaces. | 288 |
![]() | 'for' construct must use '{}'s. | 290 |
![]() | Line is longer than 80 characters. | 290 |
![]() | 'for' is not followed by whitespace. | 290 |
![]() | Line has trailing spaces. | 292 |
![]() | Line is longer than 80 characters. | 293 |
![]() | 'for' construct must use '{}'s. | 294 |
![]() | Line is longer than 80 characters. | 294 |
![]() | 'for' is not followed by whitespace. | 294 |
![]() | Line is longer than 80 characters. | 295 |
![]() | 'cast' is not followed by whitespace. | 295 |
![]() | Line has trailing spaces. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line is longer than 80 characters. | 299 |
![]() | Line contains a tab character. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Line has trailing spaces. | 301 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line is longer than 80 characters. | 304 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | Line is longer than 80 characters. | 306 |
![]() | Line contains a tab character. | 306 |
![]() | Parameter statementTreeView should be final. | 306 |
![]() | Expected @param tag for 'statementTreeView'. | 306 |
![]() | Expected @throws tag for 'OperationFailedException'. | 306 |
![]() | '{' is not preceded with whitespace. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | 'if' is not followed by whitespace. | 307 |
![]() | '!=' is not preceded with whitespace. | 307 |
![]() | '!=' is not followed by whitespace. | 307 |
![]() | '{' is not preceded with whitespace. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | Line is longer than 80 characters. | 309 |
![]() | Line contains a tab character. | 309 |
![]() | 'for' is not followed by whitespace. | 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 |
![]() | Line is longer than 80 characters. | 311 |
![]() | Line contains a tab character. | 311 |
![]() | 'for' is not followed by whitespace. | 311 |
![]() | ':' is not preceded with whitespace. | 311 |
![]() | ':' is not followed by whitespace. | 311 |
![]() | '{' is not preceded with whitespace. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line is longer than 80 characters. | 313 |
![]() | Line contains a tab character. | 313 |
![]() | Line is longer than 80 characters. | 314 |
![]() | Line contains a tab character. | 314 |
![]() | 'if' is not followed by whitespace. | 314 |
![]() | '||' is not preceded with whitespace. | 314 |
![]() | '||' should be on a new line. | 314 |
![]() | Line is longer than 80 characters. | 315 |
![]() | Line contains a tab character. | 315 |
![]() | '||' is not preceded with whitespace. | 315 |
![]() | '||' should be on a new line. | 315 |
![]() | Line is longer than 80 characters. | 316 |
![]() | Line contains a tab character. | 316 |
![]() | '{' is not preceded with whitespace. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Line is longer than 80 characters. | 318 |
![]() | Line contains a tab character. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line has trailing spaces. | 320 |
![]() | Line is longer than 80 characters. | 320 |
![]() | Line contains a tab character. | 320 |
![]() | Line is longer than 80 characters. | 321 |
![]() | Line contains a tab character. | 321 |
![]() | '{' is not preceded with whitespace. | 321 |
![]() | Line is longer than 80 characters. | 322 |
![]() | Line contains a tab character. | 322 |
![]() | Line is longer than 80 characters. | 323 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line is longer than 80 characters. | 325 |
![]() | Line contains a tab character. | 325 |
![]() | Line is longer than 80 characters. | 326 |
![]() | Line contains a tab character. | 326 |
![]() | Line contains a tab character. | 327 |
![]() | Line is longer than 80 characters. | 328 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line has trailing spaces. | 331 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Line is longer than 80 characters. | 335 |
![]() | Line contains a tab character. | 335 |
![]() | 'for' is not followed by whitespace. | 335 |
![]() | ':' is not preceded with whitespace. | 335 |
![]() | '{' is not preceded with whitespace. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | Line contains a tab character. | 341 |
![]() | Line has trailing spaces. | 342 |
![]() | Line is longer than 80 characters. | 342 |
![]() | Line has trailing spaces. | 344 |
![]() | Line has trailing spaces. | 346 |
![]() | Line contains a tab character. | 346 |
![]() | Line has trailing spaces. | 347 |
![]() | Line contains a tab character. | 347 |
![]() | Line has trailing spaces. | 348 |
![]() | Line contains a tab character. | 348 |
![]() | Line has trailing spaces. | 349 |
![]() | Line contains a tab character. | 349 |
![]() | Line has trailing spaces. | 350 |
![]() | Line contains a tab character. | 350 |
![]() | Line has trailing spaces. | 351 |
![]() | Line contains a tab character. | 351 |
![]() | Line has trailing spaces. | 352 |
![]() | Line contains a tab character. | 352 |
![]() | Line has trailing spaces. | 353 |
![]() | Line contains a tab character. | 353 |
![]() | Line has trailing spaces. | 354 |
![]() | Line contains a tab character. | 354 |
![]() | Line is longer than 80 characters. | 356 |
![]() | Parameter majorDiscipline should be final. | 356 |
![]() | Expected @param tag for 'majorDiscipline'. | 356 |
![]() | ',' is not followed by whitespace. | 356 |
![]() | Parameter originalId should be final. | 356 |
![]() | Expected @param tag for 'originalId'. | 356 |
![]() | Expected @throws tag for 'DoesNotExistException'. | 356 |
![]() | Expected @throws tag for 'InvalidParameterException'. | 356 |
![]() | Expected @throws tag for 'MissingParameterException'. | 356 |
![]() | Expected @throws tag for 'OperationFailedException'. | 356 |
![]() | Expected @throws tag for 'PermissionDeniedException'. | 356 |
![]() | Expected @throws tag for 'AlreadyExistsException'. | 356 |
![]() | Expected @throws tag for 'DataValidationErrorException'. | 356 |
![]() | Expected @throws tag for 'VersionMismatchException'. | 356 |
![]() | Expected @throws tag for 'CircularRelationshipException'. | 356 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | 'for' is not followed by whitespace. | 358 |
![]() | ':' is not preceded with whitespace. | 358 |
![]() | ':' is not followed by whitespace. | 358 |
![]() | '{' is not preceded with whitespace. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | 'if' is not followed by whitespace. | 362 |
![]() | '!=' is not preceded with whitespace. | 362 |
![]() | '!=' is not followed by whitespace. | 362 |
![]() | '{' is not preceded with whitespace. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line has trailing spaces. | 364 |
![]() | Line contains a tab character. | 364 |
![]() | Line is longer than 80 characters. | 365 |
![]() | Line contains a tab character. | 365 |
![]() | 'if' is not followed by whitespace. | 365 |
![]() | '!=' is not preceded with whitespace. | 365 |
![]() | '!=' is not followed by whitespace. | 365 |
![]() | '{' is not preceded with whitespace. | 365 |
![]() | Line is longer than 80 characters. | 366 |
![]() | Line contains a tab character. | 366 |
![]() | 'for' is not followed by whitespace. | 366 |
![]() | ':' is not preceded with whitespace. | 366 |
![]() | ':' is not followed by whitespace. | 366 |
![]() | '{' is not preceded with whitespace. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line contains a tab character. | 368 |
![]() | Line contains a tab character. | 369 |
![]() | Line contains a tab character. | 370 |
![]() | Line contains a tab character. | 371 |
![]() | Line is longer than 80 characters. | 372 |
![]() | Line contains a tab character. | 372 |
![]() | 'for' is not followed by whitespace. | 372 |
![]() | ':' is not preceded with whitespace. | 372 |
![]() | ':' is not followed by whitespace. | 372 |
![]() | '{' is not preceded with whitespace. | 372 |
![]() | Line contains a tab character. | 373 |
![]() | Line is longer than 80 characters. | 374 |
![]() | Line contains a tab character. | 374 |
![]() | Line has trailing spaces. | 375 |
![]() | Line is longer than 80 characters. | 375 |
![]() | Line contains a tab character. | 375 |
![]() | Line has trailing spaces. | 376 |
![]() | Line contains a tab character. | 376 |
![]() | Line is longer than 80 characters. | 377 |
![]() | Line contains a tab character. | 377 |
![]() | Line contains a tab character. | 378 |
![]() | Line contains a tab character. | 379 |
![]() | Line contains a tab character. | 380 |
![]() | Line is longer than 80 characters. | 381 |
![]() | Line contains a tab character. | 381 |
![]() | Line has trailing spaces. | 382 |
![]() | Line contains a tab character. | 382 |
![]() | Line contains a tab character. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line is longer than 80 characters. | 386 |
![]() | Line contains a tab character. | 386 |
![]() | Line has trailing spaces. | 387 |
![]() | Line contains a tab character. | 387 |
![]() | Line contains a tab character. | 388 |
![]() | Line contains a tab character. | 389 |
![]() | Line contains a tab character. | 390 |
![]() | Line has trailing spaces. | 391 |
![]() | Line contains a tab character. | 391 |
![]() | Line contains a tab character. | 392 |
![]() | Line contains a tab character. | 393 |
![]() | Line contains a tab character. | 394 |
![]() | Line contains a tab character. | 395 |
![]() | 'for' is not followed by whitespace. | 395 |
![]() | ':' is not preceded with whitespace. | 395 |
![]() | ':' is not followed by whitespace. | 395 |
![]() | '{' is not preceded with whitespace. | 395 |
![]() | Line contains a tab character. | 396 |
![]() | Line contains a tab character. | 397 |
![]() | Line contains a tab character. | 398 |
![]() | Line is longer than 80 characters. | 399 |
![]() | Line contains a tab character. | 399 |
![]() | ',' is not followed by whitespace. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Line has trailing spaces. | 401 |
![]() | Line contains a tab character. | 401 |
![]() | Line contains a tab character. | 402 |
![]() | Line is longer than 80 characters. | 403 |
![]() | Line contains a tab character. | 403 |
![]() | ',' is not followed by whitespace. | 403 |
![]() | Line contains a tab character. | 405 |
![]() | Line is longer than 80 characters. | 406 |
![]() | Line contains a tab character. | 406 |
![]() | Line contains a tab character. | 407 |
![]() | 'if' is not followed by whitespace. | 407 |
![]() | '!=' is not preceded with whitespace. | 407 |
![]() | '!=' is not followed by whitespace. | 407 |
![]() | '{' is not preceded with whitespace. | 407 |
![]() | Line contains a tab character. | 408 |
![]() | 'for' is not followed by whitespace. | 408 |
![]() | ':' is not preceded with whitespace. | 408 |
![]() | ':' is not followed by whitespace. | 408 |
![]() | '{' is not preceded with whitespace. | 408 |
![]() | Line contains a tab character. | 409 |
![]() | Line is longer than 80 characters. | 410 |
![]() | Line contains a tab character. | 410 |
![]() | Line is longer than 80 characters. | 411 |
![]() | Line contains a tab character. | 411 |
![]() | Line contains a tab character. | 412 |
![]() | Line contains a tab character. | 413 |
![]() | Line contains a tab character. | 414 |
![]() | Line contains a tab character. | 416 |
![]() | Missing a Javadoc comment. | 416 |
![]() | Parameter originaCredentialProgram should be final. | 416 |
![]() | Line is longer than 80 characters. | 417 |
![]() | Line contains a tab character. | 417 |
![]() | Parameter originalId should be final. | 417 |
![]() | Line contains a tab character. | 418 |
![]() | Line contains a tab character. | 419 |
![]() | '{' is not preceded with whitespace. | 419 |
![]() | Line is longer than 80 characters. | 420 |
![]() | Line contains a tab character. | 420 |
![]() | 'for' is not followed by whitespace. | 420 |
![]() | ':' is not preceded with whitespace. | 420 |
![]() | ':' is not followed by whitespace. | 420 |
![]() | '{' is not preceded with whitespace. | 420 |
![]() | Line contains a tab character. | 421 |
![]() | Line contains a tab character. | 422 |
![]() | Line contains a tab character. | 423 |
![]() | Line contains a tab character. | 425 |
![]() | Line is longer than 80 characters. | 426 |
![]() | Line contains a tab character. | 426 |
![]() | ',' is not followed by whitespace. | 426 |
![]() | Line contains a tab character. | 428 |
![]() | Line is longer than 80 characters. | 429 |
![]() | Line contains a tab character. | 429 |
![]() | Line contains a tab character. | 430 |
![]() | 'if' is not followed by whitespace. | 430 |
![]() | '!=' is not preceded with whitespace. | 430 |
![]() | '!=' is not followed by whitespace. | 430 |
![]() | '{' is not preceded with whitespace. | 430 |
![]() | Line contains a tab character. | 431 |
![]() | 'for' is not followed by whitespace. | 431 |
![]() | ':' is not preceded with whitespace. | 431 |
![]() | ':' is not followed by whitespace. | 431 |
![]() | '{' is not preceded with whitespace. | 431 |
![]() | Line contains a tab character. | 432 |
![]() | Line is longer than 80 characters. | 433 |
![]() | Line contains a tab character. | 433 |
![]() | Line is longer than 80 characters. | 434 |
![]() | Line contains a tab character. | 434 |
![]() | Line contains a tab character. | 435 |
![]() | Line contains a tab character. | 436 |
![]() | Line contains a tab character. | 437 |
![]() | Line has trailing spaces. | 438 |
![]() | Line is longer than 80 characters. | 439 |
![]() | Missing a Javadoc comment. | 439 |
![]() | Parameter originalCoreProgram should be final. | 439 |
![]() | Parameter originalId should be final. | 439 |
![]() | Line contains a tab character. | 440 |
![]() | Line is longer than 80 characters. | 441 |
![]() | Line contains a tab character. | 441 |
![]() | 'for' is not followed by whitespace. | 441 |
![]() | ':' is not preceded with whitespace. | 441 |
![]() | ':' is not followed by whitespace. | 441 |
![]() | '{' is not preceded with whitespace. | 441 |
![]() | Line contains a tab character. | 442 |
![]() | Line contains a tab character. | 443 |
![]() | Line contains a tab character. | 444 |
![]() | Line is longer than 80 characters. | 445 |
![]() | Line contains a tab character. | 445 |
![]() | ',' is not followed by whitespace. | 445 |
![]() | Line contains a tab character. | 447 |
![]() | Line is longer than 80 characters. | 448 |
![]() | Line contains a tab character. | 448 |
![]() | Line contains a tab character. | 449 |
![]() | 'if' is not followed by whitespace. | 449 |
![]() | '!=' is not preceded with whitespace. | 449 |
![]() | '!=' is not followed by whitespace. | 449 |
![]() | '{' is not preceded with whitespace. | 449 |
![]() | Line contains a tab character. | 450 |
![]() | 'for' is not followed by whitespace. | 450 |
![]() | ':' is not preceded with whitespace. | 450 |
![]() | ':' is not followed by whitespace. | 450 |
![]() | '{' is not preceded with whitespace. | 450 |
![]() | Line contains a tab character. | 451 |
![]() | Line is longer than 80 characters. | 452 |
![]() | Line contains a tab character. | 452 |
![]() | Line is longer than 80 characters. | 453 |
![]() | Line contains a tab character. | 453 |
![]() | Line contains a tab character. | 454 |
![]() | Line contains a tab character. | 455 |
![]() | Line contains a tab character. | 456 |
![]() | Line has trailing spaces. | 457 |
![]() | First sentence should end with a period. | 458 |
![]() | Line is longer than 80 characters. | 459 |
![]() | Line is longer than 80 characters. | 470 |
![]() | Parameter originalProgramRequirementIds should be final. | 470 |
![]() | Expected @param tag for 'originalProgramRequirementIds'. | 470 |
![]() | ',' is not followed by whitespace. | 470 |
![]() | Parameter state should be final. | 470 |
![]() | Expected @param tag for 'state'. | 470 |
![]() | Expected @throws tag for 'OperationFailedException'. | 470 |
![]() | Expected @throws tag for 'AlreadyExistsException'. | 470 |
![]() | Expected @throws tag for 'DataValidationErrorException'. | 470 |
![]() | Expected @throws tag for 'InvalidParameterException'. | 470 |
![]() | Expected @throws tag for 'MissingParameterException'. | 470 |
![]() | Expected @throws tag for 'PermissionDeniedException'. | 470 |
![]() | Expected @throws tag for 'DoesNotExistException'. | 470 |
![]() | '{' is not preceded with whitespace. | 470 |
![]() | Line has trailing spaces. | 471 |
![]() | Line is longer than 80 characters. | 471 |
![]() | Line contains a tab character. | 471 |
![]() | Line is longer than 80 characters. | 472 |
![]() | Line contains a tab character. | 472 |
![]() | Line contains a tab character. | 473 |
![]() | Line has trailing spaces. | 474 |
![]() | Line contains a tab character. | 474 |
![]() | Line contains a tab character. | 475 |
![]() | 'for' is not followed by whitespace. | 475 |
![]() | ':' is not preceded with whitespace. | 475 |
![]() | ':' is not followed by whitespace. | 475 |
![]() | '{' is not preceded with whitespace. | 475 |
![]() | Line has trailing spaces. | 476 |
![]() | Line contains a tab character. | 476 |
![]() | Line is longer than 80 characters. | 477 |
![]() | Line contains a tab character. | 477 |
![]() | Line contains a tab character. | 478 |
![]() | Line contains a tab character. | 479 |
![]() | Line has trailing spaces. | 480 |
![]() | Line contains a tab character. | 480 |
![]() | Line contains a tab character. | 481 |
![]() | Line contains a tab character. | 482 |
![]() | Line is longer than 80 characters. | 483 |
![]() | Line contains a tab character. | 483 |
![]() | Line contains a tab character. | 484 |
![]() | Line is longer than 80 characters. | 485 |
![]() | Line contains a tab character. | 485 |
![]() | 'for' is not followed by whitespace. | 485 |
![]() | ':' is not preceded with whitespace. | 485 |
![]() | ':' is not followed by whitespace. | 485 |
![]() | '{' is not preceded with whitespace. | 485 |
![]() | Line contains a tab character. | 486 |
![]() | Line contains a tab character. | 487 |
![]() | Line contains a tab character. | 488 |
![]() | Line is longer than 80 characters. | 489 |
![]() | Line contains a tab character. | 489 |
![]() | Line is longer than 80 characters. | 490 |
![]() | Line contains a tab character. | 490 |
![]() | Line is longer than 80 characters. | 491 |
![]() | Line contains a tab character. | 491 |
![]() | Line contains a tab character. | 492 |
![]() | Line has trailing spaces. | 494 |
![]() | First sentence should end with a period. | 495 |
![]() | Line contains a tab character. | 495 |
![]() | Line contains a tab character. | 496 |
![]() | Line contains a tab character. | 497 |
![]() | Line contains a tab character. | 498 |
![]() | Line contains a tab character. | 499 |
![]() | Parameter lo should be final. | 499 |
![]() | Expected @param tag for 'lo'. | 499 |
![]() | '{' is not preceded with whitespace. | 499 |
![]() | Line contains a tab character. | 500 |
![]() | Line contains a tab character. | 501 |
![]() | 'for' is not followed by whitespace. | 501 |
![]() | ':' is not preceded with whitespace. | 501 |
![]() | ':' is not followed by whitespace. | 501 |
![]() | '{' is not preceded with whitespace. | 501 |
![]() | Line contains a tab character. | 502 |
![]() | Line contains a tab character. | 503 |
![]() | Line contains a tab character. | 504 |
![]() | Line contains a tab character. | 506 |
![]() | Method 'setCurrentMajorDisciplineVersion' is not designed for extension - needs to be abstract, final or empty. | 506 |
![]() | Line contains a tab character. | 507 |
![]() | '=' is not preceded with whitespace. | 507 |
![]() | '=' is not followed by whitespace. | 507 |
![]() | Line contains a tab character. | 508 |
![]() | Line contains a tab character. | 509 |
![]() | Parameter majorDisciplineId should be final. | 509 |
![]() | Parameter currentVersionStart should be final. | 509 |
![]() | Line contains a tab character. | 510 |
![]() | Line is longer than 80 characters. | 511 |
![]() | Line contains a tab character. | 511 |
![]() | Line contains a tab character. | 512 |
![]() | Line is longer than 80 characters. | 513 |
![]() | Line contains a tab character. | 513 |
![]() | Line has trailing spaces. | 514 |
![]() | Line contains a tab character. | 514 |
![]() | Line contains a tab character. | 515 |
![]() | Line is longer than 80 characters. | 516 |
![]() | Line contains a tab character. | 516 |
![]() | Line contains a tab character. | 517 |
![]() | ':' is not preceded with whitespace. | 517 |
![]() | ':' is not followed by whitespace. | 517 |
![]() | '{' is not preceded with whitespace. | 517 |
![]() | Line contains a tab character. | 518 |
![]() | Line is longer than 80 characters. | 519 |
![]() | Line contains a tab character. | 519 |
![]() | Line is longer than 80 characters. | 520 |
![]() | Line contains a tab character. | 520 |
![]() | '{' is not preceded with whitespace. | 520 |
![]() | Line is longer than 80 characters. | 521 |
![]() | Line contains a tab character. | 521 |
![]() | Line contains a tab character. | 522 |
![]() | Line contains a tab character. | 523 |
![]() | Line has trailing spaces. | 524 |
![]() | Line contains a tab character. | 524 |
![]() | Line contains a tab character. | 525 |
![]() | Line contains a tab character. | 526 |
![]() | Line contains a tab character. | 528 |
![]() | Method 'createMinorDiscipline' is not designed for extension - needs to be abstract, final or empty. | 528 |
![]() | '=' is not preceded with whitespace. | 529 |
![]() | '=' is not followed by whitespace. | 529 |
![]() | Line contains a tab character. | 530 |
![]() | Parameter minorDisciplineInfo should be final. | 531 |
![]() | Method 'deleteCredentialProgram' is not designed for extension - needs to be abstract, final or empty. | 539 |
![]() | '=' is not preceded with whitespace. | 540 |
![]() | '=' is not followed by whitespace. | 540 |
![]() | Line contains a tab character. | 541 |
![]() | Parameter credentialProgramId should be final. | 541 |
![]() | Line is longer than 80 characters. | 547 |
![]() | Line contains a tab character. | 547 |
![]() | Line is longer than 80 characters. | 549 |
![]() | Line is longer than 80 characters. | 555 |
![]() | Line has trailing spaces. | 557 |
![]() | Line is longer than 80 characters. | 557 |
![]() | Line contains a tab character. | 557 |
![]() | Method 'deleteHonorsProgram' is not designed for extension - needs to be abstract, final or empty. | 560 |
![]() | '=' is not preceded with whitespace. | 561 |
![]() | '=' is not followed by whitespace. | 561 |
![]() | Line contains a tab character. | 562 |
![]() | Parameter honorsProgramId should be final. | 562 |
![]() | Method 'deleteMajorDiscipline' is not designed for extension - needs to be abstract, final or empty. | 570 |
![]() | '=' is not preceded with whitespace. | 571 |
![]() | '=' is not followed by whitespace. | 571 |
![]() | Line contains a tab character. | 572 |
![]() | Parameter majorDisciplineId should be final. | 572 |
![]() | Line is longer than 80 characters. | 578 |
![]() | Line is longer than 80 characters. | 586 |
![]() | Method 'deleteMinorDiscipline' is not designed for extension - needs to be abstract, final or empty. | 590 |
![]() | '=' is not preceded with whitespace. | 591 |
![]() | '=' is not followed by whitespace. | 591 |
![]() | Line contains a tab character. | 592 |
![]() | Parameter minorDisciplineId should be final. | 592 |
![]() | Method 'deleteProgramRequirement' is not designed for extension - needs to be abstract, final or empty. | 600 |
![]() | '=' is not preceded with whitespace. | 601 |
![]() | '=' is not followed by whitespace. | 601 |
![]() | Line contains a tab character. | 602 |
![]() | Parameter programRequirementId should be final. | 602 |
![]() | Line contains a tab character. | 606 |
![]() | Line is longer than 80 characters. | 608 |
![]() | Line contains a tab character. | 608 |
![]() | Line is longer than 80 characters. | 610 |
![]() | Line contains a tab character. | 610 |
![]() | Line is longer than 80 characters. | 616 |
![]() | Method 'getCredentialProgram' is not designed for extension - needs to be abstract, final or empty. | 621 |
![]() | Line is longer than 80 characters. | 622 |
![]() | Parameter credentialProgramId should be final. | 622 |
![]() | Line contains a tab character. | 627 |
![]() | Line is longer than 80 characters. | 632 |
![]() | '(' is followed by whitespace. | 632 |
![]() | '!' is followed by whitespace. | 632 |
![]() | ')' is preceded with whitespace. | 632 |
![]() | Line is longer than 80 characters. | 633 |
![]() | Line is longer than 80 characters. | 636 |
![]() | Line is longer than 80 characters. | 639 |
![]() | Line is longer than 80 characters. | 643 |
![]() | Line contains a tab character. | 643 |
![]() | Line contains a tab character. | 645 |
![]() | Line is longer than 80 characters. | 646 |
![]() | Line contains a tab character. | 646 |
![]() | Line contains a tab character. | 647 |
![]() | Line contains a tab character. | 648 |
![]() | Line contains a tab character. | 649 |
![]() | Method 'getCredentialProgramType' is not designed for extension - needs to be abstract, final or empty. | 652 |
![]() | Parameter credentialProgramTypeKey should be final. | 653 |
![]() | Method 'getCredentialProgramTypes' is not designed for extension - needs to be abstract, final or empty. | 660 |
![]() | Method 'getHonorsByCredentialProgramType' is not designed for extension - needs to be abstract, final or empty. | 667 |
![]() | Parameter programType should be final. | 668 |
![]() | Method 'getHonorsProgram' is not designed for extension - needs to be abstract, final or empty. | 675 |
![]() | Parameter honorsProgramId should be final. | 676 |
![]() | Method 'getMajorDiscipline' is not designed for extension - needs to be abstract, final or empty. | 684 |
![]() | Parameter majorDisciplineId should be final. | 685 |
![]() | Line is longer than 80 characters. | 695 |
![]() | '(' is followed by whitespace. | 695 |
![]() | '!' is followed by whitespace. | 695 |
![]() | ')' is preceded with whitespace. | 695 |
![]() | Line is longer than 80 characters. | 696 |
![]() | Line is longer than 80 characters. | 698 |
![]() | Line is longer than 80 characters. | 701 |
![]() | Line is longer than 80 characters. | 704 |
![]() | Line contains a tab character. | 704 |
![]() | Line contains a tab character. | 706 |
![]() | Line is longer than 80 characters. | 707 |
![]() | Line contains a tab character. | 707 |
![]() | Line contains a tab character. | 708 |
![]() | Line contains a tab character. | 709 |
![]() | Line contains a tab character. | 710 |
![]() | Line contains a tab character. | 711 |
![]() | Line contains a tab character. | 713 |
![]() | Method 'getMajorIdsByCredentialProgramType' is not designed for extension - needs to be abstract, final or empty. | 713 |
![]() | Line is longer than 80 characters. | 714 |
![]() | Line contains a tab character. | 714 |
![]() | Parameter programType should be final. | 714 |
![]() | Line contains a tab character. | 715 |
![]() | Line contains a tab character. | 716 |
![]() | Line contains a tab character. | 717 |
![]() | Line contains a tab character. | 718 |
![]() | Line contains a tab character. | 719 |
![]() | Line contains a tab character. | 721 |
![]() | Method 'getMinorDiscipline' is not designed for extension - needs to be abstract, final or empty. | 721 |
![]() | Line contains a tab character. | 722 |
![]() | Parameter minorDisciplineId should be final. | 722 |
![]() | Line contains a tab character. | 723 |
![]() | Line contains a tab character. | 724 |
![]() | Line contains a tab character. | 725 |
![]() | Line contains a tab character. | 726 |
![]() | Line contains a tab character. | 727 |
![]() | Line contains a tab character. | 728 |
![]() | Line contains a tab character. | 730 |
![]() | Method 'getMinorsByCredentialProgramType' is not designed for extension - needs to be abstract, final or empty. | 730 |
![]() | Line contains a tab character. | 731 |
![]() | Parameter programType should be final. | 731 |
![]() | Line contains a tab character. | 732 |
![]() | Line contains a tab character. | 733 |
![]() | Line contains a tab character. | 734 |
![]() | Line contains a tab character. | 735 |
![]() | Line contains a tab character. | 736 |
![]() | Line contains a tab character. | 738 |
![]() | Method 'getProgramRequirement' is not designed for extension - needs to be abstract, final or empty. | 738 |
![]() | Line is longer than 80 characters. | 739 |
![]() | Line contains a tab character. | 739 |
![]() | Parameter programRequirementId should be final. | 739 |
![]() | Parameter nlUsageTypeKey should be final. | 739 |
![]() | Parameter language should be final. | 739 |
![]() | Line contains a tab character. | 740 |
![]() | Line contains a tab character. | 741 |
![]() | Line is longer than 80 characters. | 743 |
![]() | Line contains a tab character. | 743 |
![]() | Line contains a tab character. | 745 |
![]() | Line is longer than 80 characters. | 746 |
![]() | Line contains a tab character. | 746 |
![]() | Line is longer than 80 characters. | 747 |
![]() | Line contains a tab character. | 747 |
![]() | Line contains a tab character. | 748 |
![]() | Line contains a tab character. | 749 |
![]() | Line is longer than 80 characters. | 750 |
![]() | Line contains a tab character. | 750 |
![]() | Line contains a tab character. | 751 |
![]() | Line contains a tab character. | 752 |
![]() | Line is longer than 80 characters. | 754 |
![]() | Line contains a tab character. | 755 |
![]() | Line contains a tab character. | 756 |
![]() | Line contains a tab character. | 758 |
![]() | Method 'getVariationsByMajorDisciplineId' is not designed for extension - needs to be abstract, final or empty. | 758 |
![]() | Line contains a tab character. | 759 |
![]() | Line contains a tab character. | 760 |
![]() | Parameter majorDisciplineId should be final. | 760 |
![]() | Line contains a tab character. | 761 |
![]() | Line contains a tab character. | 762 |
![]() | Line is longer than 80 characters. | 763 |
![]() | Line contains a tab character. | 763 |
![]() | Line contains a tab character. | 765 |
![]() | Line is longer than 80 characters. | 766 |
![]() | Line contains a tab character. | 766 |
![]() | Line contains a tab character. | 768 |
![]() | 'if' is not followed by whitespace. | 768 |
![]() | '{' is not preceded with whitespace. | 768 |
![]() | Line contains a tab character. | 769 |
![]() | 'for' is not followed by whitespace. | 769 |
![]() | '{' is not preceded with whitespace. | 769 |
![]() | Line is longer than 80 characters. | 770 |
![]() | Line contains a tab character. | 770 |
![]() | Line contains a tab character. | 771 |
![]() | 'if' is not followed by whitespace. | 771 |
![]() | '{' is not preceded with whitespace. | 771 |
![]() | Line contains a tab character. | 772 |
![]() | Line contains a tab character. | 773 |
![]() | Line contains a tab character. | 774 |
![]() | Line contains a tab character. | 775 |
![]() | Line contains a tab character. | 776 |
![]() | Line contains a tab character. | 777 |
![]() | Line is longer than 80 characters. | 778 |
![]() | Line contains a tab character. | 778 |
![]() | Line contains a tab character. | 779 |
![]() | Method 'updateCredentialProgram' is not designed for extension - needs to be abstract, final or empty. | 784 |
![]() | '=' is not preceded with whitespace. | 785 |
![]() | '=' is not followed by whitespace. | 785 |
![]() | Line contains a tab character. | 786 |
![]() | Parameter credentialProgramInfo should be final. | 787 |
![]() | Line is longer than 80 characters. | 793 |
![]() | Line is longer than 80 characters. | 796 |
![]() | Line is longer than 80 characters. | 798 |
![]() | Line is longer than 80 characters. | 803 |
![]() | Line is longer than 80 characters. | 807 |
![]() | Method 'updateHonorsProgram' is not designed for extension - needs to be abstract, final or empty. | 811 |
![]() | '=' is not preceded with whitespace. | 812 |
![]() | '=' is not followed by whitespace. | 812 |
![]() | Line contains a tab character. | 813 |
![]() | Parameter honorsProgramInfo should be final. | 814 |
![]() | Method 'updateMajorDiscipline' is not designed for extension - needs to be abstract, final or empty. | 823 |
![]() | '=' is not preceded with whitespace. | 824 |
![]() | '=' is not followed by whitespace. | 824 |
![]() | Line contains a tab character. | 825 |
![]() | Parameter majorDisciplineInfo should be final. | 826 |
![]() | Line is longer than 80 characters. | 835 |
![]() | Line is longer than 80 characters. | 837 |
![]() | Line is longer than 80 characters. | 842 |
![]() | Line is longer than 80 characters. | 846 |
![]() | Method 'updateMinorDiscipline' is not designed for extension - needs to be abstract, final or empty. | 850 |
![]() | '=' is not preceded with whitespace. | 851 |
![]() | '=' is not followed by whitespace. | 851 |
![]() | Line contains a tab character. | 852 |
![]() | Parameter minorDisciplineInfo should be final. | 853 |
![]() | Method 'updateProgramRequirement' is not designed for extension - needs to be abstract, final or empty. | 862 |
![]() | '=' is not preceded with whitespace. | 863 |
![]() | '=' is not followed by whitespace. | 863 |
![]() | Line contains a tab character. | 864 |
![]() | Parameter programRequirementInfo should be final. | 865 |
![]() | Line is longer than 80 characters. | 870 |
![]() | Line contains a tab character. | 870 |
![]() | Line is longer than 80 characters. | 872 |
![]() | Line is longer than 80 characters. | 874 |
![]() | Line contains a tab character. | 874 |
![]() | Line is longer than 80 characters. | 878 |
![]() | Line contains a tab character. | 878 |
![]() | Line contains a tab character. | 879 |
![]() | Line is longer than 80 characters. | 880 |
![]() | Line contains a tab character. | 880 |
![]() | Line contains a tab character. | 881 |
![]() | Method 'validateCredentialProgram' is not designed for extension - needs to be abstract, final or empty. | 884 |
![]() | Parameter validationType should be final. | 886 |
![]() | Parameter credentialProgramInfo should be final. | 886 |
![]() | Line is longer than 80 characters. | 890 |
![]() | Line is longer than 80 characters. | 891 |
![]() | Line is longer than 80 characters. | 892 |
![]() | Line is longer than 80 characters. | 894 |
![]() | Method 'validateHonorsProgram' is not designed for extension - needs to be abstract, final or empty. | 900 |
![]() | Parameter validationType should be final. | 902 |
![]() | Parameter honorsProgramInfo should be final. | 902 |
![]() | Method 'validateMajorDiscipline' is not designed for extension - needs to be abstract, final or empty. | 909 |
![]() | Parameter validationType should be final. | 911 |
![]() | Parameter majorDisciplineInfo should be final. | 911 |
![]() | Line is longer than 80 characters. | 915 |
![]() | Line is longer than 80 characters. | 916 |
![]() | Line is longer than 80 characters. | 917 |
![]() | Line is longer than 80 characters. | 919 |
![]() | ',' is not followed by whitespace. | 921 |
![]() | Method 'validateMinorDiscipline' is not designed for extension - needs to be abstract, final or empty. | 925 |
![]() | Parameter validationType should be final. | 927 |
![]() | Parameter minorDisciplineInfo should be final. | 927 |
![]() | Method 'validateProgramRequirement' is not designed for extension - needs to be abstract, final or empty. | 934 |
![]() | Line is longer than 80 characters. | 936 |
![]() | Parameter validationType should be final. | 936 |
![]() | Parameter programRequirementInfo should be final. | 936 |
![]() | Line is longer than 80 characters. | 940 |
![]() | Line is longer than 80 characters. | 942 |
![]() | Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 947 |
![]() | Parameter objectTypeKey should be final. | 948 |
![]() | Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 952 |
![]() | Method 'getSearchCriteriaType' is not designed for extension - needs to be abstract, final or empty. | 957 |
![]() | Parameter searchCriteriaTypeKey should be final. | 959 |
![]() | Method 'getSearchCriteriaTypes' is not designed for extension - needs to be abstract, final or empty. | 966 |
![]() | Method 'getSearchResultType' is not designed for extension - needs to be abstract, final or empty. | 973 |
![]() | Parameter searchResultTypeKey should be final. | 974 |
![]() | Method 'getSearchResultTypes' is not designed for extension - needs to be abstract, final or empty. | 981 |
![]() | Method 'getSearchType' is not designed for extension - needs to be abstract, final or empty. | 988 |
![]() | Parameter searchTypeKey should be final. | 989 |
![]() | Method 'getSearchTypes' is not designed for extension - needs to be abstract, final or empty. | 996 |
![]() | Method 'getSearchTypesByCriteria' is not designed for extension - needs to be abstract, final or empty. | 1003 |
![]() | Parameter searchCriteriaTypeKey should be final. | 1005 |
![]() | Method 'getSearchTypesByResult' is not designed for extension - needs to be abstract, final or empty. | 1012 |
![]() | Parameter searchResultTypeKey should be final. | 1014 |
![]() | Method 'search' is not designed for extension - needs to be abstract, final or empty. | 1021 |
![]() | Parameter searchRequest should be final. | 1022 |
![]() | First sentence should end with a period. | 1028 |
![]() | Unused @param tag for 'parameter'. | 1032 |
![]() | Parameter param should be final. | 1035 |
![]() | Expected @param tag for 'param'. | 1035 |
![]() | Parameter paramName should be final. | 1035 |
![]() | Expected @param tag for 'paramName'. | 1035 |
![]() | Expected @throws tag for 'MissingParameterException'. | 1036 |
![]() | Line is longer than 80 characters. | 1042 |
![]() | Line is longer than 80 characters. | 1044 |
![]() | Missing a Javadoc comment. | 1044 |
![]() | Parameter majorDisciplineInfo should be final. | 1044 |
![]() | Parameter operation should be final. | 1044 |
![]() | Line is longer than 80 characters. | 1046 |
![]() | Line is longer than 80 characters. | 1051 |
![]() | Missing a Javadoc comment. | 1051 |
![]() | Parameter credentialProgramInfo should be final. | 1051 |
![]() | Parameter operation should be final. | 1051 |
![]() | Line is longer than 80 characters. | 1053 |
![]() | Line is longer than 80 characters. | 1058 |
![]() | Missing a Javadoc comment. | 1058 |
![]() | Parameter programRequirementInfo should be final. | 1058 |
![]() | Parameter operation should be final. | 1058 |
![]() | Line is longer than 80 characters. | 1059 |
![]() | Line is longer than 80 characters. | 1064 |
![]() | Line contains a tab character. | 1064 |
![]() | Missing a Javadoc comment. | 1064 |
![]() | Parameter results should be final. | 1064 |
![]() | '{' is not preceded with whitespace. | 1064 |
![]() | Line contains a tab character. | 1069 |
![]() | Line is longer than 80 characters. | 1075 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 1077 |
![]() | Missing a Javadoc comment. | 1077 |
![]() | Parameter luService should be final. | 1077 |
![]() | 'luService' hides a field. | 1077 |
![]() | Method 'getLuService' is not designed for extension - needs to be abstract, final or empty. | 1081 |
![]() | Missing a Javadoc comment. | 1081 |
![]() | Line contains a tab character. | 1082 |
![]() | Line contains a tab character. | 1083 |
![]() | Line contains a tab character. | 1085 |
![]() | Method 'setDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 1085 |
![]() | Missing a Javadoc comment. | 1085 |
![]() | Parameter dictionaryService should be final. | 1085 |
![]() | 'dictionaryService' hides a field. | 1085 |
![]() | Method 'getDictionaryService' is not designed for extension - needs to be abstract, final or empty. | 1089 |
![]() | Missing a Javadoc comment. | 1089 |
![]() | Line contains a tab character. | 1090 |
![]() | Line contains a tab character. | 1091 |
![]() | Method 'setSearchManager' is not designed for extension - needs to be abstract, final or empty. | 1093 |
![]() | Missing a Javadoc comment. | 1093 |
![]() | Parameter searchManager should be final. | 1093 |
![]() | 'searchManager' hides a field. | 1093 |
![]() | Line has trailing spaces. | 1096 |
![]() | Line contains a tab character. | 1097 |
![]() | Method 'getSearchManager' is not designed for extension - needs to be abstract, final or empty. | 1097 |
![]() | Missing a Javadoc comment. | 1097 |
![]() | Line contains a tab character. | 1098 |
![]() | Line contains a tab character. | 1099 |
![]() | Line is longer than 80 characters. | 1101 |
![]() | Line contains a tab character. | 1101 |
![]() | Method 'setMajorDisciplineAssembler' is not designed for extension - needs to be abstract, final or empty. | 1101 |
![]() | Missing a Javadoc comment. | 1101 |
![]() | Parameter majorDisciplineAssembler should be final. | 1101 |
![]() | 'majorDisciplineAssembler' hides a field. | 1101 |
![]() | Line contains a tab character. | 1105 |
![]() | Method 'getMajorDisciplineAssembler' is not designed for extension - needs to be abstract, final or empty. | 1105 |
![]() | Missing a Javadoc comment. | 1105 |
![]() | Line contains a tab character. | 1106 |
![]() | Line contains a tab character. | 1107 |
![]() | Line contains a tab character. | 1109 |
![]() | Method 'setCredentialProgramAssembler' is not designed for extension - needs to be abstract, final or empty. | 1109 |
![]() | Missing a Javadoc comment. | 1109 |
![]() | Line contains a tab character. | 1110 |
![]() | Parameter credentialProgramAssembler should be final. | 1110 |
![]() | 'credentialProgramAssembler' hides a field. | 1110 |
![]() | Line contains a tab character. | 1111 |
![]() | Line contains a tab character. | 1112 |
![]() | Line contains a tab character. | 1114 |
![]() | Method 'getCredentialProgramAssembler' is not designed for extension - needs to be abstract, final or empty. | 1114 |
![]() | Missing a Javadoc comment. | 1114 |
![]() | Line contains a tab character. | 1115 |
![]() | Line contains a tab character. | 1116 |
![]() | Line is longer than 80 characters. | 1118 |
![]() | Line contains a tab character. | 1118 |
![]() | Method 'setProgramRequirementAssembler' is not designed for extension - needs to be abstract, final or empty. | 1118 |
![]() | Missing a Javadoc comment. | 1118 |
![]() | Parameter programRequirementAssembler should be final. | 1118 |
![]() | 'programRequirementAssembler' hides a field. | 1118 |
![]() | Method 'getProgramRequirementAssembler' is not designed for extension - needs to be abstract, final or empty. | 1122 |
![]() | Missing a Javadoc comment. | 1122 |
![]() | Line contains a tab character. | 1123 |
![]() | Line contains a tab character. | 1124 |
![]() | Line is longer than 80 characters. | 1126 |
![]() | Line contains a tab character. | 1126 |
![]() | Method 'setProgramServiceMethodInvoker' is not designed for extension - needs to be abstract, final or empty. | 1126 |
![]() | Missing a Javadoc comment. | 1126 |
![]() | Parameter serviceMethodInvoker should be final. | 1126 |
![]() | Method 'getProgramServiceMethodInvoker' is not designed for extension - needs to be abstract, final or empty. | 1130 |
![]() | Missing a Javadoc comment. | 1130 |
![]() | Line contains a tab character. | 1131 |
![]() | Line contains a tab character. | 1132 |
![]() | Line contains a tab character. | 1134 |
![]() | Method 'setValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 1134 |
![]() | Missing a Javadoc comment. | 1134 |
![]() | Parameter validatorFactory should be final. | 1134 |
![]() | 'validatorFactory' hides a field. | 1134 |
![]() | Line contains a tab character. | 1138 |
![]() | Method 'getValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 1138 |
![]() | Missing a Javadoc comment. | 1138 |
![]() | Line contains a tab character. | 1139 |
![]() | Line contains a tab character. | 1140 |
![]() | Line has trailing spaces. | 1141 |
![]() | Line contains a tab character. | 1141 |
![]() | Line is longer than 80 characters. | 1142 |
![]() | Line contains a tab character. | 1142 |
![]() | Method 'setCoreProgramAssembler' is not designed for extension - needs to be abstract, final or empty. | 1142 |
![]() | Missing a Javadoc comment. | 1142 |
![]() | Parameter coreProgramAssembler should be final. | 1142 |
![]() | 'coreProgramAssembler' hides a field. | 1142 |
![]() | Line contains a tab character. | 1143 |
![]() | Line contains a tab character. | 1144 |
![]() | Line contains a tab character. | 1146 |
![]() | Method 'getCoreProgramAssembler' is not designed for extension - needs to be abstract, final or empty. | 1146 |
![]() | Missing a Javadoc comment. | 1146 |
![]() | Line contains a tab character. | 1147 |
![]() | Line contains a tab character. | 1148 |
![]() | Line contains a tab character. | 1150 |
![]() | Missing a Javadoc comment. | 1150 |
![]() | '{' is not preceded with whitespace. | 1150 |
![]() | Line contains a tab character. | 1154 |
![]() | Line is longer than 80 characters. | 1156 |
![]() | Missing a Javadoc comment. | 1156 |
![]() | Parameter coreProgramInfo should be final. | 1156 |
![]() | Parameter operation should be final. | 1156 |
![]() | Line is longer than 80 characters. | 1158 |
![]() | Method 'createCoreProgram' is not designed for extension - needs to be abstract, final or empty. | 1163 |
![]() | '=' is not preceded with whitespace. | 1164 |
![]() | '=' is not followed by whitespace. | 1164 |
![]() | Line is longer than 80 characters. | 1165 |
![]() | Line contains a tab character. | 1165 |
![]() | Parameter coreProgramInfo should be final. | 1165 |
![]() | Line has trailing spaces. | 1167 |
![]() | Line is longer than 80 characters. | 1169 |
![]() | Line is longer than 80 characters. | 1171 |
![]() | Line is longer than 80 characters. | 1175 |
![]() | Line is longer than 80 characters. | 1178 |
![]() | Line contains a tab character. | 1182 |
![]() | Method 'createNewCoreProgramVersion' is not designed for extension - needs to be abstract, final or empty. | 1182 |
![]() | Line contains a tab character. | 1183 |
![]() | '=' is not preceded with whitespace. | 1183 |
![]() | '=' is not followed by whitespace. | 1183 |
![]() | Line contains a tab character. | 1184 |
![]() | Line contains a tab character. | 1185 |
![]() | Parameter coreProgramId should be final. | 1185 |
![]() | Parameter versionComment should be final. | 1185 |
![]() | Line contains a tab character. | 1186 |
![]() | Line contains a tab character. | 1187 |
![]() | Line contains a tab character. | 1188 |
![]() | Line contains a tab character. | 1189 |
![]() | Line contains a tab character. | 1190 |
![]() | Line is longer than 80 characters. | 1191 |
![]() | Line contains a tab character. | 1191 |
![]() | Line is longer than 80 characters. | 1192 |
![]() | Line contains a tab character. | 1192 |
![]() | Line contains a tab character. | 1194 |
![]() | Line is longer than 80 characters. | 1195 |
![]() | Line contains a tab character. | 1195 |
![]() | Line contains a tab character. | 1197 |
![]() | Line contains a tab character. | 1198 |
![]() | Line is longer than 80 characters. | 1200 |
![]() | Line contains a tab character. | 1200 |
![]() | Line is longer than 80 characters. | 1201 |
![]() | Line contains a tab character. | 1201 |
![]() | Line is longer than 80 characters. | 1203 |
![]() | Line contains a tab character. | 1203 |
![]() | Line is longer than 80 characters. | 1204 |
![]() | Line contains a tab character. | 1204 |
![]() | Line contains a tab character. | 1206 |
![]() | Line is longer than 80 characters. | 1207 |
![]() | Line contains a tab character. | 1207 |
![]() | Line is longer than 80 characters. | 1209 |
![]() | Line contains a tab character. | 1209 |
![]() | Line contains a tab character. | 1210 |
![]() | Line contains a tab character. | 1212 |
![]() | Line contains a tab character. | 1213 |
![]() | 'catch' is not followed by whitespace. | 1213 |
![]() | Line is longer than 80 characters. | 1214 |
![]() | Line contains a tab character. | 1214 |
![]() | ',' is not followed by whitespace. | 1214 |
![]() | Line contains a tab character. | 1215 |
![]() | Line is longer than 80 characters. | 1216 |
![]() | Line contains a tab character. | 1216 |
![]() | ',' is not followed by whitespace. | 1216 |
![]() | Line contains a tab character. | 1217 |
![]() | Line is longer than 80 characters. | 1218 |
![]() | Line contains a tab character. | 1218 |
![]() | ',' is not followed by whitespace. | 1218 |
![]() | Line contains a tab character. | 1219 |
![]() | Line is longer than 80 characters. | 1220 |
![]() | Line contains a tab character. | 1220 |
![]() | ',' is not followed by whitespace. | 1220 |
![]() | Line contains a tab character. | 1221 |
![]() | Line is longer than 80 characters. | 1222 |
![]() | Line contains a tab character. | 1222 |
![]() | ',' is not followed by whitespace. | 1222 |
![]() | Line contains a tab character. | 1223 |
![]() | Line is longer than 80 characters. | 1224 |
![]() | Line contains a tab character. | 1224 |
![]() | ',' is not followed by whitespace. | 1224 |
![]() | Line contains a tab character. | 1225 |
![]() | Line contains a tab character. | 1226 |
![]() | Line has trailing spaces. | 1227 |
![]() | Line contains a tab character. | 1230 |
![]() | Method 'deleteCoreProgram' is not designed for extension - needs to be abstract, final or empty. | 1230 |
![]() | '=' is not preceded with whitespace. | 1231 |
![]() | '=' is not followed by whitespace. | 1231 |
![]() | Line is longer than 80 characters. | 1232 |
![]() | Line contains a tab character. | 1232 |
![]() | Parameter coreProgramId should be final. | 1232 |
![]() | Line contains a tab character. | 1234 |
![]() | Line is longer than 80 characters. | 1242 |
![]() | Line has trailing spaces. | 1244 |
![]() | Line is longer than 80 characters. | 1244 |
![]() | Line contains a tab character. | 1244 |
![]() | Method 'getCoreProgram' is not designed for extension - needs to be abstract, final or empty. | 1247 |
![]() | Line is longer than 80 characters. | 1248 |
![]() | Parameter coreProgramId should be final. | 1248 |
![]() | Line contains a tab character. | 1249 |
![]() | Line is longer than 80 characters. | 1253 |
![]() | '(' is followed by whitespace. | 1253 |
![]() | '!' is followed by whitespace. | 1253 |
![]() | ')' is preceded with whitespace. | 1253 |
![]() | Line is longer than 80 characters. | 1254 |
![]() | Line is longer than 80 characters. | 1262 |
![]() | Line contains a tab character. | 1262 |
![]() | Line contains a tab character. | 1264 |
![]() | Line is longer than 80 characters. | 1265 |
![]() | Line contains a tab character. | 1265 |
![]() | Line contains a tab character. | 1266 |
![]() | Line contains a tab character. | 1267 |
![]() | Line contains a tab character. | 1268 |
![]() | Method 'updateCoreProgram' is not designed for extension - needs to be abstract, final or empty. | 1271 |
![]() | '=' is not preceded with whitespace. | 1272 |
![]() | '=' is not followed by whitespace. | 1272 |
![]() | Line is longer than 80 characters. | 1273 |
![]() | Line contains a tab character. | 1273 |
![]() | Parameter coreProgramInfo should be final. | 1273 |
![]() | Line has trailing spaces. | 1275 |
![]() | Line is longer than 80 characters. | 1277 |
![]() | Line is longer than 80 characters. | 1279 |
![]() | Line is longer than 80 characters. | 1284 |
![]() | Line is longer than 80 characters. | 1288 |
![]() | Method 'validateCoreProgram' is not designed for extension - needs to be abstract, final or empty. | 1292 |
![]() | Line is longer than 80 characters. | 1293 |
![]() | Parameter validationType should be final. | 1293 |
![]() | Parameter coreProgramInfo should be final. | 1293 |
![]() | Line is longer than 80 characters. | 1294 |
![]() | Line is longer than 80 characters. | 1295 |
![]() | Line is longer than 80 characters. | 1296 |
![]() | Line contains a tab character. | 1296 |
![]() | Line contains a tab character. | 1297 |
![]() | Line is longer than 80 characters. | 1298 |
![]() | Line has trailing spaces. | 1302 |
![]() | Line has trailing spaces. | 1303 |
![]() | Line contains a tab character. | 1304 |
![]() | Method 'createNewCredentialProgramVersion' is not designed for extension - needs to be abstract, final or empty. | 1304 |
![]() | Line contains a tab character. | 1305 |
![]() | '=' is not preceded with whitespace. | 1305 |
![]() | '=' is not followed by whitespace. | 1305 |
![]() | Line contains a tab character. | 1306 |
![]() | Line contains a tab character. | 1307 |
![]() | Parameter credentialProgramId should be final. | 1307 |
![]() | Parameter versionComment should be final. | 1307 |
![]() | Line contains a tab character. | 1308 |
![]() | Line contains a tab character. | 1309 |
![]() | Line contains a tab character. | 1310 |
![]() | Line contains a tab character. | 1311 |
![]() | Line contains a tab character. | 1312 |
![]() | Line is longer than 80 characters. | 1313 |
![]() | Line contains a tab character. | 1313 |
![]() | Line is longer than 80 characters. | 1314 |
![]() | Line contains a tab character. | 1314 |
![]() | Line contains a tab character. | 1316 |
![]() | Line is longer than 80 characters. | 1317 |
![]() | Line contains a tab character. | 1317 |
![]() | Line contains a tab character. | 1319 |
![]() | Line contains a tab character. | 1320 |
![]() | Line is longer than 80 characters. | 1322 |
![]() | Line contains a tab character. | 1322 |
![]() | Line is longer than 80 characters. | 1323 |
![]() | Line contains a tab character. | 1323 |
![]() | Line is longer than 80 characters. | 1325 |
![]() | Line contains a tab character. | 1325 |
![]() | Line is longer than 80 characters. | 1326 |
![]() | Line contains a tab character. | 1326 |
![]() | Line contains a tab character. | 1328 |
![]() | Line is longer than 80 characters. | 1329 |
![]() | Line contains a tab character. | 1329 |
![]() | Line is longer than 80 characters. | 1331 |
![]() | Line contains a tab character. | 1331 |
![]() | Line contains a tab character. | 1332 |
![]() | Line contains a tab character. | 1334 |
![]() | Line contains a tab character. | 1335 |
![]() | 'catch' is not followed by whitespace. | 1335 |
![]() | Line is longer than 80 characters. | 1336 |
![]() | Line contains a tab character. | 1336 |
![]() | ',' is not followed by whitespace. | 1336 |
![]() | Line contains a tab character. | 1337 |
![]() | Line is longer than 80 characters. | 1338 |
![]() | Line contains a tab character. | 1338 |
![]() | ',' is not followed by whitespace. | 1338 |
![]() | Line contains a tab character. | 1339 |
![]() | Line is longer than 80 characters. | 1340 |
![]() | Line contains a tab character. | 1340 |
![]() | ',' is not followed by whitespace. | 1340 |
![]() | Line contains a tab character. | 1341 |
![]() | Line is longer than 80 characters. | 1342 |
![]() | Line contains a tab character. | 1342 |
![]() | ',' is not followed by whitespace. | 1342 |
![]() | Line contains a tab character. | 1343 |
![]() | Line is longer than 80 characters. | 1344 |
![]() | Line contains a tab character. | 1344 |
![]() | ',' is not followed by whitespace. | 1344 |
![]() | Line contains a tab character. | 1345 |
![]() | Line is longer than 80 characters. | 1346 |
![]() | Line contains a tab character. | 1346 |
![]() | ',' is not followed by whitespace. | 1346 |
![]() | Line contains a tab character. | 1347 |
![]() | Line contains a tab character. | 1348 |
![]() | Line contains a tab character. | 1351 |
![]() | Method 'setCurrentCoreProgramVersion' is not designed for extension - needs to be abstract, final or empty. | 1351 |
![]() | Line contains a tab character. | 1352 |
![]() | '=' is not preceded with whitespace. | 1352 |
![]() | '=' is not followed by whitespace. | 1352 |
![]() | Line contains a tab character. | 1353 |
![]() | Parameter coreProgramId should be final. | 1353 |
![]() | Line contains a tab character. | 1354 |
![]() | Parameter currentVersionStart should be final. | 1354 |
![]() | Line contains a tab character. | 1355 |
![]() | Line is longer than 80 characters. | 1356 |
![]() | Line contains a tab character. | 1356 |
![]() | Line contains a tab character. | 1357 |
![]() | Line is longer than 80 characters. | 1358 |
![]() | Line contains a tab character. | 1358 |
![]() | Line has trailing spaces. | 1359 |
![]() | Line contains a tab character. | 1359 |
![]() | Line contains a tab character. | 1360 |
![]() | Line contains a tab character. | 1361 |
![]() | Line contains a tab character. | 1363 |
![]() | Method 'setCurrentCredentialProgramVersion' is not designed for extension - needs to be abstract, final or empty. | 1363 |
![]() | Line contains a tab character. | 1364 |
![]() | '=' is not preceded with whitespace. | 1364 |
![]() | '=' is not followed by whitespace. | 1364 |
![]() | Line contains a tab character. | 1365 |
![]() | Line contains a tab character. | 1366 |
![]() | Parameter credentialProgramId should be final. | 1366 |
![]() | Parameter currentVersionStart should be final. | 1366 |
![]() | Line contains a tab character. | 1367 |
![]() | Line is longer than 80 characters. | 1368 |
![]() | Line contains a tab character. | 1368 |
![]() | Line contains a tab character. | 1369 |
![]() | Line is longer than 80 characters. | 1370 |
![]() | Line contains a tab character. | 1370 |
![]() | Line has trailing spaces. | 1371 |
![]() | Line contains a tab character. | 1371 |
![]() | Line contains a tab character. | 1372 |
![]() | Line contains a tab character. | 1373 |
![]() | Line contains a tab character. | 1375 |
![]() | Method 'getCurrentVersion' is not designed for extension - needs to be abstract, final or empty. | 1375 |
![]() | Line contains a tab character. | 1376 |
![]() | Parameter refObjectTypeURI should be final. | 1376 |
![]() | Line contains a tab character. | 1377 |
![]() | Parameter refObjectId should be final. | 1377 |
![]() | Line contains a tab character. | 1378 |
![]() | Line contains a tab character. | 1379 |
![]() | Line is longer than 80 characters. | 1380 |
![]() | Line contains a tab character. | 1380 |
![]() | 'if' is not followed by whitespace. | 1380 |
![]() | '{' is not preceded with whitespace. | 1380 |
![]() | Line is longer than 80 characters. | 1381 |
![]() | Line contains a tab character. | 1381 |
![]() | Line contains a tab character. | 1382 |
![]() | Line is longer than 80 characters. | 1383 |
![]() | Line contains a tab character. | 1383 |
![]() | Line contains a tab character. | 1384 |
![]() | Line contains a tab character. | 1386 |
![]() | Method 'getCurrentVersionOnDate' is not designed for extension - needs to be abstract, final or empty. | 1386 |
![]() | Line is longer than 80 characters. | 1387 |
![]() | Line contains a tab character. | 1387 |
![]() | Parameter refObjectTypeURI should be final. | 1387 |
![]() | Line is longer than 80 characters. | 1388 |
![]() | Line contains a tab character. | 1388 |
![]() | Parameter refObjectId should be final. | 1388 |
![]() | Parameter date should be final. | 1388 |
![]() | Line contains a tab character. | 1389 |
![]() | Line contains a tab character. | 1390 |
![]() | Line is longer than 80 characters. | 1391 |
![]() | Line contains a tab character. | 1391 |
![]() | 'if' is not followed by whitespace. | 1391 |
![]() | '{' is not preceded with whitespace. | 1391 |
![]() | Line is longer than 80 characters. | 1392 |
![]() | Line contains a tab character. | 1392 |
![]() | Line contains a tab character. | 1393 |
![]() | Line is longer than 80 characters. | 1394 |
![]() | Line contains a tab character. | 1394 |
![]() | Line contains a tab character. | 1395 |
![]() | Line contains a tab character. | 1397 |
![]() | Method 'getFirstVersion' is not designed for extension - needs to be abstract, final or empty. | 1397 |
![]() | Line contains a tab character. | 1398 |
![]() | Parameter refObjectTypeURI should be final. | 1398 |
![]() | Line contains a tab character. | 1399 |
![]() | Parameter refObjectId should be final. | 1399 |
![]() | Line contains a tab character. | 1400 |
![]() | Line contains a tab character. | 1401 |
![]() | Line is longer than 80 characters. | 1402 |
![]() | Line contains a tab character. | 1402 |
![]() | 'if' is not followed by whitespace. | 1402 |
![]() | '{' is not preceded with whitespace. | 1402 |
![]() | Line is longer than 80 characters. | 1403 |
![]() | Line contains a tab character. | 1403 |
![]() | Line contains a tab character. | 1404 |
![]() | Line is longer than 80 characters. | 1405 |
![]() | Line contains a tab character. | 1405 |
![]() | Line contains a tab character. | 1407 |
![]() | Line contains a tab character. | 1409 |
![]() | Method 'getLatestVersion' is not designed for extension - needs to be abstract, final or empty. | 1409 |
![]() | Line contains a tab character. | 1410 |
![]() | Parameter refObjectTypeURI should be final. | 1410 |
![]() | Line contains a tab character. | 1411 |
![]() | Parameter refObjectId should be final. | 1411 |
![]() | Line contains a tab character. | 1412 |
![]() | Line contains a tab character. | 1413 |
![]() | Line is longer than 80 characters. | 1414 |
![]() | Line contains a tab character. | 1414 |
![]() | 'if' is not followed by whitespace. | 1414 |
![]() | '{' is not preceded with whitespace. | 1414 |
![]() | Line is longer than 80 characters. | 1415 |
![]() | Line contains a tab character. | 1415 |
![]() | Line contains a tab character. | 1416 |
![]() | Line is longer than 80 characters. | 1417 |
![]() | Line contains a tab character. | 1417 |
![]() | Line contains a tab character. | 1419 |
![]() | Line contains a tab character. | 1421 |
![]() | Method 'getVersionBySequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 1421 |
![]() | Line contains a tab character. | 1422 |
![]() | Line is longer than 80 characters. | 1423 |
![]() | Line contains a tab character. | 1423 |
![]() | Parameter refObjectTypeURI should be final. | 1423 |
![]() | Parameter refObjectId should be final. | 1423 |
![]() | Parameter sequence should be final. | 1423 |
![]() | Line contains a tab character. | 1424 |
![]() | Line contains a tab character. | 1425 |
![]() | Line contains a tab character. | 1426 |
![]() | Line is longer than 80 characters. | 1427 |
![]() | Line contains a tab character. | 1427 |
![]() | 'if' is not followed by whitespace. | 1427 |
![]() | '{' is not preceded with whitespace. | 1427 |
![]() | Line is longer than 80 characters. | 1428 |
![]() | Line contains a tab character. | 1428 |
![]() | Line contains a tab character. | 1429 |
![]() | Line is longer than 80 characters. | 1430 |
![]() | Line contains a tab character. | 1430 |
![]() | Line contains a tab character. | 1431 |
![]() | Line contains a tab character. | 1433 |
![]() | Method 'getVersions' is not designed for extension - needs to be abstract, final or empty. | 1433 |
![]() | Line contains a tab character. | 1434 |
![]() | Parameter refObjectTypeURI should be final. | 1434 |
![]() | Line contains a tab character. | 1435 |
![]() | Parameter refObjectId should be final. | 1435 |
![]() | Line contains a tab character. | 1436 |
![]() | Line contains a tab character. | 1437 |
![]() | Line is longer than 80 characters. | 1438 |
![]() | Line contains a tab character. | 1438 |
![]() | 'if' is not followed by whitespace. | 1438 |
![]() | '{' is not preceded with whitespace. | 1438 |
![]() | Line is longer than 80 characters. | 1439 |
![]() | Line contains a tab character. | 1439 |
![]() | Line contains a tab character. | 1440 |
![]() | Line is longer than 80 characters. | 1441 |
![]() | Line contains a tab character. | 1441 |
![]() | Line contains a tab character. | 1442 |
![]() | Line contains a tab character. | 1444 |
![]() | Method 'getVersionsInDateRange' is not designed for extension - needs to be abstract, final or empty. | 1444 |
![]() | Line contains a tab character. | 1445 |
![]() | Line is longer than 80 characters. | 1446 |
![]() | Line contains a tab character. | 1446 |
![]() | Parameter refObjectTypeURI should be final. | 1446 |
![]() | Parameter refObjectId should be final. | 1446 |
![]() | Parameter from should be final. | 1446 |
![]() | Parameter to should be final. | 1446 |
![]() | Line contains a tab character. | 1447 |
![]() | Line contains a tab character. | 1448 |
![]() | Line contains a tab character. | 1449 |
![]() | Line is longer than 80 characters. | 1450 |
![]() | Line contains a tab character. | 1450 |
![]() | 'if' is not followed by whitespace. | 1450 |
![]() | '{' is not preceded with whitespace. | 1450 |
![]() | Line is longer than 80 characters. | 1451 |
![]() | Line contains a tab character. | 1451 |
![]() | Line contains a tab character. | 1452 |
![]() | Line is longer than 80 characters. | 1453 |
![]() | Line contains a tab character. | 1453 |
![]() | Line contains a tab character. | 1454 |
![]() | Line contains a tab character. | 1456 |
![]() | Method 'setAtpService' is not designed for extension - needs to be abstract, final or empty. | 1456 |
![]() | Missing a Javadoc comment. | 1456 |
![]() | Parameter atpService should be final. | 1456 |
![]() | 'atpService' hides a field. | 1456 |
![]() | Line contains a tab character. | 1457 |
![]() | Line contains a tab character. | 1458 |
![]() | Line contains a tab character. | 1460 |
![]() | Method 'getAtpService' is not designed for extension - needs to be abstract, final or empty. | 1460 |
![]() | Missing a Javadoc comment. | 1460 |
![]() | Line contains a tab character. | 1461 |
![]() | Line contains a tab character. | 1462 |
![]() | Line is longer than 80 characters. | 1464 |
![]() | Line contains a tab character. | 1464 |
![]() | Missing a Javadoc comment. | 1464 |
![]() | Parameter majorDisciplineInfo should be final. | 1464 |
![]() | Parameter validationResults should be final. | 1464 |
![]() | '{' is not preceded with whitespace. | 1464 |
![]() | Line has trailing spaces. | 1465 |
![]() | Line contains a tab character. | 1465 |
![]() | Line contains a tab character. | 1466 |
![]() | Line has trailing spaces. | 1467 |
![]() | Line contains a tab character. | 1467 |
![]() | Line is longer than 80 characters. | 1468 |
![]() | Line contains a tab character. | 1468 |
![]() | 'if' is not followed by whitespace. | 1468 |
![]() | '{' is not preceded with whitespace. | 1468 |
![]() | Line is longer than 80 characters. | 1469 |
![]() | Line contains a tab character. | 1469 |
![]() | Line contains a tab character. | 1470 |
![]() | Line has trailing spaces. | 1471 |
![]() | Line contains a tab character. | 1471 |
![]() | Line contains a tab character. | 1472 |
![]() | 'if' is not followed by whitespace. | 1472 |
![]() | '{' is not preceded with whitespace. | 1472 |
![]() | Line is longer than 80 characters. | 1473 |
![]() | Line contains a tab character. | 1473 |
![]() | Line contains a tab character. | 1474 |
![]() | Line has trailing spaces. | 1475 |
![]() | Line contains a tab character. | 1475 |
![]() | Line contains a tab character. | 1476 |
![]() | 'if' is not followed by whitespace. | 1476 |
![]() | '{' is not preceded with whitespace. | 1476 |
![]() | Line is longer than 80 characters. | 1477 |
![]() | Line contains a tab character. | 1477 |
![]() | Line has trailing spaces. | 1478 |
![]() | Line contains a tab character. | 1478 |
![]() | Line has trailing spaces. | 1479 |
![]() | Line contains a tab character. | 1479 |
![]() | Line is longer than 80 characters. | 1480 |
![]() | Line contains a tab character. | 1480 |
![]() | Line contains a tab character. | 1481 |
![]() | 'if' is not followed by whitespace. | 1481 |
![]() | '{' is not preceded with whitespace. | 1481 |
![]() | Line contains a tab character. | 1482 |
![]() | Line contains a tab character. | 1483 |
![]() | 'for' is not followed by whitespace. | 1483 |
![]() | '{' is not preceded with whitespace. | 1483 |
![]() | Line is longer than 80 characters. | 1484 |
![]() | Line contains a tab character. | 1484 |
![]() | Line contains a tab character. | 1485 |
![]() | '++' is preceded with whitespace. | 1485 |
![]() | Line contains a tab character. | 1486 |
![]() | Line contains a tab character. | 1487 |
![]() | Line contains a tab character. | 1488 |
![]() | Line has trailing spaces. | 1489 |
![]() | Line contains a tab character. | 1489 |
![]() | Line is longer than 80 characters. | 1490 |
![]() | Line contains a tab character. | 1490 |
![]() | Line is longer than 80 characters. | 1491 |
![]() | Line contains a tab character. | 1491 |
![]() | Missing a Javadoc comment. | 1491 |
![]() | Parameter programVariationInfo should be final. | 1491 |
![]() | Parameter validationResults should be final. | 1491 |
![]() | Parameter idx should be final. | 1491 |
![]() | '{' is not preceded with whitespace. | 1491 |
![]() | Line has trailing spaces. | 1492 |
![]() | Line contains a tab character. | 1492 |
![]() | Line contains a tab character. | 1493 |
![]() | Line has trailing spaces. | 1494 |
![]() | Line contains a tab character. | 1494 |
![]() | Line is longer than 80 characters. | 1495 |
![]() | Line contains a tab character. | 1495 |
![]() | 'if' is not followed by whitespace. | 1495 |
![]() | '{' is not preceded with whitespace. | 1495 |
![]() | Line is longer than 80 characters. | 1496 |
![]() | Line contains a tab character. | 1496 |
![]() | Line contains a tab character. | 1497 |
![]() | Line has trailing spaces. | 1498 |
![]() | Line contains a tab character. | 1498 |
![]() | Line contains a tab character. | 1499 |
![]() | 'if' is not followed by whitespace. | 1499 |
![]() | '{' is not preceded with whitespace. | 1499 |
![]() | Line is longer than 80 characters. | 1500 |
![]() | Line contains a tab character. | 1500 |
![]() | Line contains a tab character. | 1501 |
![]() | Line has trailing spaces. | 1502 |
![]() | Line contains a tab character. | 1502 |
![]() | Line contains a tab character. | 1503 |
![]() | 'if' is not followed by whitespace. | 1503 |
![]() | '{' is not preceded with whitespace. | 1503 |
![]() | Line is longer than 80 characters. | 1504 |
![]() | Line contains a tab character. | 1504 |
![]() | Line contains a tab character. | 1505 |
![]() | Line contains a tab character. | 1506 |
![]() | Line has trailing spaces. | 1507 |
![]() | Line contains a tab character. | 1507 |
![]() | Line is longer than 80 characters. | 1508 |
![]() | Line contains a tab character. | 1508 |
![]() | Missing a Javadoc comment. | 1508 |
![]() | Parameter atpKey should be final. | 1508 |
![]() | '{' is not preceded with whitespace. | 1508 |
![]() | Line contains a tab character. | 1509 |
![]() | 'if' is not followed by whitespace. | 1509 |
![]() | '==' is not preceded with whitespace. | 1509 |
![]() | '==' is not followed by whitespace. | 1509 |
![]() | '{' is not preceded with whitespace. | 1509 |
![]() | Line contains a tab character. | 1510 |
![]() | Line contains a tab character. | 1511 |
![]() | Line contains a tab character. | 1512 |
![]() | Line contains a tab character. | 1513 |
![]() | Line contains a tab character. | 1514 |
![]() | Line is longer than 80 characters. | 1515 |
![]() | Line contains a tab character. | 1515 |
![]() | Missing a Javadoc comment. | 1515 |
![]() | Parameter aptKey1 should be final. | 1515 |
![]() | Parameter aptKey2 should be final. | 1515 |
![]() | Parameter validationResults should be final. | 1515 |
![]() | Parameter field should be final. | 1515 |
![]() | Parameter path should be final. | 1515 |
![]() | '{' is not preceded with whitespace. | 1515 |
![]() | Line contains a tab character. | 1516 |
![]() | Line contains a tab character. | 1517 |
![]() | Line has trailing spaces. | 1518 |
![]() | Line contains a tab character. | 1518 |
![]() | Line contains a tab character. | 1519 |
![]() | 'try' is not followed by whitespace. | 1519 |
![]() | '{' is not preceded with whitespace. | 1519 |
![]() | Line contains a tab character. | 1520 |
![]() | Line contains a tab character. | 1521 |
![]() | Line contains a tab character. | 1522 |
![]() | 'catch' is not preceded with whitespace. | 1522 |
![]() | '}' is not followed by whitespace. | 1522 |
![]() | 'catch' is not followed by whitespace. | 1522 |
![]() | '{' is not preceded with whitespace. | 1522 |
![]() | Must have at least one statement. | 1522 |
![]() | '{' is not followed by whitespace. | 1522 |
![]() | '}' is not preceded with whitespace. | 1522 |
![]() | Line has trailing spaces. | 1523 |
![]() | Line contains a tab character. | 1523 |
![]() | Line contains a tab character. | 1524 |
![]() | 'if' is not followed by whitespace. | 1524 |
![]() | '{' is not preceded with whitespace. | 1524 |
![]() | Line has trailing spaces. | 1525 |
![]() | Line is longer than 80 characters. | 1525 |
![]() | Line contains a tab character. | 1525 |
![]() | 'if' is not followed by whitespace. | 1525 |
![]() | '!=' is not preceded with whitespace. | 1525 |
![]() | '{' is not preceded with whitespace. | 1525 |
![]() | Line is longer than 80 characters. | 1526 |
![]() | Line contains a tab character. | 1526 |
![]() | Line contains a tab character. | 1527 |
![]() | 'if' is not followed by whitespace. | 1527 |
![]() | '{' is not preceded with whitespace. | 1527 |
![]() | Line is longer than 80 characters. | 1528 |
![]() | Line contains a tab character. | 1528 |
![]() | Line contains a tab character. | 1529 |
![]() | Line is longer than 80 characters. | 1530 |
![]() | Line contains a tab character. | 1530 |
![]() | Line contains a tab character. | 1531 |
![]() | Line contains a tab character. | 1532 |
![]() | Line contains a tab character. | 1533 |
![]() | Line contains a tab character. | 1534 |
![]() | Line has trailing spaces. | 1535 |
![]() | Line contains a tab character. | 1535 |
![]() | Line contains a tab character. | 1536 |
![]() | Line has trailing spaces. | 1537 |
![]() | Line contains a tab character. | 1537 |
![]() | Line contains a tab character. | 1538 |
![]() | Missing a Javadoc comment. | 1538 |
![]() | Parameter value should be final. | 1538 |
![]() | '{' is not preceded with whitespace. | 1538 |
![]() | Line contains a tab character. | 1539 |
![]() | Line contains a tab character. | 1540 |
![]() | Line contains a tab character. | 1542 |
![]() | Method 'setDocumentService' is not designed for extension - needs to be abstract, final or empty. | 1542 |
![]() | Missing a Javadoc comment. | 1542 |
![]() | Parameter documentService should be final. | 1542 |
![]() | 'documentService' hides a field. | 1542 |
![]() | Line contains a tab character. | 1543 |
![]() | Line contains a tab character. | 1544 |
![]() | Line contains a tab character. | 1546 |
![]() | Method 'getDocumentService' is not designed for extension - needs to be abstract, final or empty. | 1546 |
![]() | Missing a Javadoc comment. | 1546 |
![]() | Line contains a tab character. | 1547 |
![]() | Line contains a tab character. | 1548 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 5 |
![]() | '{' is not preceded with whitespace. | 5 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Utility classes should not have a public or default constructor. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 4 |
![]() | Missing a Javadoc comment. | 4 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Method 'assembleCluResults' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter resultTypes should be final. | 54 |
![]() | Parameter cluResults should be final. | 54 |
![]() | '{' is not preceded with whitespace. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | 'if' is not followed by whitespace. | 55 |
![]() | '==' is not preceded with whitespace. | 55 |
![]() | '==' is not followed by whitespace. | 55 |
![]() | '{' is not preceded with whitespace. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | 'for' is not followed by whitespace. | 60 |
![]() | ':' is not preceded with whitespace. | 60 |
![]() | ':' is not followed by whitespace. | 60 |
![]() | '{' is not preceded with whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | 'if' is not followed by whitespace. | 61 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | 'for' is not followed by whitespace. | 63 |
![]() | ':' is not preceded with whitespace. | 63 |
![]() | '{' is not preceded with whitespace. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | 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 contains a tab character. | 69 |
![]() | Method 'disassembleCluResults' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter cluId should be final. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Parameter cluState should be final. | 72 |
![]() | Parameter options should be final. | 72 |
![]() | Parameter operation should be final. | 72 |
![]() | Parameter resultType should be final. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Parameter resultsDescription should be final. | 73 |
![]() | Parameter resultDescription should be final. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | 'if' is not followed by whitespace. | 75 |
![]() | '==' is not preceded with whitespace. | 75 |
![]() | '==' is not followed by whitespace. | 75 |
![]() | '{' is not preceded with whitespace. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line is longer than 80 characters. | 90 |
![]() | 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 is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | 'else' is not preceded with whitespace. | 96 |
![]() | '}' is not followed by whitespace. | 96 |
![]() | 'else' is not followed by whitespace. | 96 |
![]() | '{' is not preceded with whitespace. | 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 has trailing spaces. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | 'for' is not followed by whitespace. | 100 |
![]() | ':' is not preceded with whitespace. | 100 |
![]() | ':' is not followed by whitespace. | 100 |
![]() | '{' is not preceded with whitespace. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | 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 contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Must have at least one statement. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 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 is longer than 80 characters. | 119 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | 'if' is not followed by whitespace. | 120 |
![]() | '{' is not preceded with whitespace. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | 'if' is not followed by whitespace. | 121 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | 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 is longer than 80 characters. | 131 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line has trailing spaces. | 134 |
![]() | Line contains a tab character. | 134 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line contains a tab character. | 135 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line contains a tab character. | 139 |
![]() | Line has trailing spaces. | 140 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | 'if' is not followed by whitespace. | 143 |
![]() | '{' is not preceded with whitespace. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line contains a tab character. | 144 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Line contains a tab character. | 145 |
![]() | Line has trailing spaces. | 146 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line contains a tab character. | 147 |
![]() | 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 |
![]() | 'else' is not preceded with whitespace. | 151 |
![]() | '}' is not followed by whitespace. | 151 |
![]() | 'else' is not followed by whitespace. | 151 |
![]() | '{' is not preceded with whitespace. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line has trailing spaces. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line is longer than 80 characters. | 163 |
![]() | 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. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Method 'assembleLos' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Parameter cluId should be final. | 172 |
![]() | Parameter shallowBuild should be final. | 172 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Line has trailing spaces. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line contains a tab character. | 188 |
![]() | Method 'disassembleLos' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | Missing a Javadoc comment. | 188 |
![]() | Parameter cluId should be final. | 188 |
![]() | Parameter cluState should be final. | 188 |
![]() | Parameter loInfos should be final. | 188 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line contains a tab character. | 189 |
![]() | Parameter operation should be final. | 189 |
![]() | '{' is not preceded with whitespace. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line contains a tab character. | 191 |
![]() | Line is longer than 80 characters. | 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 contains a tab character. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | 'for' is not followed by whitespace. | 198 |
![]() | ':' is not preceded with whitespace. | 198 |
![]() | ':' is not followed by whitespace. | 198 |
![]() | '{' is not preceded with whitespace. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line contains a tab character. | 199 |
![]() | 'if' is not followed by whitespace. | 199 |
![]() | '{' is not preceded with whitespace. | 199 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Must have at least one statement. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | 'for' is not followed by whitespace. | 209 |
![]() | '{' is not preceded with whitespace. | 209 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line is longer than 80 characters. | 213 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Line has trailing spaces. | 228 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line contains a tab character. | 241 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line contains a tab character. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line contains a tab character. | 256 |
![]() | Line is longer than 80 characters. | 257 |
![]() | Line is longer than 80 characters. | 264 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line is longer than 80 characters. | 275 |
![]() | Line contains a tab character. | 278 |
![]() | Line is longer than 80 characters. | 279 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Line contains a tab character. | 288 |
![]() | Line contains a tab character. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() | Missing a Javadoc comment. | 296 |
![]() | Parameter luService should be final. | 296 |
![]() | 'luService' hides a field. | 296 |
![]() | Method 'setLoService' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() | Missing a Javadoc comment. | 300 |
![]() | Parameter loService should be final. | 300 |
![]() | 'loService' hides a field. | 300 |
![]() | Method 'setLoAssembler' is not designed for extension - needs to be abstract, final or empty. | 304 |
![]() | Missing a Javadoc comment. | 304 |
![]() | Parameter loAssembler should be final. | 304 |
![]() | 'loAssembler' hides a field. | 304 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() | Variable 'LOG' must be private and have accessor methods. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Parameter results should be final. | 52 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 58 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | 'if' is not followed by whitespace. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | 'for' is not followed by whitespace. | 62 |
![]() | ':' is not preceded with whitespace. | 62 |
![]() | '{' is not preceded with whitespace. | 62 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | 'if' is not followed by whitespace. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | 'for' is not followed by whitespace. | 71 |
![]() | ':' is not preceded with whitespace. | 71 |
![]() | '{' is not preceded with whitespace. | 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. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | 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 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 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Method 'invokeServiceCallOnResult' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Method length is 232 lines (max allowed is 150). | 94 |
![]() | Parameter results should be final. | 94 |
![]() | Expected @param tag for 'results'. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Expected @throws tag for 'AlreadyExistsException'. | 95 |
![]() | Expected @throws tag for 'DataValidationErrorException'. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Expected @throws tag for 'DoesNotExistException'. | 96 |
![]() | Expected @throws tag for 'InvalidParameterException'. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Expected @throws tag for 'MissingParameterException'. | 97 |
![]() | Expected @throws tag for 'OperationFailedException'. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Expected @throws tag for 'PermissionDeniedException'. | 98 |
![]() | Expected @throws tag for 'AssemblyException'. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Expected @throws tag for 'VersionMismatchException'. | 99 |
![]() | Expected @throws tag for 'DependentObjectsExistException'. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Expected @throws tag for 'CircularRelationshipException'. | 100 |
![]() | Expected @throws tag for 'UnsupportedActionException'. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 101 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 101 |
![]() | Expected @throws tag for 'CircularReferenceException'. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 111 |
![]() | 'if' is not followed by whitespace. | 111 |
![]() | '{' is not preceded with whitespace. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | switch without "default" clause. | 113 |
![]() | '{' is not preceded with whitespace. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | 'if' is not followed by whitespace. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | 'else' is not preceded with whitespace. | 130 |
![]() | '}' is not followed by whitespace. | 130 |
![]() | 'if' is not followed by whitespace. | 130 |
![]() | '{' is not preceded with whitespace. | 130 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | switch without "default" clause. | 132 |
![]() | '{' is not preceded with whitespace. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Line contains a tab character. | 134 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | 'if' is not followed by whitespace. | 136 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 141 |
![]() | Line contains a tab character. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | 'if' is not followed by whitespace. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | 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 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | 'else' is not preceded with whitespace. | 151 |
![]() | '}' is not followed by whitespace. | 151 |
![]() | 'if' is not followed by whitespace. | 151 |
![]() | '{' is not preceded with whitespace. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | switch without "default" clause. | 153 |
![]() | '{' is not preceded with whitespace. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | 'else' is not preceded with whitespace. | 164 |
![]() | '}' is not followed by whitespace. | 164 |
![]() | 'if' is not followed by whitespace. | 164 |
![]() | '{' is not preceded with whitespace. | 164 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | switch without "default" clause. | 166 |
![]() | '{' is not preceded with whitespace. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | 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 |
![]() | 'else' is not preceded with whitespace. | 176 |
![]() | '}' is not followed by whitespace. | 176 |
![]() | 'if' is not followed by whitespace. | 176 |
![]() | '{' is not preceded with whitespace. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | switch without "default" clause. | 178 |
![]() | '{' is not preceded with whitespace. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | 'if' is not followed by whitespace. | 181 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 186 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | 'if' is not followed by whitespace. | 187 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | 'else' is not preceded with whitespace. | 195 |
![]() | '}' is not followed by whitespace. | 195 |
![]() | 'if' is not followed by whitespace. | 195 |
![]() | '{' is not preceded with whitespace. | 195 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | switch without "default" clause. | 197 |
![]() | '{' is not preceded with whitespace. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | 'else' is not preceded with whitespace. | 208 |
![]() | '}' is not followed by whitespace. | 208 |
![]() | 'if' is not followed by whitespace. | 208 |
![]() | '{' is not preceded with whitespace. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | switch without "default" clause. | 210 |
![]() | '{' is not preceded with whitespace. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | 'else' is not preceded with whitespace. | 221 |
![]() | '}' is not followed by whitespace. | 221 |
![]() | 'if' is not followed by whitespace. | 221 |
![]() | '{' is not preceded with whitespace. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | switch without "default" clause. | 223 |
![]() | '{' is not preceded with whitespace. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Line contains a tab character. | 225 |
![]() | Line is longer than 80 characters. | 226 |
![]() | Line contains a tab character. | 226 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Line contains a tab character. | 227 |
![]() | 'if' is not followed by whitespace. | 227 |
![]() | '!=' is not preceded with whitespace. | 227 |
![]() | '!=' is not followed by whitespace. | 227 |
![]() | '&&' is not preceded with whitespace. | 227 |
![]() | '{' is not preceded with whitespace. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Line contains a tab character. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Line contains a tab character. | 229 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line contains a tab character. | 230 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line contains a tab character. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Line contains a tab character. | 232 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Line contains a tab character. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line contains a tab character. | 234 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line contains a tab character. | 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 contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line contains a tab character. | 241 |
![]() | Line contains a tab character. | 242 |
![]() | 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 |
![]() | Line contains a tab character. | 247 |
![]() | 'if' is not followed by whitespace. | 247 |
![]() | '{' is not preceded with whitespace. | 247 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | switch without "default" clause. | 249 |
![]() | '{' is not preceded with whitespace. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line contains a tab character. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | 'if' is not followed by whitespace. | 262 |
![]() | '{' is not preceded with whitespace. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | switch without "default" clause. | 264 |
![]() | '{' is not preceded with whitespace. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line is longer than 80 characters. | 266 |
![]() | Line contains a tab character. | 266 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Line contains a tab character. | 267 |
![]() | 'if' is not followed by whitespace. | 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 contains a tab character. | 271 |
![]() | Line is longer than 80 characters. | 272 |
![]() | Line contains a tab character. | 272 |
![]() | Line is longer than 80 characters. | 273 |
![]() | Line contains a tab character. | 273 |
![]() | 'if' is not followed by whitespace. | 273 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Line is longer than 80 characters. | 278 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | 'if' is not followed by whitespace. | 281 |
![]() | '{' is not preceded with whitespace. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | switch without "default" clause. | 283 |
![]() | '{' is not preceded with whitespace. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 289 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Line is longer than 80 characters. | 293 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | 'else' is not preceded with whitespace. | 296 |
![]() | '}' is not followed by whitespace. | 296 |
![]() | 'if' is not followed by whitespace. | 296 |
![]() | '{' is not preceded with whitespace. | 296 |
![]() | Line is longer than 80 characters. | 297 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | switch without "default" clause. | 298 |
![]() | '{' is not preceded with whitespace. | 298 |
![]() | Line contains a tab character. | 299 |
![]() | Line is longer than 80 characters. | 300 |
![]() | Line contains a tab character. | 300 |
![]() | Line is longer than 80 characters. | 301 |
![]() | Line contains a tab character. | 301 |
![]() | 'if' is not followed by whitespace. | 301 |
![]() | Line is longer than 80 characters. | 302 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | Line is longer than 80 characters. | 306 |
![]() | Line contains a tab character. | 306 |
![]() | Line is longer than 80 characters. | 307 |
![]() | Line contains a tab character. | 307 |
![]() | 'if' is not followed by whitespace. | 307 |
![]() | Line is longer than 80 characters. | 308 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Line is longer than 80 characters. | 312 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Line contains a tab character. | 315 |
![]() | 'else' is not preceded with whitespace. | 315 |
![]() | '}' is not followed by whitespace. | 315 |
![]() | 'if' is not followed by whitespace. | 315 |
![]() | '{' is not preceded with whitespace. | 315 |
![]() | Line is longer than 80 characters. | 316 |
![]() | Line contains a tab character. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | switch without "default" clause. | 317 |
![]() | '{' is not preceded with whitespace. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Line contains a tab character. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | Line is longer than 80 characters. | 322 |
![]() | Line contains a tab character. | 322 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line is longer than 80 characters. | 325 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | 'else' is not preceded with whitespace. | 328 |
![]() | '}' is not followed by whitespace. | 328 |
![]() | 'else' is not followed by whitespace. | 328 |
![]() | '{' is not preceded with whitespace. | 328 |
![]() | Line is longer than 80 characters. | 329 |
![]() | Line contains a tab character. | 329 |
![]() | '+' is not preceded with whitespace. | 329 |
![]() | '+' is not followed by whitespace. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 334 |
![]() | Method 'getLuService' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() | Missing a Javadoc comment. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 338 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() | Missing a Javadoc comment. | 338 |
![]() | Parameter luService should be final. | 338 |
![]() | 'luService' hides a field. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | Line contains a tab character. | 340 |
![]() | Line contains a tab character. | 342 |
![]() | Method 'getStatementService' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() | Missing a Javadoc comment. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 346 |
![]() | Method 'setStatementService' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() | Missing a Javadoc comment. | 346 |
![]() | Parameter statementService should be final. | 346 |
![]() | 'statementService' hides a field. | 346 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 350 |
![]() | Method 'getLoService' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() | Missing a Javadoc comment. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 354 |
![]() | Method 'setLoService' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() | Missing a Javadoc comment. | 354 |
![]() | Parameter loService should be final. | 354 |
![]() | 'loService' hides a field. | 354 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 358 |
![]() | Method 'getOrgService' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() | Missing a Javadoc comment. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 360 |
![]() | Line contains a tab character. | 362 |
![]() | Method 'setOrgService' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() | Missing a Javadoc comment. | 362 |
![]() | Parameter orgService should be final. | 362 |
![]() | 'orgService' hides a field. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Line contains a tab character. | 366 |
![]() | Method 'getAtpService' is not designed for extension - needs to be abstract, final or empty. | 366 |
![]() | Missing a Javadoc comment. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line contains a tab character. | 368 |
![]() | Line contains a tab character. | 370 |
![]() | Method 'setAtpService' is not designed for extension - needs to be abstract, final or empty. | 370 |
![]() | Missing a Javadoc comment. | 370 |
![]() | Parameter atpService should be final. | 370 |
![]() | 'atpService' hides a field. | 370 |
![]() | Line contains a tab character. | 371 |
![]() | Line contains a tab character. | 372 |
![]() | Line contains a tab character. | 374 |
![]() | Method 'setLrcService' is not designed for extension - needs to be abstract, final or empty. | 374 |
![]() | Missing a Javadoc comment. | 374 |
![]() | Parameter lrcService should be final. | 374 |
![]() | 'lrcService' hides a field. | 374 |
![]() | Line contains a tab character. | 375 |
![]() | Line contains a tab character. | 376 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'setAtpService' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter atpService should be final. | 36 |
![]() | 'atpService' hides a field. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter atpDurationTypeKey should be final. | 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 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 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 has trailing spaces. | 54 |
![]() | Expected an @return tag. | 58 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Method 'createContextMap' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Parameter reqComponent should be final. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 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 |
![]() | 'static' modifier out of order with the JLS suggestions. | 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 |
![]() | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() | 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 |
![]() | Expected an @return tag. | 55 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Method 'createContextMap' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Parameter reqComponent should be final. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | 'if' is not followed by whitespace. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | 'if' is not followed by whitespace. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 29 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 35 |
![]() | Expected an @return tag. | 39 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Method 'createContextMap' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Parameter reqComponent should be final. | 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 |
![]() | 'if' is not followed by whitespace. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | First sentence should end with a period. | 36 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | 'static' modifier out of order with the JLS suggestions. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'setLrcService' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter lrcService should be final. | 40 |
![]() | 'lrcService' hides a field. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter resultComponentId should be final. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter resultComponent should be final. | 55 |
![]() | Parameter resultValue should be final. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | 'if' is not followed by whitespace. | 56 |
![]() | Line contains a tab character. | 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 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | '+' is not preceded with whitespace. | 64 |
![]() | '+' is not followed by whitespace. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter resultValueId should be final. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | 'if' is not followed by whitespace. | 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 is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | 'for' is not followed by whitespace. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | 'for' is not followed by whitespace. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | 'if' is not followed by whitespace. | 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 |
![]() | 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 |
![]() | '+' is not preceded with whitespace. | 86 |
![]() | '+' is not followed by whitespace. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 91 |
![]() | Expected an @return tag. | 95 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Method 'createContextMap' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Parameter reqComponent should be final. | 95 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 101 |
![]() | Line has trailing spaces. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line contains a tab character. | 107 |
![]() | Line has trailing spaces. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | 'if' is not followed by whitespace. | 127 |
![]() | Line contains a tab character. | 128 |
Violation | Message | Line |
---|---|---|
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | 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 |
![]() | 'static' modifier out of order with the JLS suggestions. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | 'static' modifier out of order with the JLS suggestions. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() | 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 |
![]() | 'static' modifier out of order with the JLS suggestions. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | 'static' modifier out of order with the JLS suggestions. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | 'static' modifier out of order with the JLS suggestions. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | 'static' modifier out of order with the JLS suggestions. | 60 |
![]() | 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 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Parameter luService should be final. | 67 |
![]() | 'luService' hides a field. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'getCluInfo' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Parameter cluId should be final. | 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 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 contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | 'catch' is not followed by whitespace. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter reqComponent should be final. | 91 |
![]() | Parameter key should be final. | 91 |
![]() | 'if' is not followed by whitespace. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line has trailing spaces. | 99 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Method 'getCluSetInfo' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Parameter cluSetId should be final. | 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 |
![]() | Line contains a tab character. | 114 |
![]() | 'catch' is not followed by whitespace. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Method 'getCluSet' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Parameter cluSetId should be final. | 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 contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | 'catch' is not followed by whitespace. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Parameter tree should be final. | 141 |
![]() | Parameter cluList should be final. | 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 contains a tab character. | 148 |
![]() | 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 contains a tab character. | 153 |
![]() | Line contains a tab character. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Parameter cluList should be final. | 155 |
![]() | Parameter clu should be final. | 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 contains a tab character. | 162 |
![]() | Line contains a tab character. | 164 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 188 |
![]() | Method 'getCluSet' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | Parameter reqComponent should be final. | 188 |
![]() | Parameter key should be final. | 188 |
![]() | Expected @param tag for 'key'. | 188 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | 'if' is not followed by whitespace. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 195 |
![]() | Line has trailing spaces. | 200 |
![]() | Expected an @return tag. | 204 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Method 'createContextMap' is not designed for extension - needs to be abstract, final or empty. | 204 |
![]() | Parameter reqComponent should be final. | 204 |
![]() | Line is longer than 80 characters. | 207 |
![]() | 'if' is not followed by whitespace. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line is longer than 80 characters. | 211 |
![]() | 'if' is not followed by whitespace. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line is longer than 80 characters. | 215 |
![]() | 'if' is not followed by whitespace. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line is longer than 80 characters. | 219 |
![]() | 'if' is not followed by whitespace. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line is longer than 80 characters. | 224 |
![]() | 'if' is not followed by whitespace. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line is longer than 80 characters. | 228 |
![]() | 'if' is not followed by whitespace. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line is longer than 80 characters. | 232 |
![]() | 'if' is not followed by whitespace. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line is longer than 80 characters. | 236 |
![]() | 'if' is not followed by whitespace. | 237 |
![]() | Line contains a tab character. | 238 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Method 'setOrganizationService' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter organizationService should be final. | 35 |
![]() | 'organizationService' hides a field. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter orgId should be final. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 52 |
![]() | Expected an @return tag. | 56 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Method 'createContextMap' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Parameter reqComponent should be final. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line has trailing spaces. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | Line has trailing spaces. | 34 |
![]() | Expected an @return tag. | 38 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Method 'createContextMap' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Parameter reqComponent should be final. | 38 |
![]() | Line is longer than 80 characters. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Extra HTML tag found: </u></b><br/> | 23 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter cluSetId should be final. | 43 |
![]() | 'cluSetId' hides a field. | 43 |
![]() | Parameter cluList should be final. | 43 |
![]() | 'cluList' hides a field. | 43 |
![]() | Line contains a tab character. | 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 has trailing spaces. | 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 |
![]() | Method 'getCluSetId' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | 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 |
![]() | Method 'getCluList' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | 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 |
![]() | Method 'getCluAsShortName' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Parameter index should be final. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | First sentence should end with a period. | 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 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Method 'getCluAsCode' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Parameter index should be final. | 81 |
![]() | Expected @param tag for 'index'. | 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. | 85 |
![]() | Line has trailing spaces. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Method 'getCluSetAsShortName' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | 'for' is not followed by whitespace. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 101 |
![]() | 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. | 108 |
![]() | Line has trailing spaces. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line has trailing spaces. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Method 'getCluSetAsLongName' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line has trailing spaces. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | 'for' is not followed by whitespace. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 124 |
![]() | Line has trailing spaces. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 131 |
![]() | Line has trailing spaces. | 132 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line has trailing spaces. | 134 |
![]() | Line contains a tab character. | 134 |
![]() | Line has trailing spaces. | 135 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Method 'getCluSetAsCode' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line has trailing spaces. | 141 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | 'for' is not followed by whitespace. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | 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 has trailing spaces. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Parameter sb should be final. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Avoid inline conditionals. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 158 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | 'if' is not followed by whitespace. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Utility classes should not have a public or default constructor. | 5 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line contains a tab character. | 7 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Parameter number should be final. | 7 |
![]() | Parameter singularText should be final. | 7 |
![]() | Parameter pluralText should be final. | 7 |
![]() | Line contains a tab character. | 8 |
![]() | Avoid inline conditionals. | 8 |
![]() | Line contains a tab character. | 9 |
![]() | Line has trailing spaces. | 10 |
![]() | Line contains a tab character. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter number should be final. | 11 |
![]() | Parameter singularText should be final. | 11 |
![]() | Avoid inline conditionals. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line contains a tab character. | 13 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line contains a tab character. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter number should be final. | 15 |
![]() | Parameter singularText should be final. | 15 |
![]() | Parameter pluralText should be final. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line contains a tab character. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line contains a tab character. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Parameter number should be final. | 19 |
![]() | Parameter singularText should be final. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter clu should be final. | 23 |
![]() | Parameter cluSet should be final. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | 'if' is not followed by whitespace. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter clu should be final. | 30 |
![]() | Parameter cluSet should be final. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | 'if' is not followed by whitespace. | 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 |