The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 38 | Error |
NewlineAtEndOfFile | 3 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 3668 | Error |
RegexpSingleline
| 1251 | Error |
JavadocMethod | 1145 | Error |
JavadocType | 127 | Error |
JavadocVariable | 737 | Error |
JavadocStyle | 71 | Error |
ConstantName | 15 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 15 | Error |
MethodName | 7 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 7 | Error |
TypeName | 0 | Error |
AvoidStarImport | 1 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 2 | Error |
LineLength | 2268 | Error |
MethodLength | 1 | Error |
ParameterNumber | 1 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 172 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 6 | Error |
OperatorWrap | 50 | Error |
ParenPad | 48 | Error |
TypecastParenPad | 4 | Error |
WhitespaceAfter | 278 | Error |
WhitespaceAround | 1631 | Error |
ModifierOrder | 4 | Error |
RedundantModifier | 191 | Error |
AvoidNestedBlocks | 2 | Error |
EmptyBlock | 6 | Error |
LeftCurly | 97 | Error |
NeedBraces | 16 | Error |
RightCurly | 86 | Error |
AvoidInlineConditionals | 72 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 2 | Error |
HiddenField | 226 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 50 | Error |
MissingSwitchDefault | 5 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 46 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 675 | Error |
FinalClass | 10 | Error |
HideUtilityClassConstructor | 3 | Error |
InterfaceIsType | 5 | Error |
VisibilityModifier | 92 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 1091 | Error |
TodoComment | 6 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 17 | |
Unused import - org.kuali.student.common.validator.ValidatorUtils. | 28 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
'=' is not preceded with whitespace. | 34 | |
'=' is not followed by 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 | |
'=' is not followed by whitespace. | 34 | |
'}' is not preceded with whitespace. | 34 | |
'{' is not preceded with whitespace. | 35 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Variable 'LOG' must be private and have accessor methods. | 39 | |
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 | |
Comment matches to-do format 'TODO:'. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 48 | |
Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Line contains a tab character. | 49 | |
Parameter id should be final. | 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 contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Comment matches to-do format 'TODO:'. | 56 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 57 | |
'try' is not followed by whitespace. | 57 | |
'{' is not preceded with whitespace. | 57 | |
Line contains a tab character. | 58 | |
'{' is not preceded with whitespace. | 58 | |
Line is longer than 80 characters. | 59 | |
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 has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
'{' is not preceded with whitespace. | 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 | |
'catch' is not followed by whitespace. | 68 | |
'{' is not preceded with whitespace. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
',' is not followed by 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. | 76 | |
Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Line contains a tab character. | 77 | |
Parameter id should be final. | 77 | |
Parameter attributes should be final. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line has trailing spaces. | 80 | |
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 | |
'?' is not preceded with whitespace. | 82 | |
Avoid inline conditionals. | 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 | |
Avoid inline conditionals. | 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 | |
Avoid inline conditionals. | 84 | |
':' is not preceded with whitespace. | 84 | |
':' is not followed by whitespace. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Avoid inline conditionals. | 85 | |
':' is not preceded with whitespace. | 85 | |
':' is not followed by whitespace. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
'{' is not preceded with whitespace. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
'{' is not preceded with whitespace. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
'{' is not preceded with whitespace. | 99 | |
Line has trailing spaces. | 100 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
'{' is not preceded with whitespace. | 103 | |
Line has trailing spaces. | 104 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 107 | |
'{' is not preceded with whitespace. | 107 | |
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 has trailing spaces. | 111 | |
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 | |
Method 'saveData' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Line contains a tab character. | 116 | |
'=' is not preceded with whitespace. | 116 | |
'=' is not followed by whitespace. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Parameter data should be final. | 117 | |
'{' is not preceded with whitespace. | 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 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 is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
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 | |
Line has trailing spaces. | 130 | |
Line contains a tab character. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
Line has trailing spaces. | 133 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Line has trailing spaces. | 135 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
Line has trailing spaces. | 136 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line has trailing spaces. | 138 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
'catch' is not preceded with whitespace. | 139 | |
'}' is not followed by whitespace. | 139 | |
'{' is not preceded with whitespace. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
'catch' is not preceded with whitespace. | 142 | |
'}' is not followed by whitespace. | 142 | |
Line contains a tab character. | 143 | |
',' is not followed by whitespace. | 143 | |
Line contains a tab character. | 144 | |
Line has trailing spaces. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line has trailing spaces. | 148 | |
Line contains a tab character. | 148 | |
Line has trailing spaces. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 151 | |
Method 'validateData' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
Parameter data should be final. | 152 | |
Line contains a tab character. | 153 | |
Line has trailing spaces. | 154 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line 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 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 contains a tab character. | 166 | |
Method 'isAuthorized' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
Parameter type should be final. | 167 | |
Parameter attributes should be final. | 167 | |
',' is not followed by whitespace. | 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. | 173 | |
Line contains a tab character. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
Line has trailing spaces. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line has trailing spaces. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
'{' is not preceded with whitespace. | 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 | |
'{' is not preceded with whitespace. | 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 | |
'{' is not preceded with whitespace. | 184 | |
Line is longer than 80 characters. | 185 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
'{' is not preceded with whitespace. | 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 | |
'{' is not preceded with whitespace. | 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 is longer than 80 characters. | 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 contains a tab character. | 201 | |
'}' should be on the same line. | 201 | |
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 | |
Line contains a tab character. | 206 | |
'}' should be on the same line. | 206 | |
Line contains a tab character. | 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 is longer than 80 characters. | 211 | |
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 contains a tab character. | 215 | |
Method 'getDefaultFilterProperties' is not designed for extension - needs to be abstract, final or empty. | 215 | |
Missing a Javadoc comment. | 215 | |
'{' is not preceded with whitespace. | 215 | |
Line is longer than 80 characters. | 216 | |
Line contains a tab character. | 216 | |
',' is not followed by whitespace. | 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 | |
Line has trailing spaces. | 219 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line has trailing spaces. | 222 | |
Line contains a tab character. | 222 | |
Line is longer than 80 characters. | 223 | |
Line contains a tab character. | 223 | |
Method '_saveData' is not designed for extension - needs to be abstract, final or empty. | 223 | |
Missing a Javadoc comment. | 223 | |
Name '_saveData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 223 | |
Parameter data should be final. | 223 | |
Parameter filterProperties should be final. | 223 | |
'{' is not preceded with whitespace. | 223 | |
Line contains a tab character. | 224 | |
Line has trailing spaces. | 225 | |
Line is longer than 80 characters. | 225 | |
Line contains a tab character. | 225 | |
'cast' is not followed by whitespace. | 225 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
',' is not followed by whitespace. | 227 | |
Line contains a tab character. | 228 | |
Line has trailing spaces. | 229 | |
Line contains a tab character. | 229 | |
Line is longer than 80 characters. | 230 | |
Line contains a tab character. | 230 | |
',' is not followed by whitespace. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
'{' is not preceded with whitespace. | 232 | |
Line is longer than 80 characters. | 233 | |
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 has trailing spaces. | 237 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line has trailing spaces. | 239 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Method 'checkDocumentLevelPermissions' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Missing a Javadoc comment. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 246 | |
Method 'getTransformationManager' is not designed for extension - needs to be abstract, final or empty. | 246 | |
Missing a Javadoc comment. | 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 | |
Method 'setTransformationManager' is not designed for extension - needs to be abstract, final or empty. | 250 | |
Missing a Javadoc comment. | 250 | |
Parameter transformationManager should be final. | 250 | |
'transformationManager' hides a field. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 254 | |
Method 'getPermissionService' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Missing a Javadoc comment. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line is longer than 80 characters. | 258 | |
Line contains a tab character. | 258 | |
Method 'setPermissionService' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Missing a Javadoc comment. | 258 | |
Parameter permissionService should be final. | 258 | |
'permissionService' hides a field. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line has trailing spaces. | 261 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Method 'getProposalService' is not designed for extension - needs to be abstract, final or empty. | 262 | |
Missing a Javadoc comment. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 266 | |
Method 'setProposalService' is not designed for extension - needs to be abstract, final or empty. | 266 | |
Missing a Javadoc comment. | 266 | |
Parameter proposalService should be final. | 266 | |
'proposalService' hides a field. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 270 | |
Missing a Javadoc comment. | 270 | |
Line has trailing spaces. | 271 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Missing a Javadoc comment. | 272 | |
Line has trailing spaces. | 273 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line is longer than 80 characters. | 275 | |
Line contains a tab character. | 275 | |
Line has trailing spaces. | 276 | |
Line is longer than 80 characters. | 276 | |
Line contains a tab character. | 276 | |
Line has trailing spaces. | 277 | |
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. | 282 | |
Expected @throws tag for 'Exception'. | 282 | |
Line has trailing spaces. | 283 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line has trailing spaces. | 285 | |
Line is longer than 80 characters. | 285 | |
Line contains a tab character. | 285 | |
Line has trailing spaces. | 286 | |
Line is longer than 80 characters. | 286 | |
Line contains a tab character. | 286 | |
Line has trailing spaces. | 287 | |
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. | 292 | |
Line is longer than 80 characters. | 293 | |
Line contains a tab character. | 293 | |
Expected @param tag for 'dto'. | 293 | |
Expected @param tag for 'properties'. | 293 | |
Expected @throws tag for 'Exception'. | 293 | |
Line has trailing spaces. | 294 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line has trailing spaces. | 296 | |
Line is longer than 80 characters. | 296 | |
Line contains a tab character. | 296 | |
Line is longer than 80 characters. | 297 | |
Line contains a tab character. | 297 | |
Line has trailing spaces. | 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 | |
Expected an @return tag. | 303 | |
Line is longer than 80 characters. | 303 | |
Line contains a tab character. | 303 | |
Expected @param tag for 'dto'. | 303 | |
Expected @throws tag for 'Exception'. | 303 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line has trailing spaces. | 307 | |
Line contains a tab character. | 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 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 27 | |
'{' is not preceded with whitespace. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Method 'applyInboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Line contains a tab character. | 41 | |
Parameter data should be final. | 41 | |
Expected @param tag for 'data'. | 41 | |
Parameter metadata should be final. | 41 | |
Expected @param tag for 'metadata'. | 41 | |
Line contains a tab character. | 42 | |
Parameter properties should be final. | 42 | |
Expected @param tag for 'properties'. | 42 | |
Expected @throws tag for 'Exception'. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
'{' is not preceded with whitespace. | 47 | |
Line has trailing spaces. | 48 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
'cast' 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 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
First sentence should end with a period. | 54 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Method 'applyOutboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Line is longer than 80 characters. | 58 | |
Parameter data should be final. | 58 | |
Expected @param tag for 'data'. | 58 | |
Parameter metadata should be final. | 58 | |
Expected @param tag for 'metadata'. | 58 | |
Parameter properties should be final. | 58 | |
Expected @param tag for 'properties'. | 58 | |
Expected @throws tag for 'Exception'. | 58 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 90 | |
Line has trailing spaces. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
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 contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 109 | |
First sentence should end with a period. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Method 'applyMetadataFilter' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Line contains a tab character. | 125 | |
Parameter dtoName should be final. | 125 | |
Expected @param tag for 'dtoName'. | 125 | |
Parameter metadata should be final. | 125 | |
Expected @param tag for 'metadata'. | 125 | |
Line contains a tab character. | 126 | |
Parameter filterProperties should be final. | 126 | |
Expected @param tag for 'filterProperties'. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line has trailing spaces. | 130 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Line has trailing spaces. | 135 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
Line has trailing spaces. | 136 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Expected an @return tag. | 140 | |
Line contains a tab character. | 140 | |
'{' is not preceded with whitespace. | 140 | |
Line contains a tab character. | 141 | |
'{' is not preceded with whitespace. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line has trailing spaces. | 144 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line has trailing spaces. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Method 'setMetadataService' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Parameter metadataService should be final. | 148 | |
'metadataService' hides a field. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
Method 'setCollaboratorHelper' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Parameter collaboratorHelper should be final. | 152 | |
'collaboratorHelper' hides a field. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 156 | |
Method 'setProposalService' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Missing a Javadoc comment. | 156 | |
Parameter proposalService should be final. | 156 | |
'proposalService' hides a field. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 50 | |
'{' is not preceded with whitespace. | 50 | |
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 is longer than 80 characters. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 56 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 61 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
Variable 'LOG' must be private and have accessor methods. | 61 | |
Line has trailing spaces. | 62 | |
Missing a Javadoc comment. | 64 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 68 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
Variable 'docTypeConfigs' must be private and have accessor methods. | 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 | |
Method 'applyInboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Line contains a tab character. | 80 | |
Parameter data should be final. | 80 | |
Expected @param tag for 'data'. | 80 | |
Parameter metadata should be final. | 80 | |
Expected @param tag for 'metadata'. | 80 | |
Line contains a tab character. | 81 | |
Parameter properties should be final. | 81 | |
Expected @param tag for 'properties'. | 81 | |
Expected @throws tag for 'Exception'. | 81 | |
Line has trailing spaces. | 82 | |
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 | |
'cast' is not followed by whitespace. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
'{' is not preceded with whitespace. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
'cast' is not followed by whitespace. | 95 | |
Line contains a tab character. | 96 | |
'{' is not preceded with whitespace. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
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 is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line has trailing spaces. | 107 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
First sentence should end with a period. | 109 | |
Line contains a tab character. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Method 'applyOutboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Line contains a tab character. | 113 | |
Parameter data should be final. | 113 | |
Expected @param tag for 'data'. | 113 | |
Parameter metadata should be final. | 113 | |
Expected @param tag for 'metadata'. | 113 | |
Line contains a tab character. | 114 | |
Parameter properties should be final. | 114 | |
Expected @param tag for 'properties'. | 114 | |
Expected @throws tag for 'Exception'. | 114 | |
Line has trailing spaces. | 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 | |
'cast' is not followed by whitespace. | 117 | |
Line contains a tab character. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
'{' is not preceded with whitespace. | 120 | |
Line has trailing spaces. | 121 | |
Line contains a tab character. | 121 | |
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 is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Comment matches to-do format 'TODO:'. | 129 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 134 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
Line has trailing spaces. | 136 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Line has trailing spaces. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Line has trailing spaces. | 141 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line has trailing spaces. | 147 | |
Line contains a tab character. | 147 | |
Line has trailing spaces. | 148 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line has trailing spaces. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line has trailing spaces. | 154 | |
Line contains a tab character. | 154 | |
First sentence should end with a period. | 155 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Method 'applyMetadataFilter' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Line contains a tab character. | 159 | |
Parameter dtoName should be final. | 159 | |
Expected @param tag for 'dtoName'. | 159 | |
Parameter metadata should be final. | 159 | |
Expected @param tag for 'metadata'. | 159 | |
Line has trailing spaces. | 160 | |
Line contains a tab character. | 160 | |
Parameter filterProperties should be final. | 160 | |
Expected @param tag for 'filterProperties'. | 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 | |
'cast' is not followed by whitespace. | 162 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
'proposalMetadata' hides a field. | 163 | |
Line has trailing spaces. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line has trailing spaces. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line has trailing spaces. | 168 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 170 | |
Line has trailing spaces. | 171 | |
Line is longer than 80 characters. | 171 | |
Line contains a tab character. | 171 | |
Line has trailing spaces. | 172 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Expected an @return tag. | 174 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Method 'updateWorkflow' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Parameter proposalInfo should be final. | 174 | |
Expected @param tag for 'proposalInfo'. | 174 | |
Parameter data should be final. | 174 | |
Expected @param tag for 'data'. | 174 | |
Parameter properties should be final. | 174 | |
Expected @param tag for 'properties'. | 174 | |
Expected @throws tag for 'Exception'. | 174 | |
'if' is not followed by whitespace. | 175 | |
'==' is not preceded with whitespace. | 175 | |
'==' is not followed by whitespace. | 175 | |
'{' is not preceded with whitespace. | 175 | |
Line contains a tab character. | 176 | |
Line has trailing spaces. | 178 | |
Line contains a tab character. | 178 | |
Line has trailing spaces. | 180 | |
'cast' is not followed by whitespace. | 184 | |
Line has trailing spaces. | 185 | |
Line contains a tab character. | 185 | |
Line has trailing spaces. | 186 | |
Line has trailing spaces. | 187 | |
Line has trailing spaces. | 188 | |
Line has trailing spaces. | 191 | |
'{' is not preceded with whitespace. | 193 | |
Line is longer than 80 characters. | 194 | |
Line contains a tab character. | 194 | |
Line has trailing spaces. | 196 | |
Line has trailing spaces. | 197 | |
Line is longer than 80 characters. | 198 | |
'{' is not preceded with whitespace. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Line has trailing spaces. | 204 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 207 | |
Line contains a tab character. | 207 | |
Line has trailing spaces. | 209 | |
Line has trailing spaces. | 212 | |
Line is longer than 80 characters. | 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 is longer than 80 characters. | 217 | |
Line contains a tab character. | 217 | |
Line has trailing spaces. | 218 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line has trailing spaces. | 223 | |
Line is longer than 80 characters. | 226 | |
'(' is followed by whitespace. | 226 | |
'||' should be on a new line. | 226 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
')' is preceded with whitespace. | 227 | |
Line contains a tab character. | 228 | |
Line is longer than 80 characters. | 229 | |
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 | |
'if' is not followed by whitespace. | 236 | |
'==' is not preceded with whitespace. | 236 | |
'==' is not followed by whitespace. | 236 | |
'||' is not preceded with whitespace. | 236 | |
'||' is not followed by whitespace. | 236 | |
'{' is not preceded with whitespace. | 236 | |
Line contains a tab character. | 237 | |
'if' is not followed by whitespace. | 237 | |
'==' is not preceded with whitespace. | 237 | |
'==' is not followed by whitespace. | 237 | |
'{' is not preceded with whitespace. | 237 | |
Line is longer than 80 characters. | 238 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
'else' is not preceded with whitespace. | 239 | |
'}' is not followed by whitespace. | 239 | |
'else' is not followed by whitespace. | 239 | |
'{' is not preceded with whitespace. | 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 has trailing spaces. | 243 | |
Line contains a tab character. | 245 | |
Line has trailing spaces. | 246 | |
Line contains a tab character. | 246 | |
Line has trailing spaces. | 247 | |
Line contains a tab character. | 247 | |
Line is longer than 80 characters. | 248 | |
Line contains a tab character. | 248 | |
Method 'getDefaultDocumentTitle' is not designed for extension - needs to be abstract, final or empty. | 248 | |
Missing a Javadoc comment. | 248 | |
Parameter docTypeConfig should be final. | 248 | |
Parameter data should be final. | 248 | |
'{' is not preceded with whitespace. | 248 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
'if' is not followed by whitespace. | 254 | |
'{' is not preceded with whitespace. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line has trailing spaces. | 258 | |
Line contains a tab character. | 258 | |
Line has trailing spaces. | 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 contains a tab character. | 262 | |
Line is longer than 80 characters. | 263 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line has trailing spaces. | 265 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line is longer than 80 characters. | 269 | |
Line contains a tab character. | 269 | |
Method 'getDocumentContent' is not designed for extension - needs to be abstract, final or empty. | 269 | |
Parameter data should be final. | 269 | |
Expected @param tag for 'data'. | 269 | |
Parameter docTypeConfig should be final. | 269 | |
Expected @param tag for 'docTypeConfig'. | 269 | |
Expected @throws tag for 'FilterException'. | 269 | |
Line contains a tab character. | 270 | |
Line has trailing spaces. | 271 | |
Line contains a tab character. | 271 | |
Line is longer than 80 characters. | 272 | |
Line contains a tab character. | 272 | |
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 | |
Line has trailing spaces. | 277 | |
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 is longer than 80 characters. | 281 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
',' is not followed by whitespace. | 283 | |
':' is not preceded with whitespace. | 283 | |
':' is not followed by whitespace. | 283 | |
'{' is not preceded with whitespace. | 283 | |
Line is longer than 80 characters. | 284 | |
Line contains a tab character. | 284 | |
Line is longer than 80 characters. | 285 | |
Line contains a tab character. | 285 | |
'cast' is not followed by whitespace. | 285 | |
Line contains a tab character. | 286 | |
'{' is not preceded with whitespace. | 286 | |
Line has trailing spaces. | 287 | |
Line is longer than 80 characters. | 287 | |
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 has trailing spaces. | 292 | |
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 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 301 | |
Line has trailing spaces. | 302 | |
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 is longer than 80 characters. | 306 | |
Line contains a tab character. | 306 | |
',' is not followed by whitespace. | 306 | |
Line contains a tab character. | 307 | |
Line has trailing spaces. | 308 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 312 | |
Line is longer than 80 characters. | 313 | |
Line contains a tab character. | 313 | |
Line has trailing spaces. | 314 | |
Line is longer than 80 characters. | 314 | |
Line contains a tab character. | 314 | |
Line has trailing spaces. | 315 | |
Line is longer than 80 characters. | 315 | |
Line contains a tab character. | 315 | |
Line has trailing spaces. | 316 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Expected an @return tag. | 319 | |
Line contains a tab character. | 319 | |
'{' is not preceded with whitespace. | 319 | |
Line contains a tab character. | 320 | |
'{' is not preceded with whitespace. | 320 | |
Line is longer than 80 characters. | 321 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line has trailing spaces. | 323 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Line has trailing spaces. | 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 | |
Method 'getDefaultDocType' is not designed for extension - needs to be abstract, final or empty. | 330 | |
'{' is not preceded with whitespace. | 330 | |
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 is longer than 80 characters. | 336 | |
Line contains a tab character. | 336 | |
Line has trailing spaces. | 337 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 338 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Method 'setDefaultDocType' is not designed for extension - needs to be abstract, final or empty. | 340 | |
Parameter docType should be final. | 340 | |
Expected @param tag for 'docType'. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line has trailing spaces. | 343 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 344 | |
Method 'getProposalReferenceType' is not designed for extension - needs to be abstract, final or empty. | 344 | |
Missing a Javadoc comment. | 344 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 346 | |
Line contains a tab character. | 348 | |
Method 'setProposalReferenceType' is not designed for extension - needs to be abstract, final or empty. | 348 | |
Missing a Javadoc comment. | 348 | |
Parameter proposalReferenceType should be final. | 348 | |
'proposalReferenceType' hides a field. | 348 | |
Line contains a tab character. | 349 | |
Line contains a tab character. | 350 | |
Line has trailing spaces. | 351 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Line has trailing spaces. | 353 | |
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. | 357 | |
Method 'getDocTypeConfig' is not designed for extension - needs to be abstract, final or empty. | 357 | |
Parameter docType should be final. | 357 | |
Expected @param tag for 'docType'. | 357 | |
'{' is not preceded with whitespace. | 357 | |
Line contains a tab character. | 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 | |
'{' is not preceded with whitespace. | 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 has trailing spaces. | 365 | |
Line contains a tab character. | 365 | |
Line contains a tab character. | 366 | |
Method 'getDocTypeConfigs' 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 is longer than 80 characters. | 370 | |
Line contains a tab character. | 370 | |
Method 'setDocTypeConfigs' is not designed for extension - needs to be abstract, final or empty. | 370 | |
Missing a Javadoc comment. | 370 | |
Parameter docTypeConfigs should be final. | 370 | |
'docTypeConfigs' hides a field. | 370 | |
Line contains a tab character. | 371 | |
Line contains a tab character. | 372 | |
Line has trailing spaces. | 373 | |
Line contains a tab character. | 373 | |
First sentence should end with a period. | 375 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 376 | |
Line has trailing spaces. | 377 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 379 | |
Line is longer than 80 characters. | 380 | |
Line contains a tab character. | 380 | |
Method 'setWorkflowUtilityService' is not designed for extension - needs to be abstract, final or empty. | 380 | |
Parameter workflowUtilityService should be final. | 380 | |
'workflowUtilityService' hides a field. | 380 | |
Expected @param tag for 'workflowUtilityService'. | 380 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 382 | |
Line has trailing spaces. | 383 | |
Line contains a tab character. | 383 | |
First sentence should end with a period. | 384 | |
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 is longer than 80 characters. | 388 | |
Line contains a tab character. | 388 | |
Method 'setSimpleDocService' is not designed for extension - needs to be abstract, final or empty. | 388 | |
Parameter simpleDocService should be final. | 388 | |
'simpleDocService' hides a field. | 388 | |
Expected @param tag for 'simpleDocService'. | 388 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 392 | |
Method 'setProposalService' is not designed for extension - needs to be abstract, final or empty. | 392 | |
Missing a Javadoc comment. | 392 | |
Parameter proposalService should be final. | 392 | |
'proposalService' hides a field. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 396 | |
Method 'setMetadataService' is not designed for extension - needs to be abstract, final or empty. | 396 | |
Missing a Javadoc comment. | 396 | |
Parameter metadataService should be final. | 396 | |
'metadataService' hides a field. | 396 | |
Line contains a tab character. | 397 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 21 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 24 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
',' is not followed by whitespace. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 | |
',' is not followed by whitespace. | 26 | |
',' is not followed by whitespace. | 26 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 23 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Line is longer than 80 characters. | 24 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 | |
',' is not followed by whitespace. | 24 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
',' is not followed by whitespace. | 25 | |
',' is not followed by whitespace. | 25 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
'{' is not preceded with whitespace. | 28 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 33 | |
Method 'isAuthorizedForPermission' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Parameter namespace should be final. | 34 | |
Parameter permissionTemplateName should be final. | 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. | 38 | |
Line contains a tab character. | 38 | |
Method 'isAuthorizedForPermissionWithQualifications' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter namespace should be final. | 38 | |
Parameter permissionTemplateName should be final. | 38 | |
Parameter roleQualifications should be final. | 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 is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Method 'isAuthorizedForPermissionWithDetailsAndQualifications' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter namespace should be final. | 42 | |
Parameter permissionTemplateName should be final. | 42 | |
Parameter roleQualifications should be final. | 42 | |
',' is not followed by whitespace. | 42 | |
Parameter permissionDetails should be final. | 42 | |
',' is not followed by whitespace. | 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 contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Method 'getCurrentUser' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
'if' is not followed by whitespace. | 61 | |
'==' is not preceded with whitespace. | 61 | |
'==' is not followed by whitespace. | 61 | |
'&&' is not preceded with whitespace. | 61 | |
'&&' is not followed by whitespace. | 61 | |
'!=' is not preceded with whitespace. | 61 | |
'!=' 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 | |
'cast' is not followed by whitespace. | 62 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Method 'setPermissionService' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter permissionService should be final. | 67 | |
'permissionService' hides a field. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 37 | |
Redundant 'public' modifier. | 37 | |
Expected @throws tag for 'Exception'. | 37 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 45 | |
Redundant 'public' modifier. | 45 | |
Expected @throws tag for 'Exception'. | 45 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 54 | |
Redundant 'public' modifier. | 54 | |
Expected @throws tag for 'Exception'. | 54 | |
Line has trailing spaces. | 62 | |
Line is longer than 80 characters. | 64 | |
Redundant 'public' modifier. | 64 | |
Expected @throws tag for 'Exception'. | 64 | |
Line has trailing spaces. | 65 | |
Expected an @return tag. | 72 | |
Line is longer than 80 characters. | 72 | |
Redundant 'public' modifier. | 72 | |
Expected @throws tag for 'Exception'. | 72 | |
Expected an @return tag. | 78 | |
Line has trailing spaces. | 78 | |
Line is longer than 80 characters. | 78 | |
Redundant 'public' modifier. | 78 | |
Expected @throws tag for 'Exception'. | 78 | |
First sentence should end with a period. | 80 | |
Expected an @return tag. | 85 | |
Redundant 'public' modifier. | 85 | |
Line has trailing spaces. | 86 | |
First sentence should end with a period. | 87 | |
Expected an @return tag. | 91 | |
Redundant 'public' modifier. | 91 | |
Expected @param tag for 'userId'. | 91 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Unused @param tag for 'detailed'. | 33 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters. | 36 | |
Redundant 'public' modifier. | 36 | |
Expected @param tag for 'callback'. | 36 | |
Expected @throws tag for 'Exception'. | 36 | |
Line is longer than 80 characters. | 38 | |
Unused @param tag for 'list'. | 41 | |
Line is longer than 80 characters. | 44 | |
Redundant 'public' modifier. | 44 | |
Expected @param tag for 'callback'. | 44 | |
Expected @throws tag for 'Exception'. | 44 | |
Line is longer than 80 characters. | 46 | |
Unused @param tag for 'list'. | 50 | |
Line is longer than 80 characters. | 53 | |
Redundant 'public' modifier. | 53 | |
Expected @param tag for 'callback'. | 53 | |
Expected @throws tag for 'Exception'. | 53 | |
Unused @param tag for 'detailed'. | 60 | |
Line has trailing spaces. | 61 | |
Line is longer than 80 characters. | 63 | |
Redundant 'public' modifier. | 63 | |
Expected @param tag for 'callback'. | 63 | |
Expected @throws tag for 'Exception'. | 63 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 71 | |
Redundant 'public' modifier. | 71 | |
Expected @param tag for 'callback'. | 71 | |
Expected @throws tag for 'Exception'. | 71 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 77 | |
Redundant 'public' modifier. | 77 | |
Expected @param tag for 'callback'. | 77 | |
Expected @throws tag for 'Exception'. | 77 | |
First sentence should end with a period. | 79 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 84 | |
Redundant 'public' modifier. | 84 | |
Expected @param tag for 'callback'. | 84 | |
Line has trailing spaces. | 85 | |
First sentence should end with a period. | 86 | |
Redundant 'public' modifier. | 91 | |
Expected @param tag for 'userId'. | 91 | |
Expected @param tag for 'callback'. | 91 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 50 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Line is longer than 80 characters. | 64 | |
Missing a Javadoc comment. | 64 | |
Name 'df' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 64 | |
Line has trailing spaces. | 65 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 66 | |
Line has trailing spaces. | 67 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Variable 'loggedInLabelsPanel' must be private and have accessor methods. | 68 | |
Missing a Javadoc comment. | 69 | |
Variable 'commentEditPanel' must be private and have accessor methods. | 69 | |
Line is longer than 80 characters. | 70 | |
Missing a Javadoc comment. | 70 | |
Variable 'notAuthorizedToAddComments' must be private and have accessor methods. | 70 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 72 | |
Line is longer than 80 characters. | 73 | |
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. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 80 | |
Line has trailing spaces. | 82 | |
Line is longer than 80 characters. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter viewEnum should be final. | 83 | |
'viewEnum' hides a field. | 83 | |
Parameter viewName should be final. | 83 | |
'viewName' hides a field. | 83 | |
Parameter commentTypeKey should be final. | 83 | |
'commentTypeKey' hides a field. | 83 | |
Parameter title should be final. | 83 | |
'title' hides a field. | 83 | |
Line has trailing spaces. | 89 | |
Line has trailing spaces. | 91 | |
Method 'getController' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter controller should be final. | 97 | |
'controller' hides a field. | 97 | |
'{' is not preceded with whitespace. | 97 | |
Line has trailing spaces. | 101 | |
Method 'asWidget' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
'{' is not preceded with whitespace. | 102 | |
Line has trailing spaces. | 105 | |
Missing a Javadoc comment. | 106 | |
'{' is not preceded with whitespace. | 106 | |
Parameter result should be final. | 109 | |
'if' is not followed by whitespace. | 110 | |
'{' is not preceded with whitespace. | 110 | |
Must have at least one statement. | 110 | |
Line has trailing spaces. | 115 | |
Missing a Javadoc comment. | 116 | |
'title' hides a field. | 120 | |
Line is longer than 80 characters. | 122 | |
'+' should be on a new line. | 122 | |
Line contains a tab character. | 123 | |
Line has trailing spaces. | 129 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 133 | |
Line has trailing spaces. | 135 | |
Line is longer than 80 characters. | 140 | |
Parameter caught should be final. | 142 | |
Parameter result should be final. | 146 | |
Line has trailing spaces. | 154 | |
Parameter event should be final. | 163 | |
Line has trailing spaces. | 171 | |
Parameter event should be final. | 174 | |
Line has trailing spaces. | 178 | |
Parameter event should be final. | 183 | |
switch without "default" clause. | 184 | |
Avoid nested blocks. | 185 | |
Line is longer than 80 characters. | 198 | |
'{' is not preceded with whitespace. | 198 | |
Parameter caught should be final. | 201 | |
Parameter result should be final. | 206 | |
Avoid nested blocks. | 215 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 228 | |
'{' is not preceded with whitespace. | 228 | |
Parameter caught should be final. | 231 | |
Parameter result should be final. | 236 | |
Line has trailing spaces. | 249 | |
Line has trailing spaces. | 255 | |
Line has trailing spaces. | 258 | |
Line has trailing spaces. | 259 | |
Line has trailing spaces. | 261 | |
Line has trailing spaces. | 265 | |
Line is longer than 80 characters. | 266 | |
Missing a Javadoc comment. | 266 | |
Line is longer than 80 characters. | 268 | |
Parameter caught should be final. | 271 | |
Line is longer than 80 characters. | 272 | |
Line is longer than 80 characters. | 273 | |
Parameter result should be final. | 277 | |
Line has trailing spaces. | 278 | |
Avoid inline conditionals. | 278 | |
'+' should be on a new line. | 278 | |
'if' is not followed by whitespace. | 280 | |
'{' is not preceded with whitespace. | 280 | |
'}' should be on the same line. | 285 | |
'else' is not followed by whitespace. | 286 | |
'{' is not preceded with whitespace. | 286 | |
Line has trailing spaces. | 295 | |
Missing a Javadoc comment. | 296 | |
Parameter commentInfos should be final. | 296 | |
Line has trailing spaces. | 299 | |
Line has trailing spaces. | 305 | |
'&&' should be on a new line. | 305 | |
Line is longer than 80 characters. | 306 | |
Line is longer than 80 characters. | 312 | |
Line is longer than 80 characters. | 313 | |
Line is longer than 80 characters. | 314 | |
Line is longer than 80 characters. | 315 | |
Line is longer than 80 characters. | 316 | |
'3' is a magic number. | 316 | |
Line is longer than 80 characters. | 321 | |
'5d' is a magic number. | 321 | |
Line is longer than 80 characters. | 323 | |
'3' is a magic number. | 323 | |
Line is longer than 80 characters. | 330 | |
Parameter caught should be final. | 332 | |
Parameter result should be final. | 336 | |
Line is longer than 80 characters. | 347 | |
'20d' is a magic number. | 347 | |
Line is longer than 80 characters. | 348 | |
Line has trailing spaces. | 350 | |
Line is longer than 80 characters. | 354 | |
'20d' is a magic number. | 354 | |
Line is longer than 80 characters. | 356 | |
Line is longer than 80 characters. | 357 | |
Line has trailing spaces. | 359 | |
Line is longer than 80 characters. | 360 | |
Line is longer than 80 characters. | 361 | |
Line is longer than 80 characters. | 362 | |
'5d' is a magic number. | 362 | |
Parameter result should be final. | 365 | |
switch without "default" clause. | 366 | |
Line is longer than 80 characters. | 368 | |
Line is longer than 80 characters. | 369 | |
Line has trailing spaces. | 382 | |
Parameter event should be final. | 385 | |
'||' should be on a new line. | 386 | |
'?' is not preceded with whitespace. | 387 | |
Avoid inline conditionals. | 387 | |
':' should be on a new line. | 387 | |
Parameter event should be final. | 397 | |
Line has trailing spaces. | 399 | |
Line is longer than 80 characters. | 400 | |
Line is longer than 80 characters. | 401 | |
'{' is not preceded with whitespace. | 401 | |
Parameter event should be final. | 403 | |
Line has trailing spaces. | 405 | |
Line is longer than 80 characters. | 405 | |
Line has trailing spaces. | 406 | |
Line is longer than 80 characters. | 407 | |
'{' is not preceded with whitespace. | 407 | |
Line is longer than 80 characters. | 410 | |
Parameter caught should be final. | 410 | |
Line is longer than 80 characters. | 411 | |
Line is longer than 80 characters. | 415 | |
Parameter result should be final. | 415 | |
Line is longer than 80 characters. | 429 | |
Line is longer than 80 characters. | 431 | |
Line has trailing spaces. | 437 | |
Line has trailing spaces. | 439 | |
Line has trailing spaces. | 445 | |
Method 'setEditMode' is not designed for extension - needs to be abstract, final or empty. | 446 | |
Missing a Javadoc comment. | 446 | |
Parameter editMode should be final. | 446 | |
'editMode' hides a field. | 446 | |
switch without "default" clause. | 448 | |
Line has trailing spaces. | 468 | |
Method 'refreshComments' is not designed for extension - needs to be abstract, final or empty. | 469 | |
Missing a Javadoc comment. | 469 | |
'{' is not preceded with whitespace. | 469 | |
Line is longer than 80 characters. | 472 | |
'{' is not preceded with whitespace. | 472 | |
Parameter caught should be final. | 475 | |
Parameter result should be final. | 480 | |
'{' is not preceded with whitespace. | 482 | |
Line is longer than 80 characters. | 485 | |
Parameter comment1 should be final. | 485 | |
Parameter comment2 should be final. | 485 | |
Line is longer than 80 characters. | 487 | |
'if' is not followed by whitespace. | 487 | |
'{' is not preceded with whitespace. | 487 | |
'}' should be on the same line. | 489 | |
Line is longer than 80 characters. | 490 | |
'if' is not followed by whitespace. | 490 | |
'{' is not preceded with whitespace. | 490 | |
'}' should be on the same line. | 492 | |
'else' is not followed by whitespace. | 493 | |
'{' is not preceded with whitespace. | 493 | |
',' is not followed by whitespace. | 506 | |
Line is longer than 80 characters. | 514 | |
Line is longer than 80 characters. | 515 | |
Line is longer than 80 characters. | 516 | |
Line is longer than 80 characters. | 517 | |
Line has trailing spaces. | 519 | |
Method 'getReferenceId' is not designed for extension - needs to be abstract, final or empty. | 520 | |
Method 'getReferenceState' is not designed for extension - needs to be abstract, final or empty. | 525 | |
Method 'getReferenceType' is not designed for extension - needs to be abstract, final or empty. | 530 | |
Method 'getReferenceTypeKey' is not designed for extension - needs to be abstract, final or empty. | 535 | |
Method 'setReferenceId' is not designed for extension - needs to be abstract, final or empty. | 540 | |
Parameter id should be final. | 541 | |
Method 'setReferenceState' is not designed for extension - needs to be abstract, final or empty. | 545 | |
Parameter state should be final. | 546 | |
Method 'setReferenceType' is not designed for extension - needs to be abstract, final or empty. | 550 | |
Parameter type should be final. | 551 | |
Method 'setReferenceTypeKey' is not designed for extension - needs to be abstract, final or empty. | 555 | |
Parameter key should be final. | 556 | |
Line has trailing spaces. | 559 | |
Line is longer than 80 characters. | 560 | |
Method 'setReferenceAttributes' is not designed for extension - needs to be abstract, final or empty. | 560 | |
Missing a Javadoc comment. | 560 | |
Parameter referenceAttributes should be final. | 560 | |
'referenceAttributes' hides a field. | 560 | |
Line has trailing spaces. | 563 | |
Method 'show' is not designed for extension - needs to be abstract, final or empty. | 564 | |
Missing a Javadoc comment. | 564 | |
Line has trailing spaces. | 565 | |
'{' is not preceded with whitespace. | 566 | |
Parameter model should be final. | 567 | |
Line has trailing spaces. | 574 | |
Line is longer than 80 characters. | 574 | |
'?' is not preceded with whitespace. | 574 | |
Avoid inline conditionals. | 574 | |
':' should be on a new line. | 574 | |
Line is longer than 80 characters. | 576 | |
Parameter cause should be final. | 587 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
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. | 53 | |
Missing a Javadoc comment. | 53 | |
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 contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter viewEnum should be final. | 69 | |
'viewEnum' hides a field. | 69 | |
Parameter viewName should be final. | 69 | |
'viewName' hides a field. | 69 | |
Line contains a tab character. | 70 | |
Parameter decisionTypeKey should be final. | 70 | |
'decisionTypeKey' hides a field. | 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 | |
Line contains a tab character. | 77 | |
Missing a Javadoc comment. | 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 | |
Parameter event should be final. | 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 | |
Line contains a tab character. | 95 | |
Line has trailing spaces. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
'600' is a magic number. | 101 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Missing a Javadoc comment. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 119 | |
Missing a Javadoc comment. | 119 | |
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. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
'if' is not followed by whitespace. | 126 | |
'==' is not preceded with whitespace. | 126 | |
'==' is not followed by whitespace. | 126 | |
'||' is not preceded with whitespace. | 126 | |
'||' is not followed by whitespace. | 126 | |
'{' is not preceded with whitespace. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
'}' should be on the same line. | 129 | |
Line contains a tab character. | 130 | |
'else' 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 | |
Line contains a tab character. | 134 | |
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. | 143 | |
Missing a Javadoc comment. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
'if' is not followed by whitespace. | 146 | |
'!=' is not preceded with whitespace. | 146 | |
'!=' is not followed by whitespace. | 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 | |
'}' should be on the same line. | 148 | |
Line contains a tab character. | 149 | |
'else' 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 contains a tab character. | 152 | |
Line contains a tab character. | 154 | |
Line is longer than 80 characters. | 155 | |
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 | |
Parameter members should be final. | 158 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line has trailing spaces. | 163 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 168 | |
Missing a Javadoc comment. | 168 | |
Parameter commentInfos should be final. | 168 | |
Line contains a tab character. | 169 | |
Parameter members should be final. | 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 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
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 has trailing spaces. | 189 | |
Line contains a tab character. | 190 | |
Line is longer than 80 characters. | 191 | |
Line contains a tab character. | 191 | |
Line has trailing spaces. | 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 is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
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 | |
Line is longer than 80 characters. | 199 | |
Line contains a tab character. | 199 | |
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. | 203 | |
Line is longer than 80 characters. | 204 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line has trailing spaces. | 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. | 212 | |
Line contains a tab character. | 213 | |
Missing a Javadoc comment. | 215 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 217 | |
Missing a Javadoc comment. | 217 | |
Variable 'row' must be private and have accessor methods. | 217 | |
Line contains a tab character. | 219 | |
Missing a Javadoc comment. | 219 | |
Parameter row should be final. | 219 | |
'row' hides a field. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Parameter columnId should be final. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Parameter columnId should be final. | 229 | |
Parameter newValue should be final. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
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. | 238 | |
Missing a Javadoc comment. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 243 | |
Missing a Javadoc comment. | 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. | 249 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
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 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
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 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 contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 274 | |
Method 'getReferenceId' is not designed for extension - needs to be abstract, final or empty. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 280 | |
Method 'getReferenceState' is not designed for extension - needs to be abstract, final or empty. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 286 | |
Method 'getReferenceType' is not designed for extension - needs to be abstract, final or empty. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 292 | |
Method 'getReferenceTypeKey' is not designed for extension - needs to be abstract, final or empty. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 298 | |
Method 'getReferenceAttributes' is not designed for extension - needs to be abstract, final or empty. | 298 | |
Missing a Javadoc comment. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 302 | |
Method 'setReferenceId' is not designed for extension - needs to be abstract, final or empty. | 302 | |
Line contains a tab character. | 303 | |
Parameter id should be final. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 308 | |
Method 'setReferenceState' is not designed for extension - needs to be abstract, final or empty. | 308 | |
Line contains a tab character. | 309 | |
Parameter state should be final. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 314 | |
Method 'setReferenceType' is not designed for extension - needs to be abstract, final or empty. | 314 | |
Line contains a tab character. | 315 | |
Parameter type should be final. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 320 | |
Method 'setReferenceTypeKey' is not designed for extension - needs to be abstract, final or empty. | 320 | |
Line contains a tab character. | 321 | |
Parameter key should be final. | 321 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 326 | |
Method 'setReferenceAttributes' is not designed for extension - needs to be abstract, final or empty. | 326 | |
Missing a Javadoc comment. | 326 | |
Parameter referenceAttributes should be final. | 326 | |
'referenceAttributes' hides a field. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 330 | |
Method 'getImage' is not designed for extension - needs to be abstract, final or empty. | 330 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line contains a tab character. | 336 | |
Method 'getViewEnum' is not designed for extension - needs to be abstract, final or empty. | 336 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 342 | |
Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 342 | |
Line contains a tab character. | 343 | |
Parameter controller should be final. | 343 | |
'controller' hides a field. | 343 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 346 | |
Line contains a tab character. | 348 | |
Method 'asWidget' is not designed for extension - needs to be abstract, final or empty. | 348 | |
Line contains a tab character. | 349 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Line contains a tab character. | 354 | |
Method 'beforeHide' is not designed for extension - needs to be abstract, final or empty. | 354 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 360 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 360 | |
Line contains a tab character. | 361 | |
Parameter onReadyCallback should be final. | 361 | |
Line contains a tab character. | 362 | |
Line contains a tab character. | 364 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 367 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 371 | |
Method 'getController' is not designed for extension - needs to be abstract, final or empty. | 371 | |
Line contains a tab character. | 372 | |
Line contains a tab character. | 374 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 377 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 377 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 380 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
Line contains a tab character. | 386 | |
Line contains a tab character. | 388 | |
Method 'collectHistory' is not designed for extension - needs to be abstract, final or empty. | 388 | |
Line contains a tab character. | 389 | |
Parameter historyStack should be final. | 389 | |
Line contains a tab character. | 391 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 395 | |
Parameter historyStack should be final. | 395 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 400 | |
Parameter names should be final. | 400 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 404 | |
Method 'show' is not designed for extension - needs to be abstract, final or empty. | 404 | |
Missing a Javadoc comment. | 404 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 406 | |
Line is longer than 80 characters. | 407 | |
Line contains a tab character. | 407 | |
Parameter model should be final. | 407 | |
Line is longer than 80 characters. | 408 | |
Line contains a tab character. | 408 | |
Line is longer than 80 characters. | 409 | |
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 is longer than 80 characters. | 412 | |
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 is longer than 80 characters. | 418 | |
Line contains a tab character. | 418 | |
Parameter cause should be final. | 418 | |
Line contains a tab character. | 419 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 422 | |
Missing a Javadoc comment. | 423 | |
Line has trailing spaces. | 426 | |
Method 'isExportButtonActive' is not designed for extension - needs to be abstract, final or empty. | 427 | |
Missing a Javadoc comment. | 427 | |
Line has trailing spaces. | 430 | |
Line contains a tab character. | 431 | |
Line contains a tab character. | 432 | |
Parameter show should be final. | 432 | |
Line contains a tab character. | 433 | |
Line has trailing spaces. | 434 | |
Line contains a tab character. | 434 | |
Line contains a tab character. | 435 | |
Missing a Javadoc comment. | 438 | |
Line contains a tab character. | 440 | |
Missing a Javadoc comment. | 440 | |
Variable 'columnId' must be private and have accessor methods. | 440 | |
Line contains a tab character. | 442 | |
Missing a Javadoc comment. | 442 | |
Parameter columnId should be final. | 442 | |
'columnId' hides a field. | 442 | |
Line contains a tab character. | 443 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 447 | |
Parameter row0 should be final. | 447 | |
Parameter row1 should be final. | 447 | |
Line contains a tab character. | 448 | |
Line contains a tab character. | 450 | |
Line contains a tab character. | 451 | |
Line contains a tab character. | 453 | |
Line contains a tab character. | 454 | |
Line has trailing spaces. | 455 | |
Line contains a tab character. | 455 | |
Missing a Javadoc comment. | 458 | |
Line contains a tab character. | 460 | |
Missing a Javadoc comment. | 460 | |
Variable 'columnId' must be private and have accessor methods. | 460 | |
Line contains a tab character. | 462 | |
Missing a Javadoc comment. | 462 | |
Parameter columnId should be final. | 462 | |
'columnId' hides a field. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
Line contains a tab character. | 466 | |
Line contains a tab character. | 467 | |
Parameter row0 should be final. | 467 | |
Parameter row1 should be final. | 467 | |
Line contains a tab character. | 468 | |
Line contains a tab character. | 470 | |
Line contains a tab character. | 471 | |
Line contains a tab character. | 473 | |
Line contains a tab character. | 474 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Method 'getIdentityService' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Method 'setIdentityService' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter identityService should be final. | 42 | |
'identityService' hides a field. | 42 | |
Method 'addComment' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Parameter referenceId should be final. | 47 | |
Parameter referenceTypeKey should be final. | 47 | |
Line contains a tab character. | 48 | |
Parameter commentInfo should be final. | 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. | 52 | |
Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Line contains a tab character. | 53 | |
Parameter referenceId should be final. | 53 | |
Line contains a tab character. | 54 | |
Parameter referenceTypeKey should be final. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Method 'getCommentsByType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Line contains a tab character. | 59 | |
Parameter referenceId should be final. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Parameter referenceTypeKey should be final. | 60 | |
Parameter commentTypeKey should be final. | 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. | 64 | |
Method 'updateComment' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Line contains a tab character. | 65 | |
Parameter referenceId should be final. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Parameter referenceTypeKey should be final. | 66 | |
Parameter commentInfo should be final. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Method 'removeComment' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Line contains a tab character. | 71 | |
Parameter commentId should be final. | 71 | |
Parameter referenceId should be final. | 71 | |
Line contains a tab character. | 72 | |
Parameter referenceTypeKey should be final. | 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. | 76 | |
Method 'getCommentTypesForReferenceType' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Parameter referenceTypeKey should be final. | 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. | 81 | |
Method 'isAuthorizedAddComment' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Parameter id should be final. | 82 | |
Parameter referenceTypeKey should be final. | 82 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Line 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 contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter inString should be final. | 94 | |
Line contains a tab character. | 95 | |
'?' is not preceded with whitespace. | 95 | |
Avoid inline conditionals. | 95 | |
Line contains a tab character. | 96 | |
Method 'getUserRealName' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Parameter userId should be final. | 99 | |
Line is longer than 80 characters. | 100 | |
Line is longer than 80 characters. | 101 | |
'?' is not preceded with whitespace. | 101 | |
Avoid inline conditionals. | 101 | |
Line has trailing spaces. | 102 | |
Line has trailing spaces. | 110 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Redundant 'public' modifier. | 29 | |
Line has trailing spaces. | 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 | |
Redundant 'public' modifier. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Redundant 'public' modifier. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Redundant 'public' modifier. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
Redundant 'public' modifier. | 39 | |
First sentence should end with a period. | 41 | |
Expected an @return tag. | 46 | |
Line is longer than 80 characters. | 46 | |
Redundant 'public' modifier. | 46 | |
Line has trailing spaces. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Redundant 'public' modifier. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Redundant 'public' modifier. | 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 | |
Redundant 'public' modifier. | 52 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
'{' is not preceded with whitespace. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Redundant 'public' modifier. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Redundant 'public' modifier. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Redundant 'public' modifier. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Redundant 'public' modifier. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Redundant 'public' modifier. | 38 | |
First sentence should end with a period. | 40 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 45 | |
Redundant 'public' modifier. | 45 | |
Expected @param tag for 'callback'. | 45 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Redundant 'public' modifier. | 47 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Redundant 'public' modifier. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Redundant 'public' modifier. | 51 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
'{' is not preceded with whitespace. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 23 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 24 | |
'{' is not preceded with whitespace. | 24 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter refObjectType should be final. | 34 | |
'refObjectType' hides a field. | 34 | |
Parameter showTitle should be final. | 34 | |
'showTitle' hides a field. | 34 | |
Parameter showDesc should be final. | 34 | |
'showDesc' hides a field. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter refObjectType should be final. | 41 | |
'refObjectType' hides a field. | 41 | |
Parameter docInfos should be final. | 41 | |
'docInfos' hides a field. | 41 | |
Parameter showTitle should be final. | 41 | |
'showTitle' hides a field. | 41 | |
Parameter showDesc should be final. | 41 | |
'showDesc' hides a field. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 50 | |
Parameter refObjectType should be final. | 50 | |
'refObjectType' hides a field. | 50 | |
Parameter docInfos should be final. | 50 | |
'docInfos' hides a field. | 50 | |
Line contains a tab character. | 51 | |
Parameter deleteCallback should be final. | 51 | |
'deleteCallback' hides a field. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Method 'getAndSetDocInfos' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter id should be final. | 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 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Parameter caught should be final. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Parameter result should be final. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 74 | |
Method 'setDocInfos' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter docInfos should be final. | 75 | |
'docInfos' hides a field. | 75 | |
Line has trailing spaces. | 79 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter docInfo should be final. | 80 | |
'?' is not preceded with whitespace. | 81 | |
Avoid inline conditionals. | 81 | |
':' should be on a new line. | 81 | |
Line has trailing spaces. | 86 | |
Missing a Javadoc comment. | 87 | |
Line has trailing spaces. | 91 | |
Line has trailing spaces. | 95 | |
Line has trailing spaces. | 97 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 105 | |
'3' is a magic number. | 105 | |
Line has trailing spaces. | 106 | |
Line is longer than 80 characters. | 107 | |
Line has trailing spaces. | 110 | |
Line is longer than 80 characters. | 114 | |
Line has trailing spaces. | 116 | |
Line is longer than 80 characters. | 120 | |
Line has trailing spaces. | 122 | |
Line is longer than 80 characters. | 126 | |
Line has trailing spaces. | 128 | |
Line has trailing spaces. | 131 | |
Line is longer than 80 characters. | 133 | |
'+' is not preceded with whitespace. | 133 | |
'+' is not followed by whitespace. | 133 | |
Line is longer than 80 characters. | 134 | |
'20d' is a magic number. | 134 | |
'if' is not followed by whitespace. | 137 | |
'{' is not preceded with whitespace. | 137 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
'20d' is a magic number. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
'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 has trailing spaces. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
'{' is not preceded with whitespace. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Parameter event should be final. | 149 | |
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 is longer than 80 characters. | 153 | |
Line contains a tab character. | 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 | |
Parameter result should be final. | 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 | |
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 has trailing spaces. | 162 | |
Line contains a tab character. | 162 | |
Line has trailing spaces. | 163 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 3 | |
Line is longer than 80 characters. | 6 | |
Missing a Javadoc comment. | 6 | |
'{' is not preceded with whitespace. | 6 | |
Line contains a tab character. | 8 | |
Missing a Javadoc comment. | 8 | |
Line contains a tab character. | 9 | |
Missing a Javadoc comment. | 9 | |
Parameter objectIdPath should be final. | 9 | |
'objectIdPath' hides a field. | 9 | |
'{' is not preceded with whitespace. | 9 | |
Line contains a tab character. | 10 | |
Line contains a tab character. | 11 | |
Line has trailing spaces. | 12 | |
Line contains a tab character. | 12 | |
Line contains a tab character. | 13 | |
Line is longer than 80 characters. | 14 | |
Line contains a tab character. | 14 | |
Parameter widget should be final. | 14 | |
Parameter model should be final. | 14 | |
Parameter path should be final. | 14 | |
Line contains a tab character. | 15 | |
Line has trailing spaces. | 16 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 19 | |
Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 19 | |
Line is longer than 80 characters. | 20 | |
Line contains a tab character. | 20 | |
Parameter widget should be final. | 20 | |
Parameter model should be final. | 20 | |
Parameter path should be final. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 58 | |
Missing a Javadoc comment. | 73 | |
'{' is not preceded with whitespace. | 73 | |
Line contains a tab character. | 75 | |
Missing a Javadoc comment. | 75 | |
Line contains a tab character. | 76 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 77 | |
Missing a Javadoc comment. | 77 | |
Line contains a tab character. | 78 | |
Missing a Javadoc comment. | 78 | |
Line contains a tab character. | 79 | |
Missing a Javadoc comment. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Missing a Javadoc comment. | 80 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Missing a Javadoc comment. | 82 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Missing a Javadoc comment. | 84 | |
Line contains a tab character. | 85 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 91 | |
'{' is not preceded with whitespace. | 91 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Parameter result should be final. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 104 | |
Line is longer than 80 characters. | 105 | |
Missing a Javadoc comment. | 105 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 108 | |
'{' is not preceded with whitespace. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Parameter result should be final. | 110 | |
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 | |
Line contains a tab character. | 114 | |
Line is longer than 80 characters. | 116 | |
Missing a Javadoc comment. | 116 | |
Line contains a tab character. | 118 | |
Missing a Javadoc comment. | 118 | |
'{' is not preceded with whitespace. | 118 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Parameter result should be final. | 121 | |
Line contains a tab character. | 122 | |
'if' is not followed by whitespace. | 122 | |
'{' is not preceded with 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 is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
'{' is not preceded with whitespace. | 130 | |
Line contains a tab character. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Parameter caught should be final. | 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 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
'+' is not preceded with whitespace. | 140 | |
'+' is not followed by whitespace. | 140 | |
'+' is not followed by whitespace. | 140 | |
Line contains a tab character. | 141 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
'{' is not preceded with whitespace. | 144 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
'{' is not preceded with whitespace. | 148 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Parameter caught should be final. | 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 is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
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 | |
Parameter result should be final. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
'if' 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 | |
'cast' is not followed by whitespace. | 163 | |
'/' is not preceded with whitespace. | 163 | |
'/' is not followed by whitespace. | 163 | |
'1024' is a magic number. | 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 is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
'for' is not followed by whitespace. | 170 | |
':' is not preceded with whitespace. | 170 | |
'{' is not preceded with whitespace. | 170 | |
Line is longer than 80 characters. | 171 | |
Line contains a tab character. | 171 | |
Line is longer than 80 characters. | 172 | |
Line contains a tab character. | 172 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
'if' is not followed by whitespace. | 175 | |
'{' is not preceded with whitespace. | 175 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
'cast' is not followed by whitespace. | 176 | |
'/' is not preceded with whitespace. | 176 | |
'/' is not followed by whitespace. | 176 | |
'1024' is a magic number. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
Line is longer than 80 characters. | 179 | |
Line contains a tab character. | 179 | |
'if' is not followed by whitespace. | 179 | |
'{' is not preceded with whitespace. | 179 | |
Line is longer than 80 characters. | 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 | |
'}' should be on the same line. | 182 | |
Line is longer than 80 characters. | 183 | |
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 is longer than 80 characters. | 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. | 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. | 192 | |
Line contains a tab character. | 192 | |
'}' should be on the same line. | 192 | |
Line is longer than 80 characters. | 193 | |
Line contains a tab character. | 193 | |
'if' is not followed by whitespace. | 193 | |
'{' is not preceded with whitespace. | 193 | |
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 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 is longer than 80 characters. | 198 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 200 | |
Line is longer than 80 characters. | 202 | |
Line contains a tab character. | 202 | |
Variable 'nf' must be private and have accessor methods. | 202 | |
Line is longer than 80 characters. | 204 | |
Line contains a tab character. | 204 | |
Parameter fs should be final. | 204 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
Line is longer than 80 characters. | 207 | |
Line contains a tab character. | 207 | |
Line is longer than 80 characters. | 208 | |
Line contains a tab character. | 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 | |
'+' is not preceded with whitespace. | 209 | |
'+' is not followed by whitespace. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
'}' should be on the same line. | 210 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
'else' is not followed by whitespace. | 211 | |
'{' is not preceded with whitespace. | 211 | |
Line is longer than 80 characters. | 212 | |
Line contains a tab character. | 212 | |
Line is longer than 80 characters. | 213 | |
Line contains a tab character. | 213 | |
Line is longer than 80 characters. | 215 | |
Line contains a tab character. | 215 | |
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 | |
'/' is not preceded with whitespace. | 218 | |
'/' is not followed by whitespace. | 218 | |
'1024' is a magic number. | 218 | |
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 | |
'if' is not followed by whitespace. | 220 | |
'1024' is a magic number. | 220 | |
'{' is not preceded with whitespace. | 220 | |
Line is longer than 80 characters. | 221 | |
Line contains a tab character. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
'}' should be on the same line. | 222 | |
Line is longer than 80 characters. | 223 | |
Line contains a tab character. | 223 | |
'else' is not followed by whitespace. | 223 | |
'{' is not preceded with whitespace. | 223 | |
Line is longer than 80 characters. | 224 | |
Line contains a tab character. | 224 | |
'/' is not preceded with whitespace. | 224 | |
'/' is not followed by whitespace. | 224 | |
'1024' is a magic number. | 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. | 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 | |
switch without "default" clause. | 230 | |
'{' is not preceded with whitespace. | 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 is longer than 80 characters. | 238 | |
Line contains a tab character. | 238 | |
Line is longer than 80 characters. | 239 | |
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. | 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 | |
Line is longer than 80 characters. | 244 | |
Line contains a tab character. | 244 | |
Line is longer than 80 characters. | 245 | |
Line contains a tab character. | 245 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 246 | |
Line is longer than 80 characters. | 247 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 249 | |
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 contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line is longer than 80 characters. | 262 | |
Line contains a tab character. | 262 | |
Missing a Javadoc comment. | 262 | |
Parameter refObjectTypeKey should be final. | 262 | |
'refObjectTypeKey' hides a field. | 262 | |
Parameter viewEnum should be final. | 262 | |
Parameter viewName should be final. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 267 | |
Method 'isAuthorizedUploadDocuments' is not designed for extension - needs to be abstract, final or empty. | 267 | |
Missing a Javadoc comment. | 267 | |
Line is longer than 80 characters. | 268 | |
Line contains a tab character. | 270 | |
Parameter caught should be final. | 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 | |
Line contains a tab character. | 276 | |
Parameter result should be final. | 277 | |
Line is longer than 80 characters. | 278 | |
Line contains a tab character. | 278 | |
Avoid inline conditionals. | 278 | |
Line is longer than 80 characters. | 279 | |
Line contains a tab character. | 279 | |
'if' is not followed by whitespace. | 279 | |
'{' is not preceded with whitespace. | 279 | |
Line is longer than 80 characters. | 280 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
'}' should be on the same line. | 282 | |
Line contains a tab character. | 283 | |
'else' is not followed by whitespace. | 283 | |
'{' is not preceded with whitespace. | 283 | |
Line contains a tab character. | 284 | |
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. | 288 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Method 'processUi' is not designed for extension - needs to be abstract, final or empty. | 294 | |
Missing a Javadoc comment. | 294 | |
Parameter result should be final. | 294 | |
'{' is not preceded with whitespace. | 294 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Missing a Javadoc comment. | 301 | |
Parameter fieldKey should be final. | 301 | |
Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 305 | |
Missing a Javadoc comment. | 305 | |
Parameter labelKey should be final. | 305 | |
Line is longer than 80 characters. | 306 | |
Missing a Javadoc comment. | 311 | |
Parameter multiplicityType should be final. | 312 | |
Parameter styleType should be final. | 313 | |
Parameter path should be final. | 314 | |
Parameter addItemlabelMessageKey should be final. | 314 | |
Parameter itemLabelMessageKey should be final. | 315 | |
Line is longer than 80 characters. | 316 | |
Parameter swappableFieldsDefinition should be final. | 316 | |
Parameter deletionParentKeys should be final. | 317 | |
Line is longer than 80 characters. | 319 | |
Line is longer than 80 characters. | 325 | |
Line is longer than 80 characters. | 330 | |
Line is longer than 80 characters. | 334 | |
Parameter widget should be final. | 334 | |
Parameter model should be final. | 334 | |
Parameter path should be final. | 334 | |
Line is longer than 80 characters. | 337 | |
Parameter widget should be final. | 337 | |
Parameter model should be final. | 337 | |
Parameter path should be final. | 337 | |
'{' is not preceded with whitespace. | 337 | |
Line is longer than 80 characters. | 361 | |
Missing a Javadoc comment. | 361 | |
Parameter fieldKey should be final. | 361 | |
Parameter messageKey should be final. | 361 | |
Parameter parentPath should be final. | 361 | |
Line is longer than 80 characters. | 364 | |
Missing a Javadoc comment. | 368 | |
Parameter fieldKey should be final. | 369 | |
Parameter labelKey should be final. | 369 | |
Parameter parentPath should be final. | 369 | |
Line is longer than 80 characters. | 371 | |
Line is longer than 80 characters. | 375 | |
Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 382 | |
Missing a Javadoc comment. | 382 | |
Parameter labelKey should be final. | 382 | |
Missing a Javadoc comment. | 386 | |
Line contains a tab character. | 387 | |
Line is longer than 80 characters. | 388 | |
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. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 403 | |
Method 'createWidget' is not designed for extension - needs to be abstract, final or empty. | 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 is longer than 80 characters. | 408 | |
Line contains a tab character. | 408 | |
Line has trailing spaces. | 409 | |
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 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 416 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 419 | |
Line contains a tab character. | 420 | |
Line is longer than 80 characters. | 422 | |
Line contains a tab character. | 422 | |
Line contains a tab character. | 423 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
Line contains a tab character. | 427 | |
Line contains a tab character. | 428 | |
'{' is not preceded with whitespace. | 428 | |
Line contains a tab character. | 430 | |
Line is longer than 80 characters. | 431 | |
Line contains a tab character. | 431 | |
Parameter bar should be final. | 431 | |
Parameter curProgress should be final. | 431 | |
Line contains a tab character. | 432 | |
Line is longer than 80 characters. | 433 | |
Line contains a tab character. | 433 | |
Line contains a tab character. | 434 | |
'if' is not followed by whitespace. | 434 | |
'{' is not preceded with whitespace. | 434 | |
Line is longer than 80 characters. | 435 | |
Line contains a tab character. | 435 | |
Line contains a tab character. | 436 | |
'}' should be on the same line. | 436 | |
Line is longer than 80 characters. | 437 | |
Line contains a tab character. | 437 | |
'if' is not followed by whitespace. | 437 | |
'{' is not preceded with whitespace. | 437 | |
Line contains a tab character. | 438 | |
Line contains a tab character. | 439 | |
'}' should be on the same line. | 439 | |
Line contains a tab character. | 440 | |
'else' is not followed by whitespace. | 440 | |
'{' is not preceded with whitespace. | 440 | |
Line contains a tab character. | 441 | |
Line contains a tab character. | 442 | |
Line contains a tab character. | 444 | |
'if' is not followed by whitespace. | 444 | |
'1024' is a magic number. | 444 | |
'{' is not preceded with whitespace. | 444 | |
Line is longer than 80 characters. | 445 | |
Line contains a tab character. | 445 | |
Line contains a tab character. | 446 | |
'}' should be on the same line. | 446 | |
Line contains a tab character. | 447 | |
'else' is not followed by whitespace. | 447 | |
'{' is not preceded with whitespace. | 447 | |
Line is longer than 80 characters. | 448 | |
Line contains a tab character. | 448 | |
'/' is not preceded with whitespace. | 448 | |
'/' is not followed by whitespace. | 448 | |
'1024' is a magic number. | 448 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 451 | |
'if' is not followed by whitespace. | 451 | |
'1024' is a magic number. | 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 | |
'}' should be on the same line. | 453 | |
Line contains a tab character. | 454 | |
'else' is not followed by whitespace. | 454 | |
'{' is not preceded with whitespace. | 454 | |
Line is longer than 80 characters. | 455 | |
Line contains a tab character. | 455 | |
'/' is not preceded with whitespace. | 455 | |
'/' is not followed by whitespace. | 455 | |
'1024' is a magic number. | 455 | |
Line contains a tab character. | 456 | |
Line is longer than 80 characters. | 457 | |
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. | 464 | |
Line contains a tab character. | 465 | |
'520' is a magic number. | 466 | |
',' is not followed by whitespace. | 466 | |
'270' is a magic number. | 466 | |
Line contains a tab character. | 468 | |
Line contains a tab character. | 469 | |
Line contains a tab character. | 471 | |
Missing a Javadoc comment. | 471 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 473 | |
Line contains a tab character. | 474 | |
Missing a Javadoc comment. | 478 | |
Line contains a tab character. | 478 | |
'{' is not preceded with whitespace. | 478 | |
Line contains a tab character. | 479 | |
Missing a Javadoc comment. | 479 | |
Line contains a tab character. | 480 | |
Missing a Javadoc comment. | 480 | |
Line contains a tab character. | 481 | |
Missing a Javadoc comment. | 481 | |
Line contains a tab character. | 482 | |
Missing a Javadoc comment. | 482 | |
Line contains a tab character. | 483 | |
Missing a Javadoc comment. | 483 | |
Line contains a tab character. | 485 | |
Missing a Javadoc comment. | 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 contains a tab character. | 489 | |
Line contains a tab character. | 490 | |
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 contains a tab character. | 496 | |
Method 'getReferenceId' is not designed for extension - needs to be abstract, final or empty. | 496 | |
Missing a Javadoc comment. | 496 | |
Line contains a tab character. | 497 | |
Line contains a tab character. | 498 | |
Line contains a tab character. | 500 | |
Method 'setReferenceId' is not designed for extension - needs to be abstract, final or empty. | 500 | |
Missing a Javadoc comment. | 500 | |
Parameter referenceId should be final. | 500 | |
'referenceId' hides a field. | 500 | |
Line contains a tab character. | 501 | |
Line contains a tab character. | 502 | |
Line contains a tab character. | 504 | |
Method 'getReferenceTypeKey' is not designed for extension - needs to be abstract, final or empty. | 504 | |
Missing a Javadoc comment. | 504 | |
Line contains a tab character. | 505 | |
Line contains a tab character. | 506 | |
Line contains a tab character. | 508 | |
Method 'setReferenceTypeKey' is not designed for extension - needs to be abstract, final or empty. | 508 | |
Missing a Javadoc comment. | 508 | |
Parameter referenceTypeKey should be final. | 508 | |
'referenceTypeKey' hides a field. | 508 | |
Line contains a tab character. | 509 | |
Line contains a tab character. | 510 | |
Line contains a tab character. | 512 | |
Method 'getReferenceType' is not designed for extension - needs to be abstract, final or empty. | 512 | |
Missing a Javadoc comment. | 512 | |
Line contains a tab character. | 513 | |
Line contains a tab character. | 514 | |
Line contains a tab character. | 516 | |
Method 'setReferenceType' is not designed for extension - needs to be abstract, final or empty. | 516 | |
Missing a Javadoc comment. | 516 | |
Parameter referenceType should be final. | 516 | |
'referenceType' hides a field. | 516 | |
Line contains a tab character. | 517 | |
Line contains a tab character. | 518 | |
Line contains a tab character. | 520 | |
Method 'getReferenceState' is not designed for extension - needs to be abstract, final or empty. | 520 | |
Missing a Javadoc comment. | 520 | |
Line contains a tab character. | 521 | |
Line contains a tab character. | 522 | |
Line contains a tab character. | 524 | |
Method 'setReferenceState' is not designed for extension - needs to be abstract, final or empty. | 524 | |
Missing a Javadoc comment. | 524 | |
Parameter referenceState should be final. | 524 | |
'referenceState' hides a field. | 524 | |
Line contains a tab character. | 525 | |
Line contains a tab character. | 526 | |
Method 'setVisible' is not designed for extension - needs to be abstract, final or empty. | 528 | |
Parameter visible should be final. | 529 | |
Line contains a tab character. | 531 | |
Line contains a tab character. | 535 | |
Missing a Javadoc comment. | 535 | |
'{' is not preceded with whitespace. | 535 | |
Line contains a tab character. | 536 | |
'if' is not followed by whitespace. | 537 | |
'{' is not preceded with whitespace. | 537 | |
Line contains a tab character. | 538 | |
Line contains a tab character. | 539 | |
Line is longer than 80 characters. | 540 | |
Line contains a tab character. | 540 | |
'{' is not preceded with whitespace. | 540 | |
Line contains a tab character. | 542 | |
Line is longer than 80 characters. | 543 | |
Line contains a tab character. | 543 | |
Parameter caught should be final. | 543 | |
Line is longer than 80 characters. | 544 | |
Line contains a tab character. | 544 | |
Line is longer than 80 characters. | 545 | |
Line contains a tab character. | 545 | |
Line contains a tab character. | 547 | |
Line contains a tab character. | 549 | |
Line is longer than 80 characters. | 550 | |
Line contains a tab character. | 550 | |
Parameter result should be final. | 550 | |
Line contains a tab character. | 551 | |
Line is longer than 80 characters. | 552 | |
Line contains a tab character. | 552 | |
'if' is not followed by whitespace. | 552 | |
'{' is not preceded with whitespace. | 552 | |
Line is longer than 80 characters. | 553 | |
Line contains a tab character. | 553 | |
Line contains a tab character. | 554 | |
Line is longer than 80 characters. | 555 | |
Line contains a tab character. | 555 | |
Line contains a tab character. | 556 | |
Line contains a tab character. | 557 | |
Line contains a tab character. | 558 | |
Line contains a tab character. | 559 | |
Line contains a tab character. | 560 | |
Line contains a tab character. | 562 | |
Line contains a tab character. | 564 | |
Method 'getImage' is not designed for extension - needs to be abstract, final or empty. | 564 | |
Line contains a tab character. | 565 | |
Line contains a tab character. | 566 | |
Line contains a tab character. | 567 | |
Method 'getModelDefinition' is not designed for extension - needs to be abstract, final or empty. | 569 | |
Missing a Javadoc comment. | 569 | |
Method 'setModelDefinition' is not designed for extension - needs to be abstract, final or empty. | 573 | |
Missing a Javadoc comment. | 573 | |
Parameter modelDefinition should be final. | 573 | |
'modelDefinition' hides a field. | 573 | |
Line has trailing spaces. | 576 | |
Line has trailing spaces. | 577 | |
Line contains a tab character. | 577 | |
Line contains a tab character. | 578 | |
Line contains a tab character. | 579 | |
Parameter show should be final. | 579 | |
Line contains a tab character. | 580 | |
Line has trailing spaces. | 581 | |
Line contains a tab character. | 581 | |
Line contains a tab character. | 582 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
'{' is not preceded with whitespace. | 31 | |
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 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter documentId should be final. | 34 | |
'{' is not preceded with whitespace. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Method 'getDocumentsByIdList' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter documentIdList should be final. | 38 | |
'{' is not preceded with 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 | |
Method 'deleteDocument' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter documentId should be final. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Method 'updateDocument' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter documentId should be final. | 46 | |
Parameter documentInfo should be final. | 46 | |
'{' is not preceded with whitespace. | 46 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Method 'addDocumentCategoryToDocument' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter documentId should be final. | 50 | |
Parameter documentCategoryKey should be final. | 50 | |
'{' is not preceded with whitespace. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Method 'removeDocumentCategoryFromDocument' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter documentId should be final. | 54 | |
Parameter documentCategoryKey should be final. | 54 | |
'{' is not preceded with whitespace. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 58 | |
Method 'isAuthorizedUploadDocuments' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Line is longer than 80 characters. | 59 | |
Parameter id should be final. | 59 | |
Parameter referenceTypeKey should be final. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
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 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 72 | |
Method 'deleteRefDocRelation' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Parameter documentId should be final. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 77 | |
Method 'getRefDocIdsForRef' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Parameter refObjectTypeKey should be final. | 78 | |
Parameter refObjectId should be final. | 78 | |
'{' is not preceded with whitespace. | 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 | |
Method 'deleteRefDocRelationAndOrphanedDoc' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
Parameter docRelationId should be final. | 83 | |
Parameter documentId should be final. | 83 | |
Line has trailing spaces. | 84 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 89 | |
'try' is not followed by whitespace. | 89 | |
'{' is not preceded with whitespace. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
'if' is not followed by whitespace. | 91 | |
'{' is not preceded with whitespace. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
'catch' is not preceded with whitespace. | 94 | |
'}' is not followed by whitespace. | 94 | |
'catch' is not followed by whitespace. | 94 | |
'{' is not preceded with whitespace. | 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 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 | |
'{' is not preceded with whitespace. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 28 | |
Method 'getUploadStatus' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Line contains a tab character. | 29 | |
Parameter uploadId should be final. | 29 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'getUploadId' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 50 | |
'{' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Variable 'LOG' must be private and have accessor methods. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Variable 'documentService' must be private and have accessor methods. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 55 | |
'{' is not preceded with whitespace. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter uploadId should be final. | 63 | |
'uploadId' hides a field. | 63 | |
Parameter session should be final. | 63 | |
'session' hides a field. | 63 | |
'{' is not preceded with whitespace. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter pBytesRead should be final. | 68 | |
Parameter pContentLength should be final. | 68 | |
Parameter pItems should be final. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
'if' 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 has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
'if' is not followed by whitespace. | 74 | |
'{' is not preceded with whitespace. | 74 | |
Line contains a tab character. | 75 | |
'+' is not preceded with whitespace. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
'1024' is a magic number. | 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. | 87 | |
Line contains a tab character. | 88 | |
'if' is not followed by whitespace. | 88 | |
'{' is not preceded with whitespace. | 88 | |
Line contains a tab character. | 89 | |
'+' is not preceded with whitespace. | 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. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Missing a Javadoc comment. | 95 | |
Variable 'data' must be private and have accessor methods. | 95 | |
Line contains a tab character. | 97 | |
Method 'doPost' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Parameter request should be final. | 98 | |
Parameter response should be final. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line has trailing spaces. | 103 | |
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. | 106 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
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 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
'if' is not followed by whitespace. | 117 | |
'{' is not preceded with whitespace. | 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 has trailing spaces. | 122 | |
Line contains a tab character. | 122 | |
'}' should be on the same line. | 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. | 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 is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
'4096' is a magic number. | 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. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line is longer than 80 characters. | 143 | |
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 contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
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. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line has trailing spaces. | 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 contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
'}' should be on the same line. | 156 | |
Line contains a tab character. | 157 | |
'else' is not followed by whitespace. | 157 | |
'{' is not preceded with whitespace. | 157 | |
Line contains a tab character. | 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 has trailing spaces. | 162 | |
Line contains a tab character. | 162 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
'if' is not followed by whitespace. | 163 | |
'{' is not preceded with whitespace. | 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 | |
'try' is not followed by whitespace. | 166 | |
'{' is not preceded with whitespace. | 166 | |
Line is longer than 80 characters. | 167 | |
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 | |
'if' is not followed by whitespace. | 169 | |
'{' is not preceded with whitespace. | 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 has trailing spaces. | 173 | |
Line contains a tab character. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 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 | |
Line is longer than 80 characters. | 178 | |
Line contains a tab character. | 178 | |
Line is longer than 80 characters. | 179 | |
Line contains a tab character. | 179 | |
Line is longer than 80 characters. | 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 | |
',' is not followed by whitespace. | 182 | |
',' is not followed by whitespace. | 182 | |
',' is not followed by whitespace. | 182 | |
Line contains a tab character. | 183 | |
'}' should be on the same line. | 183 | |
Line contains a tab character. | 184 | |
'catch' is not followed by whitespace. | 184 | |
'{' is not preceded with whitespace. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line 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 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line has trailing spaces. | 193 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
'if' is not followed by whitespace. | 194 | |
'{' is not preceded with whitespace. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
'}' should be on the same line. | 196 | |
Line contains a tab character. | 197 | |
'else' is not followed by whitespace. | 197 | |
'{' is not preceded with whitespace. | 197 | |
Line is longer than 80 characters. | 198 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line has trailing spaces. | 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 | |
Line contains a tab character. | 204 | |
Line has trailing spaces. | 205 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line has trailing spaces. | 207 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Method 'doGet' 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 request should be final. | 209 | |
Parameter response should be final. | 209 | |
Line contains a tab character. | 210 | |
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. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line has trailing spaces. | 217 | |
Line contains a tab character. | 217 | |
Line has trailing spaces. | 218 | |
Line is longer than 80 characters. | 218 | |
Line contains a tab character. | 218 | |
'if' is not followed by whitespace. | 218 | |
'&&' should be on a new line. | 218 | |
Line is longer than 80 characters. | 219 | |
Line contains a tab character. | 219 | |
'{' is not preceded with whitespace. | 219 | |
Line has trailing spaces. | 220 | |
Line contains a tab character. | 220 | |
Line is longer than 80 characters. | 221 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line has trailing spaces. | 223 | |
Line contains a tab character. | 223 | |
Line is longer than 80 characters. | 224 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line has trailing spaces. | 226 | |
Line contains a tab character. | 226 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
Line is longer than 80 characters. | 228 | |
Line contains a tab character. | 228 | |
Line has trailing spaces. | 229 | |
Line contains a tab character. | 229 | |
Line is longer than 80 characters. | 230 | |
Line contains a tab character. | 230 | |
'(' is followed by whitespace. | 230 | |
Avoid inline conditionals. | 230 | |
')' is preceded with whitespace. | 230 | |
Line contains a tab character. | 231 | |
Line is longer than 80 characters. | 232 | |
Line contains a tab character. | 232 | |
'(' is followed by whitespace. | 232 | |
')' is preceded with whitespace. | 232 | |
Line has trailing spaces. | 233 | |
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 | |
',' is not followed by whitespace. | 237 | |
',' is not followed by whitespace. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
'}' should be on the same line. | 240 | |
Line contains a tab character. | 241 | |
'finally' is not followed by whitespace. | 241 | |
'{' is not preceded with whitespace. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 246 | |
'}' should be on the same line. | 246 | |
Line contains a tab character. | 247 | |
'else' is not followed by whitespace. | 247 | |
'{' is not preceded with whitespace. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line is longer than 80 characters. | 250 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line has trailing spaces. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 255 | |
Method 'getDocumentService' is not designed for extension - needs to be abstract, final or empty. | 255 | |
Missing a Javadoc comment. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 259 | |
Method 'setDocumentService' is not designed for extension - needs to be abstract, final or empty. | 259 | |
Missing a Javadoc comment. | 259 | |
Parameter documentService should be final. | 259 | |
'documentService' hides a field. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
'{' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
Variable 'LOG' must be private and have accessor methods. | 51 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Line has trailing spaces. | 56 | |
Method 'setMetaData' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter metadata should be final. | 57 | |
'metadata' hides a field. | 57 | |
'{' is not preceded with whitespace. | 57 | |
'=' is not preceded with whitespace. | 58 | |
'=' is not followed by whitespace. | 58 | |
Line has trailing spaces. | 59 | |
Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Parameter input should be final. | 62 | |
Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Line is longer than 80 characters. | 68 | |
Parameter input should be final. | 68 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter id should be final. | 74 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 77 | |
'try' is not followed by whitespace. | 79 | |
'{' is not preceded with whitespace. | 79 | |
Line is longer than 80 characters. | 82 | |
',' is not followed by whitespace. | 82 | |
Line has trailing spaces. | 83 | |
'}' should be on the same line. | 84 | |
'catch' is not followed by whitespace. | 85 | |
'{' is not preceded with whitespace. | 85 | |
Line has trailing spaces. | 87 | |
'}' should be on the same line. | 88 | |
'catch' is not followed by whitespace. | 89 | |
'{' is not preceded with whitespace. | 89 | |
Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Line is longer than 80 characters. | 97 | |
Parameter idType should be final. | 97 | |
Parameter id should be final. | 97 | |
Parameter type should be final. | 97 | |
Parameter state should be final. | 97 | |
Method 'setOrgService' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter service should be final. | 102 | |
'{' is not preceded with whitespace. | 102 | |
Line has trailing spaces. | 105 | |
Method 'save' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Parameter input should be final. | 107 | |
Line has trailing spaces. | 112 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Line is longer than 80 characters. | 117 | |
Parameter input should be final. | 117 | |
Line has trailing spaces. | 121 | |
Line has trailing spaces. | 122 | |
Line is longer than 80 characters. | 123 | |
Missing a Javadoc comment. | 123 | |
Parameter orgorgRelationHelper should be final. | 123 | |
'{' is not preceded with whitespace. | 123 | |
Line has trailing spaces. | 125 | |
'if' is not followed by whitespace. | 126 | |
'{' is not preceded with whitespace. | 126 | |
Line is longer than 80 characters. | 129 | |
'4' is a magic number. | 129 | |
'}' should be on the same line. | 130 | |
'else' is not followed by whitespace. | 131 | |
'{' is not preceded with whitespace. | 131 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 134 | |
Line has trailing spaces. | 136 | |
Line has trailing spaces. | 137 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 139 | |
Line has trailing spaces. | 144 | |
'}' should be on the same line. | 144 | |
Must have at least one statement. | 145 | |
'}' should be on the same line. | 146 | |
Must have at least one statement. | 147 | |
'if' 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. | 151 | |
Line has trailing spaces. | 153 | |
Line has trailing spaces. | 156 | |
Missing a Javadoc comment. | 157 | |
Parameter input should be final. | 157 | |
'{' is not preceded with whitespace. | 157 | |
'=' is not followed by whitespace. | 164 | |
Line is longer than 80 characters. | 165 | |
'cast' is not followed by whitespace. | 165 | |
';' is not followed by whitespace. | 165 | |
Line contains a tab character. | 166 | |
Line is longer than 80 characters. | 167 | |
'=' is not preceded with whitespace. | 167 | |
'cast' is not followed by whitespace. | 167 | |
Line is longer than 80 characters. | 170 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 176 | |
'}' should be on the same line. | 181 | |
Line is longer than 80 characters. | 182 | |
'if' is not followed by whitespace. | 182 | |
'&&' is not preceded with whitespace. | 182 | |
'&&' is not followed by whitespace. | 182 | |
'!=' is not preceded with whitespace. | 182 | |
'!=' is not followed by whitespace. | 182 | |
'{' is not preceded with whitespace. | 182 | |
Line is longer than 80 characters. | 183 | |
'try' is not followed by whitespace. | 185 | |
'{' is not preceded with whitespace. | 185 | |
'if' is not followed by whitespace. | 186 | |
'!=' is not preceded with whitespace. | 186 | |
'!=' is not followed by whitespace. | 186 | |
'{' is not preceded with whitespace. | 186 | |
Line is longer than 80 characters. | 187 | |
'}' should be on the same line. | 190 | |
'catch' is not followed by whitespace. | 191 | |
')' is preceded with whitespace. | 191 | |
'{' is not preceded with whitespace. | 191 | |
Line contains a tab character. | 192 | |
'}' should be on the same line. | 195 | |
'if' is not followed by whitespace. | 196 | |
'{' is not preceded with whitespace. | 196 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
'cast' is not followed by whitespace. | 198 | |
Line has trailing spaces. | 199 | |
Line is longer than 80 characters. | 200 | |
'try' is not followed by whitespace. | 201 | |
'{' is not preceded with whitespace. | 201 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 204 | |
',' is not followed by whitespace. | 204 | |
',' is not followed by whitespace. | 204 | |
',' is not followed by whitespace. | 204 | |
'}' should be on the same line. | 205 | |
'catch' is not followed by whitespace. | 206 | |
')' is preceded with whitespace. | 206 | |
'{' is not preceded with whitespace. | 206 | |
Line has trailing spaces. | 212 | |
Line has trailing spaces. | 213 | |
Line has trailing spaces. | 214 | |
Line has trailing spaces. | 215 | |
Line has trailing spaces. | 219 | |
Line has trailing spaces. | 220 | |
Line is longer than 80 characters. | 221 | |
Missing a Javadoc comment. | 221 | |
Parameter relations should be final. | 221 | |
',' is not followed by whitespace. | 221 | |
Parameter parentRelations should be final. | 221 | |
'{' is not preceded with whitespace. | 221 | |
Line has trailing spaces. | 222 | |
'try' is not followed by whitespace. | 229 | |
'{' is not preceded with whitespace. | 229 | |
'for' is not followed by whitespace. | 230 | |
':' is not preceded with whitespace. | 230 | |
':' is not followed by whitespace. | 230 | |
'{' is not preceded with whitespace. | 230 | |
Line is longer than 80 characters. | 232 | |
'=' is not preceded with whitespace. | 232 | |
Line has trailing spaces. | 236 | |
Line has trailing spaces. | 237 | |
'=' is not followed by whitespace. | 240 | |
'if' is not followed by whitespace. | 241 | |
'{' is not preceded with whitespace. | 241 | |
Line is longer than 80 characters. | 242 | |
'=' is not followed by whitespace. | 242 | |
Line is longer than 80 characters. | 243 | |
'}' should be on the same line. | 244 | |
'else' is not followed by whitespace. | 245 | |
'{' is not preceded with whitespace. | 245 | |
Line has trailing spaces. | 250 | |
Line is longer than 80 characters. | 252 | |
',' is not followed by whitespace. | 252 | |
',' is not followed by whitespace. | 252 | |
',' is not followed by whitespace. | 252 | |
'=' is not preceded with whitespace. | 253 | |
'+' is not preceded with whitespace. | 253 | |
'+' is not followed by whitespace. | 253 | |
Line has trailing spaces. | 255 | |
'for' is not followed by whitespace. | 256 | |
':' is not preceded with whitespace. | 256 | |
':' is not followed by whitespace. | 256 | |
'{' is not preceded with whitespace. | 256 | |
Line is longer than 80 characters. | 258 | |
'=' is not preceded with whitespace. | 258 | |
Line has trailing spaces. | 262 | |
Line has trailing spaces. | 263 | |
'=' is not followed by whitespace. | 266 | |
'if' is not followed by whitespace. | 267 | |
'{' is not preceded with whitespace. | 267 | |
Line is longer than 80 characters. | 268 | |
'=' is not followed by whitespace. | 268 | |
Line is longer than 80 characters. | 269 | |
'}' should be on the same line. | 270 | |
'else' is not followed by whitespace. | 271 | |
'{' is not preceded with whitespace. | 271 | |
Line is longer than 80 characters. | 272 | |
'+' is not followed by whitespace. | 272 | |
Line has trailing spaces. | 276 | |
Line is longer than 80 characters. | 278 | |
',' is not followed by whitespace. | 278 | |
',' is not followed by whitespace. | 278 | |
',' is not followed by whitespace. | 278 | |
'=' is not preceded with whitespace. | 279 | |
'+' is not preceded with whitespace. | 279 | |
'+' is not followed by whitespace. | 279 | |
Line has trailing spaces. | 281 | |
Line has trailing spaces. | 282 | |
'}' should be on the same line. | 283 | |
'catch' is not followed by whitespace. | 284 | |
'{' is not preceded with whitespace. | 284 | |
Line contains a tab character. | 291 | |
Method 'getDefaultMetadata' is not designed for extension - needs to be abstract, final or empty. | 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 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 48 | |
'{' is not preceded with whitespace. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
Variable 'LOG' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 53 | |
Line has trailing spaces. | 54 | |
Method 'setMetaData' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter metadata should be final. | 55 | |
'metadata' hides a field. | 55 | |
'{' is not preceded with whitespace. | 55 | |
'=' is not preceded with whitespace. | 56 | |
'=' is not followed by whitespace. | 56 | |
Line has trailing spaces. | 57 | |
Method 'setOrgService' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter service should be final. | 60 | |
'{' is not preceded with whitespace. | 60 | |
Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Parameter input should be final. | 64 | |
Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Parameter input should be final. | 70 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Parameter id should be final. | 76 | |
Line is longer than 80 characters. | 77 | |
'try' is not followed by whitespace. | 79 | |
'{' is not preceded with whitespace. | 79 | |
'}' should be on the same line. | 82 | |
'catch' is not followed by whitespace. | 83 | |
'{' is not preceded with whitespace. | 83 | |
Line has trailing spaces. | 85 | |
'}' should be on the same line. | 86 | |
'catch' is not followed by whitespace. | 87 | |
'{' is not preceded with whitespace. | 87 | |
Line contains a tab character. | 88 | |
Method 'save' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Parameter input should be final. | 96 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 101 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Line is longer than 80 characters. | 109 | |
Parameter input should be final. | 109 | |
Line has trailing spaces. | 113 | |
Missing a Javadoc comment. | 114 | |
Parameter input should be final. | 114 | |
'{' is not preceded with whitespace. | 114 | |
'=' is not followed by whitespace. | 122 | |
Line has trailing spaces. | 123 | |
Line is longer than 80 characters. | 124 | |
'cast' is not followed by whitespace. | 124 | |
';' is not followed by whitespace. | 124 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
'=' is not preceded with whitespace. | 126 | |
'cast' is not followed by whitespace. | 126 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 133 | |
'}' should be on the same line. | 139 | |
Line is longer than 80 characters. | 140 | |
'if' is not followed by whitespace. | 140 | |
'&&' is not preceded with whitespace. | 140 | |
'&&' is not followed by whitespace. | 140 | |
'!=' is not preceded with whitespace. | 140 | |
'!=' is not followed by whitespace. | 140 | |
'{' is not preceded with whitespace. | 140 | |
'try' is not followed by whitespace. | 141 | |
'{' is not preceded with whitespace. | 141 | |
'}' should be on the same line. | 144 | |
'catch' is not followed by whitespace. | 145 | |
')' is preceded with whitespace. | 145 | |
'{' is not preceded with whitespace. | 145 | |
Line contains a tab character. | 146 | |
'}' should be on the same line. | 149 | |
'if' is not followed by whitespace. | 150 | |
'{' is not preceded with whitespace. | 150 | |
Line is longer than 80 characters. | 151 | |
'cast' is not followed by whitespace. | 151 | |
Line is longer than 80 characters. | 152 | |
'try' is not followed by whitespace. | 153 | |
'{' is not preceded with whitespace. | 153 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 156 | |
',' is not followed by whitespace. | 156 | |
',' is not followed by whitespace. | 156 | |
',' is not followed by whitespace. | 156 | |
'}' should be on the same line. | 157 | |
'catch' is not followed by whitespace. | 158 | |
')' is preceded with whitespace. | 158 | |
'{' is not preceded with whitespace. | 158 | |
Line contains a tab character. | 159 | |
Line has trailing spaces. | 164 | |
Line has trailing spaces. | 165 | |
Line has trailing spaces. | 168 | |
Line is longer than 80 characters. | 169 | |
Missing a Javadoc comment. | 169 | |
Parameter orgPersonHelper should be final. | 169 | |
'{' is not preceded with whitespace. | 169 | |
Line is longer than 80 characters. | 170 | |
Line has trailing spaces. | 171 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 175 | |
'if' construct must use '{}'s. | 176 | |
'!=' is not preceded with whitespace. | 176 | |
'!=' is not followed by whitespace. | 176 | |
Line contains a tab character. | 177 | |
'else' construct must use '{}'s. | 178 | |
Line contains a tab character. | 179 | |
Line has trailing spaces. | 180 | |
Line contains a tab character. | 180 | |
Line has trailing spaces. | 181 | |
Line is longer than 80 characters. | 183 | |
'||' is not preceded with whitespace. | 183 | |
'||' is not followed by whitespace. | 183 | |
'if' is not followed by whitespace. | 189 | |
'!=' is not preceded with whitespace. | 189 | |
'!=' is not followed by whitespace. | 189 | |
'{' is not preceded with whitespace. | 189 | |
Line is longer than 80 characters. | 190 | |
Line has trailing spaces. | 194 | |
Line is longer than 80 characters. | 195 | |
Missing a Javadoc comment. | 195 | |
'(' is followed by whitespace. | 195 | |
Parameter relations should be final. | 195 | |
'{' is not preceded with whitespace. | 195 | |
'=' is not followed by whitespace. | 198 | |
'=' is not followed by whitespace. | 204 | |
'for' is not followed by whitespace. | 205 | |
':' is not preceded with whitespace. | 205 | |
':' is not followed by whitespace. | 205 | |
'{' is not preceded with whitespace. | 205 | |
'if' is not followed by whitespace. | 210 | |
'{' is not preceded with whitespace. | 210 | |
Line has trailing spaces. | 211 | |
Line is longer than 80 characters. | 212 | |
Line has trailing spaces. | 213 | |
'}' should be on the same line. | 214 | |
'else' is not followed by whitespace. | 215 | |
'{' is not preceded with whitespace. | 215 | |
Line has trailing spaces. | 218 | |
Line is longer than 80 characters. | 222 | |
',' is not followed by whitespace. | 222 | |
',' is not followed by whitespace. | 222 | |
',' is not followed by whitespace. | 222 | |
',' is not followed by whitespace. | 223 | |
'+' is not followed by whitespace. | 224 | |
'}' should be on the same line. | 226 | |
'catch' is not followed by whitespace. | 227 | |
'{' is not preceded with whitespace. | 227 | |
Line contains a tab character. | 228 | |
Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 232 | |
Line is longer than 80 characters. | 233 | |
Parameter idType should be final. | 233 | |
Parameter id should be final. | 233 | |
Parameter type should be final. | 233 | |
Parameter state should be final. | 233 | |
Line contains a tab character. | 238 | |
Method 'getDefaultMetadata' is not designed for extension - needs to be abstract, final or empty. | 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 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 49 | |
'{' is not preceded with whitespace. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
Variable 'LOG' must be private and have accessor methods. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Method 'setMetaData' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter metadata should be final. | 55 | |
'metadata' hides a field. | 55 | |
'{' is not preceded with whitespace. | 55 | |
'=' is not preceded with whitespace. | 56 | |
'=' is not followed by whitespace. | 56 | |
Line has trailing spaces. | 58 | |
Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Parameter input should be final. | 60 | |
Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Parameter input should be final. | 66 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Parameter id should be final. | 72 | |
Line is longer than 80 characters. | 73 | |
'try' is not followed by whitespace. | 75 | |
'{' is not preceded with whitespace. | 75 | |
'}' should be on the same line. | 78 | |
'catch' is not followed by whitespace. | 79 | |
'{' is not preceded with whitespace. | 79 | |
Line has trailing spaces. | 81 | |
'}' should be on the same line. | 82 | |
'catch' is not followed by whitespace. | 83 | |
'{' is not preceded with whitespace. | 83 | |
Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Line is longer than 80 characters. | 90 | |
Parameter idType should be final. | 90 | |
Parameter id should be final. | 90 | |
Parameter type should be final. | 90 | |
Parameter state should be final. | 90 | |
Method 'setOrgService' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter service should be final. | 95 | |
'{' is not preceded with whitespace. | 95 | |
Line has trailing spaces. | 98 | |
Method 'save' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Parameter input should be final. | 100 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Line is longer than 80 characters. | 109 | |
Parameter input should be final. | 109 | |
Line has trailing spaces. | 113 | |
Missing a Javadoc comment. | 114 | |
Parameter input should be final. | 114 | |
'{' is not preceded with whitespace. | 114 | |
'=' is not followed by whitespace. | 121 | |
Line has trailing spaces. | 122 | |
Line is longer than 80 characters. | 123 | |
'=' is not preceded with whitespace. | 123 | |
'=' is not followed by whitespace. | 123 | |
'cast' is not followed by whitespace. | 123 | |
';' is not followed by whitespace. | 123 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 124 | |
Line is longer than 80 characters. | 125 | |
'=' is not preceded with whitespace. | 125 | |
'cast' is not followed by whitespace. | 125 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 137 | |
',' is not followed by whitespace. | 137 | |
'}' should be on the same line. | 139 | |
Line is longer than 80 characters. | 140 | |
'if' is not followed by whitespace. | 140 | |
'&&' is not preceded with whitespace. | 140 | |
'&&' is not followed by whitespace. | 140 | |
'!=' is not preceded with whitespace. | 140 | |
'!=' is not followed by whitespace. | 140 | |
'{' is not preceded with whitespace. | 140 | |
'try' is not followed by whitespace. | 141 | |
'{' is not preceded with whitespace. | 141 | |
'if' is not followed by whitespace. | 142 | |
'!=' is not preceded with whitespace. | 142 | |
'!=' is not followed by whitespace. | 142 | |
'{' is not preceded with whitespace. | 142 | |
Line is longer than 80 characters. | 143 | |
'}' should be on the same line. | 146 | |
'catch' is not followed by whitespace. | 147 | |
')' is preceded with whitespace. | 147 | |
'{' is not preceded with whitespace. | 147 | |
'}' should be on the same line. | 151 | |
'if' is not followed by whitespace. | 152 | |
'{' is not preceded with whitespace. | 152 | |
Line is longer than 80 characters. | 153 | |
'cast' is not followed by whitespace. | 153 | |
Line is longer than 80 characters. | 154 | |
'try' is not followed by whitespace. | 155 | |
'{' is not preceded with whitespace. | 155 | |
Line has trailing spaces. | 156 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 159 | |
',' is not followed by whitespace. | 159 | |
',' is not followed by whitespace. | 159 | |
',' is not followed by whitespace. | 159 | |
'}' should be on the same line. | 160 | |
'catch' is not followed by whitespace. | 161 | |
')' is preceded with whitespace. | 161 | |
'{' is not preceded with whitespace. | 161 | |
',' is not followed by whitespace. | 166 | |
Line has trailing spaces. | 168 | |
Line has trailing spaces. | 169 | |
Line has trailing spaces. | 171 | |
Line has trailing spaces. | 173 | |
Line has trailing spaces. | 174 | |
Line is longer than 80 characters. | 175 | |
Missing a Javadoc comment. | 175 | |
'(' is followed by whitespace. | 175 | |
Parameter positions should be final. | 175 | |
'{' is not preceded with whitespace. | 175 | |
'=' is not followed by whitespace. | 177 | |
'for' is not followed by whitespace. | 178 | |
':' is not preceded with whitespace. | 178 | |
':' is not followed by whitespace. | 178 | |
'{' is not preceded with whitespace. | 178 | |
Line is longer than 80 characters. | 180 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 188 | |
',' is not followed by whitespace. | 188 | |
',' is not followed by whitespace. | 188 | |
',' is not followed by whitespace. | 188 | |
',' is not followed by whitespace. | 189 | |
'+' is not followed by whitespace. | 190 | |
Line has trailing spaces. | 194 | |
Line is longer than 80 characters. | 195 | |
Missing a Javadoc comment. | 195 | |
Parameter orgPositionHelper should be final. | 195 | |
'{' is not preceded with whitespace. | 195 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 200 | |
Line is longer than 80 characters. | 201 | |
'}' should be on the same line. | 208 | |
Must have at least one statement. | 209 | |
'}' should be on the same line. | 210 | |
Must have at least one statement. | 211 | |
Line has trailing spaces. | 212 | |
'if' is not followed by whitespace. | 214 | |
'!=' is not preceded with whitespace. | 214 | |
'!=' is not followed by whitespace. | 214 | |
'{' is not preceded with whitespace. | 214 | |
Line is longer than 80 characters. | 215 | |
Line contains a tab character. | 220 | |
Method 'getDefaultMetadata' is not designed for extension - needs to be abstract, final or empty. | 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 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 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 preceded with whitespace. | 56 | |
'{' is not preceded with whitespace. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
Variable 'LOG' must be private and have accessor methods. | 58 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 60 | |
Name 'PROPOSAL_TYPE_CREATE_ORG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
Variable 'PROPOSAL_TYPE_CREATE_ORG' must be private and have accessor methods. | 60 | |
Missing a Javadoc comment. | 61 | |
Name 'ORG_PROPOSAL_DATA_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
Variable 'ORG_PROPOSAL_DATA_TYPE' must be private and have accessor methods. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
'{' is not preceded with whitespace. | 67 | |
Line is longer than 80 characters. | 70 | |
Line has trailing spaces. | 74 | |
Missing a Javadoc comment. | 75 | |
Parameter orgId should be final. | 75 | |
'{' is not preceded with whitespace. | 75 | |
'=' is not preceded with whitespace. | 77 | |
'=' is not followed by whitespace. | 77 | |
Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Parameter input should be final. | 83 | |
Line has trailing spaces. | 88 | |
Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter input should be final. | 93 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Parameter id should be final. | 103 | |
'if' is not followed by whitespace. | 104 | |
'==' is not preceded with whitespace. | 104 | |
'==' is not followed by whitespace. | 104 | |
'{' is not preceded with whitespace. | 104 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 109 | |
'try' is not followed by whitespace. | 112 | |
'{' is not preceded with whitespace. | 112 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 120 | |
'=' is not preceded with whitespace. | 120 | |
Line is longer than 80 characters. | 123 | |
Line has trailing spaces. | 133 | |
'}' should be on the same line. | 134 | |
'catch' is not followed by whitespace. | 135 | |
'{' is not preceded with whitespace. | 135 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 138 | |
Method 'save' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Line contains a tab character. | 144 | |
'=' is not preceded with whitespace. | 144 | |
'=' is not followed by whitespace. | 144 | |
Parameter input should be final. | 145 | |
'cast' is not followed by whitespace. | 147 | |
'if' is not followed by whitespace. | 148 | |
'==' is not preceded with whitespace. | 148 | |
'==' is not followed by whitespace. | 148 | |
'{' is not preceded with whitespace. | 148 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 162 | |
',' is not followed by whitespace. | 162 | |
',' is not followed by whitespace. | 162 | |
',' is not followed by whitespace. | 162 | |
Line has trailing spaces. | 163 | |
'if' is not followed by whitespace. | 165 | |
'!=' is not preceded with whitespace. | 165 | |
'!=' is not followed by whitespace. | 165 | |
'&&' is not preceded with whitespace. | 165 | |
'&&' is not followed by whitespace. | 165 | |
'!=' is not preceded with whitespace. | 165 | |
'!=' is not followed by whitespace. | 165 | |
'{' is not preceded with whitespace. | 165 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 167 | |
Line is longer than 80 characters. | 170 | |
'if' is not followed by whitespace. | 173 | |
'!=' is not preceded with whitespace. | 173 | |
'!=' is not followed by whitespace. | 173 | |
'&&' is not preceded with whitespace. | 173 | |
'&&' is not followed by whitespace. | 173 | |
'!=' is not preceded with whitespace. | 173 | |
'!=' is not followed by whitespace. | 173 | |
'{' is not preceded with whitespace. | 173 | |
Line is longer than 80 characters. | 174 | |
'=' is not preceded with whitespace. | 174 | |
Line is longer than 80 characters. | 177 | |
'if' is not followed by whitespace. | 179 | |
'!=' is not preceded with whitespace. | 179 | |
'!=' is not followed by whitespace. | 179 | |
'&&' is not preceded with whitespace. | 179 | |
'&&' is not followed by whitespace. | 179 | |
'!=' is not preceded with whitespace. | 179 | |
'!=' is not followed by whitespace. | 179 | |
'{' is not preceded with whitespace. | 179 | |
Line is longer than 80 characters. | 180 | |
'=' is not preceded with whitespace. | 180 | |
Line is longer than 80 characters. | 183 | |
Line has trailing spaces. | 185 | |
Avoid inline conditionals. | 186 | |
Line has trailing spaces. | 187 | |
Line has trailing spaces. | 192 | |
Line has trailing spaces. | 195 | |
Method 'setOrgService' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Missing a Javadoc comment. | 196 | |
Parameter service should be final. | 196 | |
'{' is not preceded with whitespace. | 196 | |
Line has trailing spaces. | 199 | |
Line has trailing spaces. | 200 | |
Missing a Javadoc comment. | 201 | |
Parameter org should be final. | 201 | |
'{' is not preceded with whitespace. | 201 | |
Line has trailing spaces. | 204 | |
'if' is not followed by whitespace. | 211 | |
'!=' is not preceded with whitespace. | 211 | |
'!=' is not followed by whitespace. | 211 | |
'{' is not preceded with whitespace. | 211 | |
Line has trailing spaces. | 214 | |
'}' should be on the same line. | 223 | |
'else' is not followed by whitespace. | 224 | |
'{' is not preceded with whitespace. | 224 | |
'if' is not followed by whitespace. | 228 | |
'!=' is not preceded with whitespace. | 228 | |
'!=' is not followed by whitespace. | 228 | |
'{' is not preceded with whitespace. | 228 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 236 | |
Missing a Javadoc comment. | 236 | |
Parameter input should be final. | 236 | |
'=' is not followed by whitespace. | 242 | |
Line is longer than 80 characters. | 247 | |
Line is longer than 80 characters. | 250 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 260 | |
Line is longer than 80 characters. | 261 | |
Parameter input should be final. | 261 | |
Missing a Javadoc comment. | 266 | |
Parameter source should be final. | 266 | |
Parameter target should be final. | 266 | |
Parameter key should be final. | 266 | |
Line has trailing spaces. | 276 | |
Missing a Javadoc comment. | 277 | |
Parameter orgInfoData should be final. | 277 | |
'{' is not preceded with whitespace. | 277 | |
Line is longer than 80 characters. | 287 | |
',' is not followed by whitespace. | 287 | |
',' is not followed by whitespace. | 287 | |
',' is not followed by whitespace. | 287 | |
Line has trailing spaces. | 291 | |
Line contains a tab character. | 292 | |
Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 292 | |
Method 'getDocumentPropertyName' is not designed for extension - needs to be abstract, final or empty. | 297 | |
Method 'getDtoName' is not designed for extension - needs to be abstract, final or empty. | 302 | |
Method 'getQualification' is not designed for extension - needs to be abstract, final or empty. | 307 | |
Parameter idType should be final. | 308 | |
Parameter id should be final. | 308 | |
'if' is not followed by whitespace. | 310 | |
'!=' is not preceded with whitespace. | 310 | |
'!=' is not followed by whitespace. | 310 | |
'&&' is not preceded with whitespace. | 310 | |
'&&' is not followed by whitespace. | 310 | |
'{' is not preceded with whitespace. | 310 | |
Line has trailing spaces. | 317 | |
Line has trailing spaces. | 320 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
'key' hides a field. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 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 contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter className should be final. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
interfaces should describe a type and hence have methods. | 20 | |
'{' should be on the previous line. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
Name '_RUNTIME_DATA' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 |
Violation | Message | Line |
---|---|---|
Class OrgHelper should be declared as final. | 24 | |
Missing a Javadoc comment. | 24 | |
'{' should be on the previous line. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
'{' should be on the previous line. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
'(' is preceded with whitespace. | 38 | |
'key' hides a field. | 38 | |
Line contains a tab character. | 39 | |
'{' should be on the previous line. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
'(' is preceded with whitespace. | 44 | |
Line contains a tab character. | 45 | |
'{' should be on the previous line. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
'(' is preceded with whitespace. | 51 | |
Parameter data should be final. | 51 | |
'data' hides a field. | 51 | |
Line contains a tab character. | 52 | |
'{' should be on the previous line. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
'(' is preceded with whitespace. | 56 | |
Parameter data should be final. | 56 | |
Line contains a tab character. | 57 | |
'{' should be on the previous line. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
'{' should be on the previous line. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
'(' is preceded with whitespace. | 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 | |
'(' is preceded with whitespace. | 65 | |
Line contains a tab character. | 66 | |
'{' should be on the previous line. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
'(' is preceded with whitespace. | 71 | |
Parameter value should be final. | 71 | |
Line contains a tab character. | 72 | |
'{' should be on the previous line. | 72 | |
Line contains a tab character. | 73 | |
'(' is preceded with whitespace. | 73 | |
'(' is preceded with whitespace. | 73 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Missing a Javadoc comment. | 77 | |
'(' is preceded with whitespace. | 77 | |
Line contains a tab character. | 78 | |
'{' should be on the previous line. | 78 | |
Line contains a tab character. | 79 | |
'(' is preceded with whitespace. | 79 | |
'(' is preceded with whitespace. | 79 | |
Line contains a tab character. | 80 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Missing a Javadoc comment. | 83 | |
'(' is preceded with whitespace. | 83 | |
Parameter value should be final. | 83 | |
Line contains a tab character. | 84 | |
'{' should be on the previous line. | 84 | |
Line contains a tab character. | 85 | |
'(' is preceded with whitespace. | 85 | |
'(' is preceded with whitespace. | 85 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line has trailing spaces. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Missing a Javadoc comment. | 89 | |
'(' is preceded with whitespace. | 89 | |
Line contains a tab character. | 90 | |
'{' should be on the previous line. | 90 | |
Line contains a tab character. | 91 | |
'(' is preceded with whitespace. | 91 | |
'(' is preceded with whitespace. | 91 | |
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 | |
Missing a Javadoc comment. | 95 | |
'(' is preceded with whitespace. | 95 | |
Parameter value should be final. | 95 | |
Line contains a tab character. | 96 | |
'{' should be on the previous line. | 96 | |
Line contains a tab character. | 97 | |
'(' is preceded with whitespace. | 97 | |
'(' is preceded with whitespace. | 97 | |
Line contains a tab character. | 98 | |
Line has trailing spaces. | 99 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Missing a Javadoc comment. | 101 | |
'(' is preceded with whitespace. | 101 | |
Line contains a tab character. | 102 | |
'{' should be on the previous line. | 102 | |
Line contains a tab character. | 103 | |
'(' is preceded with whitespace. | 103 | |
'(' is preceded with whitespace. | 103 | |
Line contains a tab character. | 104 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Missing a Javadoc comment. | 107 | |
Name 'set_runtimeData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
'(' is preceded with whitespace. | 107 | |
Parameter value should be final. | 107 | |
Line contains a tab character. | 108 | |
'{' should be on the previous line. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
'(' is preceded with whitespace. | 109 | |
'(' is preceded with whitespace. | 109 | |
Avoid inline conditionals. | 109 | |
'(' is preceded with whitespace. | 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 | |
Missing a Javadoc comment. | 113 | |
Name 'get_runtimeData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
'(' is preceded with whitespace. | 113 | |
Line contains a tab character. | 114 | |
'{' should be on the previous line. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
'(' is preceded with whitespace. | 115 | |
'(' is preceded with whitespace. | 115 | |
'(' is preceded with whitespace. | 115 | |
Line contains a tab character. | 116 | |
Line has trailing spaces. | 117 | |
Line contains a tab character. | 117 | |
Line has trailing spaces. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Missing a Javadoc comment. | 119 | |
'(' is preceded with whitespace. | 119 | |
Parameter value should be final. | 119 | |
Line contains a tab character. | 120 | |
'{' should be on the previous line. | 120 | |
Line contains a tab character. | 121 | |
'(' is preceded with whitespace. | 121 | |
'(' is preceded with whitespace. | 121 | |
Line contains a tab character. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Missing a Javadoc comment. | 125 | |
'(' is preceded with whitespace. | 125 | |
Line contains a tab character. | 126 | |
'{' should be on the previous line. | 126 | |
Line contains a tab character. | 127 | |
'(' is preceded with whitespace. | 127 | |
'(' is preceded with whitespace. | 127 | |
Line contains a tab character. | 128 | |
Line has trailing spaces. | 129 | |
Line contains a tab character. | 129 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
interfaces should describe a type and hence have methods. | 20 | |
'{' should be on the previous line. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 |
Violation | Message | Line |
---|---|---|
Class OrgProposalHelper should be declared as final. | 23 | |
Missing a Javadoc comment. | 23 | |
'{' should be on the previous line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
'{' should be on the previous line. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 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 | |
'(' is preceded with whitespace. | 33 | |
'key' hides a field. | 33 | |
Line contains a tab character. | 34 | |
'{' should be on the previous line. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
'(' is preceded with whitespace. | 39 | |
Line contains a tab character. | 40 | |
'{' should be on the previous line. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 | |
Parameter data should be final. | 46 | |
'data' hides a field. | 46 | |
Line contains a tab character. | 47 | |
'{' should be on the previous line. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
'(' is preceded with whitespace. | 51 | |
Parameter data should be final. | 51 | |
Line contains a tab character. | 52 | |
'{' should be on the previous line. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
'{' should be on the previous line. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
'(' is preceded with 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 | |
'(' is preceded with whitespace. | 60 | |
Line contains a tab character. | 61 | |
'{' should be on the previous line. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
'(' is preceded with whitespace. | 66 | |
Parameter value should be final. | 66 | |
Line contains a tab character. | 67 | |
'{' should be on the previous line. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
'(' is preceded with whitespace. | 68 | |
'(' is preceded with whitespace. | 68 | |
Avoid inline conditionals. | 68 | |
'(' is preceded with whitespace. | 68 | |
Line contains a tab character. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 72 | |
'(' is preceded with whitespace. | 72 | |
Line contains a tab character. | 73 | |
'{' should be on the previous line. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
'(' is preceded with whitespace. | 74 | |
'(' is preceded with whitespace. | 74 | |
'(' is preceded with whitespace. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
interfaces should describe a type and hence have methods. | 20 | |
'{' should be on the previous line. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Redundant 'public' modifier. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 | |
Name '_RUNTIME_DATA' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
Violation | Message | Line |
---|---|---|
Class OrgVersionsHelper should be declared as final. | 23 | |
Missing a Javadoc comment. | 23 | |
'{' should be on the previous line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
'{' should be on the previous line. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
'(' is preceded with whitespace. | 39 | |
'key' hides a field. | 39 | |
Line contains a tab character. | 40 | |
'{' should be on the previous line. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
'(' is preceded with whitespace. | 45 | |
Line contains a tab character. | 46 | |
'{' should be on the previous line. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
'(' is preceded with whitespace. | 52 | |
Parameter data should be final. | 52 | |
'data' hides a field. | 52 | |
Line contains a tab character. | 53 | |
'{' should be on the previous line. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
'(' is preceded with whitespace. | 57 | |
Parameter data should be final. | 57 | |
Line contains a tab character. | 58 | |
'{' should be on the previous line. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'{' should be on the previous line. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
'(' is preceded with whitespace. | 63 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
'(' is preceded with whitespace. | 66 | |
Line contains a tab character. | 67 | |
'{' should be on the previous line. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 72 | |
'(' is preceded with whitespace. | 72 | |
Parameter value should be final. | 72 | |
Line contains a tab character. | 73 | |
'{' should be on the previous line. | 73 | |
Line contains a tab character. | 74 | |
'(' is preceded with whitespace. | 74 | |
'(' is preceded with whitespace. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Missing a Javadoc comment. | 78 | |
'(' is preceded with whitespace. | 78 | |
Line contains a tab character. | 79 | |
'{' should be on the previous line. | 79 | |
Line contains a tab character. | 80 | |
'(' is preceded with whitespace. | 80 | |
'(' is preceded with whitespace. | 80 | |
Line contains a tab character. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Missing a Javadoc comment. | 84 | |
'(' is preceded with whitespace. | 84 | |
Parameter value should be final. | 84 | |
Line contains a tab character. | 85 | |
'{' should be on the previous line. | 85 | |
Line contains a tab character. | 86 | |
'(' is preceded with whitespace. | 86 | |
'(' is preceded with whitespace. | 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 | |
Missing a Javadoc comment. | 90 | |
'(' is preceded with whitespace. | 90 | |
Line contains a tab character. | 91 | |
'{' should be on the previous line. | 91 | |
Line contains a tab character. | 92 | |
'(' is preceded with whitespace. | 92 | |
'(' is preceded with whitespace. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Missing a Javadoc comment. | 96 | |
'(' is preceded with whitespace. | 96 | |
Parameter value should be final. | 96 | |
Line contains a tab character. | 97 | |
'{' should be on the previous line. | 97 | |
Line contains a tab character. | 98 | |
'(' is preceded with whitespace. | 98 | |
'(' is preceded with whitespace. | 98 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
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 | |
'(' is preceded with whitespace. | 102 | |
Line contains a tab character. | 103 | |
'{' should be on the previous line. | 103 | |
Line contains a tab character. | 104 | |
'(' is preceded with whitespace. | 104 | |
'(' is preceded with whitespace. | 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 | |
Line contains a tab character. | 108 | |
Missing a Javadoc comment. | 108 | |
'(' is preceded with whitespace. | 108 | |
Parameter value should be final. | 108 | |
Line contains a tab character. | 109 | |
'{' should be on the previous line. | 109 | |
Line contains a tab character. | 110 | |
'(' is preceded with whitespace. | 110 | |
'(' is preceded with whitespace. | 110 | |
Line contains a tab character. | 111 | |
Line has trailing spaces. | 112 | |
Line contains a tab character. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Missing a Javadoc comment. | 114 | |
'(' is preceded with whitespace. | 114 | |
Line contains a tab character. | 115 | |
'{' should be on the previous line. | 115 | |
Line contains a tab character. | 116 | |
'(' is preceded with whitespace. | 116 | |
'(' is preceded with whitespace. | 116 | |
Line contains a tab character. | 117 | |
Line has trailing spaces. | 118 | |
Line contains a tab character. | 118 | |
Line has trailing spaces. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Missing a Javadoc comment. | 120 | |
'(' is preceded with whitespace. | 120 | |
Parameter value should be final. | 120 | |
Line contains a tab character. | 121 | |
'{' should be on the previous line. | 121 | |
Line contains a tab character. | 122 | |
'(' is preceded with whitespace. | 122 | |
'(' is preceded with whitespace. | 122 | |
Line contains a tab character. | 123 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 124 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Missing a Javadoc comment. | 126 | |
'(' is preceded with whitespace. | 126 | |
Line contains a tab character. | 127 | |
'{' should be on the previous line. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
'(' is preceded with whitespace. | 128 | |
'(' is preceded with whitespace. | 128 | |
Line contains a tab character. | 129 | |
Line has trailing spaces. | 130 | |
Line contains a tab character. | 130 | |
Line has trailing spaces. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Missing a Javadoc comment. | 132 | |
'(' is preceded with whitespace. | 132 | |
Parameter value should be final. | 132 | |
Line contains a tab character. | 133 | |
'{' should be on the previous line. | 133 | |
Line contains a tab character. | 134 | |
'(' is preceded with whitespace. | 134 | |
'(' is preceded with whitespace. | 134 | |
Line contains a tab character. | 135 | |
Line has trailing spaces. | 136 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Missing a Javadoc comment. | 138 | |
'(' is preceded with whitespace. | 138 | |
Line contains a tab character. | 139 | |
'{' should be on the previous line. | 139 | |
Line contains a tab character. | 140 | |
'(' is preceded with whitespace. | 140 | |
'(' is preceded with whitespace. | 140 | |
Line contains a tab character. | 141 | |
Line has trailing spaces. | 142 | |
Line contains a tab character. | 142 | |
Line has trailing spaces. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Missing a Javadoc comment. | 144 | |
Name 'set_runtimeData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
'(' is preceded with whitespace. | 144 | |
Parameter value should be final. | 144 | |
Line contains a tab character. | 145 | |
'{' should be on the previous line. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
'(' is preceded with whitespace. | 146 | |
'(' is preceded with whitespace. | 146 | |
Avoid inline conditionals. | 146 | |
'(' is preceded with whitespace. | 146 | |
Line contains a tab character. | 147 | |
Line has trailing spaces. | 148 | |
Line contains a tab character. | 148 | |
Line has trailing spaces. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Missing a Javadoc comment. | 150 | |
Name 'get_runtimeData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 150 | |
'(' is preceded with whitespace. | 150 | |
Line contains a tab character. | 151 | |
'{' should be on the previous line. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
'(' is preceded with whitespace. | 152 | |
'(' is preceded with whitespace. | 152 | |
'(' is preceded with whitespace. | 152 | |
Line contains a tab character. | 153 | |
Line has trailing spaces. | 154 | |
Line contains a tab character. | 154 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
interfaces should describe a type and hence have methods. | 20 | |
'{' should be on the previous line. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Class RuntimeDataHelper should be declared as final. | 23 | |
Missing a Javadoc comment. | 23 | |
'{' should be on the previous line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
'{' should be on the previous line. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line 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 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
'(' is preceded with whitespace. | 36 | |
'key' hides a field. | 36 | |
Line contains a tab character. | 37 | |
'{' should be on the previous line. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
'(' is preceded with whitespace. | 42 | |
Line contains a tab character. | 43 | |
'{' should be on the previous line. | 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 | |
Missing a Javadoc comment. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
'(' is preceded with whitespace. | 49 | |
Parameter data should be final. | 49 | |
'data' hides a field. | 49 | |
Line contains a tab character. | 50 | |
'{' should be on the previous line. | 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 | |
'(' is preceded with whitespace. | 54 | |
Parameter data should be final. | 54 | |
Line contains a tab character. | 55 | |
'{' should be on the previous line. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
'{' should be on the previous line. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'(' is preceded with 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 | |
'(' is preceded with whitespace. | 63 | |
Line contains a tab character. | 64 | |
'{' should be on the previous line. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
'(' is preceded with whitespace. | 69 | |
Parameter value should be final. | 69 | |
Line contains a tab character. | 70 | |
'{' should be on the previous line. | 70 | |
Line contains a tab character. | 71 | |
'(' is preceded with whitespace. | 71 | |
'(' is preceded with whitespace. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Missing a Javadoc comment. | 75 | |
'(' is preceded with whitespace. | 75 | |
Line contains a tab character. | 76 | |
'{' should be on the previous line. | 76 | |
Line contains a tab character. | 77 | |
'(' is preceded with whitespace. | 77 | |
'(' is preceded with whitespace. | 77 | |
Line contains a tab character. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Missing a Javadoc comment. | 81 | |
'(' is preceded with whitespace. | 81 | |
Parameter value should be final. | 81 | |
Line contains a tab character. | 82 | |
'{' should be on the previous line. | 82 | |
Line contains a tab character. | 83 | |
'(' is preceded with whitespace. | 83 | |
'(' is preceded with whitespace. | 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 | |
Missing a Javadoc comment. | 87 | |
'(' is preceded with whitespace. | 87 | |
Line contains a tab character. | 88 | |
'{' should be on the previous line. | 88 | |
Line contains a tab character. | 89 | |
'(' is preceded with whitespace. | 89 | |
'(' is preceded with whitespace. | 89 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Missing a Javadoc comment. | 93 | |
'(' is preceded with whitespace. | 93 | |
Parameter value should be final. | 93 | |
Line contains a tab character. | 94 | |
'{' should be on the previous line. | 94 | |
Line contains a tab character. | 95 | |
'(' is preceded with whitespace. | 95 | |
'(' is preceded with whitespace. | 95 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Missing a Javadoc comment. | 99 | |
'(' is preceded with whitespace. | 99 | |
Line contains a tab character. | 100 | |
'{' should be on the previous line. | 100 | |
Line contains a tab character. | 101 | |
'(' is preceded with whitespace. | 101 | |
'(' is preceded with whitespace. | 101 | |
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 | |
Missing a Javadoc comment. | 105 | |
'(' is preceded with whitespace. | 105 | |
Parameter value should be final. | 105 | |
Line contains a tab character. | 106 | |
'{' should be on the previous line. | 106 | |
Line contains a tab character. | 107 | |
'(' is preceded with whitespace. | 107 | |
'(' is preceded with whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line has trailing spaces. | 109 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Missing a Javadoc comment. | 111 | |
'(' is preceded with whitespace. | 111 | |
Line contains a tab character. | 112 | |
'{' should be on the previous line. | 112 | |
Line contains a tab character. | 113 | |
'(' is preceded with whitespace. | 113 | |
'(' is preceded with whitespace. | 113 | |
Line contains a tab character. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
interfaces should describe a type and hence have methods. | 20 | |
'{' should be on the previous line. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 |
Violation | Message | Line |
---|---|---|
Class RuntimeDataVersionsHelper should be declared as final. | 23 | |
Missing a Javadoc comment. | 23 | |
'{' should be on the previous line. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
'{' should be on the previous line. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
'(' is preceded with whitespace. | 35 | |
'key' hides a field. | 35 | |
Line contains a tab character. | 36 | |
'{' should be on the previous line. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
'(' is preceded with whitespace. | 41 | |
Line contains a tab character. | 42 | |
'{' should be on the previous line. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
'(' is preceded with whitespace. | 48 | |
Parameter data should be final. | 48 | |
'data' hides a field. | 48 | |
Line contains a tab character. | 49 | |
'{' should be on the previous line. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
'(' is preceded with whitespace. | 53 | |
Parameter data should be final. | 53 | |
Line contains a tab character. | 54 | |
'{' should be on the previous line. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
'{' should be on the previous line. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
'(' is preceded with whitespace. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
'(' is preceded with whitespace. | 62 | |
Line contains a tab character. | 63 | |
'{' should be on the previous line. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 68 | |
'(' is preceded with whitespace. | 68 | |
Parameter value should be final. | 68 | |
Line contains a tab character. | 69 | |
'{' should be on the previous line. | 69 | |
Line contains a tab character. | 70 | |
'(' is preceded with whitespace. | 70 | |
'(' is preceded with whitespace. | 70 | |
Line contains a tab character. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
'(' is preceded with whitespace. | 74 | |
Line contains a tab character. | 75 | |
'{' should be on the previous line. | 75 | |
Line contains a tab character. | 76 | |
'(' is preceded with whitespace. | 76 | |
'(' is preceded with whitespace. | 76 | |
Line contains a tab character. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Missing a Javadoc comment. | 80 | |
'(' is preceded with whitespace. | 80 | |
Parameter value should be final. | 80 | |
Line contains a tab character. | 81 | |
'{' should be on the previous line. | 81 | |
Line contains a tab character. | 82 | |
'(' is preceded with whitespace. | 82 | |
'(' is preceded with whitespace. | 82 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 84 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Missing a Javadoc comment. | 86 | |
'(' is preceded with whitespace. | 86 | |
Line contains a tab character. | 87 | |
'{' should be on the previous line. | 87 | |
Line contains a tab character. | 88 | |
'(' is preceded with whitespace. | 88 | |
'(' is preceded with whitespace. | 88 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Missing a Javadoc comment. | 92 | |
'(' is preceded with whitespace. | 92 | |
Parameter value should be final. | 92 | |
Line contains a tab character. | 93 | |
'{' should be on the previous line. | 93 | |
Line contains a tab character. | 94 | |
'(' is preceded with whitespace. | 94 | |
'(' is preceded with whitespace. | 94 | |
Line contains a tab character. | 95 | |
Line has trailing spaces. | 96 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Missing a Javadoc comment. | 98 | |
'(' is preceded with whitespace. | 98 | |
Line contains a tab character. | 99 | |
'{' should be on the previous line. | 99 | |
Line contains a tab character. | 100 | |
'(' is preceded with whitespace. | 100 | |
'(' is preceded with whitespace. | 100 | |
Line contains a tab character. | 101 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
'key' hides a field. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 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 contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter typeName should be final. | 42 | |
Parameter id should be final. | 42 | |
Parameter versionIndicator should be final. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Method 'getTypeName' 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. | 51 | |
Method 'getId' 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. | 54 | |
Method 'getVersionIndicator' 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 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Method 'getOrgInfo' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Method 'setOrgInfo' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter orgInfo should be final. | 33 | |
'orgInfo' hides a field. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Method 'getModificationState' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Method 'setModificationState' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter modificationState should be final. | 40 | |
'modificationState' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 31 | |
Method 'getOrgOrgRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Method 'setOrgOrgRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter orgOrgRelationInfo should be final. | 35 | |
'orgOrgRelationInfo' hides a field. | 35 | |
Line has trailing spaces. | 38 | |
Method 'getModificationState' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setModificationState' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter modificationState should be final. | 42 | |
'modificationState' hides a field. | 42 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Class OrgHelper should be declared as final. | 28 | |
Missing a Javadoc comment. | 28 | |
'{' is not preceded with whitespace. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
Variable 'LOG' must be private and have accessor methods. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 32 | |
'{' is not preceded with whitespace. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
',' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 33 | |
',' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 33 | |
',' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 33 | |
',' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 34 | |
',' is not followed by whitespace. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
'key' hides a field. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
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. | 49 | |
Missing a Javadoc comment. | 49 | |
Line has trailing spaces. | 50 | |
Missing a Javadoc comment. | 51 | |
Parameter data should be final. | 51 | |
'data' hides a field. | 51 | |
'{' is not preceded with whitespace. | 51 | |
'=' is not preceded with whitespace. | 52 | |
'=' is not followed by whitespace. | 52 | |
Missing a Javadoc comment. | 55 | |
'(' is preceded with whitespace. | 55 | |
Parameter data should be final. | 55 | |
'{' should be on the previous line. | 56 | |
'{' should be on the previous line. | 58 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 64 | |
'{' is not preceded with whitespace. | 64 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter id should be final. | 68 | |
'{' is not preceded with 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 | |
Missing a Javadoc comment. | 72 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter type should be final. | 76 | |
Line contains a tab character. | 77 | |
Line has trailing spaces. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 84 | |
Parameter name should be final. | 84 | |
Line has trailing spaces. | 87 | |
Missing a Javadoc comment. | 88 | |
Line has trailing spaces. | 91 | |
Missing a Javadoc comment. | 92 | |
Parameter abbr should be final. | 92 | |
Line has trailing spaces. | 95 | |
Missing a Javadoc comment. | 96 | |
Line has trailing spaces. | 99 | |
Missing a Javadoc comment. | 100 | |
Parameter description should be final. | 100 | |
Line has trailing spaces. | 103 | |
Missing a Javadoc comment. | 104 | |
Line has trailing spaces. | 107 | |
Missing a Javadoc comment. | 108 | |
'if' is not followed by whitespace. | 109 | |
'{' is not preceded with whitespace. | 109 | |
Line is longer than 80 characters. | 112 | |
Line has trailing spaces. | 119 | |
Missing a Javadoc comment. | 120 | |
Parameter value should be final. | 120 | |
Line has trailing spaces. | 123 | |
Missing a Javadoc comment. | 124 | |
'if' is not followed by whitespace. | 125 | |
'{' is not preceded with whitespace. | 125 | |
Line is longer than 80 characters. | 128 | |
Line has trailing spaces. | 135 | |
Missing a Javadoc comment. | 136 | |
Parameter value should be final. | 136 | |
Line has trailing spaces. | 139 | |
Missing a Javadoc comment. | 140 | |
Name 'set_runtimeData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
'(' is preceded with whitespace. | 140 | |
Parameter value should be final. | 140 | |
'{' should be on the previous line. | 141 | |
Line is longer than 80 characters. | 142 | |
'(' is preceded with whitespace. | 142 | |
'(' is preceded with whitespace. | 142 | |
Avoid inline conditionals. | 142 | |
'(' is preceded with whitespace. | 142 | |
Line has trailing spaces. | 144 | |
Line has trailing spaces. | 145 | |
Missing a Javadoc comment. | 146 | |
Name 'get_runtimeData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
'(' is preceded with whitespace. | 146 | |
'{' should be on the previous line. | 147 | |
Line is longer than 80 characters. | 148 | |
'(' is preceded with whitespace. | 148 | |
'(' is preceded with whitespace. | 148 | |
'(' is preceded with whitespace. | 148 | |
Line has trailing spaces. | 151 | |
Line contains a tab character. | 151 |
Violation | Message | Line |
---|---|---|
Class OrgPersonHelper should be declared as final. | 23 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 27 | |
',' is not followed by whitespace. | 27 | |
Missing a Javadoc comment. | 27 | |
',' is not followed by whitespace. | 27 | |
Missing a Javadoc comment. | 27 | |
',' is not followed by whitespace. | 27 | |
Missing a Javadoc comment. | 27 | |
',' is not followed by whitespace. | 27 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
'key' hides a field. | 32 | |
Line has trailing spaces. | 41 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 43 | |
Missing a Javadoc comment. | 44 | |
Parameter data should be final. | 44 | |
'data' hides a field. | 44 | |
'{' is not preceded with whitespace. | 44 | |
'=' is not preceded with whitespace. | 45 | |
'=' is not followed by whitespace. | 45 | |
Missing a Javadoc comment. | 48 | |
'(' is preceded with whitespace. | 48 | |
Parameter data should be final. | 48 | |
'{' should be on the previous line. | 49 | |
'{' should be on the previous line. | 51 | |
Line has trailing spaces. | 56 | |
Missing a Javadoc comment. | 57 | |
'{' is not preceded with whitespace. | 57 | |
Line has trailing spaces. | 60 | |
Missing a Javadoc comment. | 61 | |
Parameter id should be final. | 61 | |
'{' is not preceded with whitespace. | 61 | |
Line has trailing spaces. | 64 | |
Missing a Javadoc comment. | 65 | |
Line has trailing spaces. | 68 | |
Missing a Javadoc comment. | 69 | |
Line has trailing spaces. | 72 | |
Missing a Javadoc comment. | 73 | |
Parameter value should be final. | 73 | |
Line has trailing spaces. | 76 | |
Missing a Javadoc comment. | 77 | |
Line has trailing spaces. | 80 | |
Missing a Javadoc comment. | 81 | |
Parameter value should be final. | 81 | |
Line has trailing spaces. | 84 | |
Missing a Javadoc comment. | 85 | |
Parameter type should be final. | 85 | |
Line has trailing spaces. | 88 | |
Missing a Javadoc comment. | 89 | |
Line has trailing spaces. | 92 | |
Missing a Javadoc comment. | 93 | |
Parameter personId should be final. | 93 | |
'{' is not preceded with whitespace. | 93 | |
Line has trailing spaces. | 96 | |
Missing a Javadoc comment. | 97 | |
Line has trailing spaces. | 100 | |
Missing a Javadoc comment. | 101 | |
Parameter orgId should be final. | 101 | |
'{' is not preceded with whitespace. | 101 | |
Line has trailing spaces. | 104 | |
Missing a Javadoc comment. | 105 | |
Line has trailing spaces. | 108 | |
Missing a Javadoc comment. | 109 | |
'{' is not preceded with whitespace. | 109 | |
Line has trailing spaces. | 112 | |
Missing a Javadoc comment. | 113 | |
Parameter personName should be final. | 113 | |
'{' is not preceded with whitespace. | 113 | |
Missing a Javadoc comment. | 116 | |
Parameter state should be final. | 116 | |
'{' is not preceded with whitespace. | 116 | |
Missing a Javadoc comment. | 120 | |
Line has trailing spaces. | 122 |
Violation | Message | Line |
---|---|---|
Class OrgPositionHelper should be declared as final. | 21 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 | |
',' is not followed by whitespace. | 25 | |
Missing a Javadoc comment. | 25 | |
',' is not followed by whitespace. | 25 | |
Missing a Javadoc comment. | 25 | |
',' is not followed by whitespace. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 26 | |
',' is not followed by whitespace. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
'key' hides a field. | 30 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 40 | |
Line has trailing spaces. | 41 | |
Missing a Javadoc comment. | 42 | |
Parameter data should be final. | 42 | |
'data' hides a field. | 42 | |
'{' is not preceded with whitespace. | 42 | |
'=' is not preceded with whitespace. | 43 | |
'=' is not followed by whitespace. | 43 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 | |
Parameter data should be final. | 46 | |
'{' should be on the previous line. | 47 | |
'{' should be on the previous line. | 49 | |
Line has trailing spaces. | 54 | |
Missing a Javadoc comment. | 55 | |
'{' is not preceded with whitespace. | 55 | |
Line has trailing spaces. | 58 | |
Missing a Javadoc comment. | 59 | |
Parameter id should be final. | 59 | |
'{' is not preceded with whitespace. | 59 | |
Line has trailing spaces. | 62 | |
Missing a Javadoc comment. | 63 | |
Line has trailing spaces. | 66 | |
Missing a Javadoc comment. | 67 | |
Parameter orgId should be final. | 67 | |
'{' is not preceded with whitespace. | 67 | |
Line has trailing spaces. | 70 | |
Missing a Javadoc comment. | 71 | |
Line has trailing spaces. | 74 | |
Missing a Javadoc comment. | 75 | |
Parameter personRelationType should be final. | 75 | |
'{' is not preceded with whitespace. | 75 | |
Line has trailing spaces. | 78 | |
Missing a Javadoc comment. | 79 | |
Line has trailing spaces. | 82 | |
Missing a Javadoc comment. | 83 | |
Parameter title should be final. | 83 | |
Line has trailing spaces. | 86 | |
Missing a Javadoc comment. | 87 | |
Line has trailing spaces. | 90 | |
Missing a Javadoc comment. | 91 | |
Parameter desc should be final. | 91 | |
Line has trailing spaces. | 94 | |
Missing a Javadoc comment. | 95 | |
Line has trailing spaces. | 98 | |
Missing a Javadoc comment. | 99 | |
Line is longer than 80 characters. | 100 | |
'cast' is not followed by whitespace. | 100 | |
Line has trailing spaces. | 102 | |
Missing a Javadoc comment. | 103 | |
Parameter value should be final. | 103 | |
Line has trailing spaces. | 106 | |
Missing a Javadoc comment. | 107 | |
Line has trailing spaces. | 110 | |
Missing a Javadoc comment. | 111 | |
Parameter value should be final. | 111 | |
Line has trailing spaces. | 114 | |
Line has trailing spaces. | 116 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Class OrgSearchHelper should be declared as final. | 23 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
'{' is not preceded with whitespace. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
'key' hides a field. | 31 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 43 | |
Parameter data should be final. | 43 | |
'data' hides a field. | 43 | |
'{' is not preceded with whitespace. | 43 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
Missing a Javadoc comment. | 47 | |
'(' is preceded with whitespace. | 47 | |
Parameter data should be final. | 47 | |
'{' should be on the previous line. | 48 | |
'{' should be on the previous line. | 50 | |
Line has trailing spaces. | 55 | |
Missing a Javadoc comment. | 56 | |
'{' is not preceded with whitespace. | 56 | |
Line has trailing spaces. | 59 | |
Missing a Javadoc comment. | 60 | |
Parameter id should be final. | 60 | |
'{' is not preceded with whitespace. | 60 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 64 | |
Line has trailing spaces. | 67 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 69 |
Violation | Message | Line |
---|---|---|
Class OrgorgRelationHelper should be declared as final. | 28 | |
Missing a Javadoc comment. | 28 | |
'{' is not preceded with whitespace. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
Variable 'LOG' must be private and have accessor methods. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
',' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 33 | |
',' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 33 | |
',' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
'key' hides a field. | 38 | |
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 contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter data should be final. | 50 | |
'data' hides a field. | 50 | |
'{' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 51 | |
'=' is not preceded with whitespace. | 51 | |
'=' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
'(' is preceded with whitespace. | 54 | |
Parameter data should be final. | 54 | |
'{' should be on the previous line. | 55 | |
'{' should be on the previous line. | 57 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
'{' is not preceded with whitespace. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter id should be final. | 67 | |
'{' is not preceded with whitespace. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 71 | |
Line has trailing spaces. | 74 | |
Missing a Javadoc comment. | 75 | |
Parameter orgId should be final. | 75 | |
'{' is not preceded with whitespace. | 75 | |
Line has trailing spaces. | 78 | |
Missing a Javadoc comment. | 79 | |
Line has trailing spaces. | 82 | |
Missing a Javadoc comment. | 83 | |
Parameter relatedOrgId should be final. | 83 | |
'{' is not preceded with whitespace. | 83 | |
Line has trailing spaces. | 86 | |
Missing a Javadoc comment. | 87 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter orgOrgRelationTypeKey should be final. | 91 | |
Line contains a tab character. | 92 | |
Line has trailing spaces. | 94 | |
Missing a Javadoc comment. | 95 | |
Line has trailing spaces. | 98 | |
Missing a Javadoc comment. | 99 | |
'if' is not followed by whitespace. | 100 | |
'{' is not preceded with whitespace. | 100 | |
Line has trailing spaces. | 102 | |
Line is longer than 80 characters. | 104 | |
Line has trailing spaces. | 108 | |
Line has trailing spaces. | 112 | |
Missing a Javadoc comment. | 113 | |
Parameter value should be final. | 113 | |
Line has trailing spaces. | 116 | |
Missing a Javadoc comment. | 117 | |
'if' is not followed by whitespace. | 118 | |
'{' is not preceded with whitespace. | 118 | |
Line is longer than 80 characters. | 121 | |
Line has trailing spaces. | 128 | |
Missing a Javadoc comment. | 129 | |
Parameter value should be final. | 129 | |
Line has trailing spaces. | 132 | |
Line has trailing spaces. | 134 | |
Line contains a tab character. | 134 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 55 | |
Variable 'label' must be private and have accessor methods. | 56 | |
Missing a Javadoc comment. | 57 | |
Variable 'key' must be private and have accessor methods. | 58 | |
Missing a Javadoc comment. | 59 | |
Variable 'widget' must be private and have accessor methods. | 60 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 68 | |
Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Line has trailing spaces. | 76 | |
Line has trailing spaces. | 80 | |
Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Parameter value should be final. | 82 | |
Line has trailing spaces. | 88 | |
Line has trailing spaces. | 92 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Line has trailing spaces. | 100 | |
Line has trailing spaces. | 104 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Parameter value should be final. | 106 | |
Line has trailing spaces. | 112 | |
Line has trailing spaces. | 116 | |
Method 'getWidget' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Line has trailing spaces. | 124 | |
Line has trailing spaces. | 128 | |
Method 'setWidget' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Parameter value should be final. | 130 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 46 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 53 | |
Missing a Javadoc comment. | 62 | |
Variable 'field' must be private and have accessor methods. | 63 | |
Missing a Javadoc comment. | 64 | |
Variable 'multipleField' must be private and have accessor methods. | 65 | |
Line has trailing spaces. | 69 | |
Line is longer than 80 characters. | 74 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 81 | |
Line has trailing spaces. | 82 | |
Line has trailing spaces. | 86 | |
Line has trailing spaces. | 87 | |
Expected an @return tag. | 89 | |
Method 'getField' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Line has trailing spaces. | 98 | |
Line is longer than 80 characters. | 103 | |
Line has trailing spaces. | 104 | |
Line has trailing spaces. | 110 | |
Line has trailing spaces. | 111 | |
Line has trailing spaces. | 115 | |
Line has trailing spaces. | 116 | |
Expected an @return tag. | 118 | |
Method 'getMultipleField' is not designed for extension - needs to be abstract, final or empty. | 118 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 54 | |
Missing a Javadoc comment. | 62 | |
Variable 'fields' must be private and have accessor methods. | 63 | |
Missing a Javadoc comment. | 64 | |
Variable 'addItemLabel' must be private and have accessor methods. | 65 | |
Missing a Javadoc comment. | 66 | |
Variable 'itemLabel' must be private and have accessor methods. | 67 | |
Missing a Javadoc comment. | 68 | |
Variable 'key' must be private and have accessor methods. | 69 | |
Missing a Javadoc comment. | 70 | |
Variable 'widget' must be private and have accessor methods. | 71 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 79 | |
Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Line has trailing spaces. | 87 | |
Line has trailing spaces. | 91 | |
Method 'setFields' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Parameter value should be final. | 93 | |
Line has trailing spaces. | 99 | |
Line has trailing spaces. | 103 | |
Method 'getAddItemLabel' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Line has trailing spaces. | 111 | |
Line has trailing spaces. | 115 | |
Method 'setAddItemLabel' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Parameter value should be final. | 117 | |
Line has trailing spaces. | 123 | |
Line has trailing spaces. | 127 | |
Method 'getItemLabel' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Line has trailing spaces. | 135 | |
Line has trailing spaces. | 139 | |
Method 'setItemLabel' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Parameter value should be final. | 141 | |
Line has trailing spaces. | 147 | |
Line has trailing spaces. | 151 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Line has trailing spaces. | 159 | |
Line has trailing spaces. | 163 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Parameter value should be final. | 165 | |
Line has trailing spaces. | 171 | |
Line has trailing spaces. | 175 | |
Method 'getWidget' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Line has trailing spaces. | 183 | |
Line has trailing spaces. | 187 | |
Method 'setWidget' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Parameter value should be final. | 189 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 49 | |
'static' modifier out of order with the JLS suggestions. | 49 | |
Name '_SectionConfig_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
First sentence should end with a period. | 51 | |
Line is longer than 80 characters. | 52 | |
Line has trailing spaces. | 53 | |
First sentence should end with a period. | 58 | |
Line has trailing spaces. | 60 | |
Expected an @return tag. | 62 | |
Method 'createMultipleField' is not designed for extension - needs to be abstract, final or empty. | 62 | |
First sentence should end with a period. | 66 | |
Line has trailing spaces. | 68 | |
Expected an @return tag. | 70 | |
Method 'createFields' is not designed for extension - needs to be abstract, final or empty. | 70 | |
First sentence should end with a period. | 74 | |
Line has trailing spaces. | 76 | |
Expected an @return tag. | 78 | |
Method 'createField' is not designed for extension - needs to be abstract, final or empty. | 78 | |
First sentence should end with a period. | 82 | |
Line has trailing spaces. | 84 | |
Expected an @return tag. | 86 | |
Method 'createSection' is not designed for extension - needs to be abstract, final or empty. | 86 | |
First sentence should end with a period. | 90 | |
Line has trailing spaces. | 92 | |
Expected an @return tag. | 94 | |
Method 'createSectionView' is not designed for extension - needs to be abstract, final or empty. | 94 | |
First sentence should end with a period. | 98 | |
Line has trailing spaces. | 100 | |
Expected an @return tag. | 102 | |
Method 'createSectionConfig' is not designed for extension - needs to be abstract, final or empty. | 102 | |
First sentence should end with a period. | 106 | |
Line is longer than 80 characters. | 107 | |
Line has trailing spaces. | 108 | |
Expected an @return tag. | 110 | |
Method 'createSectionConfig' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Parameter value should be final. | 111 | |
Expected @param tag for 'value'. | 111 | |
Line is longer than 80 characters. | 112 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 48 | |
Missing a Javadoc comment. | 54 | |
Variable 'sectionName' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 56 | |
Name '_enum' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
Variable '_enum' must be private and have accessor methods. | 57 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 65 | |
Method 'getSectionName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Line has trailing spaces. | 73 | |
Line has trailing spaces. | 77 | |
Method 'setSectionName' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Parameter value should be final. | 79 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 89 | |
Method 'getEnum' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Line has trailing spaces. | 97 | |
Line has trailing spaces. | 101 | |
Method 'setEnum' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Parameter value should be final. | 103 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 45 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 60 | |
Variable 'sectionView' must be private and have accessor methods. | 61 | |
Line has trailing spaces. | 65 | |
Line is longer than 80 characters. | 70 | |
Line has trailing spaces. | 71 | |
Line has trailing spaces. | 77 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 82 | |
Line has trailing spaces. | 83 | |
Expected an @return tag. | 85 | |
Method 'getSectionView' is not designed for extension - needs to be abstract, final or empty. | 85 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 54 | |
Missing a Javadoc comment. | 63 | |
Variable 'section' must be private and have accessor methods. | 64 | |
Missing a Javadoc comment. | 65 | |
Variable 'fields' must be private and have accessor methods. | 66 | |
Missing a Javadoc comment. | 67 | |
Variable 'viewName' must be private and have accessor methods. | 68 | |
Missing a Javadoc comment. | 69 | |
Variable 'tab' must be private and have accessor methods. | 70 | |
Missing a Javadoc comment. | 71 | |
Variable 'menu' must be private and have accessor methods. | 72 | |
Line has trailing spaces. | 76 | |
Line has trailing spaces. | 80 | |
Method 'getSection' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Line has trailing spaces. | 88 | |
Line has trailing spaces. | 92 | |
Method 'setSection' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Parameter value should be final. | 94 | |
Line has trailing spaces. | 100 | |
Line has trailing spaces. | 104 | |
Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Line has trailing spaces. | 112 | |
Line has trailing spaces. | 116 | |
Method 'setFields' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Parameter value should be final. | 118 | |
Line has trailing spaces. | 124 | |
Line has trailing spaces. | 128 | |
Method 'getViewName' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Line has trailing spaces. | 136 | |
Line has trailing spaces. | 140 | |
Method 'setViewName' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Parameter value should be final. | 142 | |
Line has trailing spaces. | 148 | |
Line has trailing spaces. | 152 | |
Method 'getTab' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Line has trailing spaces. | 160 | |
Line has trailing spaces. | 164 | |
Method 'setTab' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Parameter value should be final. | 166 | |
Line has trailing spaces. | 172 | |
Line has trailing spaces. | 176 | |
Method 'getMenu' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Line has trailing spaces. | 184 | |
Line has trailing spaces. | 188 | |
Method 'setMenu' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Parameter value should be final. | 190 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 18 | |
Utility classes should not have a public or default constructor. | 18 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 29 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
'{' is not preceded with whitespace. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 35 | |
'{' is not preceded with whitespace. | 35 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Method 'getView' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Line is longer than 80 characters. | 44 | |
Parameter viewType should be final. | 44 | |
Parameter callback should be final. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 56 | |
Method 'getViewEnumValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Parameter enumValue should be final. | 58 | |
Method 'hideView' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter view should be final. | 63 | |
Line has trailing spaces. | 64 | |
Method 'renderView' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Parameter view should be final. | 69 | |
'cast' is not followed by whitespace. | 70 | |
Line has trailing spaces. | 71 | |
Method 'showDefaultView' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 80 | |
Missing a Javadoc comment. | 81 | |
'{' is not preceded with whitespace. | 81 | |
Line is longer than 80 characters. | 83 | |
',' is not followed by whitespace. | 83 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Parameter names should be final. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 64 | |
Missing a Javadoc comment. | 74 | |
'{' is not preceded with whitespace. | 74 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 77 | |
Line is longer than 80 characters. | 78 | |
Missing a Javadoc comment. | 78 | |
',' is not followed by whitespace. | 78 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 83 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Missing a Javadoc comment. | 84 | |
Line contains a tab character. | 84 | |
Line is longer than 80 characters. | 85 | |
Missing a Javadoc comment. | 85 | |
Line contains a tab character. | 85 | |
Line is longer than 80 characters. | 86 | |
Missing a Javadoc comment. | 86 | |
Line contains a tab character. | 86 | |
Line is longer than 80 characters. | 87 | |
Missing a Javadoc comment. | 87 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Missing a Javadoc comment. | 88 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Missing a Javadoc comment. | 89 | |
Line contains a tab character. | 89 | |
Missing a Javadoc comment. | 90 | |
Line contains a tab character. | 90 | |
Missing a Javadoc comment. | 91 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 93 | |
Missing a Javadoc comment. | 93 | |
Line is longer than 80 characters. | 95 | |
Missing a Javadoc comment. | 95 | |
Variable 'orgProposalRpcServiceAsync' must be private and have accessor methods. | 95 | |
Missing a Javadoc comment. | 97 | |
'{' is not preceded with whitespace. | 97 | |
Missing a Javadoc comment. | 102 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 108 | |
'{' is not preceded with whitespace. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
'{' is not preceded with whitespace. | 111 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
Parameter workCompleteCallback should be final. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
'{' is not preceded with whitespace. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
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 | |
Missing a Javadoc comment. | 128 | |
'{' is not preceded with whitespace. | 128 | |
'{' is not preceded with whitespace. | 129 | |
Parameter event should be final. | 130 | |
Missing a Javadoc comment. | 136 | |
'{' is not preceded with whitespace. | 136 | |
'{' is not preceded with whitespace. | 137 | |
Line has trailing spaces. | 138 | |
Parameter event should be final. | 138 | |
'{' is not preceded with whitespace. | 139 | |
Line contains a tab character. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
Parameter result should be final. | 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 is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
'if' is not followed by whitespace. | 146 | |
'{' is not preceded with whitespace. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
'cast' is not followed by whitespace. | 147 | |
Line contains a tab character. | 148 | |
'for' is not followed by whitespace. | 148 | |
'{' is not preceded with whitespace. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
'if' is not followed by whitespace. | 150 | |
'{' is not preceded with whitespace. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
'cast' is not followed by whitespace. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line is longer than 80 characters. | 155 | |
Line contains a tab character. | 155 | |
'cast' is not followed by whitespace. | 155 | |
Line is longer than 80 characters. | 156 | |
Line contains a tab character. | 156 | |
'cast' is not followed by whitespace. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
'if' is not followed by whitespace. | 157 | |
'{' is not preceded with whitespace. | 157 | |
Line contains a tab character. | 158 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 159 | |
'cast' is not followed by whitespace. | 159 | |
Line contains a tab character. | 160 | |
'else' is not followed by whitespace. | 160 | |
'{' is not preceded with whitespace. | 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 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
'if' is not followed by whitespace. | 163 | |
'{' is not preceded with whitespace. | 163 | |
Line is longer than 80 characters. | 165 | |
Line contains a tab character. | 165 | |
Line is longer than 80 characters. | 166 | |
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 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Missing a Javadoc comment. | 178 | |
'{' is not preceded with whitespace. | 178 | |
Line contains a tab character. | 183 | |
'if' is not followed by whitespace. | 186 | |
'{' is not preceded with whitespace. | 186 | |
',' is not followed by whitespace. | 190 | |
',' is not followed by whitespace. | 190 | |
Line has trailing spaces. | 192 | |
'{' is not preceded with whitespace. | 193 | |
Parameter caught should be final. | 196 | |
',' is not followed by whitespace. | 197 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 199 | |
Parameter result should be final. | 203 | |
Line is longer than 80 characters. | 205 | |
',' is not followed by whitespace. | 206 | |
Line is longer than 80 characters. | 210 | |
Missing a Javadoc comment. | 218 | |
'{' is not preceded with whitespace. | 218 | |
'{' is not preceded with whitespace. | 220 | |
Parameter caught should be final. | 223 | |
Line is longer than 80 characters. | 225 | |
Parameter result should be final. | 229 | |
Missing a Javadoc comment. | 238 | |
'{' is not preceded with whitespace. | 238 | |
'if' is not followed by whitespace. | 240 | |
'{' is not preceded with whitespace. | 240 | |
'if' is not followed by whitespace. | 245 | |
'{' is not preceded with whitespace. | 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 | |
'{' is not preceded with whitespace. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Parameter modifyEvent should be final. | 252 | |
Line is longer than 80 characters. | 253 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line is longer than 80 characters. | 258 | |
Line contains a tab character. | 258 | |
'{' is not preceded with whitespace. | 258 | |
Line contains a tab character. | 259 | |
Parameter saveAction should be final. | 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. | 269 | |
Missing a Javadoc comment. | 269 | |
Line is longer than 80 characters. | 270 | |
Line contains a tab character. | 270 | |
'{' is not preceded with whitespace. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 276 | |
Method 'doSaveAction' is not designed for extension - needs to be abstract, final or empty. | 278 | |
Missing a Javadoc comment. | 278 | |
'{' is not preceded with whitespace. | 278 | |
',' is not followed by whitespace. | 279 | |
Line has trailing spaces. | 281 | |
'{' is not preceded with whitespace. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Parameter result should be final. | 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. | 290 | |
Parameter model should be final. | 290 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 293 | |
Line is longer than 80 characters. | 294 | |
Line contains a tab character. | 294 | |
Parameter result should be final. | 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 | |
Line is longer than 80 characters. | 298 | |
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 | |
'if' is not followed by whitespace. | 300 | |
'{' is not preceded with whitespace. | 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 | |
'if' is not followed by whitespace. | 305 | |
'{' is not preceded with whitespace. | 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 | |
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. | 312 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Parameter cause should be final. | 316 | |
Line is longer than 80 characters. | 317 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Missing a Javadoc comment. | 325 | |
'{' is not preceded with whitespace. | 325 | |
Line is longer than 80 characters. | 336 | |
'if' is not followed by whitespace. | 336 | |
'||' is not preceded with whitespace. | 336 | |
'||' is not followed by whitespace. | 336 | |
'||' is not preceded with whitespace. | 336 | |
'||' is not followed by whitespace. | 336 | |
'{' is not preceded with whitespace. | 336 | |
'}' should be on the same line. | 338 | |
'else' is not followed by whitespace. | 339 | |
'{' is not preceded with whitespace. | 339 | |
'if' is not followed by whitespace. | 344 | |
'{' is not preceded with whitespace. | 344 | |
'}' should be on the same line. | 346 | |
'else' is not followed by whitespace. | 347 | |
'{' is not preceded with whitespace. | 347 | |
Method 'doModifyAction' is not designed for extension - needs to be abstract, final or empty. | 352 | |
Missing a Javadoc comment. | 352 | |
'{' is not preceded with whitespace. | 352 | |
',' is not followed by whitespace. | 355 | |
',' is not followed by whitespace. | 355 | |
Line is longer than 80 characters. | 357 | |
',' is not followed by whitespace. | 357 | |
'{' is not preceded with whitespace. | 358 | |
Parameter caught should be final. | 361 | |
',' is not followed by whitespace. | 362 | |
Line is longer than 80 characters. | 363 | |
Parameter result should be final. | 367 | |
Line is longer than 80 characters. | 369 | |
',' is not followed by whitespace. | 370 | |
',' is not followed by whitespace. | 375 | |
',' is not followed by whitespace. | 377 | |
Method 'fetchProposalOrg' is not designed for extension - needs to be abstract, final or empty. | 385 | |
Missing a Javadoc comment. | 385 | |
Line is longer than 80 characters. | 387 | |
Parameter caught should be final. | 388 | |
Parameter result should be final. | 392 | |
Line is longer than 80 characters. | 394 | |
'cast' is not followed by whitespace. | 394 | |
Line is longer than 80 characters. | 396 | |
'cast' is not followed by whitespace. | 396 | |
Line is longer than 80 characters. | 397 | |
'cast' is not followed by whitespace. | 397 | |
Line is longer than 80 characters. | 398 | |
'{' is not preceded with whitespace. | 398 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 400 | |
Parameter result should be final. | 400 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line is longer than 80 characters. | 404 | |
Line contains a tab character. | 404 | |
Line is longer than 80 characters. | 405 | |
Line contains a tab character. | 405 | |
'{' is not preceded with whitespace. | 405 | |
Line contains a tab character. | 407 | |
Line contains a tab character. | 408 | |
Parameter result should be final. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
Line contains a tab character. | 412 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 | |
Method 'saveProposalOrg' is not designed for extension - needs to be abstract, final or empty. | 421 | |
Missing a Javadoc comment. | 421 | |
'{' is not preceded with whitespace. | 421 | |
Line is longer than 80 characters. | 424 | |
'{' is not preceded with whitespace. | 425 | |
Parameter result should be final. | 428 | |
'{' is not preceded with whitespace. | 438 | |
Line is longer than 80 characters. | 445 | |
'{' is not preceded with whitespace. | 445 | |
Parameter caught should be final. | 446 | |
Parameter result should be final. | 453 | |
Line is longer than 80 characters. | 454 | |
Line is longer than 80 characters. | 455 | |
Line contains a tab character. | 455 | |
Line is longer than 80 characters. | 459 | |
'cast' is not followed by whitespace. | 459 | |
Line is longer than 80 characters. | 461 | |
'cast' is not followed by whitespace. | 461 | |
Line is longer than 80 characters. | 462 | |
'cast' is not followed by whitespace. | 462 | |
Line is longer than 80 characters. | 463 | |
'if' is not followed by whitespace. | 463 | |
'{' is not preceded with whitespace. | 463 | |
'{' is not preceded with whitespace. | 466 | |
Line is longer than 80 characters. | 469 | |
'if' is not followed by whitespace. | 469 | |
'(' is followed by whitespace. | 469 | |
'{' is not preceded with whitespace. | 469 | |
Line is longer than 80 characters. | 470 | |
Line contains a tab character. | 470 | |
Line contains a tab character. | 471 | |
Line contains a tab character. | 472 | |
Line is longer than 80 characters. | 474 | |
'if' is not followed by whitespace. | 474 | |
'(' is followed by whitespace. | 474 | |
'{' is not preceded with whitespace. | 474 | |
Line is longer than 80 characters. | 475 | |
Line contains a tab character. | 475 | |
Line contains a tab character. | 476 | |
Line contains a tab character. | 477 | |
',' is not followed by whitespace. | 484 | |
Method 'showDefaultView' is not designed for extension - needs to be abstract, final or empty. | 489 | |
Parameter result should be final. | 494 | |
Missing a Javadoc comment. | 504 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Redundant 'public' modifier. | 19 | |
Missing a Javadoc comment. | 20 | |
Redundant 'public' modifier. | 20 | |
Missing a Javadoc comment. | 21 | |
Redundant 'public' modifier. | 21 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
'{' is not preceded with whitespace. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 24 | |
Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
'{' is not preceded with whitespace. | 25 | |
Line has trailing spaces. | 28 | |
Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter label should be final. | 29 | |
'label' hides a field. | 29 | |
'{' is not preceded with whitespace. | 29 | |
'=' is not preceded with whitespace. | 30 | |
'=' is not followed by whitespace. | 30 | |
Line has trailing spaces. | 32 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
'{' is not preceded with whitespace. | 33 | |
Line has trailing spaces. | 36 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter key should be final. | 37 | |
'key' hides a field. | 37 | |
'{' is not preceded with whitespace. | 37 | |
Line has trailing spaces. | 40 | |
Method 'getWidget' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
'{' is not preceded with whitespace. | 41 | |
Method 'setWidget' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter widget should be final. | 44 | |
'widget' hides a field. | 44 | |
'{' is not preceded with whitespace. | 44 | |
'=' is not preceded with whitespace. | 45 | |
'=' is not followed by whitespace. | 45 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
'{' is not preceded with whitespace. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
';' is preceded with whitespace. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
';' is preceded with whitespace. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
';' is preceded with whitespace. | 28 | |
Missing a Javadoc comment. | 29 | |
';' is preceded with whitespace. | 29 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 31 | |
Method 'getPositionTypeKey' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Method 'setPositionTypeKey' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter positionTypeKey should be final. | 35 | |
'positionTypeKey' hides a field. | 35 | |
Method 'getPositionName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Method 'setPositionName' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter positionName should be final. | 41 | |
'positionName' hides a field. | 41 | |
Method 'getEntityNameId' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Method 'setEntityNameId' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter entityNameId should be final. | 47 | |
'entityNameId' hides a field. | 47 | |
Method 'getNameTypeCode' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Method 'setNameTypeCode' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter nameTypeCode should be final. | 53 | |
'nameTypeCode' hides a field. | 53 | |
Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter firstName should be final. | 59 | |
'firstName' hides a field. | 59 | |
Method 'getMiddleName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Method 'setMiddleName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter middleName should be final. | 65 | |
'middleName' hides a field. | 65 | |
Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter lastName should be final. | 71 | |
'lastName' hides a field. | 71 | |
Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter title should be final. | 77 | |
'title' hides a field. | 77 | |
Method 'getSuffix' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Method 'setSuffix' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter suffix should be final. | 83 | |
'suffix' hides a field. | 83 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
',' is not followed by whitespace. | 21 | |
'{' is not preceded with whitespace. | 21 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
'{' is not preceded with whitespace. | 29 | |
Line has trailing spaces. | 32 | |
Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter itemLabel should be final. | 33 | |
'itemLabel' hides a field. | 33 | |
'{' is not preceded with whitespace. | 33 | |
'=' is not preceded with whitespace. | 34 | |
'=' is not followed by whitespace. | 34 | |
Line has trailing spaces. | 36 | |
Method 'getAddItemLabel' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
'{' is not preceded with whitespace. | 37 | |
Line has trailing spaces. | 40 | |
Method 'setAddItemLabel' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter addItemLabel should be final. | 41 | |
'addItemLabel' hides a field. | 41 | |
'{' is not preceded with whitespace. | 41 | |
'=' is not preceded with whitespace. | 42 | |
'=' is not followed by whitespace. | 42 | |
Line has trailing spaces. | 44 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
'{' is not preceded with whitespace. | 45 | |
Line has trailing spaces. | 48 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter key should be final. | 49 | |
'key' hides a field. | 49 | |
'{' is not preceded with whitespace. | 49 | |
Line has trailing spaces. | 52 | |
Method 'getWidget' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
'{' is not preceded with whitespace. | 53 | |
Method 'setWidget' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter widget should be final. | 56 | |
'widget' hides a field. | 56 | |
'{' is not preceded with whitespace. | 56 | |
'=' is not preceded with whitespace. | 57 | |
'=' is not followed by whitespace. | 57 | |
Line has trailing spaces. | 59 | |
Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
'{' is not preceded with whitespace. | 60 | |
Line has trailing spaces. | 63 | |
Method 'setFields' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter fields should be final. | 64 | |
'fields' hides a field. | 64 | |
'{' is not preceded with whitespace. | 64 | |
'=' is not preceded with whitespace. | 65 | |
'=' is not followed by whitespace. | 65 | |
Line has trailing spaces. | 67 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
'{' is not preceded with whitespace. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
'{' is not preceded with whitespace. | 31 | |
Line has trailing spaces. | 34 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter personId should be final. | 35 | |
'personId' hides a field. | 35 | |
'{' is not preceded with whitespace. | 35 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
Line has trailing spaces. | 38 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
'{' is not preceded with whitespace. | 39 | |
Line has trailing spaces. | 42 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter orgId should be final. | 43 | |
'orgId' hides a field. | 43 | |
'{' is not preceded with whitespace. | 43 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
Line has trailing spaces. | 46 | |
Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
'{' is not preceded with whitespace. | 47 | |
Line has trailing spaces. | 50 | |
Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter title should be final. | 51 | |
'title' hides a field. | 51 | |
'{' is not preceded with whitespace. | 51 | |
'=' is not preceded with whitespace. | 52 | |
'=' is not followed by whitespace. | 52 | |
Line has trailing spaces. | 54 | |
Method 'getOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
'{' is not preceded with whitespace. | 55 | |
Line has trailing spaces. | 58 | |
Method 'setOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter orgPersonRelationTypeKey should be final. | 59 | |
'orgPersonRelationTypeKey' hides a field. | 59 | |
'{' is not preceded with whitespace. | 59 | |
'=' is not preceded with whitespace. | 60 | |
'=' is not followed by whitespace. | 60 | |
Line has trailing spaces. | 62 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
'{' is not preceded with whitespace. | 63 | |
Line has trailing spaces. | 66 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter desc should be final. | 67 | |
'desc' hides a field. | 67 | |
'{' is not preceded with whitespace. | 67 | |
'=' is not preceded with whitespace. | 68 | |
'=' is not followed by whitespace. | 68 | |
Line has trailing spaces. | 70 | |
Method 'getMinNumRelations' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
'{' is not preceded with whitespace. | 71 | |
Line has trailing spaces. | 74 | |
Method 'setMinNumRelations' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter minNumRelations should be final. | 75 | |
'minNumRelations' hides a field. | 75 | |
'{' is not preceded with whitespace. | 75 | |
'=' is not preceded with whitespace. | 76 | |
'=' is not followed by whitespace. | 76 | |
Line has trailing spaces. | 78 | |
Method 'getMaxNumRelations' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
'{' is not preceded with whitespace. | 79 | |
Line has trailing spaces. | 82 | |
Method 'setMaxNumRelations' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter maxNumRelations should be final. | 83 | |
'maxNumRelations' hides a field. | 83 | |
'{' is not preceded with whitespace. | 83 | |
'=' is not preceded with whitespace. | 84 | |
'=' is not followed by whitespace. | 84 | |
Line has trailing spaces. | 86 | |
Line has trailing spaces. | 87 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 21 | |
'{' is not preceded with whitespace. | 21 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 23 | |
Method 'getSectionViewInfoList' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
'{' is not preceded with whitespace. | 24 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 28 | |
Method 'setSectionViewInfoList' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter sectionViewInfoList should be final. | 28 | |
'sectionViewInfoList' hides a field. | 28 | |
'{' is not preceded with whitespace. | 28 | |
'=' is not preceded with whitespace. | 29 | |
'=' is not followed by whitespace. | 29 | |
Line has trailing spaces. | 31 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
'{' is not preceded with whitespace. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 28 | |
Method 'getViewName' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
'{' is not preceded with whitespace. | 29 | |
Method 'setViewName' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter viewName should be final. | 32 | |
'viewName' hides a field. | 32 | |
'{' is not preceded with whitespace. | 32 | |
Line has trailing spaces. | 35 | |
Method 'getTab' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
'{' is not preceded with whitespace. | 36 | |
Method 'setTab' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter tab should be final. | 39 | |
'tab' hides a field. | 39 | |
'{' is not preceded with whitespace. | 39 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 40 | |
Line has trailing spaces. | 42 | |
Method 'getMenu' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
'{' is not preceded with whitespace. | 43 | |
Method 'setMenu' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter menu should be final. | 46 | |
'menu' hides a field. | 46 | |
'{' is not preceded with whitespace. | 46 | |
'=' is not preceded with whitespace. | 47 | |
'=' is not followed by whitespace. | 47 | |
Line has trailing spaces. | 49 | |
Method 'getSectionName' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
'{' is not preceded with whitespace. | 50 | |
Method 'setSectionName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter sectionName should be final. | 53 | |
'sectionName' hides a field. | 53 | |
'{' is not preceded with whitespace. | 53 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
Line has trailing spaces. | 56 | |
Method 'getSectionEnum' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
'{' is not preceded with whitespace. | 57 | |
Method 'setSectionEnum' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter sectionEnum should be final. | 60 | |
'sectionEnum' hides a field. | 60 | |
'{' is not preceded with whitespace. | 60 | |
'=' is not preceded with whitespace. | 61 | |
'=' is not followed by whitespace. | 61 | |
Line has trailing spaces. | 63 | |
Method 'getfields' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
'{' is not preceded with whitespace. | 64 | |
Method 'setfields' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter fields should be final. | 67 | |
'fields' hides a field. | 67 | |
'{' is not preceded with whitespace. | 67 | |
'=' is not preceded with whitespace. | 68 | |
'=' is not followed by whitespace. | 68 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Name 'WITH_DIVIDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Variable 'positionTable' must be private and have accessor methods. | 59 | |
Missing a Javadoc comment. | 60 | |
Variable 'personRelationPicker' must be private and have accessor methods. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Line is longer than 80 characters. | 63 | |
Missing a Javadoc comment. | 63 | |
Line is longer than 80 characters. | 64 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 65 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 67 | |
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 68 | |
',' is not followed by whitespace. | 68 | |
Missing a Javadoc comment. | 68 | |
',' is not followed by whitespace. | 68 | |
Missing a Javadoc comment. | 68 | |
',' is not followed by whitespace. | 68 | |
Missing a Javadoc comment. | 68 | |
',' is not followed by whitespace. | 68 | |
Missing a Javadoc comment. | 68 | |
',' is not followed by whitespace. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'setModelDefinition' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter modelDefinition should be final. | 71 | |
'modelDefinition' hides a field. | 71 | |
'{' is not preceded with whitespace. | 71 | |
Method 'setSectionConfigInfo' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter sectionConfigInfo should be final. | 75 | |
'sectionConfigInfo' hides a field. | 75 | |
'{' is not preceded with whitespace. | 75 | |
'=' is not preceded with whitespace. | 76 | |
'=' is not followed by whitespace. | 76 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter orgId should be final. | 79 | |
'orgId' hides a field. | 79 | |
'{' is not preceded with whitespace. | 79 | |
'=' is not preceded with whitespace. | 80 | |
'=' is not followed by whitespace. | 80 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
'{' is not preceded with whitespace. | 84 | |
First sentence should end with a period. | 88 | |
Line is longer than 80 characters. | 89 | |
Method 'configureOrgProposal' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter layout should be final. | 92 | |
Expected @param tag for 'layout'. | 92 | |
'{' is not preceded with whitespace. | 92 | |
'for' is not followed by whitespace. | 95 | |
':' is not preceded with whitespace. | 95 | |
':' is not followed by whitespace. | 95 | |
'{' is not preceded with whitespace. | 95 | |
Line is longer than 80 characters. | 96 | |
',' is not followed by whitespace. | 96 | |
Line is longer than 80 characters. | 100 | |
Line is longer than 80 characters. | 104 | |
Expected an @return tag. | 108 | |
Parameter sectionViewInfo should be final. | 108 | |
Expected @param tag for 'sectionViewInfo'. | 108 | |
'{' is not preceded with whitespace. | 108 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 111 | |
Line has trailing spaces. | 112 | |
Line is longer than 80 characters. | 112 | |
'=' is not preceded with whitespace. | 115 | |
'=' is not followed by whitespace. | 115 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 140 | |
'}' should be on the same line. | 152 | |
'catch' is not followed by whitespace. | 153 | |
'{' is not preceded with whitespace. | 153 | |
Line has trailing spaces. | 158 | |
Missing a Javadoc comment. | 159 | |
Parameter labelKey should be final. | 159 | |
Line has trailing spaces. | 162 | |
Line is longer than 80 characters. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter title should be final. | 163 | |
Parameter withDivider should be final. | 163 | |
'if' construct must use '{}'s. | 169 | |
Line is longer than 80 characters. | 174 | |
Missing a Javadoc comment. | 174 | |
'(' is preceded with whitespace. | 174 | |
Parameter viewEnum should be final. | 174 | |
Parameter labelKey should be final. | 174 | |
Line is longer than 80 characters. | 175 | |
Missing a Javadoc comment. | 180 | |
Parameter labelKey should be final. | 180 | |
Missing a Javadoc comment. | 183 | |
Parameter labelKey should be final. | 183 | |
Missing a Javadoc comment. | 186 | |
Parameter labelKey should be final. | 186 | |
Line is longer than 80 characters. | 187 | |
Line has trailing spaces. | 189 | |
Line has trailing spaces. | 190 | |
Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Missing a Javadoc comment. | 193 | |
Parameter section should be final. | 193 | |
Parameter fieldKey should be final. | 193 | |
Line contains a tab character. | 194 | |
Line has trailing spaces. | 195 | |
Line is longer than 80 characters. | 196 | |
Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Missing a Javadoc comment. | 196 | |
Parameter section should be final. | 196 | |
Parameter fieldKey should be final. | 196 | |
Parameter messageKey should be final. | 196 | |
Line contains a tab character. | 197 | |
Line is longer than 80 characters. | 199 | |
Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Missing a Javadoc comment. | 199 | |
Parameter section should be final. | 199 | |
Parameter fieldKey should be final. | 199 | |
Parameter messageKey should be final. | 199 | |
Parameter widget should be final. | 199 | |
Line contains a tab character. | 200 | |
Line is longer than 80 characters. | 202 | |
Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Missing a Javadoc comment. | 202 | |
Parameter section should be final. | 202 | |
Parameter fieldKey should be final. | 202 | |
Parameter messageKey should be final. | 202 | |
Parameter parentPath should be final. | 202 | |
Line is longer than 80 characters. | 205 | |
Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Missing a Javadoc comment. | 205 | |
Parameter section should be final. | 205 | |
Parameter fieldKey should be final. | 205 | |
Parameter messageKey should be final. | 205 | |
Parameter widget should be final. | 205 | |
Parameter parentPath should be final. | 205 | |
Line contains a tab character. | 207 | |
Line is longer than 80 characters. | 209 | |
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 contains a tab character. | 214 | |
Line is longer than 80 characters. | 219 | |
Line is longer than 80 characters. | 220 | |
Missing a Javadoc comment. | 226 | |
Missing a Javadoc comment. | 227 | |
Line is longer than 80 characters. | 229 | |
Missing a Javadoc comment. | 229 | |
Parameter addItemLabel should be final. | 229 | |
Parameter itemLabel should be final. | 229 | |
',' is not followed by whitespace. | 229 | |
Parameter fieldList should be final. | 229 | |
'fieldList' hides a field. | 229 | |
',' is not followed by whitespace. | 229 | |
Parameter parentPath should be final. | 229 | |
'parentPath' hides a field. | 229 | |
Line contains a tab character. | 231 | |
'=' is not preceded with whitespace. | 234 | |
'=' is not followed by whitespace. | 234 | |
'=' is not preceded with whitespace. | 235 | |
'=' is not followed by whitespace. | 235 | |
Method 'getItemDecorator' is not designed for extension - needs to be abstract, final or empty. | 238 | |
Parameter style should be final. | 239 | |
'if' is not followed by whitespace. | 243 | |
'{' is not preceded with whitespace. | 243 | |
'if' is not followed by whitespace. | 246 | |
'{' is not preceded with whitespace. | 246 | |
'}' should be on the same line. | 248 | |
'else' is not followed by whitespace. | 249 | |
'{' is not preceded with whitespace. | 249 | |
'if' is not followed by whitespace. | 253 | |
'{' is not preceded with whitespace. | 253 | |
'if' is not followed by whitespace. | 256 | |
'{' is not preceded with whitespace. | 256 | |
'}' should be on the same line. | 258 | |
'else' is not followed by whitespace. | 259 | |
'{' is not preceded with whitespace. | 259 | |
'if' is not followed by whitespace. | 263 | |
'{' is not preceded with whitespace. | 263 | |
'if' is not followed by whitespace. | 266 | |
'{' is not preceded with whitespace. | 266 | |
'}' should be on the same line. | 268 | |
'else' is not followed by whitespace. | 269 | |
'{' is not preceded with whitespace. | 269 | |
Method 'generateAddWidget' is not designed for extension - needs to be abstract, final or empty. | 276 | |
Missing a Javadoc comment. | 276 | |
'if' is not followed by whitespace. | 280 | |
'{' is not preceded with whitespace. | 280 | |
'}' should be on the same line. | 282 | |
'else' is not followed by whitespace. | 283 | |
'{' is not preceded with whitespace. | 283 | |
'{' is not preceded with whitespace. | 286 | |
Parameter event should be final. | 287 | |
'if' is not followed by whitespace. | 292 | |
'{' is not preceded with whitespace. | 292 | |
'if' is not followed by whitespace. | 295 | |
'{' is not preceded with whitespace. | 295 | |
'}' should be on the same line. | 297 | |
'else' is not followed by whitespace. | 298 | |
'{' is not preceded with whitespace. | 298 | |
'if' is not followed by whitespace. | 302 | |
'{' is not preceded with whitespace. | 302 | |
'if' is not followed by whitespace. | 305 | |
'{' is not preceded with whitespace. | 305 | |
'}' should be on the same line. | 307 | |
'else' is not followed by whitespace. | 308 | |
'{' is not preceded with whitespace. | 308 | |
'if' is not followed by whitespace. | 312 | |
'{' is not preceded with whitespace. | 312 | |
'if' is not followed by whitespace. | 315 | |
'{' is not preceded with whitespace. | 315 | |
'}' should be on the same line. | 317 | |
'else' is not followed by whitespace. | 318 | |
'{' is not preceded with whitespace. | 318 | |
Missing a Javadoc comment. | 325 | |
Parameter path should be final. | 325 | |
'{' is not preceded with whitespace. | 325 | |
Method 'createItem' is not designed for extension - needs to be abstract, final or empty. | 330 | |
Line is longer than 80 characters. | 332 | |
'-' is not preceded with whitespace. | 332 | |
'-' is not followed by whitespace. | 332 | |
Line is longer than 80 characters. | 337 | |
Line is longer than 80 characters. | 339 | |
Line is longer than 80 characters. | 340 | |
Line is longer than 80 characters. | 342 | |
'if' is not followed by whitespace. | 353 | |
'{' is not preceded with whitespace. | 353 | |
'}' should be on the same line. | 356 | |
'else' is not followed by whitespace. | 357 | |
'{' is not preceded with whitespace. | 357 | |
Line is longer than 80 characters. | 358 | |
Line is longer than 80 characters. | 362 | |
Line is longer than 80 characters. | 365 | |
Line is longer than 80 characters. | 366 | |
Line is longer than 80 characters. | 381 | |
'if' is not followed by whitespace. | 382 | |
'{' is not preceded with whitespace. | 382 | |
Line is longer than 80 characters. | 383 | |
'}' should be on the same line. | 386 | |
'else' is not followed by whitespace. | 387 | |
'{' is not preceded with whitespace. | 387 | |
Line has trailing spaces. | 395 | |
Line is longer than 80 characters. | 395 | |
',' is not followed by whitespace. | 395 | |
',' is not followed by whitespace. | 395 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 45 | |
'{' is not preceded with whitespace. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Line is longer than 80 characters. | 51 | |
Missing a Javadoc comment. | 51 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Variable 'pagingScrollTable' must be private and have accessor methods. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
',' is not followed by whitespace. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 61 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 63 | |
'{' is not preceded with whitespace. | 63 | |
Method 'clearTable' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
'{' is not preceded with whitespace. | 73 | |
Method 'removeSelected' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
'{' is not preceded with whitespace. | 78 | |
'for' is not followed by whitespace. | 79 | |
':' is not preceded with whitespace. | 79 | |
'{' is not preceded with whitespace. | 79 | |
Method 'initializeTable' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
'1100' is a magic number. | 89 | |
'100' is a magic number. | 89 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 94 | |
Method 'addSelectionHandler' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter selectionHandler should be final. | 103 | |
'{' is not preceded with whitespace. | 103 | |
Line is longer than 80 characters. | 104 | |
Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
'{' is not preceded with whitespace. | 106 | |
Method 'getSelectedRows' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
'{' is not preceded with whitespace. | 116 | |
Line is longer than 80 characters. | 118 | |
'for' is not followed by whitespace. | 119 | |
':' is not preceded with whitespace. | 119 | |
'{' is not preceded with whitespace. | 119 | |
Method 'getSelectedIds' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
'{' is not preceded with whitespace. | 125 | |
Line is longer than 80 characters. | 127 | |
'for' is not followed by whitespace. | 128 | |
':' is not preceded with whitespace. | 128 | |
'{' is not preceded with whitespace. | 128 | |
Method 'getAllIds' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
'{' is not preceded with whitespace. | 134 | |
'for' is not followed by whitespace. | 136 | |
':' is not preceded with whitespace. | 136 | |
'{' is not preceded with whitespace. | 136 | |
Method 'getAllRows' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
'{' is not preceded with whitespace. | 142 | |
'for' is not followed by whitespace. | 144 | |
':' is not preceded with whitespace. | 144 | |
'{' is not preceded with whitespace. | 144 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
'{' is not preceded with whitespace. | 150 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Parameter orgId should be final. | 154 | |
'orgId' hides a field. | 154 | |
'{' is not preceded with whitespace. | 154 | |
'=' is not preceded with whitespace. | 155 | |
'=' is not followed by whitespace. | 155 | |
Method 'fetchMemberTable' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
'{' is not preceded with whitespace. | 159 | |
'if' is not followed by whitespace. | 160 | |
'!=' is not preceded with whitespace. | 160 | |
'!=' is not followed by whitespace. | 160 | |
'{' is not preceded with whitespace. | 160 | |
Line is longer than 80 characters. | 161 | |
'{' is not preceded with whitespace. | 161 | |
Parameter result should be final. | 164 | |
'for' is not followed by whitespace. | 166 | |
':' is not preceded with whitespace. | 166 | |
':' is not followed by whitespace. | 166 | |
'{' is not preceded with whitespace. | 166 | |
Line is longer than 80 characters. | 167 | |
Method 'fetchOrgPersonRelations' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Missing a Javadoc comment. | 179 | |
'{' is not preceded with whitespace. | 179 | |
'if' is not followed by whitespace. | 180 | |
'!=' is not preceded with whitespace. | 180 | |
'!=' is not followed by whitespace. | 180 | |
'{' is not preceded with whitespace. | 180 | |
Line is longer than 80 characters. | 181 | |
'{' is not preceded with whitespace. | 181 | |
Parameter result should be final. | 184 | |
'for' is not followed by whitespace. | 187 | |
':' is not preceded with whitespace. | 187 | |
'{' is not preceded with whitespace. | 187 | |
Line is longer than 80 characters. | 190 | |
Missing a Javadoc comment. | 203 | |
'{' is not preceded with whitespace. | 203 | |
Line is longer than 80 characters. | 205 | |
Parameter caught should be final. | 208 | |
Parameter result should be final. | 213 | |
Line is longer than 80 characters. | 217 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
'{' is not preceded with whitespace. | 32 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter orgId should be final. | 37 | |
'orgId' hides a field. | 37 | |
'{' is not preceded with whitespace. | 37 | |
'=' is not preceded with whitespace. | 38 | |
'=' is not followed by whitespace. | 38 | |
Line has trailing spaces. | 40 | |
Method 'onLoad' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Line is longer than 80 characters. | 45 | |
',' is not followed by whitespace. | 45 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 60 | |
Parameter id should be final. | 60 | |
Parameter attrkey should be final. | 60 | |
Parameter id should be final. | 75 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 84 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
'{' is not preceded with whitespace. | 32 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 39 | |
Method 'onLoad' 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 has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 46 | |
Parameter posTypes should be final. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 59 | |
Parameter id should be final. | 59 | |
Parameter attrkey should be final. | 59 | |
Parameter id should be final. | 74 | |
'=' is not preceded with whitespace. | 78 | |
'=' is not followed by whitespace. | 78 | |
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 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
'{' is not preceded with whitespace. | 32 | |
Line contains a tab character. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 39 | |
Method 'onLoad' 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 has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
'{' is not preceded with whitespace. | 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 | |
',' is not followed by whitespace. | 45 | |
'for' is not followed by whitespace. | 46 | |
Line is longer than 80 characters. | 48 | |
Parameter id should be final. | 59 | |
Parameter attrkey should be final. | 59 | |
Parameter id should be final. | 74 | |
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 has trailing spaces. | 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 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 21 | |
Missing a Javadoc comment. | 45 | |
'{' is not preceded with whitespace. | 45 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Variable 'w' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 48 | |
Variable 'images' must be private and have accessor methods. | 48 | |
'cast' is not followed by whitespace. | 48 | |
Missing a Javadoc comment. | 49 | |
Variable 'tree' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 50 | |
Variable 'containingSection' must be private and have accessor methods. | 50 | |
Missing a Javadoc comment. | 51 | |
Variable 'loaded' must be private and have accessor methods. | 51 | |
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 53 | |
'{' is not preceded with whitespace. | 53 | |
Line has trailing spaces. | 58 | |
'{' is not preceded with whitespace. | 59 | |
Parameter event should be final. | 62 | |
'cast' is not followed by whitespace. | 64 | |
'if' 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. | 70 | |
',' is not followed by whitespace. | 70 | |
Line has trailing spaces. | 73 | |
Line has trailing spaces. | 76 | |
Missing a Javadoc comment. | 77 | |
Parameter section should be final. | 77 | |
Line has trailing spaces. | 81 | |
Method 'isLoaded' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
'{' is not preceded with whitespace. | 82 | |
Method 'setLoaded' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter loaded should be final. | 85 | |
'loaded' hides a field. | 85 | |
'{' is not preceded with whitespace. | 85 | |
'=' is not preceded with whitespace. | 86 | |
'=' is not followed by whitespace. | 86 | |
Method 'onLoad' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
'{' is not preceded with whitespace. | 88 | |
'{' is not preceded with whitespace. | 89 | |
Line is longer than 80 characters. | 91 | |
'{' is not preceded with whitespace. | 91 | |
Parameter result should be final. | 93 | |
'if' is not followed by whitespace. | 94 | |
'{' is not preceded with whitespace. | 94 | |
'for' is not followed by whitespace. | 95 | |
':' is not preceded with whitespace. | 95 | |
':' is not followed by whitespace. | 95 | |
'{' is not preceded with whitespace. | 95 | |
Line is longer than 80 characters. | 98 | |
'{' is not preceded with whitespace. | 98 | |
Parameter result should be final. | 101 | |
Line is longer than 80 characters. | 103 | |
',' is not followed by whitespace. | 103 | |
',' is not followed by whitespace. | 103 | |
',' is not followed by whitespace. | 103 | |
Line has trailing spaces. | 107 | |
Line has trailing spaces. | 109 | |
Line has trailing spaces. | 110 | |
Line has trailing spaces. | 116 | |
Line has trailing spaces. | 117 | |
Line is longer than 80 characters. | 118 | |
Method 'getOrgTree' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
'{' is not preceded with whitespace. | 118 | |
Line is longer than 80 characters. | 120 | |
'{' is not preceded with whitespace. | 120 | |
Parameter result should be final. | 123 | |
'for' is not followed by whitespace. | 124 | |
':' is not preceded with whitespace. | 124 | |
':' is not followed by whitespace. | 124 | |
'{' is not preceded with whitespace. | 124 | |
Line is longer than 80 characters. | 126 | |
Line has trailing spaces. | 132 | |
Line has trailing spaces. | 134 | |
Line has trailing spaces. | 136 | |
Missing a Javadoc comment. | 139 | |
'{' is not preceded with whitespace. | 139 | |
Missing a Javadoc comment. | 140 | |
Variable 'w' must be private and have accessor methods. | 140 | |
Missing a Javadoc comment. | 141 | |
Variable 'orgId' must be private and have accessor methods. | 141 | |
Missing a Javadoc comment. | 142 | |
Variable 'name' must be private and have accessor methods. | 142 | |
Missing a Javadoc comment. | 143 | |
Variable 'hierarchyId' must be private and have accessor methods. | 143 | |
Missing a Javadoc comment. | 144 | |
Variable 'showMembers' must be private and have accessor methods. | 144 | |
Missing a Javadoc comment. | 145 | |
'{' is not preceded with whitespace. | 145 | |
Line has trailing spaces. | 148 | |
Missing a Javadoc comment. | 149 | |
'{' is not preceded with whitespace. | 149 | |
Line has trailing spaces. | 152 | |
Missing a Javadoc comment. | 153 | |
'{' is not preceded with whitespace. | 153 | |
Line has trailing spaces. | 156 | |
Line is longer than 80 characters. | 157 | |
Missing a Javadoc comment. | 157 | |
'(' is followed by whitespace. | 157 | |
'orgId' hides a field. | 157 | |
',' is not followed by whitespace. | 157 | |
Parameter name should be final. | 157 | |
'name' hides a field. | 157 | |
',' is not followed by whitespace. | 157 | |
Parameter hierarchyId should be final. | 157 | |
'hierarchyId' hides a field. | 157 | |
'{' is not preceded with whitespace. | 157 | |
'=' is not preceded with whitespace. | 159 | |
'=' is not followed by whitespace. | 159 | |
'=' is not preceded with whitespace. | 160 | |
'=' is not followed by whitespace. | 160 | |
Line is longer than 80 characters. | 166 | |
Parameter event should be final. | 170 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 172 | |
Line has trailing spaces. | 176 | |
Parameter event should be final. | 180 | |
'if' is not followed by whitespace. | 181 | |
'{' is not preceded with whitespace. | 181 | |
Line is longer than 80 characters. | 182 | |
'cast' is not followed by whitespace. | 182 | |
'+' is not preceded with whitespace. | 182 | |
Line has trailing spaces. | 187 | |
'}' should be on the same line. | 188 | |
'else' is not followed by whitespace. | 189 | |
'{' is not preceded with whitespace. | 189 | |
Line is longer than 80 characters. | 190 | |
'cast' is not followed by whitespace. | 190 | |
'+' is not preceded with whitespace. | 190 | |
Line has trailing spaces. | 197 | |
Line has trailing spaces. | 198 | |
Line is longer than 80 characters. | 199 | |
'+' is not preceded with whitespace. | 199 | |
Line has trailing spaces. | 207 | |
Line has trailing spaces. | 208 | |
Line has trailing spaces. | 211 | |
Missing a Javadoc comment. | 212 | |
'{' is not preceded with whitespace. | 212 | |
Missing a Javadoc comment. | 213 | |
Variable 'w' must be private and have accessor methods. | 213 | |
Missing a Javadoc comment. | 214 | |
Variable 'showMembers' must be private and have accessor methods. | 214 | |
Missing a Javadoc comment. | 215 | |
Variable 'orgId' must be private and have accessor methods. | 215 | |
Missing a Javadoc comment. | 216 | |
Variable 'name' must be private and have accessor methods. | 216 | |
Missing a Javadoc comment. | 217 | |
Variable 'hierarchyId' must be private and have accessor methods. | 217 | |
Line has trailing spaces. | 218 | |
Missing a Javadoc comment. | 219 | |
'{' is not preceded with whitespace. | 219 | |
Line has trailing spaces. | 222 | |
Missing a Javadoc comment. | 223 | |
'{' is not preceded with whitespace. | 223 | |
Line has trailing spaces. | 226 | |
Missing a Javadoc comment. | 227 | |
'{' is not preceded with whitespace. | 227 | |
Line has trailing spaces. | 230 | |
Line is longer than 80 characters. | 231 | |
Missing a Javadoc comment. | 231 | |
'name' hides a field. | 231 | |
Parameter hierarchyId should be final. | 231 | |
'hierarchyId' hides a field. | 231 | |
'=' is not preceded with whitespace. | 234 | |
'=' is not followed by whitespace. | 234 | |
'=' is not preceded with whitespace. | 235 | |
'=' is not followed by whitespace. | 235 | |
Line is longer than 80 characters. | 237 | |
Line has trailing spaces. | 239 | |
Parameter event should be final. | 244 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 246 | |
Line has trailing spaces. | 250 | |
Parameter event should be final. | 254 | |
'if' is not followed by whitespace. | 255 | |
'{' is not preceded with whitespace. | 255 | |
Line is longer than 80 characters. | 256 | |
'cast' is not followed by whitespace. | 256 | |
'+' is not preceded with whitespace. | 256 | |
Line has trailing spaces. | 261 | |
'}' should be on the same line. | 262 | |
'else' is not followed by whitespace. | 263 | |
'{' is not preceded with whitespace. | 263 | |
Line is longer than 80 characters. | 264 | |
'cast' is not followed by whitespace. | 264 | |
'+' is not preceded with whitespace. | 264 | |
Line has trailing spaces. | 271 | |
Line has trailing spaces. | 272 | |
Line is longer than 80 characters. | 273 | |
'+' is not preceded with whitespace. | 273 | |
Line has trailing spaces. | 277 | |
Line has trailing spaces. | 281 | |
Line has trailing spaces. | 284 | |
Line has trailing spaces. | 286 | |
Missing a Javadoc comment. | 287 | |
'{' is not preceded with whitespace. | 287 | |
Missing a Javadoc comment. | 288 | |
Redundant 'public' modifier. | 288 | |
Line has trailing spaces. | 289 | |
Missing a Javadoc comment. | 290 | |
Redundant 'public' modifier. | 290 | |
Line has trailing spaces. | 291 | |
Missing a Javadoc comment. | 292 | |
Redundant 'public' modifier. | 292 | |
Line has trailing spaces. | 294 | |
Line has trailing spaces. | 295 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
'{' is not preceded with whitespace. | 32 | |
Line contains a tab character. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
'=' is not preceded with whitespace. | 37 | |
'=' is not followed by whitespace. | 37 | |
Line contains a tab character. | 39 | |
Method 'onLoad' 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 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 59 | |
Parameter id should be final. | 59 | |
Parameter attrkey should be final. | 59 | |
Parameter id should be final. | 74 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 41 | |
'{' is not preceded with whitespace. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 48 | |
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Variable 'pagingScrollTable' must be private and have accessor methods. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
'{' is not preceded with whitespace. | 56 | |
Method 'clearTable' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
'{' is not preceded with whitespace. | 65 | |
Method 'removeSelected' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
'{' is not preceded with whitespace. | 70 | |
'for' is not followed by whitespace. | 71 | |
':' is not preceded with whitespace. | 71 | |
'{' is not preceded with whitespace. | 71 | |
Method 'initializeTable' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
'1100' is a magic number. | 81 | |
'100' is a magic number. | 81 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 86 | |
Method 'fetchPosition' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
'{' is not preceded with whitespace. | 93 | |
Line is longer than 80 characters. | 95 | |
Parameter caught should be final. | 98 | |
Line is longer than 80 characters. | 103 | |
Parameter result should be final. | 103 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 118 | |
Method 'addSelectionHandler' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Parameter selectionHandler should be final. | 133 | |
'{' is not preceded with whitespace. | 133 | |
Line is longer than 80 characters. | 134 | |
Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
'{' is not preceded with whitespace. | 136 | |
Method 'getSelectedRows' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
'{' is not preceded with whitespace. | 146 | |
Line is longer than 80 characters. | 148 | |
'for' is not followed by whitespace. | 149 | |
':' is not preceded with whitespace. | 149 | |
'{' is not preceded with whitespace. | 149 | |
Method 'getSelectedIds' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
'{' is not preceded with whitespace. | 155 | |
Line is longer than 80 characters. | 157 | |
'for' is not followed by whitespace. | 158 | |
':' is not preceded with whitespace. | 158 | |
'{' is not preceded with whitespace. | 158 | |
Method 'getAllIds' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 164 | |
'{' is not preceded with whitespace. | 164 | |
'for' is not followed by whitespace. | 166 | |
':' is not preceded with whitespace. | 166 | |
'{' is not preceded with whitespace. | 166 | |
Method 'getAllRows' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Missing a Javadoc comment. | 172 | |
'{' is not preceded with whitespace. | 172 | |
'for' is not followed by whitespace. | 174 | |
':' is not preceded with whitespace. | 174 | |
'{' is not preceded with whitespace. | 174 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Missing a Javadoc comment. | 180 | |
'{' is not preceded with whitespace. | 180 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Missing a Javadoc comment. | 184 | |
Parameter orgId should be final. | 184 | |
'orgId' hides a field. | 184 | |
'{' is not preceded with whitespace. | 184 | |
'=' is not preceded with whitespace. | 185 | |
'=' is not followed by whitespace. | 185 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
'validationResults' hides a field. | 33 | |
'value' hides a field. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Method 'getValidationResults' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Method 'getValue' 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. | 44 | |
Method 'setValidationResults' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Parameter validationResults should be final. | 45 | |
'validationResults' hides a field. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter value should be final. | 48 | |
'value' hides a field. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
First sentence should end with a period. | 42 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Redundant 'public' modifier. | 49 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
Redundant 'public' modifier. | 50 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 52 | |
Redundant 'public' modifier. | 52 | |
Missing a Javadoc comment. | 53 | |
Redundant 'public' modifier. | 53 | |
Missing a Javadoc comment. | 54 | |
Redundant 'public' modifier. | 54 | |
Missing a Javadoc comment. | 55 | |
Redundant 'public' modifier. | 55 | |
Line is longer than 80 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
Redundant 'public' modifier. | 56 | |
Missing a Javadoc comment. | 57 | |
Redundant 'public' modifier. | 57 | |
Missing a Javadoc comment. | 58 | |
Redundant 'public' modifier. | 58 | |
Line is longer than 80 characters. | 59 | |
Missing a Javadoc comment. | 59 | |
Redundant 'public' modifier. | 59 | |
Missing a Javadoc comment. | 60 | |
Redundant 'public' modifier. | 60 | |
Missing a Javadoc comment. | 61 | |
Redundant 'public' modifier. | 61 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
Redundant 'public' modifier. | 62 | |
Line has trailing spaces. | 63 | |
Line is longer than 80 characters. | 64 | |
Missing a Javadoc comment. | 64 | |
Redundant 'public' modifier. | 64 | |
Line is longer than 80 characters. | 65 | |
Missing a Javadoc comment. | 65 | |
Redundant 'public' modifier. | 65 | |
Missing a Javadoc comment. | 67 | |
Redundant 'public' modifier. | 67 | |
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 68 | |
Redundant 'public' modifier. | 68 | |
Line is longer than 80 characters. | 69 | |
Missing a Javadoc comment. | 69 | |
Redundant 'public' modifier. | 69 | |
Line has trailing spaces. | 70 | |
Line is longer than 80 characters. | 71 | |
Missing a Javadoc comment. | 71 | |
Redundant 'public' modifier. | 71 | |
Line is longer than 80 characters. | 72 | |
Missing a Javadoc comment. | 72 | |
Redundant 'public' modifier. | 72 | |
Missing a Javadoc comment. | 73 | |
Redundant 'public' modifier. | 73 | |
Line is longer than 80 characters. | 74 | |
Missing a Javadoc comment. | 74 | |
Redundant 'public' modifier. | 74 | |
Missing a Javadoc comment. | 75 | |
Redundant 'public' modifier. | 75 | |
Missing a Javadoc comment. | 76 | |
Redundant 'public' modifier. | 76 | |
Line is longer than 80 characters. | 77 | |
Missing a Javadoc comment. | 77 | |
Redundant 'public' modifier. | 77 | |
Line is longer than 80 characters. | 78 | |
Missing a Javadoc comment. | 78 | |
Redundant 'public' modifier. | 78 | |
Line is longer than 80 characters. | 79 | |
Missing a Javadoc comment. | 79 | |
Redundant 'public' modifier. | 79 | |
Missing a Javadoc comment. | 80 | |
Redundant 'public' modifier. | 80 | |
Line is longer than 80 characters. | 81 | |
Missing a Javadoc comment. | 81 | |
Redundant 'public' modifier. | 81 | |
Line is longer than 80 characters. | 82 | |
Missing a Javadoc comment. | 82 | |
Redundant 'public' modifier. | 82 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Redundant 'public' modifier. | 41 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Redundant 'public' modifier. | 42 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
Redundant 'public' modifier. | 44 | |
Missing a Javadoc comment. | 45 | |
Redundant 'public' modifier. | 45 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Redundant 'public' modifier. | 46 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
Redundant 'public' modifier. | 47 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 48 | |
Redundant 'public' modifier. | 48 | |
',' is not followed by whitespace. | 48 | |
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 49 | |
Redundant 'public' modifier. | 49 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
Redundant 'public' modifier. | 50 | |
Line is longer than 80 characters. | 51 | |
Missing a Javadoc comment. | 51 | |
Redundant 'public' modifier. | 51 | |
',' is not followed by whitespace. | 51 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
Redundant 'public' modifier. | 52 | |
Missing a Javadoc comment. | 53 | |
Redundant 'public' modifier. | 53 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 54 | |
Redundant 'public' modifier. | 54 | |
Line is longer than 80 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
Redundant 'public' modifier. | 56 | |
Line is longer than 80 characters. | 58 | |
Missing a Javadoc comment. | 58 | |
Redundant 'public' modifier. | 58 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 60 | |
Redundant 'public' modifier. | 60 | |
Line is longer than 80 characters. | 61 | |
Missing a Javadoc comment. | 61 | |
Redundant 'public' modifier. | 61 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
Redundant 'public' modifier. | 62 | |
Line is longer than 80 characters. | 64 | |
Missing a Javadoc comment. | 64 | |
Redundant 'public' modifier. | 64 | |
Line is longer than 80 characters. | 65 | |
Missing a Javadoc comment. | 65 | |
Redundant 'public' modifier. | 65 | |
Line is longer than 80 characters. | 66 | |
Missing a Javadoc comment. | 66 | |
Redundant 'public' modifier. | 66 | |
Line is longer than 80 characters. | 67 | |
Missing a Javadoc comment. | 67 | |
Redundant 'public' modifier. | 67 | |
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 68 | |
Redundant 'public' modifier. | 68 | |
Line is longer than 80 characters. | 69 | |
Missing a Javadoc comment. | 69 | |
Redundant 'public' modifier. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Redundant 'public' modifier. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
Redundant 'public' modifier. | 71 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 72 | |
Redundant 'public' modifier. | 72 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Redundant 'public' modifier. | 73 | |
',' is not followed by whitespace. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
Redundant 'public' modifier. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Missing a Javadoc comment. | 75 | |
Redundant 'public' modifier. | 75 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Redundant 'public' modifier. | 19 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 21 | |
'{' is not preceded with whitespace. | 21 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 23 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 | |
Name 'SearchResultsTableOdd' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
Missing a Javadoc comment. | 27 | |
Redundant 'public' modifier. | 27 | |
Name 'SearchResultsTableEven' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 | |
Name 'SelectionChoosing' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
Missing a Javadoc comment. | 29 | |
Redundant 'public' modifier. | 29 | |
Name 'SelectionChosen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
Missing a Javadoc comment. | 30 | |
Redundant 'public' modifier. | 30 | |
Name 'SubSelectionChoosing' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 | |
Name 'SubSelectionChosen' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 34 | |
Redundant 'public' modifier. | 35 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
First sentence should end with a period. | 22 | |
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 24 | |
Redundant 'public' modifier. | 27 | |
First sentence should end with a period. | 28 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 30 | |
Redundant 'public' modifier. | 33 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Missing a Javadoc comment. | 44 | |
Variable 'app' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Variable 'content' must be private and have accessor methods. | 46 | |
Method 'onModuleLoad' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 51 | |
'(' is followed by whitespace. | 57 | |
',' is not followed by whitespace. | 61 | |
Line is longer than 80 characters. | 64 | |
'if' construct must use '{}'s. | 69 | |
'if' is not followed by whitespace. | 69 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 90 | |
Method 'getSerializedObject' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Line is longer than 80 characters. | 98 | |
'(' is followed by whitespace. | 98 | |
Parameter name should be final. | 98 | |
')' is preceded with whitespace. | 98 | |
'(' is followed by whitespace. | 100 | |
')' is preceded with whitespace. | 100 | |
Line is longer than 80 characters. | 101 | |
'(' is followed by whitespace. | 101 | |
'cast' is not followed by whitespace. | 102 | |
'(' is followed by whitespace. | 102 | |
')' is preceded with whitespace. | 102 | |
Method 'loadApp' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
'{' is not preceded with whitespace. | 105 | |
Line is longer than 80 characters. | 106 | |
'{' is not preceded with whitespace. | 108 | |
Parameter caught should be final. | 109 | |
Parameter principalId should be final. | 115 | |
Missing a Javadoc comment. | 122 | |
'{' is not preceded with whitespace. | 122 | |
'if' construct must use '{}'s. | 128 | |
'if' is not followed by whitespace. | 128 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 66 | |
Missing a Javadoc comment. | 66 | |
'{' is not preceded with whitespace. | 66 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
Variable 'LOG' must be private and have accessor methods. | 67 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 68 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Method 'setIdentityServiceNonCached' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter identityServiceNonCached should be final. | 73 | |
'identityServiceNonCached' hides a field. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Method 'setService' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter service should be final. | 77 | |
'service' hides a field. | 77 | |
'{' is not preceded with whitespace. | 77 | |
Line contains a tab character. | 78 | |
'=' is not preceded with whitespace. | 78 | |
'=' is not followed by whitespace. | 78 | |
Line contains a tab character. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Method 'removePositionRestrictionFromOrg' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Line is longer than 80 characters. | 82 | |
Parameter orgId should be final. | 82 | |
Parameter orgPersonRelationTypeKey should be final. | 82 | |
'{' is not preceded with whitespace. | 82 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line has trailing spaces. | 90 | |
Method 'removeOrgOrgRelation' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Parameter orgOrgRelationId should be final. | 92 | |
'{' is not preceded with whitespace. | 92 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 100 | |
Method 'getOrgHierarchies' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Method 'getOrgOrgRelationsByOrg' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Parameter orgId should be final. | 112 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line has trailing spaces. | 120 | |
Method 'getOrgOrgRelationsByRelatedOrg' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Line is longer than 80 characters. | 122 | |
Parameter orgId should be final. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Method 'getOrganizationsByIdList' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Parameter orgIdList should be final. | 133 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Method 'getAllDescendants' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Parameter orgId should be final. | 143 | |
Parameter orgHierarchy should be final. | 143 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Method 'addPositionRestrictionToOrg' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Line is longer than 80 characters. | 153 | |
Parameter orgPositionRestrictionInfo should be final. | 153 | |
Line is longer than 80 characters. | 155 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Method 'createOrganization' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Parameter orgInfo should be final. | 163 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Method 'createOrgOrgRelation' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Line is longer than 80 characters. | 173 | |
Parameter orgOrgRelationInfo should be final. | 173 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Method 'getOrgPersonRelationTypes' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Missing a Javadoc comment. | 184 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Method 'getOrgTypes' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Missing a Javadoc comment. | 193 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Method 'getOrgOrgRelationTypes' is not designed for extension - needs to be abstract, final or empty. | 203 | |
Missing a Javadoc comment. | 203 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line has trailing spaces. | 211 | |
Method 'getOrgOrgRelationType' is not designed for extension - needs to be abstract, final or empty. | 212 | |
Line is longer than 80 characters. | 213 | |
Parameter orgOrgRelationTypeKey should be final. | 213 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line is longer than 80 characters. | 222 | |
Method 'getOrgDisplayTree' is not designed for extension - needs to be abstract, final or empty. | 222 | |
Missing a Javadoc comment. | 222 | |
Parameter orgId should be final. | 222 | |
Parameter orgHierarchy should be final. | 222 | |
Parameter maxLevels should be final. | 222 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Method 'getOrganization' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Missing a Javadoc comment. | 231 | |
Parameter orgId should be final. | 231 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line is longer than 80 characters. | 241 | |
Method 'getPositionRestrictionsByOrg' is not designed for extension - needs to be abstract, final or empty. | 241 | |
Missing a Javadoc comment. | 241 | |
Parameter orgId should be final. | 241 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Method 'updateOrganization' is not designed for extension - needs to be abstract, final or empty. | 251 | |
Missing a Javadoc comment. | 251 | |
Parameter orgInfo should be final. | 251 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line is longer than 80 characters. | 261 | |
Method 'updatePositionRestrictionForOrg' is not designed for extension - needs to be abstract, final or empty. | 261 | |
Missing a Javadoc comment. | 261 | |
Parameter orgPositionRestrictionInfo should be final. | 261 | |
Line is longer than 80 characters. | 263 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Method 'updateOrgOrgRelation' is not designed for extension - needs to be abstract, final or empty. | 270 | |
Line is longer than 80 characters. | 271 | |
Parameter orgOrgRelationInfo should be final. | 271 | |
Line is longer than 80 characters. | 273 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Method 'createOrgPersonRelation' is not designed for extension - needs to be abstract, final or empty. | 280 | |
Parameter orgId should be final. | 281 | |
Parameter personId should be final. | 282 | |
Parameter orgPersonRelationTypeKey should be final. | 282 | |
Parameter orgPersonRelationInfo should be final. | 283 | |
Line is longer than 80 characters. | 286 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Method 'getOrgPersonRelationTypesForOrgType' is not designed for extension - needs to be abstract, final or empty. | 293 | |
Parameter orgTypeKey should be final. | 295 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Method 'getOrgPersonRelationsByOrg' is not designed for extension - needs to be abstract, final or empty. | 304 | |
Line is longer than 80 characters. | 305 | |
Parameter orgId should be final. | 305 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Method 'removeOrgPersonRelation' is not designed for extension - needs to be abstract, final or empty. | 314 | |
Parameter orgPersonRelationId should be final. | 315 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Method 'updateOrgPersonRelation' is not designed for extension - needs to be abstract, final or empty. | 324 | |
Parameter orgPersonRelationId should be final. | 326 | |
Parameter orgPersonRelationInfo should be final. | 327 | |
Line is longer than 80 characters. | 329 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line has trailing spaces. | 334 | |
Line contains a tab character. | 334 | |
Line has trailing spaces. | 335 | |
Method 'saveOrgProposal' is not designed for extension - needs to be abstract, final or empty. | 336 | |
Line is longer than 80 characters. | 337 | |
Parameter proposal should be final. | 337 | |
Line is longer than 80 characters. | 346 | |
',' is not followed by whitespace. | 347 | |
'catch' is not followed by whitespace. | 350 | |
'{' is not preceded with whitespace. | 350 | |
Line is longer than 80 characters. | 351 | |
Line has trailing spaces. | 352 | |
Line has trailing spaces. | 354 | |
Method 'getSectionConfig' is not designed for extension - needs to be abstract, final or empty. | 357 | |
Line is longer than 80 characters. | 358 | |
'(' is followed by whitespace. | 364 | |
')' is preceded with whitespace. | 364 | |
'try' is not followed by whitespace. | 367 | |
'{' is not preceded with whitespace. | 367 | |
'cast' is not followed by whitespace. | 368 | |
'cast' is not followed by whitespace. | 368 | |
'(' is followed by whitespace. | 369 | |
')' is preceded with whitespace. | 369 | |
'}' should be on the same line. | 370 | |
'catch' is not followed by whitespace. | 371 | |
'{' is not preceded with whitespace. | 371 | |
Line is longer than 80 characters. | 372 | |
Line is longer than 80 characters. | 373 | |
'cast' is not followed by whitespace. | 373 | |
'cast' is not followed by whitespace. | 373 | |
Line is longer than 80 characters. | 376 | |
'for' is not followed by whitespace. | 377 | |
':' is not preceded with whitespace. | 377 | |
':' is not followed by whitespace. | 377 | |
'{' is not preceded with whitespace. | 377 | |
Line is longer than 80 characters. | 389 | |
Line is longer than 80 characters. | 399 | |
Line is longer than 80 characters. | 402 | |
Line is longer than 80 characters. | 403 | |
Line is longer than 80 characters. | 404 | |
Line has trailing spaces. | 419 | |
Line has trailing spaces. | 422 | |
Line contains a tab character. | 424 | |
Line is longer than 80 characters. | 425 | |
Line has trailing spaces. | 426 | |
Method 'fetchOrg' is not designed for extension - needs to be abstract, final or empty. | 431 | |
Parameter orgId should be final. | 432 | |
'cast' is not followed by whitespace. | 434 | |
'}' should be on the same line. | 435 | |
'catch' is not followed by whitespace. | 436 | |
'{' is not preceded with whitespace. | 436 | |
Line contains a tab character. | 437 | |
Method 'getOrgPositionPersonRelation' is not designed for extension - needs to be abstract, final or empty. | 442 | |
Line is longer than 80 characters. | 443 | |
Parameter orgId should be final. | 443 | |
Line is longer than 80 characters. | 444 | |
'try' is not followed by whitespace. | 446 | |
'{' is not preceded with whitespace. | 446 | |
Line is longer than 80 characters. | 447 | |
Line is longer than 80 characters. | 448 | |
Line has trailing spaces. | 449 | |
'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 is longer than 80 characters. | 452 | |
Line is longer than 80 characters. | 455 | |
Line is longer than 80 characters. | 456 | |
'for' is not followed by whitespace. | 458 | |
':' is not preceded with whitespace. | 458 | |
'{' is not preceded with whitespace. | 458 | |
Line is longer than 80 characters. | 459 | |
'if' is not followed by whitespace. | 459 | |
'{' is not preceded with whitespace. | 459 | |
Line has trailing spaces. | 466 | |
'}' should be on the same line. | 467 | |
'catch' is not followed by whitespace. | 468 | |
'{' is not preceded with whitespace. | 468 | |
Line contains a tab character. | 469 | |
Method 'getNamesForPersonIds' is not designed for extension - needs to be abstract, final or empty. | 475 | |
Line is longer than 80 characters. | 476 | |
Parameter personIds should be final. | 476 | |
Line is longer than 80 characters. | 477 | |
Line is longer than 80 characters. | 478 | |
'for' is not followed by whitespace. | 479 | |
':' is not preceded with whitespace. | 479 | |
':' is not followed by whitespace. | 479 | |
')' is preceded with whitespace. | 479 | |
'{' is not preceded with whitespace. | 479 | |
Line is longer than 80 characters. | 482 | |
Line is longer than 80 characters. | 483 | |
Line has trailing spaces. | 486 | |
Method 'deriveAppIdFromData' is not designed for extension - needs to be abstract, final or empty. | 490 | |
Parameter data should be final. | 491 | |
Method 'deriveDocContentFromData' is not designed for extension - needs to be abstract, final or empty. | 495 | |
Parameter data should be final. | 496 | |
Method 'getDefaultMetaDataState' is not designed for extension - needs to be abstract, final or empty. | 500 | |
Method 'getDefaultMetaDataType' is not designed for extension - needs to be abstract, final or empty. | 505 | |
Method 'getDefaultWorkflowDocumentType' is not designed for extension - needs to be abstract, final or empty. | 510 | |
Line contains a tab character. | 515 | |
Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 515 | |
Line is longer than 80 characters. | 516 | |
Line contains a tab character. | 516 | |
Parameter data should be final. | 516 | |
Line contains a tab character. | 517 | |
Line contains a tab character. | 518 | |
Line has trailing spaces. | 519 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 23 | |
'{' is not preceded with whitespace. | 23 | |
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 27 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
'{' is not preceded with whitespace. | 23 | |
Method 'getCssString' is not designed for extension - needs to be abstract, final or empty. | 25 | |
'for' is not followed by whitespace. | 28 | |
':' is not preceded with whitespace. | 28 | |
'{' is not preceded with whitespace. | 28 | |
'if' is not followed by whitespace. | 29 | |
'{' is not preceded with whitespace. | 29 | |
'if' is not followed by whitespace. | 30 | |
'cast' is not followed by whitespace. | 30 | |
'{' is not preceded with whitespace. | 30 | |
Line is longer than 80 characters. | 31 | |
'cast' is not followed by whitespace. | 31 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
'{' is not preceded with whitespace. | 23 | |
Missing a Javadoc comment. | 25 | |
Method 'getOrgCss' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Line has trailing spaces. | 28 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 22 | |
Line has trailing spaces. | 23 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 22 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 28 | |
'{' is not preceded with whitespace. | 28 | |
Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Variable 'identityService' must be private and have accessor methods. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Variable 'roleUpdateService' must be private and have accessor methods. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
'static' modifier out of order with the JLS suggestions. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 42 | |
Method 'addCollaborator' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
More than 7 parameters. | 42 | |
Parameter docId should be final. | 42 | |
Parameter dataId should be final. | 42 | |
Parameter dataTitle should be final. | 42 | |
Parameter recipientPrincipalId should be final. | 42 | |
Parameter selectedPermissionCode should be final. | 42 | |
Parameter actionRequestTypeCode should be final. | 42 | |
Parameter participationRequired should be final. | 42 | |
Parameter respondBy should be final. | 42 | |
'if' 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 is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 56 | |
'}' should be on the same line. | 57 | |
Line is longer than 80 characters. | 59 | |
',' is not followed by whitespace. | 59 | |
'}' should be on the same line. | 60 | |
Line is longer than 80 characters. | 62 | |
',' is not followed by whitespace. | 62 | |
'}' should be on the same line. | 63 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 67 | |
'if' 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 is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
'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 is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
Line has trailing spaces. | 86 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
'}' should be on the same line. | 87 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
',' is not followed by whitespace. | 93 | |
Line is longer than 80 characters. | 94 | |
',' is not followed by whitespace. | 94 | |
Line has trailing spaces. | 97 | |
Line is longer than 80 characters. | 98 | |
Method 'removeCollaborator' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter docId should be final. | 98 | |
Parameter dataId should be final. | 98 | |
Parameter actionRequestId should be final. | 98 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 116 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 124 | |
',' is not followed by whitespace. | 124 | |
Line is longer than 80 characters. | 125 | |
',' is not followed by whitespace. | 125 | |
Line has trailing spaces. | 128 | |
Line is longer than 80 characters. | 129 | |
Method 'getCollaborators' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Parameter docId should be final. | 129 | |
'{' is not preceded with whitespace. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
'if' is not followed by whitespace. | 131 | |
'==' is not preceded with whitespace. | 131 | |
'==' is not followed by whitespace. | 131 | |
'{' is not preceded with whitespace. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
'try' is not followed by whitespace. | 134 | |
'{' is not preceded with whitespace. | 134 | |
Line contains a tab character. | 135 | |
'+' is not preceded with whitespace. | 135 | |
'+' is not followed by whitespace. | 135 | |
Line contains a tab character. | 137 | |
'if' is not followed by whitespace. | 137 | |
'==' is not preceded with whitespace. | 137 | |
'==' is not followed by whitespace. | 137 | |
'{' is not preceded with whitespace. | 137 | |
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 has trailing spaces. | 141 | |
Line contains a tab character. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
Line has trailing spaces. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
'if' is not followed by whitespace. | 148 | |
'!=' is not preceded with whitespace. | 148 | |
'!=' is not followed by whitespace. | 148 | |
'{' is not preceded with whitespace. | 148 | |
Line contains a tab character. | 149 | |
'for' is not followed by whitespace. | 149 | |
':' is not preceded with whitespace. | 149 | |
':' is not followed by whitespace. | 149 | |
'{' is not preceded with whitespace. | 149 | |
Line contains a tab character. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
',' is not followed by whitespace. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line has trailing spaces. | 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 has trailing spaces. | 158 | |
Line contains a tab character. | 158 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 159 | |
Line has trailing spaces. | 160 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
'if' is not followed by whitespace. | 161 | |
'{' is not preceded with whitespace. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line has trailing spaces. | 165 | |
Line contains a tab character. | 165 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
Line 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 has trailing spaces. | 172 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
'if' is not followed by whitespace. | 173 | |
'{' is not preceded with whitespace. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
'{' is not preceded with whitespace. | 175 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 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 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 has trailing spaces. | 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 | |
Line has trailing spaces. | 186 | |
Line contains a tab character. | 186 | |
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 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line has trailing spaces. | 194 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
'+' is not preceded with whitespace. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
'catch' is not preceded with whitespace. | 197 | |
'}' is not followed by whitespace. | 197 | |
'catch' is not followed by whitespace. | 197 | |
'{' is not preceded with whitespace. | 197 | |
Line contains a tab character. | 198 | |
',' is not followed by whitespace. | 198 | |
Line is longer than 80 characters. | 199 | |
',' is not followed by whitespace. | 199 | |
Line contains a tab character. | 200 | |
Line has trailing spaces. | 202 | |
Missing a Javadoc comment. | 203 | |
Parameter key should be final. | 203 | |
',' is not followed by whitespace. | 204 | |
',' is not followed by whitespace. | 204 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 207 | |
Line has trailing spaces. | 210 | |
Line contains a tab character. | 210 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
Missing a Javadoc comment. | 211 | |
Parameter roleNamespace should be final. | 211 | |
Parameter roleName should be final. | 211 | |
Parameter docId should be final. | 211 | |
Parameter dataId should be final. | 211 | |
Parameter recipientPrincipalId should be final. | 211 | |
Line is longer than 80 characters. | 212 | |
Line contains a tab character. | 212 | |
Line is longer than 80 characters. | 213 | |
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 | |
',' is not followed by whitespace. | 215 | |
Line is longer than 80 characters. | 216 | |
Line contains a tab character. | 216 | |
',' is not followed by whitespace. | 216 | |
Line is longer than 80 characters. | 217 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line is longer than 80 characters. | 220 | |
Line contains a tab character. | 220 | |
Missing a Javadoc comment. | 220 | |
Parameter roleNamespace should be final. | 220 | |
Parameter roleName should be final. | 220 | |
Parameter docId should be final. | 220 | |
Parameter dataId should be final. | 220 | |
Parameter recipientPrincipalId should be final. | 220 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 222 | |
Line is longer than 80 characters. | 224 | |
',' is not followed by whitespace. | 224 | |
Line is longer than 80 characters. | 225 | |
',' is not followed by whitespace. | 225 | |
Line is longer than 80 characters. | 226 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line is longer than 80 characters. | 229 | |
Line contains a tab character. | 229 | |
Method 'isAuthorizedAddReviewer' is not designed for extension - needs to be abstract, final or empty. | 229 | |
Missing a Javadoc comment. | 229 | |
Parameter docId should be final. | 229 | |
Line contains a tab character. | 230 | |
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 | |
',' is not followed by whitespace. | 233 | |
Line has trailing spaces. | 234 | |
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 contains a tab character. | 237 | |
Line has trailing spaces. | 239 | |
Line contains a tab character. | 239 | |
Line is longer than 80 characters. | 240 | |
Line contains a tab character. | 240 | |
Method 'getIdentityService' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Missing a Javadoc comment. | 240 | |
Line contains a tab character. | 241 | |
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 contains a tab character. | 245 | |
Line is longer than 80 characters. | 247 | |
Line contains a tab character. | 247 | |
Method 'setIdentityService' is not designed for extension - needs to be abstract, final or empty. | 247 | |
Missing a Javadoc comment. | 247 | |
Parameter identityService should be final. | 247 | |
'identityService' hides a field. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line has trailing spaces. | 250 | |
Line contains a tab character. | 250 | |
Line is longer than 80 characters. | 251 | |
Line contains a tab character. | 251 | |
Method 'getRoleUpdateService' is not designed for extension - needs to be abstract, final or empty. | 251 | |
Missing a Javadoc comment. | 251 | |
Line is longer than 80 characters. | 253 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 258 | |
Method 'setRoleUpdateService' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Missing a Javadoc comment. | 258 | |
Parameter roleUpdateService should be final. | 258 | |
'roleUpdateService' hides a field. | 258 | |
Line contains a tab character. | 259 | |
Line is longer than 80 characters. | 262 | |
Line contains a tab character. | 262 | |
Method 'getSimpleDocService' is not designed for extension - needs to be abstract, final or empty. | 262 | |
Missing a Javadoc comment. | 262 | |
Line is longer than 80 characters. | 264 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line is longer than 80 characters. | 269 | |
Line contains a tab character. | 269 | |
Method 'setSimpleDocService' is not designed for extension - needs to be abstract, final or empty. | 269 | |
Missing a Javadoc comment. | 269 | |
Parameter simpleDocService should be final. | 269 | |
'simpleDocService' hides a field. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line is longer than 80 characters. | 273 | |
Line contains a tab character. | 273 | |
Method 'getWorkflowUtilityService' is not designed for extension - needs to be abstract, final or empty. | 273 | |
Missing a Javadoc comment. | 273 | |
Line is longer than 80 characters. | 275 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line is longer than 80 characters. | 280 | |
Line contains a tab character. | 280 | |
Method 'setWorkflowUtilityService' is not designed for extension - needs to be abstract, final or empty. | 280 | |
Missing a Javadoc comment. | 280 | |
Parameter workflowUtilityService should be final. | 280 | |
'workflowUtilityService' hides a field. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line is longer than 80 characters. | 284 | |
Line contains a tab character. | 284 | |
Method 'getPermissionService' is not designed for extension - needs to be abstract, final or empty. | 284 | |
Missing a Javadoc comment. | 284 | |
Line is longer than 80 characters. | 286 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
Method 'setPermissionService' is not designed for extension - needs to be abstract, final or empty. | 291 | |
Missing a Javadoc comment. | 291 | |
Parameter permissionService should be final. | 291 | |
'permissionService' hides a field. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Variable 'andButton' must be private and have accessor methods. | 26 | |
Missing a Javadoc comment. | 27 | |
Variable 'orButton' must be private and have accessor methods. | 27 | |
Missing a Javadoc comment. | 28 | |
Variable 'andHandlerRegi' must be private and have accessor methods. | 28 | |
Missing a Javadoc comment. | 29 | |
Variable 'orHandlerRegi' must be private and have accessor methods. | 29 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 31 | |
'static' modifier out of order with the JLS suggestions. | 31 | |
Name 'And' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
Missing a Javadoc comment. | 32 | |
'static' modifier out of order with the JLS suggestions. | 32 | |
Name 'Or' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
'{' is not preceded with whitespace. | 35 | |
'{' is not preceded with whitespace. | 45 | |
Parameter event should be final. | 47 | |
'{' is not preceded with whitespace. | 51 | |
Parameter event should be final. | 53 | |
Line has trailing spaces. | 56 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
'{' is not preceded with whitespace. | 59 | |
Method 'addClickHandler' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter clickHandler should be final. | 63 | |
Method 'removeClickHandler' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter v should be final. | 73 | |
'{' is not preceded with whitespace. | 73 | |
Missing a Javadoc comment. | 78 | |
Parameter value should be final. | 78 | |
'value' hides a field. | 78 | |
'{' is not preceded with whitespace. | 78 | |
Line has trailing spaces. | 80 | |
'if' is not followed by whitespace. | 81 | |
'{' is not preceded with whitespace. | 84 | |
Line has trailing spaces. | 85 | |
Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter enabled should be final. | 90 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Parameter origStatementVO should be final. | 29 | |
Method 'save' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter historicStmtVO should be final. | 33 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 43 | |
Method 'getLastHistoricStmtVO' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Line has trailing spaces. | 57 | |
Method 'getSafeHistoricStmtVO' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter index should be final. | 58 | |
Line is longer than 80 characters. | 59 | |
Avoid inline conditionals. | 59 | |
Avoid inline conditionals. | 59 | |
Line has trailing spaces. | 62 | |
Method 'undo' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Avoid inline conditionals. | 65 | |
Line is longer than 80 characters. | 66 | |
Line has trailing spaces. | 69 | |
Method 'redo' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Line is longer than 80 characters. | 72 | |
Avoid inline conditionals. | 72 | |
Line is longer than 80 characters. | 73 | |
Method 'isUndoable' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Line has trailing spaces. | 80 | |
Method 'isRedoable' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Line has trailing spaces. | 83 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Name 'ReqCompEditPanel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Name 'NO_SELECTION_TEXT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 53 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Missing a Javadoc comment. | 55 | |
Line is longer than 80 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
Missing a Javadoc comment. | 57 | |
Line is longer than 80 characters. | 58 | |
Missing a Javadoc comment. | 58 | |
Line is longer than 80 characters. | 59 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 72 | |
'999999' is a magic number. | 72 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 75 | |
'{' is not followed by whitespace. | 75 | |
Missing a Javadoc comment. | 75 | |
'}' is not preceded with whitespace. | 75 | |
Missing a Javadoc comment. | 79 | |
Parameter newReqCompId should be final. | 79 | |
'newReqCompId' hides a field. | 79 | |
Line is longer than 80 characters. | 87 | |
Missing a Javadoc comment. | 99 | |
Line is longer than 80 characters. | 101 | |
'{' is not preceded with whitespace. | 101 | |
Parameter result should be final. | 103 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 126 | |
Parameter event should be final. | 127 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 137 | |
'cast' is not followed by whitespace. | 137 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
'}' is not followed by whitespace. | 148 | |
'}' is not preceded with whitespace. | 148 | |
Missing a Javadoc comment. | 152 | |
Line is longer than 80 characters. | 154 | |
Parameter validationResults should be final. | 161 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 170 | |
Line is longer than 80 characters. | 172 | |
Line is longer than 80 characters. | 180 | |
Line is longer than 80 characters. | 181 | |
Avoid inline conditionals. | 181 | |
Line is longer than 80 characters. | 195 | |
Missing a Javadoc comment. | 195 | |
'cast' is not followed by whitespace. | 205 | |
'cast' is not followed by whitespace. | 205 | |
Line is longer than 80 characters. | 206 | |
'cast' is not followed by whitespace. | 206 | |
Parameter widgetValue should be final. | 208 | |
Line is longer than 80 characters. | 220 | |
Missing a Javadoc comment. | 232 | |
Method 'setupNewReqComp' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Missing a Javadoc comment. | 239 | |
Line is longer than 80 characters. | 247 | |
Missing a Javadoc comment. | 248 | |
Parameter reqCompTypeInfo should be final. | 248 | |
Line is longer than 80 characters. | 254 | |
Method 'setupExistingReqComp' is not designed for extension - needs to be abstract, final or empty. | 263 | |
Missing a Javadoc comment. | 263 | |
Parameter existingReqComp should be final. | 263 | |
Line is longer than 80 characters. | 264 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 281 | |
Missing a Javadoc comment. | 287 | |
Line is longer than 80 characters. | 294 | |
Line is longer than 80 characters. | 297 | |
Method 'displayFieldsSection' is not designed for extension - needs to be abstract, final or empty. | 305 | |
Missing a Javadoc comment. | 305 | |
Line is longer than 80 characters. | 313 | |
Line is longer than 80 characters. | 319 | |
Line is longer than 80 characters. | 320 | |
Method 'displayFieldsStart' is not designed for extension - needs to be abstract, final or empty. | 329 | |
Missing a Javadoc comment. | 329 | |
Parameter compositionTemplate should be final. | 329 | |
Line is longer than 80 characters. | 331 | |
Line is longer than 80 characters. | 335 | |
Method 'displayFieldsEnd' is not designed for extension - needs to be abstract, final or empty. | 342 | |
Missing a Javadoc comment. | 342 | |
Parameter fieldsMetadataList should be final. | 342 | |
Line is longer than 80 characters. | 345 | |
Avoid inline conditionals. | 345 | |
Line is longer than 80 characters. | 346 | |
Line is longer than 80 characters. | 348 | |
Line is longer than 80 characters. | 354 | |
',' is not followed by whitespace. | 354 | |
Line is longer than 80 characters. | 357 | |
Line is longer than 80 characters. | 370 | |
Line is longer than 80 characters. | 373 | |
Line is longer than 80 characters. | 377 | |
'cast' is not followed by whitespace. | 383 | |
Line is longer than 80 characters. | 386 | |
'cast' is not followed by whitespace. | 392 | |
Line is longer than 80 characters. | 393 | |
Line is longer than 80 characters. | 395 | |
Line is longer than 80 characters. | 405 | |
Line is longer than 80 characters. | 407 | |
Line is longer than 80 characters. | 420 | |
Line is longer than 80 characters. | 422 | |
Line is longer than 80 characters. | 423 | |
Line is longer than 80 characters. | 432 | |
'cast' is not followed by whitespace. | 432 | |
Line is longer than 80 characters. | 434 | |
'cast' is not followed by whitespace. | 434 | |
Line is longer than 80 characters. | 435 | |
Line is longer than 80 characters. | 437 | |
Line is longer than 80 characters. | 447 | |
Line is longer than 80 characters. | 449 | |
Method 'displayCustomWidget' is not designed for extension - needs to be abstract, final or empty. | 462 | |
Missing a Javadoc comment. | 462 | |
Parameter fieldType should be final. | 462 | |
Parameter customWidget should be final. | 462 | |
Missing a Javadoc comment. | 470 | |
Parameter fieldType should be final. | 470 | |
Line is longer than 80 characters. | 471 | |
Line is longer than 80 characters. | 472 | |
Line is longer than 80 characters. | 473 | |
Missing a Javadoc comment. | 478 | |
Line is longer than 80 characters. | 480 | |
Line is longer than 80 characters. | 484 | |
Line is longer than 80 characters. | 488 | |
Missing a Javadoc comment. | 495 | |
Parameter fields should be final. | 495 | |
Parameter key should be final. | 495 | |
Line is longer than 80 characters. | 503 | |
Avoid inline conditionals. | 503 | |
Missing a Javadoc comment. | 510 | |
Line is longer than 80 characters. | 512 | |
Missing a Javadoc comment. | 516 | |
Line is longer than 80 characters. | 520 | |
Line is longer than 80 characters. | 524 | |
Missing a Javadoc comment. | 532 | |
Line is longer than 80 characters. | 535 | |
Missing a Javadoc comment. | 550 | |
Line contains a tab character. | 551 | |
Line contains a tab character. | 552 | |
Line contains a tab character. | 553 | |
Line contains a tab character. | 554 | |
Line contains a tab character. | 555 | |
Line contains a tab character. | 556 | |
Line contains a tab character. | 557 | |
Line contains a tab character. | 559 | |
Line contains a tab character. | 560 | |
Parameter id should be final. | 560 | |
Parameter attrkey should be final. | 560 | |
Line contains a tab character. | 561 | |
Line contains a tab character. | 562 | |
Line contains a tab character. | 563 | |
'try' is not followed by whitespace. | 563 | |
'{' is not preceded with whitespace. | 563 | |
Line contains a tab character. | 564 | |
Line contains a tab character. | 565 | |
Line contains a tab character. | 566 | |
Must have at least one statement. | 566 | |
Line contains a tab character. | 567 | |
Line contains a tab character. | 569 | |
Line contains a tab character. | 570 | |
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. | 577 | |
Line contains a tab character. | 578 | |
Line contains a tab character. | 579 | |
Line contains a tab character. | 580 | |
'for' is not followed by whitespace. | 580 | |
'{' is not preceded with whitespace. | 580 | |
Line contains a tab character. | 581 | |
Line contains a tab character. | 582 | |
Line contains a tab character. | 583 | |
Line contains a tab character. | 584 | |
Line contains a tab character. | 586 | |
Line contains a tab character. | 587 | |
Parameter id should be final. | 587 | |
Line contains a tab character. | 588 | |
Line contains a tab character. | 589 | |
Line contains a tab character. | 590 | |
Missing a Javadoc comment. | 593 | |
Parameter enable should be final. | 593 | |
Line is longer than 80 characters. | 594 | |
Line is longer than 80 characters. | 595 | |
Line is longer than 80 characters. | 602 | |
Line is longer than 80 characters. | 603 | |
Method 'setReqCompList' is not designed for extension - needs to be abstract, final or empty. | 603 | |
Missing a Javadoc comment. | 603 | |
Parameter reqComponentTypeInfoList should be final. | 603 | |
Line is longer than 80 characters. | 605 | |
Method 'setCustomWidgets' is not designed for extension - needs to be abstract, final or empty. | 623 | |
Missing a Javadoc comment. | 623 | |
Parameter customWidgets should be final. | 623 | |
'customWidgets' hides a field. | 623 | |
Line is longer than 80 characters. | 627 | |
Method 'setReqCompConfirmButtonClickCallback' is not designed for extension - needs to be abstract, final or empty. | 627 | |
Missing a Javadoc comment. | 627 | |
Parameter actionButtonClickedReqCompCallback should be final. | 627 | |
Line is longer than 80 characters. | 631 | |
Method 'setRetrieveCompositionTemplateCallback' is not designed for extension - needs to be abstract, final or empty. | 631 | |
Missing a Javadoc comment. | 631 | |
Parameter callback should be final. | 631 | |
Line is longer than 80 characters. | 635 | |
Method 'setRetrieveFieldsMetadataCallback' is not designed for extension - needs to be abstract, final or empty. | 635 | |
Missing a Javadoc comment. | 635 | |
Parameter callback should be final. | 635 | |
Line is longer than 80 characters. | 639 | |
Method 'setNewReqCompSelectedCallbackCallback' is not designed for extension - needs to be abstract, final or empty. | 639 | |
Missing a Javadoc comment. | 639 | |
Parameter callback should be final. | 639 | |
Method 'setRetrieveCustomWidgetCallback' is not designed for extension - needs to be abstract, final or empty. | 643 | |
Missing a Javadoc comment. | 643 | |
Parameter callback should be final. | 643 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Method 'getPreviewNaturalLanguageTranslation' is not designed for extension - needs to be abstract, final or empty. | 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 'setPreviewNaturalLanguageTranslation' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Parameter previewNaturalLanguageTranslation should be final. | 37 | |
'previewNaturalLanguageTranslation' hides a field. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
'{' is not followed by whitespace. | 34 | |
'}' is not preceded with whitespace. | 34 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 36 | |
Parameter reqComponentInfo should be final. | 36 | |
'reqComponentInfo' hides a field. | 36 | |
Method 'getReqComponentInfo' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReqComponentInfo' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter reqComponentInfo should be final. | 45 | |
'reqComponentInfo' hides a field. | 45 | |
Line has trailing spaces. | 47 | |
Method 'getTypeDesc' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setTypeDesc' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter typeDesc should be final. | 53 | |
'typeDesc' hides a field. | 53 | |
Line has trailing spaces. | 56 | |
Method 'isDirty' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Method 'setDirty' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter dirty should be final. | 61 | |
'dirty' hides a field. | 61 | |
Method 'getClusetId' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Method 'setClusetId' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter clusetId should be final. | 69 | |
'clusetId' hides a field. | 69 | |
Line has trailing spaces. | 72 | |
Method 'getGuiReferenceLabelId' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Method 'setGuiReferenceLabelId' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter guiReferenceLabelId should be final. | 77 | |
'guiReferenceLabelId' hides a field. | 77 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Line has trailing spaces. | 83 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Parameter id should be final. | 88 | |
'id' hides a field. | 88 | |
Definition of 'equals()' without corresponding definition of 'hashCode()'. | 92 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Parameter obj should be final. | 93 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Line is longer than 80 characters. | 103 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - com.google.gwt.user.client.ui.*. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Line is longer than 80 characters. | 57 | |
Missing a Javadoc comment. | 57 | |
Line has trailing spaces. | 58 | |
Missing a Javadoc comment. | 59 | |
Parameter parent should be final. | 59 | |
'parent' hides a field. | 59 | |
Line is longer than 80 characters. | 65 | |
Method 'setRule' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter rule should be final. | 89 | |
'rule' hides a field. | 89 | |
Missing a Javadoc comment. | 94 | |
Parameter event should be final. | 97 | |
Line is longer than 80 characters. | 103 | |
Line has trailing spaces. | 111 | |
Parameter event should be final. | 113 | |
Line has trailing spaces. | 115 | |
'if' is not followed by whitespace. | 115 | |
'37' is a magic number. | 115 | |
'||' is not followed by whitespace. | 116 | |
'38' is a magic number. | 116 | |
'||' is not followed by whitespace. | 117 | |
'39' is a magic number. | 117 | |
'||' is not followed by whitespace. | 118 | |
'40' is a magic number. | 118 | |
'{' is not preceded with whitespace. | 118 | |
Parameter event should be final. | 125 | |
Line is longer than 80 characters. | 134 | |
'?' should be on a new line. | 134 | |
Avoid inline conditionals. | 134 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 143 | |
Line is longer than 80 characters. | 144 | |
'?' should be on a new line. | 144 | |
Avoid inline conditionals. | 144 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 154 | |
Line has trailing spaces. | 166 | |
Parameter event should be final. | 168 | |
Missing a Javadoc comment. | 181 | |
Line has trailing spaces. | 187 | |
Line is longer than 80 characters. | 187 | |
Avoid inline conditionals. | 187 | |
Line has trailing spaces. | 195 | |
Line is longer than 80 characters. | 195 | |
Missing a Javadoc comment. | 200 | |
Parameter missingRCs should be final. | 200 | |
Line has trailing spaces. | 202 | |
Line has trailing spaces. | 215 | |
Line is longer than 80 characters. | 217 | |
Line is longer than 80 characters. | 218 | |
Line has trailing spaces. | 219 | |
Line has trailing spaces. | 221 | |
Line has trailing spaces. | 223 | |
Missing a Javadoc comment. | 224 | |
Parameter errorMessages should be final. | 224 | |
Missing a Javadoc comment. | 238 | |
Parameter enabled should be final. | 238 | |
Line has trailing spaces. | 241 | |
Method 'setEnabledView' is not designed for extension - needs to be abstract, final or empty. | 248 | |
Missing a Javadoc comment. | 248 | |
Parameter enabled should be final. | 248 | |
Line is longer than 80 characters. | 254 | |
Method 'addReqCompEditButtonClickCallback' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Missing a Javadoc comment. | 254 | |
Parameter callback should be final. | 254 | |
Method 'addRuleChangedButtonClickCallback' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Missing a Javadoc comment. | 258 | |
Parameter callback should be final. | 258 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 39 | |
Method 'checkMissingRCs' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter missingRCs should be final. | 39 | |
Parameter rcs should be final. | 39 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 67 | |
Method 'validateExpression' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter errorMessages should be final. | 67 | |
Parameter validRCs should be final. | 67 | |
Line has trailing spaces. | 70 | |
Line has trailing spaces. | 71 | |
Line is longer than 80 characters. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter errorMessages should be final. | 72 | |
Parameter validRCs should be final. | 72 | |
Line has trailing spaces. | 80 | |
Expression can be simplified. | 81 | |
Line is longer than 80 characters. | 86 | |
Expression can be simplified. | 86 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 115 | |
Line has trailing spaces. | 127 | |
Missing a Javadoc comment. | 128 | |
Parameter tokenList should be final. | 128 | |
'tokenList' hides a field. | 128 | |
Parameter type should be final. | 128 | |
Line is longer than 80 characters. | 138 | |
Missing a Javadoc comment. | 138 | |
Parameter errorMessages should be final. | 138 | |
Parameter tokenList should be final. | 138 | |
'tokenList' hides a field. | 138 | |
Parameter currentIndex should be final. | 138 | |
'?' is not preceded with whitespace. | 139 | |
Avoid inline conditionals. | 139 | |
':' should be on a new line. | 139 | |
Line is longer than 80 characters. | 141 | |
'?' is not preceded with whitespace. | 141 | |
Avoid inline conditionals. | 141 | |
':' should be on a new line. | 141 | |
Line is longer than 80 characters. | 144 | |
Expression can be simplified. | 144 | |
Line is longer than 80 characters. | 148 | |
Expression can be simplified. | 148 | |
Line is longer than 80 characters. | 155 | |
Missing a Javadoc comment. | 155 | |
Parameter errorMessages should be final. | 155 | |
Parameter tokenList should be final. | 155 | |
'tokenList' hides a field. | 155 | |
Parameter currentIndex should be final. | 155 | |
'?' is not preceded with whitespace. | 156 | |
Avoid inline conditionals. | 156 | |
':' should be on a new line. | 156 | |
Line is longer than 80 characters. | 158 | |
'?' is not preceded with whitespace. | 158 | |
Avoid inline conditionals. | 158 | |
':' should be on a new line. | 158 | |
Line is longer than 80 characters. | 161 | |
Expression can be simplified. | 161 | |
Line is longer than 80 characters. | 165 | |
Expression can be simplified. | 165 | |
Line is longer than 80 characters. | 172 | |
Missing a Javadoc comment. | 172 | |
Parameter errorMessages should be final. | 172 | |
Parameter tokenList should be final. | 172 | |
'tokenList' hides a field. | 172 | |
Parameter currentIndex should be final. | 172 | |
'?' is not preceded with whitespace. | 173 | |
Avoid inline conditionals. | 173 | |
':' should be on a new line. | 173 | |
Line is longer than 80 characters. | 175 | |
'?' is not preceded with whitespace. | 175 | |
Avoid inline conditionals. | 175 | |
':' should be on a new line. | 175 | |
Line is longer than 80 characters. | 178 | |
Expression can be simplified. | 178 | |
Line is longer than 80 characters. | 182 | |
Expression can be simplified. | 182 | |
Line is longer than 80 characters. | 189 | |
Missing a Javadoc comment. | 189 | |
Parameter errorMessages should be final. | 189 | |
Parameter tokenList should be final. | 189 | |
'tokenList' hides a field. | 189 | |
Parameter currentIndex should be final. | 189 | |
'?' is not preceded with whitespace. | 190 | |
Avoid inline conditionals. | 190 | |
':' should be on a new line. | 190 | |
Line is longer than 80 characters. | 192 | |
'?' is not preceded with whitespace. | 192 | |
Avoid inline conditionals. | 192 | |
':' should be on a new line. | 192 | |
Line is longer than 80 characters. | 195 | |
Expression can be simplified. | 195 | |
Line is longer than 80 characters. | 199 | |
Expression can be simplified. | 199 | |
Line is longer than 80 characters. | 206 | |
Missing a Javadoc comment. | 206 | |
Parameter errorMessages should be final. | 206 | |
Parameter tokenList should be final. | 206 | |
'tokenList' hides a field. | 206 | |
Parameter currentIndex should be final. | 206 | |
Parameter validRCs should be final. | 207 | |
'?' is not preceded with whitespace. | 208 | |
Avoid inline conditionals. | 208 | |
':' should be on a new line. | 208 | |
Line is longer than 80 characters. | 210 | |
'?' is not preceded with whitespace. | 210 | |
Avoid inline conditionals. | 210 | |
':' should be on a new line. | 210 | |
Line is longer than 80 characters. | 213 | |
Expression can be simplified. | 213 | |
Line is longer than 80 characters. | 217 | |
Expression can be simplified. | 217 | |
'&&' should be on a new line. | 226 | |
Line is longer than 80 characters. | 227 | |
Line has trailing spaces. | 238 | |
Line is longer than 80 characters. | 239 | |
Method 'parseExpressionIntoTree' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Missing a Javadoc comment. | 239 | |
Parameter expression should be final. | 239 | |
'expression' hides a field. | 239 | |
Parameter statementVO should be final. | 239 | |
Parameter statementType should be final. | 239 | |
Line is longer than 80 characters. | 242 | |
Line has trailing spaces. | 249 | |
Line is longer than 80 characters. | 250 | |
Method 'parseExpressionIntoStatementVO' is not designed for extension - needs to be abstract, final or empty. | 250 | |
Missing a Javadoc comment. | 250 | |
Parameter expression should be final. | 250 | |
'expression' hides a field. | 250 | |
Parameter statementVO should be final. | 250 | |
Parameter statementType should be final. | 250 | |
'tokenList' hides a field. | 261 | |
'if' construct must use '{}'s. | 262 | |
Line is longer than 80 characters. | 262 | |
',' is not followed by whitespace. | 271 | |
Line has trailing spaces. | 275 | |
Line is longer than 80 characters. | 276 | |
Missing a Javadoc comment. | 276 | |
Parameter rcs should be final. | 276 | |
Parameter guiKey should be final. | 276 | |
Line is longer than 80 characters. | 280 | |
Line has trailing spaces. | 288 | |
First sentence should end with a period. | 289 | |
Expected an @return tag. | 290 | |
Line is longer than 80 characters. | 290 | |
Parameter rpnList should be final. | 290 | |
Expected @param tag for 'rpnList'. | 290 | |
Parameter rcs should be final. | 290 | |
Expected @param tag for 'rcs'. | 290 | |
Parameter statementType should be final. | 290 | |
Expected @param tag for 'statementType'. | 290 | |
Line has trailing spaces. | 291 | |
Line is longer than 80 characters. | 298 | |
Line is longer than 80 characters. | 309 | |
Line is longer than 80 characters. | 331 | |
Line is longer than 80 characters. | 332 | |
Line is longer than 80 characters. | 337 | |
'cast' is not followed by whitespace. | 337 | |
'cast' is not followed by whitespace. | 339 | |
Line is longer than 80 characters. | 342 | |
'cast' is not followed by whitespace. | 342 | |
'cast' is not followed by whitespace. | 344 | |
Line has trailing spaces. | 347 | |
Line has trailing spaces. | 353 | |
Line is longer than 80 characters. | 356 | |
'cast' is not followed by whitespace. | 356 | |
'cast' is not followed by whitespace. | 358 | |
Line has trailing spaces. | 364 | |
Line is longer than 80 characters. | 365 | |
Missing a Javadoc comment. | 365 | |
Parameter op should be final. | 365 | |
Parameter rc should be final. | 365 | |
Parameter statementType should be final. | 365 | |
Line has trailing spaces. | 374 | |
Line is longer than 80 characters. | 376 | |
Line has trailing spaces. | 378 | |
Line has trailing spaces. | 380 | |
Expected an @return tag. | 382 | |
Parameter nodeList should be final. | 382 | |
Expected @param tag for 'nodeList'. | 382 | |
Line is longer than 80 characters. | 396 | |
Expression can be simplified. | 396 | |
Line is longer than 80 characters. | 399 | |
Expression can be simplified. | 399 | |
Line is longer than 80 characters. | 404 | |
';' is not followed by whitespace. | 407 | |
Expression can be simplified. | 410 | |
Expression can be simplified. | 413 | |
Line has trailing spaces. | 417 | |
Missing a Javadoc comment. | 418 | |
Parameter tokenList should be final. | 418 | |
'tokenList' hides a field. | 418 | |
Line has trailing spaces. | 427 | |
Missing a Javadoc comment. | 428 | |
Parameter tokenValueList should be final. | 428 | |
'tokenList' hides a field. | 429 | |
Line has trailing spaces. | 463 | |
Missing a Javadoc comment. | 464 | |
Parameter expression should be final. | 464 | |
'expression' hides a field. | 464 | |
Method 'setExpression' is not designed for extension - needs to be abstract, final or empty. | 486 | |
Missing a Javadoc comment. | 486 | |
Parameter expression should be final. | 486 | |
'expression' hides a field. | 486 | |
Method 'getExpression' is not designed for extension - needs to be abstract, final or empty. | 492 | |
Missing a Javadoc comment. | 492 | |
Line has trailing spaces. | 494 | |
Line has trailing spaces. | 495 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Method 'createNewStatementVO' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 39 | |
'statementVO' hides a field. | 39 | |
Line has trailing spaces. | 43 | |
Method 'getStatementTree' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Avoid inline conditionals. | 45 | |
Line has trailing spaces. | 47 | |
Method 'getEditHistory' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'setEditHistory' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter editHistory should be final. | 52 | |
'editHistory' hides a field. | 52 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter selectedStatementVOs should be final. | 56 | |
Parameter selectedReqComponentVOs should be final. | 56 | |
Line is longer than 80 characters. | 60 | |
'?' is not preceded with whitespace. | 60 | |
Avoid inline conditionals. | 60 | |
Line is longer than 80 characters. | 61 | |
'?' is not preceded with whitespace. | 61 | |
Avoid inline conditionals. | 61 | |
Line has trailing spaces. | 63 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 69 | |
Line has trailing spaces. | 71 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
Line has trailing spaces. | 90 | |
'if' construct must use '{}'s. | 92 | |
Line has trailing spaces. | 93 | |
Line is longer than 80 characters. | 94 | |
'?' is not preceded with whitespace. | 94 | |
Avoid inline conditionals. | 94 | |
Line has trailing spaces. | 95 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 98 | |
Method 'statementVOIsGroupAble' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 113 | |
Line has trailing spaces. | 115 | |
Method 'insertOR' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Line is longer than 80 characters. | 118 | |
'if' construct must use '{}'s. | 121 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 136 | |
Line has trailing spaces. | 143 | |
Method 'insertAND' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Line is longer than 80 characters. | 146 | |
'if' construct must use '{}'s. | 149 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 164 | |
Line has trailing spaces. | 169 | |
Line has trailing spaces. | 172 | |
Method 'statementVOIsDegroupAble' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Missing a Javadoc comment. | 173 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 176 | |
Line has trailing spaces. | 178 | |
Line is longer than 80 characters. | 179 | |
Missing a Javadoc comment. | 179 | |
Parameter selectedStatementVOs should be final. | 179 | |
Parameter selectedReqComponentVOs should be final. | 179 | |
Line has trailing spaces. | 185 | |
Line is longer than 80 characters. | 185 | |
'||' should be on a new line. | 185 | |
Line is longer than 80 characters. | 186 | |
Line has trailing spaces. | 191 | |
Expression can be simplified. | 202 | |
'else' is not followed by whitespace. | 203 | |
'{' is not preceded with whitespace. | 203 | |
Expression can be simplified. | 204 | |
Line has trailing spaces. | 206 | |
Line is longer than 80 characters. | 207 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 210 | |
Line has trailing spaces. | 214 | |
':' should be on a new line. | 214 | |
'&&' should be on a new line. | 216 | |
Line is longer than 80 characters. | 217 | |
Line is longer than 80 characters. | 224 | |
Expression can be simplified. | 232 | |
Line is longer than 80 characters. | 233 | |
Expression can be simplified. | 234 | |
Line is longer than 80 characters. | 235 | |
Expression can be simplified. | 236 | |
Line has trailing spaces. | 243 | |
Method 'deleteItem' is not designed for extension - needs to be abstract, final or empty. | 244 | |
Missing a Javadoc comment. | 244 | |
Line is longer than 80 characters. | 246 | |
'if' construct must use '{}'s. | 248 | |
Line is longer than 80 characters. | 248 | |
Line is longer than 80 characters. | 253 | |
Line has trailing spaces. | 259 | |
Line is longer than 80 characters. | 260 | |
Line has trailing spaces. | 261 | |
Line is longer than 80 characters. | 267 | |
Line is longer than 80 characters. | 271 | |
Line is longer than 80 characters. | 278 | |
Method 'isAddToGroupOK' is not designed for extension - needs to be abstract, final or empty. | 284 | |
Missing a Javadoc comment. | 284 | |
Line is longer than 80 characters. | 286 | |
Line is longer than 80 characters. | 290 | |
Missing a Javadoc comment. | 290 | |
Parameter selectedStatementVOs should be final. | 290 | |
Parameter selectedReqComponentVOs should be final. | 290 | |
Line is longer than 80 characters. | 291 | |
'?' is not preceded with whitespace. | 291 | |
Avoid inline conditionals. | 291 | |
Line is longer than 80 characters. | 292 | |
'?' is not preceded with whitespace. | 292 | |
Avoid inline conditionals. | 292 | |
Line has trailing spaces. | 296 | |
Method 'addToGroup' is not designed for extension - needs to be abstract, final or empty. | 297 | |
Missing a Javadoc comment. | 297 | |
Line is longer than 80 characters. | 299 | |
'if' construct must use '{}'s. | 302 | |
Line is longer than 80 characters. | 302 | |
Line is longer than 80 characters. | 305 | |
Line is longer than 80 characters. | 307 | |
'if' construct must use '{}'s. | 308 | |
Line is longer than 80 characters. | 311 | |
'&&' should be on a new line. | 313 | |
'&&' should be on a new line. | 314 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 317 | |
Line is longer than 80 characters. | 321 | |
Line has trailing spaces. | 331 | |
Method 'getSelectedStatementVOs' is not designed for extension - needs to be abstract, final or empty. | 332 | |
Missing a Javadoc comment. | 332 | |
Line is longer than 80 characters. | 333 | |
'?' is not preceded with whitespace. | 333 | |
Avoid inline conditionals. | 333 | |
Line has trailing spaces. | 335 | |
Method 'getSelectedReqComponentVOs' is not designed for extension - needs to be abstract, final or empty. | 336 | |
Missing a Javadoc comment. | 336 | |
Line is longer than 80 characters. | 337 | |
'?' is not preceded with whitespace. | 337 | |
Avoid inline conditionals. | 337 | |
Method 'getStatementVO' is not designed for extension - needs to be abstract, final or empty. | 340 | |
Missing a Javadoc comment. | 340 | |
Method 'setStatementVO' is not designed for extension - needs to be abstract, final or empty. | 344 | |
Missing a Javadoc comment. | 344 | |
Parameter statementVO should be final. | 344 | |
'statementVO' hides a field. | 344 | |
Line has trailing spaces. | 347 | |
Method 'getExpression' is not designed for extension - needs to be abstract, final or empty. | 348 | |
Missing a Javadoc comment. | 348 | |
'?' is not preceded with whitespace. | 349 | |
Avoid inline conditionals. | 349 | |
Method 'isSimplifying' is not designed for extension - needs to be abstract, final or empty. | 352 | |
Missing a Javadoc comment. | 352 | |
Method 'setSimplifying' is not designed for extension - needs to be abstract, final or empty. | 356 | |
Missing a Javadoc comment. | 356 | |
Parameter simplifying should be final. | 356 | |
'simplifying' hides a field. | 356 | |
Method 'getStatementTypeKey' is not designed for extension - needs to be abstract, final or empty. | 360 | |
Missing a Javadoc comment. | 360 | |
Line is longer than 80 characters. | 361 | |
'?' is not preceded with whitespace. | 361 | |
Avoid inline conditionals. | 361 | |
':' should be on a new line. | 361 | |
Line contains a tab character. | 363 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 14 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Name 'objectView' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 | |
Missing a Javadoc comment. | 24 | |
Name 'logicView' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
Missing a Javadoc comment. | 25 | |
Name 'previewView' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
Parameter result should be final. | 38 | |
Parameter result should be final. | 48 | |
Line has trailing spaces. | 52 | |
Parameter result should be final. | 57 | |
Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter rule should be final. | 66 | |
'rule' hides a field. | 66 | |
Parameter ruleChanged should be final. | 66 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 70 | |
Line has trailing spaces. | 72 | |
Missing a Javadoc comment. | 76 | |
Parameter ruleChanged should be final. | 76 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 88 | |
Line is longer than 80 characters. | 92 | |
Method 'updateObjectRule' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter rule should be final. | 93 | |
'rule' hides a field. | 93 | |
Line is longer than 80 characters. | 98 | |
Method 'setReqCompEditButtonClickCallback' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter callback should be final. | 98 | |
Method 'setRuleChangedButtonClickCallback' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter callback should be final. | 103 | |
Method 'getStatementTreeViewInfo' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter enabled should be final. | 112 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Parameter n should be final. | 45 | |
Line has trailing spaces. | 48 | |
Missing a Javadoc comment. | 49 | |
Parameter n should be final. | 49 | |
Parameter showControls should be final. | 49 | |
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 53 | |
Parameter n should be final. | 53 | |
Parameter showControls should be final. | 53 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 59 | |
Method 'drawNode' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter n should be final. | 59 | |
Parameter ruleTable should be final. | 59 | |
Parameter rowIndex should be final. | 59 | |
Parameter columnIndex should be final. | 59 | |
Line is longer than 80 characters. | 70 | |
Avoid inline conditionals. | 70 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 76 | |
Avoid inline conditionals. | 76 | |
Line has trailing spaces. | 78 | |
Line is longer than 80 characters. | 80 | |
Avoid inline conditionals. | 80 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 85 | |
Line has trailing spaces. | 87 | |
Line is longer than 80 characters. | 91 | |
Avoid inline conditionals. | 91 | |
Line has trailing spaces. | 96 | |
Line has trailing spaces. | 98 | |
Line is longer than 80 characters. | 103 | |
Line has trailing spaces. | 110 | |
Method 'isSelected' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
'{' is not preceded with whitespace. | 118 | |
Method 'isShowCheckbox' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Method 'setShowCheckbox' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter showCheckbox should be final. | 126 | |
'showCheckbox' hides a field. | 126 | |
Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Method 'addEditClauseHandler' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter ch should be final. | 134 | |
Method 'clearEditClauseHandler' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Line has trailing spaces. | 144 | |
Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter enabled should be final. | 146 | |
Line has trailing spaces. | 154 | |
Method 'isEditMode' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Method 'setEditMode' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter editMode should be final. | 163 | |
'editMode' hides a field. | 163 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter internalProgReqID should be final. | 45 | |
'internalProgReqID' hides a field. | 45 | |
Parameter ruleName should be final. | 45 | |
Parameter ruleCreditsText should be final. | 45 | |
Parameter ruleDesc should be final. | 45 | |
Parameter stmtTreeInfo should be final. | 45 | |
'stmtTreeInfo' hides a field. | 45 | |
Line is longer than 80 characters. | 46 | |
Parameter isReadOnly should be final. | 46 | |
'isReadOnly' hides a field. | 46 | |
Parameter clusetWidgets should be final. | 46 | |
'clusetWidgets' hides a field. | 46 | |
Line is longer than 80 characters. | 65 | |
Method 'updateProgInfoFields' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter ruleName should be final. | 65 | |
Parameter ruleCreditsText should be final. | 65 | |
Parameter ruleDesc should be final. | 65 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 75 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 91 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 116 | |
Line has trailing spaces. | 122 | |
Line is longer than 80 characters. | 122 | |
'{' is not preceded with whitespace. | 125 | |
Parameter event should be final. | 126 | |
'{' is not preceded with whitespace. | 134 | |
Parameter event should be final. | 135 | |
Line is longer than 80 characters. | 136 | |
'{' is not preceded with whitespace. | 137 | |
Parameter event should be final. | 139 | |
Line is longer than 80 characters. | 154 | |
Method 'removeSubRule' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Parameter subRuleWidget should be final. | 154 | |
Parameter subTree should be final. | 154 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 180 | |
Line has trailing spaces. | 191 | |
Missing a Javadoc comment. | 200 | |
Line has trailing spaces. | 210 | |
Line is longer than 80 characters. | 210 | |
Line has trailing spaces. | 214 | |
Missing a Javadoc comment. | 214 | |
Missing a Javadoc comment. | 221 | |
Parameter operator should be final. | 221 | |
Line is longer than 80 characters. | 222 | |
Avoid inline conditionals. | 222 | |
Line has trailing spaces. | 224 | |
Method 'addProgReqEditButtonClickHandler' is not designed for extension - needs to be abstract, final or empty. | 227 | |
Missing a Javadoc comment. | 227 | |
Parameter handler should be final. | 227 | |
Method 'addProgReqDeleteButtonClickHandler' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Missing a Javadoc comment. | 231 | |
Parameter handler should be final. | 231 | |
Method 'addSubRuleAddButtonClickHandler' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Missing a Javadoc comment. | 235 | |
Parameter handler should be final. | 235 | |
Line is longer than 80 characters. | 239 | |
Method 'addSubRuleEditButtonClickHandler' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Missing a Javadoc comment. | 239 | |
Parameter callback should be final. | 239 | |
Method 'addSubRuleDeleteCallback' is not designed for extension - needs to be abstract, final or empty. | 243 | |
Missing a Javadoc comment. | 243 | |
Parameter callback should be final. | 243 | |
Method 'getStatementTreeViewInfo' is not designed for extension - needs to be abstract, final or empty. | 247 | |
Missing a Javadoc comment. | 247 | |
Method 'getInternalProgReqID' is not designed for extension - needs to be abstract, final or empty. | 251 | |
Missing a Javadoc comment. | 251 | |
Missing a Javadoc comment. | 255 | |
Missing a Javadoc comment. | 256 | |
Missing a Javadoc comment. | 258 | |
Method 'getSubrule' is not designed for extension - needs to be abstract, final or empty. | 260 | |
Missing a Javadoc comment. | 260 | |
Method 'setSubrule' is not designed for extension - needs to be abstract, final or empty. | 264 | |
Missing a Javadoc comment. | 264 | |
Parameter subrule should be final. | 264 | |
'subrule' hides a field. | 264 | |
Method 'getInternalProgReqID' is not designed for extension - needs to be abstract, final or empty. | 268 | |
Missing a Javadoc comment. | 268 | |
Method 'setInternalProgReqID' is not designed for extension - needs to be abstract, final or empty. | 272 | |
Missing a Javadoc comment. | 272 | |
Parameter internalProgReqID should be final. | 272 | |
'internalProgReqID' hides a field. | 272 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 37 | |
Parameter showCheckbox should be final. | 37 | |
Missing a Javadoc comment. | 46 | |
Parameter root should be final. | 46 | |
Line is longer than 80 characters. | 55 | |
'cast' is not followed by whitespace. | 55 | |
Line has trailing spaces. | 59 | |
Method 'buildTable' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter root should be final. | 60 | |
Line is longer than 80 characters. | 65 | |
'cast' is not followed by whitespace. | 65 | |
Expression can be simplified. | 66 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 76 | |
'cast' is not followed by whitespace. | 76 | |
Line has trailing spaces. | 83 | |
Method 'getCellFormatter' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Line has trailing spaces. | 86 | |
Line is longer than 80 characters. | 88 | |
Method 'addTextClickHandler' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter textClickHandler should be final. | 88 | |
Line has trailing spaces. | 90 | |
Line has trailing spaces. | 91 | |
Method 'addEditClauseHandler' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter editClauseHandler should be final. | 92 | |
First sentence should end with a period. | 101 | |
Line has trailing spaces. | 102 | |
Parameter node should be final. | 106 | |
Parameter columnIndex should be final. | 106 | |
Expected @param tag for 'columnIndex'. | 106 | |
Line is longer than 80 characters. | 117 | |
'cast' is not followed by whitespace. | 117 | |
Line is longer than 80 characters. | 119 | |
Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter enabled should be final. | 127 | |
Line has trailing spaces. | 135 | |
Method 'getRuleNodeWidget' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter node should be final. | 136 | |
'=' is not followed by whitespace. | 139 | |
Line has trailing spaces. | 148 | |
First sentence should end with a period. | 149 | |
Line has trailing spaces. | 151 | |
Expected an @return tag. | 154 | |
Method 'getParentRowIndex' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Parameter node should be final. | 154 | |
Line has trailing spaces. | 169 | |
Missing a Javadoc comment. | 170 | |
Parameter node should be final. | 170 | |
Line has trailing spaces. | 190 | |
Method 'addClickHandler' is not designed for extension - needs to be abstract, final or empty. | 191 | |
Missing a Javadoc comment. | 191 | |
Parameter clickHandler should be final. | 191 | |
Line has trailing spaces. | 194 | |
Method 'getCellForEvent' is not designed for extension - needs to be abstract, final or empty. | 195 | |
Missing a Javadoc comment. | 195 | |
Parameter clickEvent should be final. | 195 | |
Line has trailing spaces. | 198 | |
Method 'getWidget' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Missing a Javadoc comment. | 199 | |
Parameter row should be final. | 199 | |
Parameter column should be final. | 199 | |
Line has trailing spaces. | 202 | |
Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 203 | |
Missing a Javadoc comment. | 203 | |
Method 'isShowControls' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Missing a Javadoc comment. | 211 | |
Method 'setShowControls' is not designed for extension - needs to be abstract, final or empty. | 215 | |
Missing a Javadoc comment. | 215 | |
Parameter showControls should be final. | 215 | |
'showControls' hides a field. | 215 |
Violation | Message | Line |
---|---|---|
Unused import - org.kuali.student.common.ui.client.widgets.KSPlaceholder. | 23 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 70 | |
Method length is 203 lines (max allowed is 150). | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter event should be final. | 92 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 119 | |
Parameter event should be final. | 123 | |
Line is longer than 80 characters. | 129 | |
'rule' hides a field. | 133 | |
Parameter event should be final. | 140 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 146 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 149 | |
Parameter event should be final. | 156 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 165 | |
Parameter event should be final. | 172 | |
Line is longer than 80 characters. | 176 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 186 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 194 | |
Parameter event should be final. | 200 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 213 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 218 | |
Line is longer than 80 characters. | 222 | |
Parameter event should be final. | 228 | |
Line is longer than 80 characters. | 231 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 240 | |
Line is longer than 80 characters. | 244 | |
Avoid inline conditionals. | 244 | |
Parameter event should be final. | 250 | |
Line is longer than 80 characters. | 253 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 265 | |
Parameter event should be final. | 271 | |
Line is longer than 80 characters. | 276 | |
Parameter event should be final. | 281 | |
Line is longer than 80 characters. | 286 | |
Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 292 | |
Missing a Javadoc comment. | 292 | |
Line is longer than 80 characters. | 296 | |
Line is longer than 80 characters. | 297 | |
Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 297 | |
Missing a Javadoc comment. | 297 | |
Parameter stmtTreeInfo should be final. | 297 | |
Parameter newRule should be final. | 297 | |
Parameter ruleChanged should be final. | 297 | |
Line is longer than 80 characters. | 299 | |
Missing a Javadoc comment. | 312 | |
Line is longer than 80 characters. | 318 | |
Line is longer than 80 characters. | 335 | |
Missing a Javadoc comment. | 341 | |
Parameter unsimplified should be final. | 341 | |
Line is longer than 80 characters. | 345 | |
Line is longer than 80 characters. | 349 | |
Line is longer than 80 characters. | 350 | |
'1000' is a magic number. | 353 | |
Method 'setEnabledView' is not designed for extension - needs to be abstract, final or empty. | 356 | |
Missing a Javadoc comment. | 356 | |
Parameter enabled should be final. | 356 | |
Method 'setEnableButtons' is not designed for extension - needs to be abstract, final or empty. | 362 | |
Missing a Javadoc comment. | 362 | |
Parameter enabled should be final. | 362 | |
Line is longer than 80 characters. | 364 | |
Line is longer than 80 characters. | 365 | |
Line is longer than 80 characters. | 370 | |
Line is longer than 80 characters. | 371 | |
Missing a Javadoc comment. | 385 | |
Line is longer than 80 characters. | 386 | |
Line is longer than 80 characters. | 387 | |
'?' is not preceded with whitespace. | 388 | |
Avoid inline conditionals. | 388 | |
'?' is not preceded with whitespace. | 389 | |
Avoid inline conditionals. | 389 | |
Missing a Javadoc comment. | 394 | |
Parameter type should be final. | 394 | |
Line is longer than 80 characters. | 396 | |
'cast' is not followed by whitespace. | 397 | |
Missing a Javadoc comment. | 403 | |
Line is longer than 80 characters. | 404 | |
Line is longer than 80 characters. | 405 | |
Missing a Javadoc comment. | 412 | |
Line contains a tab character. | 416 | |
Method 'getRule' is not designed for extension - needs to be abstract, final or empty. | 446 | |
Missing a Javadoc comment. | 446 | |
Method 'setRule' is not designed for extension - needs to be abstract, final or empty. | 450 | |
Missing a Javadoc comment. | 450 | |
Parameter rule should be final. | 450 | |
'rule' hides a field. | 450 | |
Line is longer than 80 characters. | 454 | |
Method 'addReqCompEditButtonClickCallback' is not designed for extension - needs to be abstract, final or empty. | 454 | |
Missing a Javadoc comment. | 454 | |
Parameter callback should be final. | 454 | |
Method 'addRuleChangedButtonClickCallback' is not designed for extension - needs to be abstract, final or empty. | 458 | |
Missing a Javadoc comment. | 458 | |
Parameter callback should be final. | 458 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Utility classes should not have a public or default constructor. | 31 | |
Missing a Javadoc comment. | 33 | |
Parameter inStatementVO should be final. | 33 | |
Missing a Javadoc comment. | 38 | |
Parameter inStatementVO should be final. | 38 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 61 | |
Parameter inStatementInfo should be final. | 61 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 71 | |
Missing a Javadoc comment. | 79 | |
Parameter inAttributes should be final. | 79 | |
Missing a Javadoc comment. | 88 | |
Parameter inMetaInfo should be final. | 88 | |
Line is longer than 80 characters. | 94 | |
'cast' is not followed by whitespace. | 94 | |
Line is longer than 80 characters. | 98 | |
'cast' is not followed by whitespace. | 98 | |
Missing a Javadoc comment. | 105 | |
Parameter inReqComponentVO should be final. | 105 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter inReqComponentInfo should be final. | 118 | |
Line contains a tab character. | 119 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 125 | |
'cast' is not followed by whitespace. | 125 | |
Line is longer than 80 characters. | 129 | |
'cast' is not followed by whitespace. | 129 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
'cast' is not followed by whitespace. | 138 | |
Line is longer than 80 characters. | 144 | |
Missing a Javadoc comment. | 144 | |
Parameter inReqComponentInfos should be final. | 144 | |
Missing a Javadoc comment. | 155 | |
Parameter inReqCompFieldInfo should be final. | 155 | |
Line is longer than 80 characters. | 166 | |
Missing a Javadoc comment. | 166 | |
Parameter inReqComponentTypeInfo should be final. | 166 | |
Line is longer than 80 characters. | 175 | |
Line is longer than 80 characters. | 176 | |
Line is longer than 80 characters. | 187 | |
Missing a Javadoc comment. | 187 | |
Parameter inStatementTreeViewInfo should be final. | 187 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 194 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 199 | |
Line is longer than 80 characters. | 201 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 210 | |
Line is longer than 80 characters. | 211 | |
Line is longer than 80 characters. | 213 | |
Line is longer than 80 characters. | 217 | |
Missing a Javadoc comment. | 224 | |
Parameter fieldType should be final. | 224 | |
Line is longer than 80 characters. | 225 | |
'||' should be on a new line. | 225 | |
Line is longer than 80 characters. | 226 | |
Missing a Javadoc comment. | 229 | |
Parameter fieldType should be final. | 229 | |
Line is longer than 80 characters. | 230 | |
'||' should be on a new line. | 230 | |
Line is longer than 80 characters. | 231 | |
Missing a Javadoc comment. | 234 | |
Parameter fieldType should be final. | 234 | |
Line is longer than 80 characters. | 235 | |
'||' should be on a new line. | 235 | |
Line is longer than 80 characters. | 236 | |
Missing a Javadoc comment. | 239 | |
Parameter fieldType should be final. | 239 | |
Line is longer than 80 characters. | 240 | |
Missing a Javadoc comment. | 243 | |
Parameter fieldType should be final. | 243 | |
Line is longer than 80 characters. | 244 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 40 | |
Method 'setStatementTreeViewInfo' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter stmtTreeInfo should be final. | 41 | |
Method 'getStatementTreeViewInfo' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Line is longer than 80 characters. | 57 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 66 | |
Parameter statementInfo should be final. | 66 | |
'statementInfo' hides a field. | 66 | |
Method 'printTree' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter node should be final. | 70 | |
',' is not followed by whitespace. | 76 | |
',' is not followed by whitespace. | 84 | |
'}' should be on the same line. | 85 | |
'else' construct must use '{}'s. | 86 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 104 | |
Expected an @return tag. | 108 | |
Line is longer than 80 characters. | 108 | |
Method 'getEnclosingStatementVO' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Parameter root should be final. | 108 | |
Expected @param tag for 'root'. | 108 | |
Parameter reqComponentVO should be final. | 108 | |
Expected @param tag for 'reqComponentVO'. | 108 | |
Line is longer than 80 characters. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter statementVO should be final. | 112 | |
Parameter reqComponentVO should be final. | 112 | |
Line is longer than 80 characters. | 114 | |
'statementVOs' hides a field. | 114 | |
'?' is not preceded with whitespace. | 114 | |
Avoid inline conditionals. | 114 | |
Line is longer than 80 characters. | 115 | |
'reqComponentVOs' hides a field. | 115 | |
'?' is not preceded with whitespace. | 115 | |
Avoid inline conditionals. | 115 | |
Line is longer than 80 characters. | 119 | |
'}' should be on the same line. | 125 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 145 | |
Method 'getParentStatementVO' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter root should be final. | 145 | |
Parameter nodeStatement should be final. | 145 | |
Line is longer than 80 characters. | 155 | |
Missing a Javadoc comment. | 155 | |
Parameter statementVO should be final. | 155 | |
Parameter nodeStatement should be final. | 155 | |
Line is longer than 80 characters. | 162 | |
Missing a Javadoc comment. | 198 | |
Line is longer than 80 characters. | 199 | |
Line is longer than 80 characters. | 200 | |
Line is longer than 80 characters. | 205 | |
Missing a Javadoc comment. | 205 | |
Parameter statementVO should be final. | 205 | |
Parameter seenRCs should be final. | 205 | |
'&&' should be on a new line. | 206 | |
'&&' should be on a new line. | 212 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 217 | |
Method 'addStatementVO' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Missing a Javadoc comment. | 226 | |
Parameter statementVO should be final. | 226 | |
Missing a Javadoc comment. | 231 | |
Parameter statementVO should be final. | 231 | |
Line is longer than 80 characters. | 236 | |
Method 'addReqComponentVO' is not designed for extension - needs to be abstract, final or empty. | 247 | |
Missing a Javadoc comment. | 247 | |
Parameter reqComponentVO should be final. | 247 | |
Missing a Javadoc comment. | 252 | |
Parameter reqComponentVO should be final. | 252 | |
Method 'removeStatementVO' is not designed for extension - needs to be abstract, final or empty. | 268 | |
Missing a Javadoc comment. | 268 | |
Parameter statementVO should be final. | 268 | |
Method 'removeReqComponentVO' is not designed for extension - needs to be abstract, final or empty. | 273 | |
Missing a Javadoc comment. | 273 | |
Parameter reqComponentVO should be final. | 273 | |
Missing a Javadoc comment. | 278 | |
Parameter reqComponentVO should be final. | 278 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 283 | |
'?' is not preceded with whitespace. | 283 | |
Avoid inline conditionals. | 283 | |
'&&' should be on a new line. | 284 | |
'&&' should be on a new line. | 285 | |
Line is longer than 80 characters. | 288 | |
Method 'getStatementInfo' is not designed for extension - needs to be abstract, final or empty. | 297 | |
Missing a Javadoc comment. | 297 | |
Method 'setStatementInfo' is not designed for extension - needs to be abstract, final or empty. | 301 | |
Missing a Javadoc comment. | 301 | |
Parameter statementInfo should be final. | 301 | |
'statementInfo' hides a field. | 301 | |
Line is longer than 80 characters. | 303 | |
Avoid inline conditionals. | 303 | |
Method 'getReqComponentVOs' is not designed for extension - needs to be abstract, final or empty. | 306 | |
Missing a Javadoc comment. | 306 | |
Method 'getStatementVOs' is not designed for extension - needs to be abstract, final or empty. | 310 | |
Missing a Javadoc comment. | 310 | |
Method 'clearStatementAndReqComponents' is not designed for extension - needs to be abstract, final or empty. | 314 | |
Missing a Javadoc comment. | 314 | |
Line is longer than 80 characters. | 323 | |
Method 'shiftReqComponent' is not designed for extension - needs to be abstract, final or empty. | 323 | |
Missing a Javadoc comment. | 323 | |
Parameter shiftType should be final. | 323 | |
Line is longer than 80 characters. | 328 | |
'?' is not preceded with whitespace. | 328 | |
Avoid inline conditionals. | 328 | |
':' should be on a new line. | 328 | |
Line is longer than 80 characters. | 330 | |
'&&' should be on a new line. | 330 | |
Line is longer than 80 characters. | 343 | |
Missing a Javadoc comment. | 343 | |
Parameter elements should be final. | 343 | |
Parameter element should be final. | 343 | |
Parameter direction should be final. | 343 | |
Line is longer than 80 characters. | 348 | |
Line is longer than 80 characters. | 349 | |
Line is longer than 80 characters. | 354 | |
Expected an @return tag. | 369 | |
Parameter rcs should be final. | 369 | |
Expected @param tag for 'rcs'. | 369 | |
'65' is a magic number. | 370 | |
'?' is not preceded with whitespace. | 378 | |
Avoid inline conditionals. | 378 | |
Line is longer than 80 characters. | 379 | |
'cast' is not followed by whitespace. | 379 | |
'65' is a magic number. | 392 | |
'26' is a magic number. | 392 | |
'cast' is not followed by whitespace. | 393 | |
'cast' is not followed by whitespace. | 395 | |
'65' is a magic number. | 395 | |
'26' is a magic number. | 395 | |
'65' is a magic number. | 396 | |
'26' is a magic number. | 396 | |
Missing a Javadoc comment. | 401 | |
Line is longer than 80 characters. | 405 | |
Missing a Javadoc comment. | 405 | |
Parameter statementVO should be final. | 405 | |
Parameter rcs should be final. | 405 | |
'statementVOs' hides a field. | 406 | |
'reqComponentVOs' hides a field. | 407 | |
Line is longer than 80 characters. | 416 | |
Line is longer than 80 characters. | 417 | |
'||' should be on a new line. | 418 | |
Line is longer than 80 characters. | 419 | |
Method 'getTree' is not designed for extension - needs to be abstract, final or empty. | 428 | |
Missing a Javadoc comment. | 428 | |
Missing a Javadoc comment. | 435 | |
Parameter node should be final. | 435 | |
Parameter statementVO should be final. | 435 | |
'statementVOs' hides a field. | 436 | |
'reqComponentVOs' hides a field. | 437 | |
Line is longer than 80 characters. | 452 | |
Line is longer than 80 characters. | 453 | |
Missing a Javadoc comment. | 463 | |
Parameter node should be final. | 463 | |
Parameter statementVO should be final. | 463 | |
Line is longer than 80 characters. | 464 | |
Line is longer than 80 characters. | 468 | |
Method 'getSelectedStatementVOs' is not designed for extension - needs to be abstract, final or empty. | 475 | |
Missing a Javadoc comment. | 475 | |
Line is longer than 80 characters. | 480 | |
Missing a Javadoc comment. | 480 | |
Parameter statementVO should be final. | 480 | |
Parameter selectedStatementVOs should be final. | 480 | |
Line is longer than 80 characters. | 488 | |
First sentence should end with a period. | 494 | |
Expected an @return tag. | 498 | |
Method 'getAllReqComponentVOs' is not designed for extension - needs to be abstract, final or empty. | 498 | |
Method 'getReqComponentVOByGuiKey' is not designed for extension - needs to be abstract, final or empty. | 502 | |
Missing a Javadoc comment. | 502 | |
Parameter guiKey should be final. | 502 | |
Line is longer than 80 characters. | 506 | |
Line is longer than 80 characters. | 514 | |
Missing a Javadoc comment. | 514 | |
Parameter statementVO should be final. | 514 | |
Parameter allRCs should be final. | 515 | |
Line is longer than 80 characters. | 516 | |
Line is longer than 80 characters. | 518 | |
Method 'getSelectedReqComponentVOs' is not designed for extension - needs to be abstract, final or empty. | 531 | |
Missing a Javadoc comment. | 531 | |
Line is longer than 80 characters. | 532 | |
Line is longer than 80 characters. | 536 | |
Missing a Javadoc comment. | 536 | |
Parameter statementVO should be final. | 536 | |
Parameter selectedReqComponentVOs should be final. | 536 | |
Line is longer than 80 characters. | 537 | |
Line is longer than 80 characters. | 539 | |
Line is longer than 80 characters. | 548 | |
Method 'isFirstSelectedReqComp' is not designed for extension - needs to be abstract, final or empty. | 554 | |
Missing a Javadoc comment. | 554 | |
Method 'doIsFirstSelectedReqComp' is not designed for extension - needs to be abstract, final or empty. | 558 | |
Missing a Javadoc comment. | 558 | |
Parameter statementVO should be final. | 558 | |
Line is longer than 80 characters. | 559 | |
Line is longer than 80 characters. | 561 | |
Method 'isLastSelectedReqComp' is not designed for extension - needs to be abstract, final or empty. | 573 | |
Missing a Javadoc comment. | 573 | |
Method 'doIsLastSelectedReqComp' is not designed for extension - needs to be abstract, final or empty. | 577 | |
Missing a Javadoc comment. | 577 | |
Parameter statementVO should be final. | 577 | |
Line is longer than 80 characters. | 578 | |
Line is longer than 80 characters. | 580 | |
Method 'isNodeSelected' is not designed for extension - needs to be abstract, final or empty. | 589 | |
Missing a Javadoc comment. | 589 | |
Line is longer than 80 characters. | 590 | |
Method 'getNestingDepth' is not designed for extension - needs to be abstract, final or empty. | 593 | |
Missing a Javadoc comment. | 593 | |
Missing a Javadoc comment. | 597 | |
Parameter statementVO should be final. | 597 | |
'statementVOs' hides a field. | 599 | |
Method 'getReqComponentVOCount' is not designed for extension - needs to be abstract, final or empty. | 611 | |
Missing a Javadoc comment. | 611 | |
'?' is not preceded with whitespace. | 612 | |
Avoid inline conditionals. | 612 | |
Method 'getStatementVOCount' is not designed for extension - needs to be abstract, final or empty. | 615 | |
Missing a Javadoc comment. | 615 | |
'?' is not preceded with whitespace. | 616 | |
Avoid inline conditionals. | 616 | |
Method 'getChildCount' is not designed for extension - needs to be abstract, final or empty. | 619 | |
Missing a Javadoc comment. | 619 | |
Method 'isWrapperStatementVO' is not designed for extension - needs to be abstract, final or empty. | 623 | |
Missing a Javadoc comment. | 623 | |
Method 'addStatementVOs' is not designed for extension - needs to be abstract, final or empty. | 631 | |
Missing a Javadoc comment. | 631 | |
Parameter statementVOs should be final. | 631 | |
'statementVOs' hides a field. | 631 | |
Method 'addReqComponentVOs' is not designed for extension - needs to be abstract, final or empty. | 639 | |
Missing a Javadoc comment. | 639 | |
Parameter reqComponentVOs should be final. | 639 | |
'reqComponentVOs' hides a field. | 639 | |
First sentence should end with a period. | 647 | |
Line is longer than 80 characters. | 647 | |
Method 'simplify' is not designed for extension - needs to be abstract, final or empty. | 651 | |
Missing a Javadoc comment. | 659 | |
Parameter statementVO should be final. | 659 | |
Parameter parent should be final. | 659 | |
Line is longer than 80 characters. | 661 | |
'?' is not preceded with whitespace. | 661 | |
Avoid inline conditionals. | 661 | |
':' should be on a new line. | 661 | |
Line is longer than 80 characters. | 662 | |
Line is longer than 80 characters. | 663 | |
'?' is not preceded with whitespace. | 663 | |
Avoid inline conditionals. | 663 | |
Line is longer than 80 characters. | 676 | |
'!=' is not preceded with whitespace. | 682 | |
'!=' is not followed by whitespace. | 682 | |
Line is longer than 80 characters. | 683 | |
Line is longer than 80 characters. | 685 | |
Line is longer than 80 characters. | 691 | |
Missing a Javadoc comment. | 691 | |
Parameter statementVO should be final. | 691 | |
Parameter parent should be final. | 691 | |
Line is longer than 80 characters. | 693 | |
Line is longer than 80 characters. | 700 | |
Missing a Javadoc comment. | 706 | |
Parameter statementVO should be final. | 706 | |
Parameter level should be final. | 706 | |
Line is longer than 80 characters. | 710 | |
Line is longer than 80 characters. | 713 | |
Line is longer than 80 characters. | 722 | |
Line is longer than 80 characters. | 735 | |
Expected an @return tag. | 737 | |
Method 'getPrintableStatement' is not designed for extension - needs to be abstract, final or empty. | 737 | |
Line is longer than 80 characters. | 738 | |
Method 'convertToExpression' is not designed for extension - needs to be abstract, final or empty. | 741 | |
Missing a Javadoc comment. | 741 | |
Line is longer than 80 characters. | 743 | |
Missing a Javadoc comment. | 746 | |
Parameter inSbResult should be final. | 746 | |
Parameter statementVO should be final. | 747 | |
Parameter extraBrackets should be final. | 748 | |
Line is longer than 80 characters. | 749 | |
'?' is not preceded with whitespace. | 749 | |
Avoid inline conditionals. | 749 | |
Line is longer than 80 characters. | 750 | |
'?' is not preceded with whitespace. | 750 | |
Avoid inline conditionals. | 750 | |
'||' should be on a new line. | 755 | |
'?' is not preceded with whitespace. | 756 | |
Avoid inline conditionals. | 756 | |
':' should be on a new line. | 756 | |
Line is longer than 80 characters. | 757 | |
Line is longer than 80 characters. | 763 | |
Line is longer than 80 characters. | 770 | |
'if' is not followed by whitespace. | 774 | |
'&&' should be on a new line. | 774 | |
'&&' should be on a new line. | 775 | |
Line is longer than 80 characters. | 777 | |
Line contains a tab character. | 777 | |
Line is longer than 80 characters. | 778 | |
Line contains a tab character. | 778 | |
Line is longer than 80 characters. | 781 | |
Method 'clearSelections' is not designed for extension - needs to be abstract, final or empty. | 788 | |
Missing a Javadoc comment. | 788 | |
Missing a Javadoc comment. | 792 | |
Parameter statementVO should be final. | 792 | |
Method 'isSimple' is not designed for extension - needs to be abstract, final or empty. | 805 | |
Missing a Javadoc comment. | 805 | |
Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 813 | |
Missing a Javadoc comment. | 813 | |
Line is longer than 80 characters. | 821 | |
Method 'composeStatementTreeViewInfo' is not designed for extension - needs to be abstract, final or empty. | 821 | |
Missing a Javadoc comment. | 821 | |
Parameter statementVO should be final. | 821 | |
Parameter statementTreeViewInfo should be final. | 821 | |
'statementVOs' hides a field. | 823 | |
'reqComponentVOs' hides a field. | 824 | |
Line is longer than 80 characters. | 826 | |
Line is longer than 80 characters. | 828 | |
Line is longer than 80 characters. | 835 | |
Line is longer than 80 characters. | 837 | |
Line is longer than 80 characters. | 839 | |
Line is longer than 80 characters. | 845 | |
Line is longer than 80 characters. | 847 | |
Missing a Javadoc comment. | 856 | |
Line is longer than 80 characters. | 867 | |
Method 'composeStatementVO' is not designed for extension - needs to be abstract, final or empty. | 867 | |
Missing a Javadoc comment. | 867 | |
Parameter statementTreeViewInfo should be final. | 867 | |
Parameter statementVO should be final. | 867 | |
Line is longer than 80 characters. | 869 | |
Line is longer than 80 characters. | 870 | |
Line is longer than 80 characters. | 872 | |
Line is longer than 80 characters. | 874 | |
Line is longer than 80 characters. | 887 | |
Line is longer than 80 characters. | 891 | |
Line is longer than 80 characters. | 893 | |
Missing a Javadoc comment. | 905 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 917 | |
Definition of 'equals()' without corresponding definition of 'hashCode()'. | 924 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 924 | |
Parameter obj should be final. | 925 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 10 | |
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 26 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter stmtTreeInfo should be final. | 34 | |
Parameter isReadOnly should be final. | 34 | |
'isReadOnly' hides a field. | 34 | |
Parameter clusetWidgets should be final. | 34 | |
'clusetWidgets' hides a field. | 34 | |
Method 'showSubrule' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter stmtTreeInfo should be final. | 43 | |
Missing a Javadoc comment. | 54 | |
Parameter stmtTreeInfo should be final. | 54 | |
Line is longer than 80 characters. | 65 | |
Missing a Javadoc comment. | 72 | |
Parameter header should be final. | 72 | |
Missing a Javadoc comment. | 81 | |
Parameter stmtTreeInfo should be final. | 81 | |
Line has trailing spaces. | 83 | |
'if' is not followed by whitespace. | 84 | |
Line has trailing spaces. | 88 | |
Line has trailing spaces. | 90 | |
Line has trailing spaces. | 91 | |
Line is longer than 80 characters. | 91 | |
Line has trailing spaces. | 92 | |
Line has trailing spaces. | 93 | |
Expected an @return tag. | 97 | |
Line is longer than 80 characters. | 97 | |
Parameter rootStatement should be final. | 97 | |
Expected @param tag for 'rootStatement'. | 97 | |
Line has trailing spaces. | 100 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 102 | |
'if' is not followed by whitespace. | 102 | |
Line has trailing spaces. | 103 | |
Line is longer than 80 characters. | 104 | |
Line has trailing spaces. | 105 | |
'}' should be on the same line. | 106 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 109 | |
'if' is not followed by whitespace. | 109 | |
Line has trailing spaces. | 112 | |
Line is longer than 80 characters. | 115 | |
'for' is not followed by whitespace. | 115 | |
Line has trailing spaces. | 116 | |
Line is longer than 80 characters. | 117 | |
Line has trailing spaces. | 120 | |
Line has trailing spaces. | 122 | |
Line has trailing spaces. | 123 | |
Line has trailing spaces. | 124 | |
Line has trailing spaces. | 129 | |
Line has trailing spaces. | 130 | |
Line is longer than 80 characters. | 130 | |
Line has trailing spaces. | 131 | |
Line is longer than 80 characters. | 131 | |
Line has trailing spaces. | 133 | |
Line is longer than 80 characters. | 137 | |
Parameter statement should be final. | 137 | |
Expected @param tag for 'statement'. | 137 | |
Parameter list should be final. | 137 | |
Expected @param tag for 'list'. | 137 | |
Line has trailing spaces. | 141 | |
Line is longer than 80 characters. | 142 | |
Line has trailing spaces. | 143 | |
'if' is not followed by whitespace. | 145 | |
First sentence should end with a period. | 151 | |
Line has trailing spaces. | 152 | |
Line is longer than 80 characters. | 153 | |
Line has trailing spaces. | 154 | |
Line has trailing spaces. | 156 | |
Line is longer than 80 characters. | 157 | |
Line has trailing spaces. | 158 | |
Expected an @return tag. | 161 | |
Line is longer than 80 characters. | 161 | |
Parameter subStatement should be final. | 161 | |
Expected @param tag for 'subStatement'. | 161 | |
Parameter parentStatement should be final. | 161 | |
Expected @param tag for 'parentStatement'. | 161 | |
Parameter firstInList should be final. | 161 | |
Line has trailing spaces. | 162 | |
'if' is not followed by whitespace. | 164 | |
Line has trailing spaces. | 167 | |
Line is longer than 80 characters. | 168 | |
Line has trailing spaces. | 169 | |
Line is longer than 80 characters. | 170 | |
Line is longer than 80 characters. | 171 | |
'if' is not followed by whitespace. | 171 | |
Line is longer than 80 characters. | 172 | |
Line is longer than 80 characters. | 173 | |
Line has trailing spaces. | 175 | |
Line has trailing spaces. | 178 | |
Line is longer than 80 characters. | 179 | |
Line has trailing spaces. | 181 | |
Line has trailing spaces. | 183 | |
Line is longer than 80 characters. | 184 | |
Avoid inline conditionals. | 184 | |
Line has trailing spaces. | 185 | |
Line has trailing spaces. | 188 | |
'if' is not followed by whitespace. | 189 | |
Line is longer than 80 characters. | 190 | |
Line has trailing spaces. | 193 | |
Line has trailing spaces. | 195 | |
Line has trailing spaces. | 197 | |
'}' should be on the same line. | 198 | |
Line is longer than 80 characters. | 200 | |
Line is longer than 80 characters. | 202 | |
'for' is not followed by whitespace. | 202 | |
Line is longer than 80 characters. | 203 | |
Line has trailing spaces. | 206 | |
Line has trailing spaces. | 208 | |
Line has trailing spaces. | 211 | |
Line is longer than 80 characters. | 212 | |
Missing a Javadoc comment. | 212 | |
Parameter builder should be final. | 212 | |
Parameter operator should be final. | 212 | |
'if' is not followed by whitespace. | 213 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 218 | |
Missing a Javadoc comment. | 218 | |
Parameter reqComp should be final. | 218 | |
Line is longer than 80 characters. | 221 | |
'cast' is not followed by whitespace. | 221 | |
'(' is followed by whitespace. | 223 | |
Line has trailing spaces. | 228 | |
Line is longer than 80 characters. | 229 | |
Missing a Javadoc comment. | 229 | |
Parameter reqComp should be final. | 229 | |
Parameter operator should be final. | 229 | |
Parameter requirement should be final. | 229 | |
Line has trailing spaces. | 230 | |
Line has trailing spaces. | 232 | |
Line has trailing spaces. | 236 | |
Line is longer than 80 characters. | 239 | |
Method 'addEditButtonClickHandler' is not designed for extension - needs to be abstract, final or empty. | 256 | |
Missing a Javadoc comment. | 256 | |
Parameter handler should be final. | 256 | |
Method 'addDeleteButtonClickHandler' is not designed for extension - needs to be abstract, final or empty. | 260 | |
Missing a Javadoc comment. | 260 | |
Parameter handler should be final. | 260 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 20 | |
Name 'And' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 | |
Variable 'And' must be private and have accessor methods. | 20 | |
Missing a Javadoc comment. | 21 | |
Name 'Or' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 21 | |
Variable 'Or' must be private and have accessor methods. | 21 | |
Missing a Javadoc comment. | 22 | |
Name 'StartParenthesis' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
Variable 'StartParenthesis' must be private and have accessor methods. | 22 | |
'3' is a magic number. | 22 | |
Missing a Javadoc comment. | 23 | |
Name 'EndParenthesis' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Variable 'EndParenthesis' must be private and have accessor methods. | 23 | |
'4' is a magic number. | 23 | |
Missing a Javadoc comment. | 24 | |
Name 'Condition' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
Variable 'Condition' must be private and have accessor methods. | 24 | |
'5' is a magic number. | 24 | |
Missing a Javadoc comment. | 25 | |
Variable 'value' must be private and have accessor methods. | 25 | |
Missing a Javadoc comment. | 26 | |
Variable 'type' must be private and have accessor methods. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Method 'isCheckBoxOn' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Method 'setCheckBoxOn' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter checkBoxOn should be final. | 36 | |
Method 'getTokenID' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Method 'setTokenID' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter tokenID should be final. | 44 | |
'tokenID' hides a field. | 44 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter type should be final. | 52 | |
'type' hides a field. | 52 | |
Method 'isTokenOperator' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Method 'setTokenOperator' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter tokenOperator should be final. | 60 | |
Missing a Javadoc comment. | 64 | |
'{' is not preceded with whitespace. | 64 | |
Missing a Javadoc comment. | 71 | |
'{' is not preceded with whitespace. | 71 | |
Method 'toggleAndOr' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
'{' is not preceded with whitespace. | 78 | |
'(' is preceded with whitespace. | 79 | |
'if' is not followed by whitespace. | 80 | |
'{' is not preceded with whitespace. | 80 | |
'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 has trailing spaces. | 90 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter obj should be final. | 91 | |
'{' is not preceded with whitespace. | 91 | |
'if' is not followed by whitespace. | 92 | |
Expression can be simplified. | 92 | |
'{' is not preceded with whitespace. | 92 | |
'cast' is not followed by whitespace. | 95 | |
'if' is not followed by whitespace. | 96 | |
'{' is not preceded with whitespace. | 96 | |
'if' is not followed by whitespace. | 99 | |
'{' is not preceded with whitespace. | 99 | |
Line has trailing spaces. | 104 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
'{' is not preceded with whitespace. | 105 | |
Line contains a tab character. | 106 | |
'=' is not followed by whitespace. | 106 | |
Line contains a tab character. | 107 | |
'31' is a magic number. | 107 | |
Line contains a tab character. | 108 | |
'31' is a magic number. | 108 | |
Avoid inline conditionals. | 108 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 111 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
'{' is not preceded with whitespace. | 112 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
'{' is not preceded with whitespace. | 20 | |
Missing a Javadoc comment. | 21 | |
Variable 'token' must be private and have accessor methods. | 21 | |
Missing a Javadoc comment. | 22 | |
Variable 'expression' must be private and have accessor methods. | 22 | |
Line has trailing spaces. | 23 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
'{' is not preceded with whitespace. | 24 | |
Line has trailing spaces. | 27 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
'{' is not preceded with whitespace. | 28 | |
Line has trailing spaces. | 33 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 28 | |
First sentence should end with a period. | 31 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 40 | |
Method 'hasError' is not designed for extension - needs to be abstract, final or empty. | 43 | |
'{' is not preceded with whitespace. | 43 | |
First sentence should end with a period. | 46 | |
Line has trailing spaces. | 48 | |
Method 'getErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 51 | |
'{' is not preceded with whitespace. | 51 | |
First sentence should end with a period. | 54 | |
Line has trailing spaces. | 56 | |
Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Parameter expression should be final. | 59 | |
Expected @param tag for 'expression'. | 59 | |
'if' is not followed by whitespace. | 64 | |
'{' is not preceded with whitespace. | 64 | |
Line has trailing spaces. | 71 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 75 | |
')' is preceded with whitespace. | 77 | |
')' is preceded with whitespace. | 78 | |
First sentence should end with a period. | 81 | |
Line has trailing spaces. | 83 | |
Parameter root should be final. | 86 | |
Expected @param tag for 'root'. | 86 | |
'{' is not preceded with whitespace. | 86 | |
'while' is not followed by whitespace. | 87 | |
'>' is not preceded with whitespace. | 87 | |
'{' is not preceded with whitespace. | 87 | |
'for' is not followed by whitespace. | 89 | |
':' is not preceded with whitespace. | 89 | |
'-' is not preceded with whitespace. | 89 | |
'-' is not followed by whitespace. | 89 | |
'{' is not preceded with whitespace. | 89 | |
'if' is not followed by whitespace. | 90 | |
'{' is not preceded with whitespace. | 90 | |
Line is longer than 80 characters. | 93 | |
'if' is not followed by whitespace. | 93 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 95 | |
'(' is followed by whitespace. | 95 | |
'cast' is not followed by whitespace. | 95 | |
'(' is followed by whitespace. | 96 | |
'cast' is not followed by whitespace. | 96 | |
'{' is not preceded with whitespace. | 96 | |
Line is longer than 80 characters. | 97 | |
'+' is not preceded with whitespace. | 97 | |
'+' is not followed by whitespace. | 97 | |
'+' is not preceded with whitespace. | 97 | |
'+' is not followed by whitespace. | 97 | |
'else' is not preceded with whitespace. | 98 | |
'}' is not followed by whitespace. | 98 | |
'else' is not followed by whitespace. | 98 | |
'{' is not preceded with whitespace. | 98 | |
Line has trailing spaces. | 99 | |
Line is longer than 80 characters. | 99 | |
'+' is not preceded with whitespace. | 99 | |
'+' is not followed by whitespace. | 99 | |
'+' is not preceded with whitespace. | 99 | |
'+' is not followed by whitespace. | 99 | |
Line has trailing spaces. | 101 | |
Line has trailing spaces. | 102 | |
'for' is not followed by whitespace. | 103 | |
'=' is not preceded with whitespace. | 103 | |
'=' is not followed by whitespace. | 103 | |
';' is not followed by whitespace. | 103 | |
'<' is not preceded with whitespace. | 103 | |
'<' is not followed by whitespace. | 103 | |
';' is not followed by whitespace. | 103 | |
'{' is not preceded with whitespace. | 103 | |
Line is longer than 80 characters. | 106 | |
'if' is not followed by whitespace. | 106 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 108 | |
'(' is followed by whitespace. | 108 | |
'cast' is not followed by whitespace. | 108 | |
Line is longer than 80 characters. | 109 | |
'(' is followed by whitespace. | 109 | |
'cast' is not followed by whitespace. | 109 | |
'{' is not preceded with whitespace. | 109 | |
'+' is not preceded with whitespace. | 110 | |
'+' is not preceded with whitespace. | 110 | |
'+' should be on a new line. | 110 | |
'+' is not preceded with whitespace. | 111 | |
'+' is not followed by whitespace. | 111 | |
'else' is not preceded with whitespace. | 113 | |
'}' is not followed by whitespace. | 113 | |
'else' is not followed by whitespace. | 113 | |
'{' is not preceded with whitespace. | 113 | |
Line is longer than 80 characters. | 114 | |
'+' is not preceded with whitespace. | 114 | |
'+' is not followed by whitespace. | 114 | |
'+' is not preceded with whitespace. | 114 | |
'+' is not preceded with whitespace. | 114 | |
'+' should be on a new line. | 114 | |
'+' is not preceded with whitespace. | 115 | |
'+' is not followed by whitespace. | 115 | |
'cast' is not followed by whitespace. | 119 | |
Line has trailing spaces. | 126 | |
Line has trailing spaces. | 128 | |
Line has trailing spaces. | 129 | |
First sentence should end with a period. | 132 | |
Expected an @return tag. | 135 | |
Line is longer than 80 characters. | 135 | |
Parameter binaryTree should be final. | 135 | |
Expected @param tag for 'binaryTree'. | 135 | |
',' is not followed by whitespace. | 135 | |
Parameter tokenList should be final. | 135 | |
Expected @param tag for 'tokenList'. | 135 | |
')' is preceded with whitespace. | 135 | |
'if' is not followed by whitespace. | 137 | |
'{' is not preceded with whitespace. | 137 | |
'for' is not followed by whitespace. | 140 | |
':' is not preceded with whitespace. | 140 | |
'{' is not preceded with whitespace. | 140 | |
'for' is not followed by whitespace. | 144 | |
':' is not preceded with whitespace. | 144 | |
'{' is not preceded with whitespace. | 144 | |
'if' is not followed by whitespace. | 145 | |
Expression can be simplified. | 145 | |
'{' is not preceded with whitespace. | 145 | |
',' is not followed by whitespace. | 146 | |
')' is preceded with whitespace. | 146 | |
Line has trailing spaces. | 149 | |
'for' is not followed by whitespace. | 154 | |
':' is not preceded with whitespace. | 154 | |
'{' is not preceded with whitespace. | 154 | |
Line has trailing spaces. | 157 | |
'for' is not followed by whitespace. | 158 | |
':' is not preceded with whitespace. | 158 | |
'{' is not preceded with whitespace. | 158 | |
First sentence should end with a period. | 163 | |
Parameter nonLeafChildList should be final. | 166 | |
Expected @param tag for 'nonLeafChildList'. | 166 | |
Parameter list should be final. | 166 | |
Expected @param tag for 'list'. | 166 | |
'{' is not preceded with whitespace. | 166 | |
'if' is not followed by whitespace. | 167 | |
'{' is not preceded with whitespace. | 167 | |
Line has trailing spaces. | 168 | |
Line is longer than 80 characters. | 168 | |
'cast' is not followed by whitespace. | 168 | |
'>' is not preceded with whitespace. | 168 | |
'>' should be on a new line. | 168 | |
Line is longer than 80 characters. | 169 | |
'cast' is not followed by whitespace. | 169 | |
'{' is not preceded with whitespace. | 175 | |
'{' is not preceded with whitespace. | 176 | |
Line has trailing spaces. | 178 | |
Line is longer than 80 characters. | 178 | |
'cast' is not followed by whitespace. | 178 | |
'>' is not preceded with whitespace. | 178 | |
'>' should be on a new line. | 178 | |
Line is longer than 80 characters. | 179 | |
'cast' is not followed by whitespace. | 179 | |
'+' is not preceded with whitespace. | 183 | |
'+' is not followed by whitespace. | 183 | |
First sentence should end with a period. | 188 | |
Expected an @return tag. | 191 | |
Line is longer than 80 characters. | 191 | |
Parameter binaryTree should be final. | 191 | |
Expected @param tag for 'binaryTree'. | 191 | |
',' is not followed by whitespace. | 191 | |
Parameter tokenList should be final. | 191 | |
Expected @param tag for 'tokenList'. | 191 | |
')' is preceded with whitespace. | 191 | |
'if' is not followed by whitespace. | 193 | |
'{' is not preceded with whitespace. | 193 | |
'for' is not followed by whitespace. | 196 | |
':' is not preceded with whitespace. | 196 | |
'{' is not preceded with whitespace. | 196 | |
'for' is not followed by whitespace. | 200 | |
':' is not preceded with whitespace. | 200 | |
'{' is not preceded with whitespace. | 200 | |
'if' is not followed by whitespace. | 201 | |
Expression can be simplified. | 201 | |
'{' is not preceded with whitespace. | 201 | |
',' is not followed by whitespace. | 202 | |
')' is preceded with whitespace. | 202 | |
First sentence should end with a period. | 207 | |
Parameter leafChildList should be final. | 208 | |
Expected @param tag for 'leafChildList'. | 208 | |
Parameter list should be final. | 208 | |
Expected @param tag for 'list'. | 208 | |
'{' is not preceded with whitespace. | 208 | |
'if' is not followed by whitespace. | 209 | |
'{' is not preceded with whitespace. | 209 | |
Line has trailing spaces. | 210 | |
Line is longer than 80 characters. | 210 | |
'cast' is not followed by whitespace. | 210 | |
'>' is not preceded with whitespace. | 210 | |
'>' should be on a new line. | 210 | |
Line is longer than 80 characters. | 211 | |
'cast' is not followed by whitespace. | 211 | |
'cast' is not followed by whitespace. | 213 | |
Line is longer than 80 characters. | 214 | |
Line has trailing spaces. | 217 | |
Line has trailing spaces. | 219 | |
'{' is not preceded with whitespace. | 220 | |
'{' is not preceded with whitespace. | 221 | |
Line has trailing spaces. | 223 | |
Line is longer than 80 characters. | 223 | |
'cast' is not followed by whitespace. | 223 | |
'>' is not preceded with whitespace. | 223 | |
'>' should be on a new line. | 223 | |
Line is longer than 80 characters. | 224 | |
'cast' is not followed by whitespace. | 224 | |
'cast' is not followed by whitespace. | 226 | |
Line is longer than 80 characters. | 227 | |
First sentence should end with a period. | 233 | |
Expected an @return tag. | 234 | |
Parameter token should be final. | 234 | |
Expected @param tag for 'token'. | 234 | |
Parameter list should be final. | 234 | |
Expected @param tag for 'list'. | 234 | |
'{' is not preceded with whitespace. | 234 | |
'for' is not followed by whitespace. | 236 | |
':' is not preceded with whitespace. | 236 | |
'{' is not preceded with whitespace. | 236 | |
Line is longer than 80 characters. | 237 | |
'if' is not followed by whitespace. | 237 | |
'{' is not preceded with whitespace. | 237 | |
Missing a Javadoc comment. | 265 | |
Parameter nodeList should be final. | 265 | |
Expected an @return tag. | 281 | |
Parameter binaryTree should be final. | 281 | |
Expected @param tag for 'binaryTree'. | 281 | |
Line is longer than 80 characters. | 286 | |
Line is longer than 80 characters. | 290 | |
Missing a Javadoc comment. | 305 | |
Parameter binaryTree should be final. | 305 | |
Line is longer than 80 characters. | 309 | |
Line is longer than 80 characters. | 312 | |
First sentence should end with a period. | 321 | |
Expected an @return tag. | 322 | |
Parameter rpnList should be final. | 322 | |
Expected @param tag for 'rpnList'. | 322 | |
Line is longer than 80 characters. | 327 | |
Line is longer than 80 characters. | 340 | |
Line has trailing spaces. | 342 | |
Line has trailing spaces. | 344 | |
Expected an @return tag. | 346 | |
Parameter nodeList should be final. | 346 | |
Expected @param tag for 'nodeList'. | 346 | |
Line is longer than 80 characters. | 360 | |
Expression can be simplified. | 360 | |
Line is longer than 80 characters. | 363 | |
Expression can be simplified. | 363 | |
Line is longer than 80 characters. | 368 | |
';' is not followed by whitespace. | 371 | |
Expression can be simplified. | 374 | |
Expression can be simplified. | 377 | |
Missing a Javadoc comment. | 382 | |
Parameter nodeList should be final. | 382 | |
Parameter type should be final. | 382 | |
Missing a Javadoc comment. | 393 | |
Parameter nodeList should be final. | 393 | |
Missing a Javadoc comment. | 403 | |
Parameter tokenList should be final. | 403 | |
Missing a Javadoc comment. | 413 | |
Parameter tokenList should be final. | 413 | |
Line has trailing spaces. | 422 | |
Expression can be simplified. | 423 | |
Line is longer than 80 characters. | 428 | |
Expression can be simplified. | 428 | |
Line is longer than 80 characters. | 432 | |
Missing a Javadoc comment. | 453 | |
Parameter tokenList should be final. | 453 | |
Parameter type should be final. | 453 | |
Missing a Javadoc comment. | 463 | |
Parameter tokenList should be final. | 463 | |
Parameter currentIndex should be final. | 463 | |
Line is longer than 80 characters. | 464 | |
Expression can be simplified. | 464 | |
Line is longer than 80 characters. | 470 | |
Expression can be simplified. | 470 | |
Missing a Javadoc comment. | 476 | |
Parameter tokenList should be final. | 476 | |
Parameter currentIndex should be final. | 476 | |
Line is longer than 80 characters. | 477 | |
Expression can be simplified. | 477 | |
Line is longer than 80 characters. | 483 | |
Expression can be simplified. | 483 | |
Line is longer than 80 characters. | 488 | |
Missing a Javadoc comment. | 488 | |
Parameter tokenList should be final. | 488 | |
Parameter currentIndex should be final. | 488 | |
Line is longer than 80 characters. | 489 | |
Expression can be simplified. | 489 | |
Line is longer than 80 characters. | 495 | |
Expression can be simplified. | 495 | |
Missing a Javadoc comment. | 501 | |
Parameter tokenList should be final. | 501 | |
Parameter currentIndex should be final. | 501 | |
Line is longer than 80 characters. | 502 | |
Expression can be simplified. | 502 | |
Line is longer than 80 characters. | 508 | |
Expression can be simplified. | 508 | |
Missing a Javadoc comment. | 514 | |
Parameter tokenList should be final. | 514 | |
Parameter currentIndex should be final. | 514 | |
Line is longer than 80 characters. | 515 | |
Expression can be simplified. | 515 | |
Line is longer than 80 characters. | 521 | |
Expression can be simplified. | 521 | |
Missing a Javadoc comment. | 527 | |
Parameter tokenValueList should be final. | 527 | |
Missing a Javadoc comment. | 563 | |
Parameter expression should be final. | 563 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 23 | |
Type Javadoc comment is missing an @param <T> tag. | 25 | |
'{' is not preceded with whitespace. | 25 | |
First sentence should end with a period. | 26 | |
Variable 'childrenList' must be private and have accessor methods. | 27 | |
Variable 'parent' must be private and have accessor methods. | 29 | |
First sentence should end with a period. | 30 | |
Variable 'userObject' must be private and have accessor methods. | 31 | |
Missing a Javadoc comment. | 32 | |
Variable 'id' must be private and have accessor methods. | 32 | |
First sentence should end with a period. | 33 | |
'{' is not followed by whitespace. | 36 | |
'}' is not preceded with whitespace. | 36 | |
First sentence should end with a period. | 37 | |
Line has trailing spaces. | 39 | |
Parameter obj should be final. | 42 | |
First sentence should end with a period. | 45 | |
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 48 | |
Method 'getUserObject' is not designed for extension - needs to be abstract, final or empty. | 50 | |
First sentence should end with a period. | 53 | |
Line has trailing spaces. | 55 | |
Method 'setUserObject' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Parameter obj should be final. | 58 | |
First sentence should end with a period. | 61 | |
Line has trailing spaces. | 63 | |
Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter parent should be final. | 66 | |
'parent' hides a field. | 66 | |
First sentence should end with a period. | 70 | |
Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 74 | |
First sentence should end with a period. | 77 | |
Line has trailing spaces. | 79 | |
Line has trailing spaces. | 81 | |
Method 'addNode' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Parameter node should be final. | 83 | |
First sentence should end with a period. | 87 | |
Line has trailing spaces. | 88 | |
Line has trailing spaces. | 90 | |
Method 'isLeaf' is not designed for extension - needs to be abstract, final or empty. | 92 | |
First sentence should end with a period. | 95 | |
Line has trailing spaces. | 95 | |
Line has trailing spaces. | 96 | |
Line has trailing spaces. | 97 | |
Expected an @return tag. | 100 | |
Method 'getChildCount' is not designed for extension - needs to be abstract, final or empty. | 100 | |
First sentence should end with a period. | 103 | |
Line has trailing spaces. | 103 | |
Method 'getChildAt' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Parameter index should be final. | 109 | |
First sentence should end with a period. | 112 | |
Method 'removeFromParent' is not designed for extension - needs to be abstract, final or empty. | 113 | |
'parent' hides a field. | 114 | |
First sentence should end with a period. | 122 | |
Line has trailing spaces. | 123 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Parameter childIndex should be final. | 126 | |
First sentence should end with a period. | 131 | |
Line has trailing spaces. | 132 | |
Line has trailing spaces. | 133 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Parameter child should be final. | 135 | |
Expected @param tag for 'child'. | 135 | |
Method 'removeAllChildren' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
'{' is not preceded with whitespace. | 139 | |
First sentence should end with a period. | 142 | |
Line has trailing spaces. | 142 | |
Line has trailing spaces. | 144 | |
Line has trailing spaces. | 145 | |
Line has trailing spaces. | 146 | |
Expected an @return tag. | 148 | |
Method 'isNodeChild' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Parameter aNode should be final. | 148 | |
Expected @param tag for 'aNode'. | 148 | |
Line has trailing spaces. | 161 | |
Method 'getIndex' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
Parameter aChild should be final. | 162 | |
First sentence should end with a period. | 168 | |
Expected an @return tag. | 169 | |
Method 'isNodeSibling' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Parameter anotherNode should be final. | 169 | |
Expected @param tag for 'anotherNode'. | 169 | |
Line has trailing spaces. | 189 | |
Method 'getAllLeafCount' is not designed for extension - needs to be abstract, final or empty. | 192 | |
First sentence should end with a period. | 203 | |
Expected an @return tag. | 204 | |
Method 'getAllChildren' is not designed for extension - needs to be abstract, final or empty. | 204 | |
First sentence should end with a period. | 214 | |
Expected an @return tag. | 215 | |
Method 'getFirstLeafDescendant' is not designed for extension - needs to be abstract, final or empty. | 215 | |
First sentence should end with a period. | 225 | |
Line has trailing spaces. | 225 | |
Line has trailing spaces. | 226 | |
Method 'getNonLeafChildren' is not designed for extension - needs to be abstract, final or empty. | 229 | |
Expression can be simplified. | 232 | |
Line has trailing spaces. | 238 | |
Method 'getLeafChildren' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Missing a Javadoc comment. | 239 | |
Method 'getSiblings' is not designed for extension - needs to be abstract, final or empty. | 249 | |
Missing a Javadoc comment. | 249 | |
'parent' hides a field. | 250 | |
Method 'getLeafSiblings' is not designed for extension - needs to be abstract, final or empty. | 265 | |
Missing a Javadoc comment. | 265 | |
Method 'children' is not designed for extension - needs to be abstract, final or empty. | 277 | |
Missing a Javadoc comment. | 277 | |
Method 'toLevel' is not designed for extension - needs to be abstract, final or empty. | 287 | |
Missing a Javadoc comment. | 287 | |
Method 'deepTrans' is not designed for extension - needs to be abstract, final or empty. | 311 | |
Missing a Javadoc comment. | 311 | |
Parameter root should be final. | 311 | |
Method 'getMaxLevelDistance' is not designed for extension - needs to be abstract, final or empty. | 326 | |
Missing a Javadoc comment. | 326 | |
Method 'getDistance' is not designed for extension - needs to be abstract, final or empty. | 339 | |
Missing a Javadoc comment. | 339 | |
Parameter node should be final. | 339 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 349 | |
Missing a Javadoc comment. | 349 | |
Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 369 | |
Missing a Javadoc comment. | 369 | |
Expression can be simplified. | 372 | |
Missing a Javadoc comment. | 380 | |
Parameter argv should be final. | 380 | |
Line has trailing spaces. | 396 | |
Line has trailing spaces. | 405 | |
Line has trailing spaces. | 409 | |
Line has trailing spaces. | 415 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Variable 'html' must be private and have accessor methods. | 39 | |
Missing a Javadoc comment. | 40 | |
Variable 'checkBox' must be private and have accessor methods. | 40 | |
Missing a Javadoc comment. | 41 | |
Variable 'handlerRegistration' must be private and have accessor methods. | 41 | |
Missing a Javadoc comment. | 42 | |
Variable 'verticalPanel' must be private and have accessor methods. | 42 | |
Missing a Javadoc comment. | 43 | |
Parameter n should be final. | 43 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 60 | |
Line has trailing spaces. | 63 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 73 | |
Line has trailing spaces. | 79 | |
Line is longer than 80 characters. | 82 | |
'{' is not preceded with whitespace. | 87 | |
Parameter event should be final. | 89 | |
'if' is not followed by whitespace. | 90 | |
Expression can be simplified. | 90 | |
'{' is not preceded with whitespace. | 90 | |
Line is longer than 80 characters. | 91 | |
'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 has trailing spaces. | 96 | |
Method 'onPreviewNativeEvent' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Parameter pevent should be final. | 100 | |
'if' is not followed by whitespace. | 104 | |
'{' is not preceded with whitespace. | 104 | |
Line has trailing spaces. | 106 | |
'else' is not preceded with whitespace. | 106 | |
'}' is not followed by whitespace. | 106 | |
'if' is not followed by whitespace. | 106 | |
'&&' should be on a new line. | 106 | |
')' is preceded with whitespace. | 107 | |
'{' is not preceded with whitespace. | 107 | |
Line is longer than 80 characters. | 111 | |
',' is not followed by whitespace. | 111 | |
Line has trailing spaces. | 114 | |
Method 'getNode' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Method 'installCheckBox' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Method 'isSelected' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Expression can be simplified. | 133 | |
Method 'addSelectionHandler' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter ch should be final. | 136 | |
Method 'setNode' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Parameter n should be final. | 143 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 23 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
'=' is not followed by whitespace. | 36 | |
';' is preceded with whitespace. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 40 | |
Parameter rowData should be final. | 40 | |
'rowData' hides a field. | 40 | |
Missing a Javadoc comment. | 48 | |
Method 'createRows' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter rowIndex should be final. | 56 | |
'if' construct must use '{}'s. | 57 | |
Method 'addRow' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter cellObjects should be final. | 65 | |
Method 'addCell' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter row should be final. | 72 | |
Parameter cell should be final. | 72 | |
Parameter cellObject should be final. | 72 | |
First sentence should end with a period. | 81 | |
Method 'applyDataRowStyles' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Method 'addColumn' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter columnHeading should be final. | 91 | |
Line is longer than 80 characters. | 100 | |
Method 'addSection' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter sectionHeading should be final. | 106 | |
'+' is not preceded with whitespace. | 110 | |
'+' is not followed by whitespace. | 110 | |
'-' is not preceded with whitespace. | 117 | |
'-' is not followed by whitespace. | 117 | |
Method 'createCellWidget' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Parameter cellObject should be final. | 122 | |
'if' construct must use '{}'s. | 125 | |
'else' construct must use '{}'s. | 127 | |
First sentence should end with a period. | 137 | |
Expected an @return tag. | 141 | |
Method 'getColumnCount' is not designed for extension - needs to be abstract, final or empty. | 141 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 28 | |
Method 'getRootNodeWidget' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
'{' is not preceded with whitespace. | 33 | |
'cast' is not followed by whitespace. | 34 | |
Missing a Javadoc comment. | 37 | |
Parameter root should be final. | 37 | |
Method 'buildTable' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter root should be final. | 51 | |
Expression can be simplified. | 59 | |
Line is longer than 80 characters. | 67 | |
Line is longer than 80 characters. | 68 | |
First sentence should end with a period. | 76 | |
Expected an @return tag. | 77 | |
Parameter node should be final. | 77 | |
Expected @param tag for 'node'. | 77 | |
Line has trailing spaces. | 98 | |
Method 'getNodeWidget' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter node should be final. | 99 | |
'=' is not followed by whitespace. | 102 | |
Line has trailing spaces. | 111 | |
First sentence should end with a period. | 112 | |
Line has trailing spaces. | 114 | |
Expected an @return tag. | 117 | |
Method 'getParentRowIndex' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Parameter node should be final. | 117 | |
First sentence should end with a period. | 132 | |
Line has trailing spaces. | 133 | |
Parameter node should be final. | 137 | |
Parameter columnIndex should be final. | 137 | |
Expected @param tag for 'columnIndex'. | 137 | |
Line is longer than 80 characters. | 145 | |
Line has trailing spaces. | 153 | |
Line has trailing spaces. | 157 | |
Method 'mergeCellAcrossRow' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Parameter row should be final. | 159 | |
Parameter column should be final. | 159 | |
Parameter count should be final. | 159 | |
First sentence should end with a period. | 165 | |
Line has trailing spaces. | 167 | |
Line has trailing spaces. | 171 | |
Method 'mergeCellAcrossColumn' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Parameter row should be final. | 172 | |
Parameter column should be final. | 172 | |
'10' is a magic number. | 174 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 19 | |
Utility classes should not have a public or default constructor. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 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 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 21 | |
Missing a Javadoc comment. | 26 | |
Line has trailing spaces. | 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 | |
Line contains a tab character. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Redundant 'public' modifier. | 34 | |
Expected @param tag for 'workflowDocType'. | 34 | |
Expected @param tag for 'dataId'. | 34 | |
Expected @throws tag for 'OperationFailedException'. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Redundant 'public' modifier. | 42 | |
Expected @param tag for 'workflowId'. | 42 | |
Expected @throws tag for 'OperationFailedException'. | 42 | |
Line has trailing spaces. | 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 is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Redundant 'public' modifier. | 49 | |
Expected @throws tag for 'OperationFailedException'. | 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 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Redundant 'public' modifier. | 56 | |
Expected @throws tag for 'OperationFailedException'. | 56 | |
Line has trailing spaces. | 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 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 | |
Redundant 'public' modifier. | 63 | |
Expected @throws tag for 'OperationFailedException'. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
Redundant 'public' modifier. | 66 | |
Line is longer than 80 characters. | 67 | |
Missing a Javadoc comment. | 67 | |
Redundant 'public' modifier. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 68 | |
Redundant 'public' modifier. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
Redundant 'public' modifier. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Redundant 'public' modifier. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
Redundant 'public' modifier. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 72 | |
Redundant 'public' modifier. | 72 | |
Line is longer than 80 characters. | 73 | |
Missing a Javadoc comment. | 73 | |
Redundant 'public' modifier. | 73 | |
Line is longer than 80 characters. | 74 | |
Missing a Javadoc comment. | 74 | |
Redundant 'public' modifier. | 74 | |
Line is longer than 80 characters. | 75 | |
Missing a Javadoc comment. | 75 | |
Redundant 'public' modifier. | 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 | |
Missing a Javadoc comment. | 77 | |
Redundant 'public' modifier. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 79 | |
Missing a Javadoc comment. | 79 | |
Redundant 'public' modifier. | 79 | |
Line is longer than 80 characters. | 80 | |
Missing a Javadoc comment. | 80 | |
Redundant 'public' modifier. | 80 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Redundant 'public' modifier. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Redundant 'public' modifier. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Redundant 'public' modifier. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
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 is longer than 80 characters. | 40 | |
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 is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Redundant 'public' modifier. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Redundant 'public' modifier. | 43 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
Redundant 'public' modifier. | 44 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Redundant 'public' modifier. | 45 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Redundant 'public' modifier. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Redundant 'public' modifier. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
Redundant 'public' modifier. | 50 | |
Line is longer than 80 characters. | 51 | |
Missing a Javadoc comment. | 51 | |
Redundant 'public' modifier. | 51 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line has trailing spaces. | 54 | |
Line is longer than 80 characters. | 58 | |
Missing a Javadoc comment. | 58 | |
Line is longer than 80 characters. | 60 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 66 | |
Line is longer than 80 characters. | 67 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Line is longer than 80 characters. | 70 | |
Missing a Javadoc comment. | 70 | |
Line is longer than 80 characters. | 71 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 85 | |
Variable 'newCollaborators' must be private and have accessor methods. | 85 | |
Line is longer than 80 characters. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter viewEnum should be final. | 87 | |
Parameter name should be final. | 87 | |
Parameter modelId should be final. | 87 | |
Line is longer than 80 characters. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter viewEnum should be final. | 91 | |
Parameter name should be final. | 91 | |
Parameter modelId should be final. | 91 | |
Parameter showTitle should be final. | 91 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter event should be final. | 125 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 165 | |
Parameter event should be final. | 167 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Parameter result should be final. | 183 | |
Line is longer than 80 characters. | 207 | |
Missing a Javadoc comment. | 207 | |
Line is longer than 80 characters. | 208 | |
Parameter caught should be final. | 210 | |
Parameter result should be final. | 216 | |
Missing a Javadoc comment. | 224 | |
Line is longer than 80 characters. | 225 | |
Parameter caught should be final. | 227 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 229 | |
Parameter result should be final. | 234 | |
Line is longer than 80 characters. | 235 | |
Line is longer than 80 characters. | 239 | |
Parameter caught should be final. | 241 | |
Line is longer than 80 characters. | 242 | |
Line is longer than 80 characters. | 243 | |
Parameter result should be final. | 248 | |
Line is longer than 80 characters. | 249 | |
Missing a Javadoc comment. | 260 | |
Line is longer than 80 characters. | 263 | |
Line is longer than 80 characters. | 268 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 272 | |
Line is longer than 80 characters. | 276 | |
Line is longer than 80 characters. | 277 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 281 | |
Line is longer than 80 characters. | 282 | |
Parameter result should be final. | 285 | |
Line is longer than 80 characters. | 291 | |
Line is longer than 80 characters. | 297 | |
Line is longer than 80 characters. | 299 | |
Line is longer than 80 characters. | 301 | |
Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 312 | |
Missing a Javadoc comment. | 312 | |
Parameter labelKey should be final. | 312 | |
Missing a Javadoc comment. | 316 | |
Missing a Javadoc comment. | 320 | |
Line is longer than 80 characters. | 323 | |
Line is longer than 80 characters. | 325 | |
Line is longer than 80 characters. | 326 | |
Line is longer than 80 characters. | 327 | |
First sentence should end with a period. | 334 | |
Line is longer than 80 characters. | 335 | |
Line is longer than 80 characters. | 336 | |
Line is longer than 80 characters. | 337 | |
Parameter selectedAction should be final. | 340 | |
Expected @param tag for 'selectedAction'. | 340 | |
Line is longer than 80 characters. | 343 | |
Line is longer than 80 characters. | 344 | |
Line is longer than 80 characters. | 347 | |
Line is longer than 80 characters. | 354 | |
Line has trailing spaces. | 355 | |
Expected an @return tag. | 359 | |
Parameter permCode should be final. | 359 | |
Expected @param tag for 'permCode'. | 359 | |
switch without "default" clause. | 361 | |
Missing a Javadoc comment. | 372 | |
Line is longer than 80 characters. | 373 | |
Line is longer than 80 characters. | 379 | |
Missing a Javadoc comment. | 379 | |
Parameter isAuthor should be final. | 379 | |
Comment matches to-do format 'TODO:'. | 380 | |
Line is longer than 80 characters. | 380 | |
'3' is a magic number. | 384 | |
Method 'prinicipalExists' is not designed for extension - needs to be abstract, final or empty. | 412 | |
Missing a Javadoc comment. | 412 | |
Parameter principalId should be final. | 412 | |
Line is longer than 80 characters. | 413 | |
Line is longer than 80 characters. | 417 | |
Method 'updateModel' is not designed for extension - needs to be abstract, final or empty. | 433 | |
Line is longer than 80 characters. | 435 | |
Missing a Javadoc comment. | 441 | |
Line is longer than 80 characters. | 442 | |
Line is longer than 80 characters. | 452 | |
Line is longer than 80 characters. | 459 | |
Line is longer than 80 characters. | 461 | |
Line is longer than 80 characters. | 466 | |
Missing a Javadoc comment. | 466 | |
Line is longer than 80 characters. | 469 | |
Line is longer than 80 characters. | 479 | |
Avoid inline conditionals. | 479 | |
Line is longer than 80 characters. | 480 | |
Line is longer than 80 characters. | 481 | |
Line is longer than 80 characters. | 482 | |
Line is longer than 80 characters. | 484 | |
Parameter event should be final. | 493 | |
Line is longer than 80 characters. | 494 | |
Parameter event should be final. | 505 | |
Line is longer than 80 characters. | 506 | |
Method 'updateModel' is not designed for extension - needs to be abstract, final or empty. | 522 | |
Parameter model should be final. | 523 | |
Method 'updateWidgetData' is not designed for extension - needs to be abstract, final or empty. | 535 | |
Parameter model should be final. | 536 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 3 | |
Line is longer than 80 characters. | 5 | |
Missing a Javadoc comment. | 5 | |
'{' is not preceded with whitespace. | 5 | |
Line contains a tab character. | 6 | |
Missing a Javadoc comment. | 6 | |
Redundant 'public' modifier. | 6 | |
Line has trailing spaces. | 7 | |
Line contains a tab character. | 7 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 6 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 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. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 57 | |
Missing a Javadoc comment. | 67 | |
'{' is not preceded with whitespace. | 67 | |
Comment matches to-do format 'TODO:'. | 69 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Missing a Javadoc comment. | 70 | |
Line has trailing spaces. | 71 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Missing a Javadoc comment. | 73 | |
Line is longer than 80 characters. | 74 | |
Missing a Javadoc comment. | 74 | |
Line is longer than 80 characters. | 75 | |
Missing a Javadoc comment. | 75 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 76 | |
Line is longer than 80 characters. | 77 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Line is longer than 80 characters. | 79 | |
Missing a Javadoc comment. | 79 | |
Line is longer than 80 characters. | 80 | |
Missing a Javadoc comment. | 80 | |
';' is preceded with whitespace. | 81 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 86 | |
Parameter type should be final. | 86 | |
'type' hides a field. | 86 | |
Parameter label should be final. | 86 | |
'label' hides a field. | 86 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 99 | |
Parameter type should be final. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 110 | |
Missing a Javadoc comment. | 110 | |
Variable 'dataModel' must be private and have accessor methods. | 110 | |
'=' is not preceded with whitespace. | 110 | |
'=' is not followed by whitespace. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Missing a Javadoc comment. | 112 | |
Variable 'loaded' must be private and have accessor methods. | 112 | |
'=' is not preceded with whitespace. | 112 | |
'=' is not followed by whitespace. | 112 | |
Line has trailing spaces. | 113 | |
Missing a Javadoc comment. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Missing a Javadoc comment. | 116 | |
Line contains a tab character. | 117 | |
Missing a Javadoc comment. | 117 | |
Line contains a tab character. | 118 | |
Missing a Javadoc comment. | 118 | |
Line contains a tab character. | 119 | |
Missing a Javadoc comment. | 119 | |
Missing a Javadoc comment. | 120 | |
Line contains a tab character. | 121 | |
Missing a Javadoc comment. | 121 | |
Line contains a tab character. | 122 | |
Missing a Javadoc comment. | 122 | |
Missing a Javadoc comment. | 123 | |
Missing a Javadoc comment. | 124 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
Missing a Javadoc comment. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Missing a Javadoc comment. | 127 | |
Line has trailing spaces. | 129 | |
Line contains a tab character. | 129 | |
Missing a Javadoc comment. | 130 | |
Variable 'approveSaveActionEvent' must be private and have accessor methods. | 130 | |
Missing a Javadoc comment. | 131 | |
Variable 'startWorkflowSaveActionEvent' must be private and have accessor methods. | 131 | |
Line has trailing spaces. | 132 | |
Line is longer than 80 characters. | 133 | |
Missing a Javadoc comment. | 133 | |
Variable 'workflowRpcServiceAsync' must be private and have accessor methods. | 133 | |
Line is longer than 80 characters. | 134 | |
Missing a Javadoc comment. | 134 | |
Line has trailing spaces. | 135 | |
Missing a Javadoc comment. | 136 | |
Missing a Javadoc comment. | 137 | |
Missing a Javadoc comment. | 138 | |
Missing a Javadoc comment. | 139 | |
Missing a Javadoc comment. | 140 | |
'=' is not preceded with whitespace. | 140 | |
'=' is not followed by whitespace. | 140 | |
Missing a Javadoc comment. | 141 | |
'=' is not preceded with whitespace. | 141 | |
'=' is not followed by whitespace. | 141 | |
Line has trailing spaces. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Missing a Javadoc comment. | 143 | |
Line contains a tab character. | 144 | |
Missing a Javadoc comment. | 144 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
Missing a Javadoc comment. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
Missing a Javadoc comment. | 146 | |
Line contains a tab character. | 147 | |
Missing a Javadoc comment. | 147 | |
Line contains a tab character. | 148 | |
Missing a Javadoc comment. | 148 | |
Line has trailing spaces. | 149 | |
Missing a Javadoc comment. | 150 | |
Line has trailing spaces. | 151 | |
Missing a Javadoc comment. | 152 | |
Line contains a tab character. | 154 | |
Missing a Javadoc comment. | 154 | |
Line has trailing spaces. | 155 | |
Line contains a tab character. | 155 | |
Line is longer than 80 characters. | 156 | |
Line contains a tab character. | 156 | |
Missing a Javadoc comment. | 156 | |
Parameter parentController should be final. | 156 | |
'parentController' hides a field. | 156 | |
Parameter proposalPath should be final. | 156 | |
'proposalPath' hides a field. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line has trailing spaces. | 162 | |
Line contains a tab character. | 162 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter parentController should be final. | 163 | |
'parentController' hides a field. | 163 | |
Parameter proposalPath should be final. | 163 | |
'proposalPath' hides a field. | 163 | |
Parameter dropDownLabel should be final. | 163 | |
'dropDownLabel' hides a field. | 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 has trailing spaces. | 170 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Method 'requestAndSetupModel' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Missing a Javadoc comment. | 171 | |
Line has trailing spaces. | 172 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
'if' is not followed by whitespace. | 173 | |
'==' is not preceded with whitespace. | 173 | |
'==' is not followed by whitespace. | 173 | |
'{' is not preceded with whitespace. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
Line has trailing spaces. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Parameter cause should be final. | 178 | |
Line is longer than 80 characters. | 179 | |
Line contains a tab character. | 179 | |
'+' is not preceded with whitespace. | 179 | |
'+' is not followed by whitespace. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Parameter model should be final. | 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 contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
'else' is not preceded with whitespace. | 189 | |
'}' is not followed by whitespace. | 189 | |
'else' is not followed by whitespace. | 189 | |
'{' is not preceded with whitespace. | 189 | |
Line has trailing spaces. | 190 | |
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 | |
Line contains a tab character. | 194 | |
Line has trailing spaces. | 195 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Missing a Javadoc comment. | 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 | |
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 has trailing spaces. | 207 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Missing a Javadoc comment. | 208 | |
'{' is not preceded with whitespace. | 208 | |
Line contains a tab character. | 209 | |
'if' is not followed by whitespace. | 209 | |
'==' is not preceded with whitespace. | 209 | |
'==' is not followed by whitespace. | 209 | |
'{' is not preceded with whitespace. | 209 | |
Line contains a tab character. | 210 | |
'=' is not preceded with whitespace. | 210 | |
Line contains a tab character. | 211 | |
'580' is a magic number. | 211 | |
'400' is a magic number. | 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 contains a tab character. | 215 | |
Line contains a tab character. | 217 | |
Line has trailing spaces. | 218 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Missing a Javadoc comment. | 219 | |
'{' is not preceded with whitespace. | 219 | |
Line contains a tab character. | 221 | |
'{' is not preceded with whitespace. | 221 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Parameter event should be final. | 224 | |
Line contains a tab character. | 225 | |
Line is longer than 80 characters. | 226 | |
Line contains a tab character. | 226 | |
'{' is not preceded with whitespace. | 226 | |
Line contains a tab character. | 227 | |
Parameter caught should be final. | 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 contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Parameter result should be final. | 232 | |
Line contains a tab character. | 233 | |
'{' is not preceded with whitespace. | 233 | |
Line has trailing spaces. | 234 | |
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 is longer than 80 characters. | 237 | |
Line contains a tab character. | 237 | |
'if' is not followed by whitespace. | 237 | |
'{' is not preceded with whitespace. | 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. | 240 | |
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 is longer than 80 characters. | 243 | |
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 has trailing spaces. | 247 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line has trailing spaces. | 251 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Method 'getWorkflowActionsWidget' is not designed for extension - needs to be abstract, final or empty. | 252 | |
Missing a Javadoc comment. | 252 | |
'{' is not preceded with whitespace. | 252 | |
Line contains a tab character. | 253 | |
Line is longer than 80 characters. | 254 | |
Line contains a tab character. | 254 | |
')' is preceded with whitespace. | 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. | 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 has trailing spaces. | 266 | |
Line contains a tab character. | 266 | |
Method 'enableWorkflowActionsWidgets' is not designed for extension - needs to be abstract, final or empty. | 267 | |
Missing a Javadoc comment. | 267 | |
Parameter enable should be final. | 267 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line has trailing spaces. | 271 | |
Line contains a tab character. | 271 | |
Line is longer than 80 characters. | 272 | |
Line contains a tab character. | 272 | |
Method 'doValidationCheck' is not designed for extension - needs to be abstract, final or empty. | 272 | |
Missing a Javadoc comment. | 272 | |
Parameter callback should be final. | 272 | |
'{' is not preceded with whitespace. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line has trailing spaces. | 275 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Method 'getWorkflowStatusLabel' is not designed for extension - needs to be abstract, final or empty. | 276 | |
Missing a Javadoc comment. | 276 | |
'{' is not preceded with whitespace. | 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 | |
Missing a Javadoc comment. | 280 | |
'{' is not preceded with whitespace. | 280 | |
Line contains a tab character. | 281 | |
'if' is not followed by whitespace. | 281 | |
'!=' is not preceded with whitespace. | 281 | |
'!=' is not followed by whitespace. | 281 | |
'{' is not preceded with whitespace. | 281 | |
Line is longer than 80 characters. | 282 | |
Line contains a tab character. | 282 | |
Line has trailing spaces. | 283 | |
Line contains a tab character. | 283 | |
Line is longer than 80 characters. | 284 | |
Line contains a tab character. | 284 | |
Line is longer than 80 characters. | 285 | |
Line contains a tab character. | 285 | |
'{' is not preceded with whitespace. | 285 | |
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 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 293 | |
Missing a Javadoc comment. | 293 | |
Parameter model should be final. | 293 | |
'{' is not preceded with whitespace. | 293 | |
Line contains a tab character. | 294 | |
Line has trailing spaces. | 295 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
'{' is not preceded with whitespace. | 296 | |
Line is longer than 80 characters. | 297 | |
Line contains a tab character. | 297 | |
Line is longer than 80 characters. | 298 | |
Line contains a tab character. | 298 | |
'{' is not preceded with whitespace. | 298 | |
Line has trailing spaces. | 299 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Parameter result should be final. | 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 has trailing spaces. | 305 | |
Line contains a tab character. | 305 | |
Line is longer than 80 characters. | 306 | |
Line contains a tab character. | 306 | |
'{' is not preceded with whitespace. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Parameter caught should be final. | 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. | 312 | |
Line contains a tab character. | 313 | |
Parameter result should be final. | 313 | |
Line contains a tab character. | 314 | |
Line has trailing spaces. | 315 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line has trailing spaces. | 319 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line has trailing spaces. | 321 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Missing a Javadoc comment. | 322 | |
'{' is not preceded with whitespace. | 322 | |
Line contains a tab character. | 323 | |
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 | |
'{' is not preceded with whitespace. | 327 | |
Line contains a tab character. | 328 | |
'if' is not followed by whitespace. | 328 | |
'{' is not preceded with whitespace. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
'if' is not followed by whitespace. | 331 | |
'{' is not preceded with whitespace. | 331 | |
Line contains a tab character. | 334 | |
'if' is not followed by whitespace. | 334 | |
'{' is not preceded with whitespace. | 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 | |
'if' is not followed by whitespace. | 338 | |
'{' is not preceded with whitespace. | 338 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
'if' is not followed by whitespace. | 341 | |
'{' is not preceded with whitespace. | 341 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 | |
'if' is not followed by whitespace. | 344 | |
'{' is not preceded with whitespace. | 344 | |
'if' is not followed by whitespace. | 347 | |
'{' is not preceded with whitespace. | 347 | |
'if' is not followed by whitespace. | 350 | |
'{' is not preceded with whitespace. | 350 | |
Line contains a tab character. | 353 | |
'if' is not followed by whitespace. | 354 | |
'{' is not preceded with whitespace. | 354 | |
'if' is not followed by whitespace. | 357 | |
'{' is not preceded with whitespace. | 357 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 362 | |
Line contains a tab character. | 363 | |
Line has trailing spaces. | 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 preceded with whitespace. | 365 | |
Line has trailing spaces. | 366 | |
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 | |
'{' is not preceded with whitespace. | 369 | |
Line contains a tab character. | 370 | |
Line contains a tab character. | 371 | |
'}' should be on the same line. | 371 | |
Line contains a tab character. | 372 | |
'else' is not followed by whitespace. | 372 | |
'{' is not preceded with whitespace. | 372 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 374 | |
Line has trailing spaces. | 375 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 376 | |
Line has trailing spaces. | 377 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Missing a Javadoc comment. | 378 | |
Line contains a tab character. | 379 | |
'wfFYIWorkflowItem' hides a field. | 379 | |
Line contains a tab character. | 380 | |
Line is longer than 80 characters. | 381 | |
Line contains a tab character. | 381 | |
'{' is not preceded with whitespace. | 381 | |
Line has trailing spaces. | 382 | |
Line contains a tab character. | 382 | |
Parameter event should be final. | 382 | |
Line is longer than 80 characters. | 383 | |
Line contains a tab character. | 383 | |
',' is not followed by whitespace. | 383 | |
Line is longer than 80 characters. | 384 | |
Line contains a tab character. | 384 | |
'{' is not preceded with whitespace. | 384 | |
Line contains a tab character. | 385 | |
Parameter caught should be final. | 386 | |
Line is longer than 80 characters. | 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 | |
Parameter result should be final. | 390 | |
Line contains a tab character. | 391 | |
'if' is not followed by whitespace. | 391 | |
'{' is not preceded with whitespace. | 391 | |
Line is longer than 80 characters. | 392 | |
Line contains a tab character. | 392 | |
Line is longer than 80 characters. | 393 | |
Line contains a tab character. | 393 | |
'if' is not followed by whitespace. | 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 is longer than 80 characters. | 396 | |
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 | |
'else' is not preceded with whitespace. | 398 | |
'}' is not followed by whitespace. | 398 | |
'else' is not followed by whitespace. | 398 | |
'{' is not preceded with whitespace. | 398 | |
Line is longer than 80 characters. | 399 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
Line has trailing spaces. | 402 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line has trailing spaces. | 404 | |
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. | 409 | |
Missing a Javadoc comment. | 409 | |
Line contains a tab character. | 410 | |
'wfAcknowledgeItem' hides a field. | 410 | |
Line is longer than 80 characters. | 411 | |
Line contains a tab character. | 411 | |
'{' is not preceded with whitespace. | 411 | |
Line contains a tab character. | 412 | |
Parameter event should be final. | 412 | |
Line contains a tab character. | 413 | |
Line is longer than 80 characters. | 414 | |
Line contains a tab character. | 414 | |
Line is longer than 80 characters. | 415 | |
Line contains a tab character. | 415 | |
'{' is not preceded with whitespace. | 415 | |
Line contains a tab character. | 417 | |
Line is longer than 80 characters. | 418 | |
Line contains a tab character. | 418 | |
Parameter result should be final. | 418 | |
Line is longer than 80 characters. | 419 | |
Line contains a tab character. | 419 | |
'if' is not followed by whitespace. | 419 | |
'{' is not preceded with whitespace. | 419 | |
Line is longer than 80 characters. | 420 | |
Line contains a tab character. | 420 | |
',' is not followed by whitespace. | 420 | |
Line is longer than 80 characters. | 421 | |
Line contains a tab character. | 421 | |
'{' is not preceded with whitespace. | 421 | |
Line contains a tab character. | 422 | |
Parameter caught should be final. | 423 | |
Line is longer than 80 characters. | 424 | |
Line contains a tab character. | 424 | |
Line is longer than 80 characters. | 425 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
Line is longer than 80 characters. | 427 | |
Line contains a tab character. | 427 | |
Parameter result should be final. | 427 | |
Line is longer than 80 characters. | 428 | |
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 is longer than 80 characters. | 431 | |
Line contains a tab character. | 431 | |
'if' is not followed by whitespace. | 431 | |
'{' is not preceded with whitespace. | 431 | |
Line is longer than 80 characters. | 432 | |
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 is longer than 80 characters. | 435 | |
Line contains a tab character. | 435 | |
Line contains a tab character. | 436 | |
'else' is not preceded with whitespace. | 436 | |
'}' is not followed by whitespace. | 436 | |
'else' is not followed by whitespace. | 436 | |
'{' is not preceded with whitespace. | 436 | |
Line is longer than 80 characters. | 437 | |
Line contains a tab character. | 437 | |
Line contains a tab character. | 438 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 441 | |
'}' should be on the same line. | 441 | |
Line contains a tab character. | 442 | |
'else' is not followed by whitespace. | 442 | |
'{' is not preceded with whitespace. | 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. | 445 | |
Line contains a tab character. | 446 | |
Line has trailing spaces. | 447 | |
Line contains a tab character. | 447 | |
Line is longer than 80 characters. | 448 | |
Line contains a tab character. | 448 | |
Line is longer than 80 characters. | 449 | |
Line contains a tab character. | 449 | |
'+' is not followed by whitespace. | 449 | |
Line is longer than 80 characters. | 450 | |
Line contains a tab character. | 450 | |
Line is longer than 80 characters. | 451 | |
Line contains a tab character. | 451 | |
Line contains a tab character. | 452 | |
Line has trailing spaces. | 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 contains a tab character. | 457 | |
Line contains a tab character. | 458 | |
Line has trailing spaces. | 459 | |
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. | 464 | |
Missing a Javadoc comment. | 464 | |
Line contains a tab character. | 465 | |
'wfDisApproveItem' hides a field. | 465 | |
Line is longer than 80 characters. | 466 | |
Line contains a tab character. | 466 | |
'{' is not preceded with whitespace. | 466 | |
Line has trailing spaces. | 467 | |
Line contains a tab character. | 467 | |
Parameter event should be final. | 467 | |
Line contains a tab character. | 468 | |
Line is longer than 80 characters. | 469 | |
Line contains a tab character. | 469 | |
Line is longer than 80 characters. | 470 | |
Line contains a tab character. | 470 | |
'{' is not preceded with whitespace. | 470 | |
Line contains a tab character. | 472 | |
Line is longer than 80 characters. | 473 | |
Line contains a tab character. | 473 | |
Parameter result should be final. | 473 | |
Line is longer than 80 characters. | 474 | |
Line contains a tab character. | 474 | |
'if' is not followed by whitespace. | 474 | |
'{' is not preceded with whitespace. | 474 | |
Line is longer than 80 characters. | 475 | |
Line contains a tab character. | 475 | |
'if' is not followed by whitespace. | 475 | |
'{' is not preceded with whitespace. | 475 | |
Line is longer than 80 characters. | 476 | |
Line contains a tab character. | 476 | |
Line contains a tab character. | 477 | |
'}' should be on the same line. | 477 | |
Line contains a tab character. | 478 | |
'else' is not followed by whitespace. | 478 | |
'{' is not preceded with whitespace. | 478 | |
Line is longer than 80 characters. | 479 | |
Line contains a tab character. | 479 | |
',' is not followed by whitespace. | 479 | |
Line is longer than 80 characters. | 480 | |
Line contains a tab character. | 480 | |
'{' is not preceded with whitespace. | 480 | |
Line is longer than 80 characters. | 481 | |
Line contains a tab character. | 481 | |
Line is longer than 80 characters. | 482 | |
Parameter caught should be final. | 482 | |
Line is longer than 80 characters. | 483 | |
Line contains a tab character. | 483 | |
Line is longer than 80 characters. | 484 | |
Line contains a tab character. | 484 | |
Line contains a tab character. | 485 | |
Line is longer than 80 characters. | 486 | |
Line contains a tab character. | 486 | |
Parameter result should be final. | 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 | |
'if' is not followed by whitespace. | 488 | |
'{' is not preceded with whitespace. | 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 | |
'if' is not followed by whitespace. | 491 | |
'{' is not preceded with whitespace. | 491 | |
Line is longer than 80 characters. | 492 | |
Line contains a tab character. | 492 | |
Line is longer than 80 characters. | 493 | |
Line contains a tab character. | 493 | |
Line is longer than 80 characters. | 494 | |
Line contains a tab character. | 494 | |
'else' is not preceded with whitespace. | 494 | |
'}' is not followed by whitespace. | 494 | |
'else' is not followed by whitespace. | 494 | |
'{' is not preceded with whitespace. | 494 | |
Line is longer than 80 characters. | 495 | |
Line contains a tab character. | 495 | |
Line is longer than 80 characters. | 496 | |
Line contains a tab character. | 496 | |
Line contains a tab character. | 497 | |
Line has trailing spaces. | 498 | |
Line contains a tab character. | 498 | |
Line contains a tab character. | 499 | |
Line contains a tab character. | 500 | |
Line contains a tab character. | 502 | |
'}' should be on the same line. | 502 | |
Line contains a tab character. | 503 | |
'else' is not followed by whitespace. | 503 | |
'{' is not preceded with whitespace. | 503 | |
Line contains a tab character. | 504 | |
Line contains a tab character. | 505 | |
Line contains a tab character. | 506 | |
Line contains a tab character. | 507 | |
Line is longer than 80 characters. | 508 | |
Line contains a tab character. | 508 | |
Line is longer than 80 characters. | 509 | |
Line contains a tab character. | 509 | |
'+' is not followed by whitespace. | 509 | |
Line is longer than 80 characters. | 510 | |
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 is longer than 80 characters. | 514 | |
Line contains a tab character. | 514 | |
Line is longer than 80 characters. | 515 | |
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 | |
Line has trailing spaces. | 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 contains a tab character. | 522 | |
Line contains a tab character. | 523 | |
Line contains a tab character. | 524 | |
Line contains a tab character. | 525 | |
Line has trailing spaces. | 526 | |
Line contains a tab character. | 526 | |
Line contains a tab character. | 527 | |
Line contains a tab character. | 528 | |
Line contains a tab character. | 529 | |
Line contains a tab character. | 531 | |
Missing a Javadoc comment. | 531 | |
Line contains a tab character. | 532 | |
'wfApproveItem' hides a field. | 532 | |
Line is longer than 80 characters. | 534 | |
Line contains a tab character. | 534 | |
'=' is not preceded with whitespace. | 534 | |
'{' is not preceded with whitespace. | 534 | |
Line contains a tab character. | 535 | |
Parameter event should be final. | 535 | |
Line contains a tab character. | 536 | |
Line is longer than 80 characters. | 537 | |
Line contains a tab character. | 537 | |
Line is longer than 80 characters. | 538 | |
Line contains a tab character. | 538 | |
'{' is not preceded with whitespace. | 538 | |
Line contains a tab character. | 540 | |
Line is longer than 80 characters. | 541 | |
Line contains a tab character. | 541 | |
Parameter result should be final. | 541 | |
Line is longer than 80 characters. | 542 | |
Line contains a tab character. | 542 | |
'if' is not followed by whitespace. | 542 | |
'{' is not preceded with whitespace. | 542 | |
Line is longer than 80 characters. | 543 | |
Line contains a tab character. | 543 | |
'if' is not followed by whitespace. | 543 | |
'{' is not preceded with whitespace. | 543 | |
Line is longer than 80 characters. | 544 | |
Line contains a tab character. | 544 | |
Line contains a tab character. | 545 | |
'}' should be on the same line. | 545 | |
Line contains a tab character. | 546 | |
'else' is not followed by whitespace. | 546 | |
'{' is not preceded with whitespace. | 546 | |
Line is longer than 80 characters. | 547 | |
Line contains a tab character. | 547 | |
',' is not followed by whitespace. | 547 | |
Line has trailing spaces. | 548 | |
Line contains a tab character. | 548 | |
Line is longer than 80 characters. | 549 | |
Line contains a tab character. | 549 | |
'{' is not preceded with whitespace. | 549 | |
Line contains a tab character. | 550 | |
Parameter caught should be final. | 551 | |
Line is longer than 80 characters. | 552 | |
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 | |
Line is longer than 80 characters. | 555 | |
Line contains a tab character. | 555 | |
Parameter result should be final. | 555 | |
Line is longer than 80 characters. | 556 | |
Line contains a tab character. | 556 | |
Line is longer than 80 characters. | 557 | |
Line contains a tab character. | 557 | |
'{' is not preceded with whitespace. | 557 | |
Line is longer than 80 characters. | 558 | |
Line contains a tab character. | 558 | |
Line is longer than 80 characters. | 559 | |
Line contains a tab character. | 559 | |
'if' is not followed by whitespace. | 559 | |
'{' is not preceded with whitespace. | 559 | |
Line is longer than 80 characters. | 560 | |
Line contains a tab character. | 560 | |
Line is longer than 80 characters. | 561 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 564 | |
Line is longer than 80 characters. | 565 | |
Line contains a tab character. | 565 | |
Line contains a tab character. | 566 | |
Line contains a tab character. | 567 | |
Line contains a tab character. | 568 | |
Line contains a tab character. | 569 | |
Line contains a tab character. | 571 | |
'}' should be on the same line. | 571 | |
Line contains a tab character. | 572 | |
'else' is not followed by whitespace. | 572 | |
'{' is not preceded with whitespace. | 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 has trailing spaces. | 577 | |
Line contains a tab character. | 577 | |
Line is longer than 80 characters. | 578 | |
Line contains a tab character. | 578 | |
Line is longer than 80 characters. | 579 | |
Line contains a tab character. | 579 | |
'+' is not followed by whitespace. | 579 | |
Line is longer than 80 characters. | 580 | |
Line contains a tab character. | 580 | |
Line is longer than 80 characters. | 581 | |
Line contains a tab character. | 581 | |
Line contains a tab character. | 582 | |
Line is longer than 80 characters. | 583 | |
Line contains a tab character. | 583 | |
Line contains a tab character. | 584 | |
Line has trailing spaces. | 585 | |
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. | 589 | |
Line contains a tab character. | 590 | |
Line contains a tab character. | 591 | |
Line contains a tab character. | 592 | |
Line contains a tab character. | 593 | |
Line has trailing spaces. | 594 | |
Line contains a tab character. | 594 | |
Line contains a tab character. | 595 | |
Line contains a tab character. | 596 | |
Line contains a tab character. | 597 | |
Missing a Javadoc comment. | 599 | |
'wfWithdrawItem' hides a field. | 600 | |
Line is longer than 80 characters. | 602 | |
Parameter event should be final. | 603 | |
Line is longer than 80 characters. | 606 | |
Parameter result should be final. | 609 | |
Line is longer than 80 characters. | 612 | |
Line is longer than 80 characters. | 614 | |
Line is longer than 80 characters. | 616 | |
Line is longer than 80 characters. | 618 | |
Parameter caught should be final. | 618 | |
Line is longer than 80 characters. | 620 | |
Parameter result should be final. | 623 | |
Line is longer than 80 characters. | 630 | |
Line is longer than 80 characters. | 631 | |
Line is longer than 80 characters. | 633 | |
Line is longer than 80 characters. | 645 | |
Line is longer than 80 characters. | 646 | |
Line is longer than 80 characters. | 647 | |
Line is longer than 80 characters. | 648 | |
Missing a Javadoc comment. | 666 | |
'wfBlanketApproveItem' hides a field. | 667 | |
Line is longer than 80 characters. | 669 | |
Parameter event should be final. | 670 | |
Line is longer than 80 characters. | 673 | |
Parameter result should be final. | 676 | |
Line is longer than 80 characters. | 679 | |
Line is longer than 80 characters. | 681 | |
Line is longer than 80 characters. | 682 | |
Line is longer than 80 characters. | 684 | |
Parameter caught should be final. | 684 | |
Line contains a tab character. | 685 | |
Line is longer than 80 characters. | 686 | |
Parameter result should be final. | 689 | |
Line contains a tab character. | 690 | |
Line is longer than 80 characters. | 692 | |
Line is longer than 80 characters. | 693 | |
Line is longer than 80 characters. | 694 | |
Line is longer than 80 characters. | 701 | |
Line is longer than 80 characters. | 702 | |
Line is longer than 80 characters. | 704 | |
Line has trailing spaces. | 707 | |
Line contains a tab character. | 707 | |
Line is longer than 80 characters. | 715 | |
Line is longer than 80 characters. | 716 | |
Line is longer than 80 characters. | 717 | |
Line is longer than 80 characters. | 718 | |
First sentence should end with a period. | 736 | |
Line is longer than 80 characters. | 737 | |
Line has trailing spaces. | 738 | |
Line has trailing spaces. | 739 | |
Method 'blanketApprove' is not designed for extension - needs to be abstract, final or empty. | 742 | |
Expected @param tag for 'onSuccessCallback'. | 742 | |
'{' is not preceded with whitespace. | 742 | |
Line contains a tab character. | 743 | |
Line is longer than 80 characters. | 744 | |
Parameter caught should be final. | 746 | |
Parameter result should be final. | 750 | |
Line contains a tab character. | 752 | |
Line has trailing spaces. | 757 | |
Line contains a tab character. | 757 | |
Line has trailing spaces. | 761 | |
Line is longer than 80 characters. | 761 | |
Line has trailing spaces. | 763 | |
Method 'cancel' is not designed for extension - needs to be abstract, final or empty. | 766 | |
Expected @param tag for 'onSuccessCallback'. | 766 | |
'{' is not preceded with whitespace. | 766 | |
Line is longer than 80 characters. | 767 | |
Line contains a tab character. | 767 | |
Line contains a tab character. | 768 | |
Line has trailing spaces. | 771 | |
Method 'setUpReturnToPreviousDropDown' is not designed for extension - needs to be abstract, final or empty. | 772 | |
Missing a Javadoc comment. | 772 | |
Parameter workflowId should be final. | 772 | |
'workflowId' hides a field. | 772 | |
Line is longer than 80 characters. | 776 | |
Parameter caught should be final. | 778 | |
Parameter result should be final. | 782 | |
Missing a Javadoc comment. | 794 | |
'wfReturnToPreviousItem' hides a field. | 795 | |
Line is longer than 80 characters. | 797 | |
Parameter event should be final. | 798 | |
Line is longer than 80 characters. | 801 | |
Line is longer than 80 characters. | 802 | |
Parameter result should be final. | 805 | |
Line is longer than 80 characters. | 807 | |
Line is longer than 80 characters. | 808 | |
Line is longer than 80 characters. | 809 | |
Line is longer than 80 characters. | 810 | |
Line is longer than 80 characters. | 811 | |
Line is longer than 80 characters. | 812 | |
Line is longer than 80 characters. | 814 | |
Line is longer than 80 characters. | 815 | |
Line is longer than 80 characters. | 816 | |
Line is longer than 80 characters. | 818 | |
Parameter caught should be final. | 818 | |
Line is longer than 80 characters. | 820 | |
Parameter result should be final. | 823 | |
Line is longer than 80 characters. | 830 | |
Line is longer than 80 characters. | 831 | |
Line is longer than 80 characters. | 833 | |
Line is longer than 80 characters. | 845 | |
Line is longer than 80 characters. | 846 | |
Line is longer than 80 characters. | 847 | |
Line is longer than 80 characters. | 848 | |
Line is longer than 80 characters. | 849 | |
Line contains a tab character. | 867 | |
Line is longer than 80 characters. | 869 | |
Missing a Javadoc comment. | 869 | |
Parameter rationaleEditor should be final. | 869 | |
Parameter rationaleType should be final. | 869 | |
Line is longer than 80 characters. | 881 | |
Parameter caught should be final. | 884 | |
Parameter result should be final. | 889 | |
Missing a Javadoc comment. | 898 | |
'wfStartWorkflowItem' hides a field. | 899 | |
Line is longer than 80 characters. | 900 | |
Line contains a tab character. | 900 | |
'{' is not preceded with whitespace. | 900 | |
Line contains a tab character. | 901 | |
Parameter event should be final. | 901 | |
Line is longer than 80 characters. | 903 | |
Line contains a tab character. | 903 | |
Parameter result should be final. | 905 | |
Line has trailing spaces. | 906 | |
Line contains a tab character. | 906 | |
Line is longer than 80 characters. | 907 | |
Line contains a tab character. | 908 | |
'if' is not followed by whitespace. | 908 | |
'{' is not preceded with whitespace. | 908 | |
Line contains a tab character. | 909 | |
Line contains a tab character. | 910 | |
'}' should be on the same line. | 910 | |
Line contains a tab character. | 911 | |
'else' 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 has trailing spaces. | 913 | |
Line contains a tab character. | 913 | |
Line contains a tab character. | 916 | |
Line contains a tab character. | 918 | |
Line contains a tab character. | 919 | |
Line contains a tab character. | 920 | |
Missing a Javadoc comment. | 922 | |
'wfCancelWorkflowItem' hides a field. | 923 | |
Line is longer than 80 characters. | 924 | |
Line has trailing spaces. | 925 | |
Parameter event should be final. | 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 is longer than 80 characters. | 933 | |
Method 'getConfirmationCancelProposalDialog' is not designed for extension - needs to be abstract, final or empty. | 933 | |
Missing a Javadoc comment. | 933 | |
'(' is preceded with whitespace. | 933 | |
'{' is not preceded with whitespace. | 933 | |
Line is longer than 80 characters. | 934 | |
Line contains a tab character. | 934 | |
',' is not followed by whitespace. | 934 | |
Line has trailing spaces. | 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 is longer than 80 characters. | 938 | |
Line has trailing spaces. | 939 | |
Line is longer than 80 characters. | 940 | |
Line contains a tab character. | 940 | |
'{' is not preceded with whitespace. | 940 | |
Line contains a tab character. | 941 | |
Line contains a tab character. | 942 | |
Parameter event should be final. | 942 | |
Line is longer than 80 characters. | 943 | |
Line contains a tab character. | 943 | |
Line contains a tab character. | 944 | |
Parameter caught should be final. | 945 | |
Line contains a tab character. | 946 | |
Line is longer than 80 characters. | 947 | |
Line contains a tab character. | 947 | |
Line contains a tab character. | 948 | |
Line contains a tab character. | 949 | |
Parameter result should be final. | 949 | |
Line contains a tab character. | 950 | |
Line contains a tab character. | 951 | |
Line contains a tab character. | 952 | |
Line contains a tab character. | 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 | |
'{' is not preceded with whitespace. | 956 | |
Line is longer than 80 characters. | 957 | |
Line contains a tab character. | 957 | |
Line contains a tab character. | 958 | |
Line is longer than 80 characters. | 959 | |
Line contains a tab character. | 959 | |
Line is longer than 80 characters. | 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 contains a tab character. | 963 | |
Line contains a tab character. | 964 | |
Line contains a tab character. | 965 | |
Line has trailing spaces. | 966 | |
Line contains a tab character. | 966 | |
Line contains a tab character. | 967 | |
Line has trailing spaces. | 969 | |
Line has trailing spaces. | 970 | |
Line contains a tab character. | 970 | |
Line contains a tab character. | 971 | |
Line has trailing spaces. | 973 | |
Missing a Javadoc comment. | 974 | |
Parameter statusCd should be final. | 974 | |
'{' is not preceded with whitespace. | 974 | |
Line contains a tab character. | 975 | |
Line contains a tab character. | 976 | |
'{' is not preceded with whitespace. | 976 | |
Line is longer than 80 characters. | 977 | |
Line contains a tab character. | 977 | |
Line is longer than 80 characters. | 978 | |
Line contains a tab character. | 978 | |
'{' is not preceded with whitespace. | 978 | |
Line is longer than 80 characters. | 979 | |
Line contains a tab character. | 979 | |
Line is longer than 80 characters. | 980 | |
Line contains a tab character. | 980 | |
'{' is not preceded with whitespace. | 980 | |
Line is longer than 80 characters. | 981 | |
Line contains a tab character. | 981 | |
Line is longer than 80 characters. | 982 | |
Line contains a tab character. | 982 | |
'{' is not preceded with whitespace. | 982 | |
Line is longer than 80 characters. | 983 | |
Line contains a tab character. | 983 | |
Line is longer than 80 characters. | 984 | |
Line contains a tab character. | 984 | |
'{' is not preceded with whitespace. | 984 | |
Line is longer than 80 characters. | 985 | |
Line contains a tab character. | 985 | |
Line is longer than 80 characters. | 986 | |
Line contains a tab character. | 986 | |
'{' is not preceded with whitespace. | 986 | |
Line is longer than 80 characters. | 987 | |
Line contains a tab character. | 987 | |
Line is longer than 80 characters. | 988 | |
Line contains a tab character. | 988 | |
'{' is not preceded with whitespace. | 988 | |
Line is longer than 80 characters. | 989 | |
Line contains a tab character. | 989 | |
Line is longer than 80 characters. | 990 | |
Line contains a tab character. | 990 | |
'{' is not preceded with whitespace. | 990 | |
Line is longer than 80 characters. | 991 | |
Line contains a tab character. | 991 | |
Line is longer than 80 characters. | 992 | |
Line contains a tab character. | 992 | |
'{' is not preceded with whitespace. | 992 | |
Line is longer than 80 characters. | 993 | |
Line contains a tab character. | 993 | |
Line is longer than 80 characters. | 994 | |
Line contains a tab character. | 994 | |
'{' is not preceded with whitespace. | 994 | |
Line is longer than 80 characters. | 995 | |
Line contains a tab character. | 995 | |
Line contains a tab character. | 996 | |
Line contains a tab character. | 997 | |
Line contains a tab character. | 998 | |
Line has trailing spaces. | 999 | |
Line contains a tab character. | 999 | |
Line has trailing spaces. | 1000 | |
Line contains a tab character. | 1000 | |
Line contains a tab character. | 1001 | |
Line has trailing spaces. | 1002 | |
Line contains a tab character. | 1002 | |
Line contains a tab character. | 1003 | |
Line is longer than 80 characters. | 1004 | |
Line contains a tab character. | 1004 | |
Line has trailing spaces. | 1005 | |
Line contains a tab character. | 1005 | |
Line contains a tab character. | 1006 | |
Line contains a tab character. | 1007 | |
Line contains a tab character. | 1008 | |
Method 'setModelName' is not designed for extension - needs to be abstract, final or empty. | 1008 | |
Parameter modelName should be final. | 1008 | |
'modelName' hides a field. | 1008 | |
Expected @param tag for 'modelName'. | 1008 | |
Line contains a tab character. | 1009 | |
Line contains a tab character. | 1010 | |
Line has trailing spaces. | 1011 | |
Line contains a tab character. | 1011 | |
Line contains a tab character. | 1012 | |
Line has trailing spaces. | 1013 | |
Line is longer than 80 characters. | 1013 | |
Line contains a tab character. | 1013 | |
Line contains a tab character. | 1014 | |
Line contains a tab character. | 1015 | |
Line contains a tab character. | 1016 | |
Method 'setProposalPath' is not designed for extension - needs to be abstract, final or empty. | 1016 | |
Parameter proposalPath should be final. | 1016 | |
'proposalPath' hides a field. | 1016 | |
Expected @param tag for 'proposalPath'. | 1016 | |
Line contains a tab character. | 1017 | |
Line contains a tab character. | 1018 | |
Line has trailing spaces. | 1019 | |
Line contains a tab character. | 1019 | |
Line is longer than 80 characters. | 1020 | |
Line contains a tab character. | 1020 | |
Method 'setWorkflowRpcService' is not designed for extension - needs to be abstract, final or empty. | 1020 | |
Missing a Javadoc comment. | 1020 | |
Parameter workflowRpcServiceAsync should be final. | 1020 | |
'workflowRpcServiceAsync' hides a field. | 1020 | |
'{' is not preceded with whitespace. | 1020 | |
Line contains a tab character. | 1021 | |
Line contains a tab character. | 1022 | |
Comment matches to-do format 'TODO:'. | 1024 | |
Line is longer than 80 characters. | 1024 | |
Line contains a tab character. | 1025 | |
Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 1025 | |
Missing a Javadoc comment. | 1025 | |
'{' is not preceded with whitespace. | 1025 | |
Line contains a tab character. | 1026 | |
Line contains a tab character. | 1027 | |
Line has trailing spaces. | 1028 | |
Line contains a tab character. | 1028 | |
Missing a Javadoc comment. | 1029 | |
Parameter labelKey should be final. | 1029 | |
Line is longer than 80 characters. | 1030 | |
Line has trailing spaces. | 1032 | |
Line is longer than 80 characters. | 1033 | |
Method 'getDataIdFromWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 1033 | |
Missing a Javadoc comment. | 1033 | |
Parameter workflowId should be final. | 1033 | |
'workflowId' hides a field. | 1033 | |
Parameter callback should be final. | 1033 | |
'{' is not preceded with whitespace. | 1033 | |
Line contains a tab character. | 1034 | |
Line contains a tab character. | 1037 | |
Method 'addSubmitCallback' is not designed for extension - needs to be abstract, final or empty. | 1037 | |
Missing a Javadoc comment. | 1037 | |
Parameter callback should be final. | 1037 | |
Line contains a tab character. | 1038 | |
Line has trailing spaces. | 1039 | |
Line contains a tab character. | 1039 | |
Line contains a tab character. | 1040 | |
Line contains a tab character. | 1042 | |
Method 'getAdditionalItems' is not designed for extension - needs to be abstract, final or empty. | 1042 | |
Missing a Javadoc comment. | 1042 | |
Line contains a tab character. | 1043 | |
Line contains a tab character. | 1044 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Variable 'LOG' 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 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 44 | |
Method 'acknowledgeDocumentWithId' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Parameter workflowId should be final. | 45 | |
Line contains a tab character. | 46 | |
'try' is not followed by whitespace. | 46 | |
'{' is not preceded with whitespace. | 46 | |
Line contains a tab character. | 47 | |
'=' is not preceded with whitespace. | 48 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
'if' is not followed by whitespace. | 52 | |
'==' is not preceded with whitespace. | 52 | |
'==' 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 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
'catch' is not preceded with whitespace. | 56 | |
'}' is not followed by whitespace. | 56 | |
'catch' is not followed by whitespace. | 56 | |
'{' is not preceded with whitespace. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Method 'adhocRequest' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Parameter workflowId should be final. | 64 | |
Parameter recipientPrincipalId should be final. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Parameter requestType should be final. | 65 | |
Parameter annotation should be final. | 65 | |
Line is longer than 80 characters. | 76 | |
',' is not followed by whitespace. | 76 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 82 | |
',' is not followed by whitespace. | 82 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 88 | |
',' is not followed by whitespace. | 88 | |
',' is not followed by whitespace. | 88 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 90 | |
',' is not followed by whitespace. | 95 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Method 'approveDocumentWithId' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Parameter workflowId should be final. | 102 | |
Line contains a tab character. | 104 | |
'try' is not followed by whitespace. | 104 | |
'{' is not preceded with whitespace. | 104 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 108 | |
'if' is not followed by whitespace. | 108 | |
'==' is not preceded with whitespace. | 108 | |
'==' is not followed by whitespace. | 108 | |
'||' is not preceded with whitespace. | 108 | |
'||' is not followed by whitespace. | 108 | |
'{' is not preceded with whitespace. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
'catch' is not preceded with whitespace. | 112 | |
'}' is not followed by whitespace. | 112 | |
'catch' is not followed by whitespace. | 112 | |
'{' is not preceded with whitespace. | 112 | |
',' is not followed by whitespace. | 113 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 117 | |
Method 'blanketApproveDocumentWithId' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Line is longer than 80 characters. | 120 | |
Parameter workflowId should be final. | 120 | |
'try' is not followed by whitespace. | 122 | |
'{' is not preceded with whitespace. | 122 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 126 | |
'if' is not followed by whitespace. | 126 | |
'==' is not preceded with whitespace. | 126 | |
'==' is not followed by whitespace. | 126 | |
'||' is not preceded with whitespace. | 126 | |
'||' is not followed by whitespace. | 126 | |
'{' is not preceded with whitespace. | 126 | |
Line is longer than 80 characters. | 127 | |
'catch' is not preceded with whitespace. | 130 | |
'}' is not followed by whitespace. | 130 | |
'catch' is not followed by whitespace. | 130 | |
'{' is not preceded with whitespace. | 130 | |
',' is not followed by whitespace. | 131 | |
Line contains a tab character. | 137 | |
Method 'disapproveDocumentWithId' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Line contains a tab character. | 138 | |
Parameter workflowId should be final. | 138 | |
Line contains a tab character. | 140 | |
'try' is not followed by whitespace. | 140 | |
'{' is not preceded with whitespace. | 140 | |
Line contains a tab character. | 143 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
'if' is not followed by whitespace. | 146 | |
'==' is not preceded with whitespace. | 146 | |
'==' is not followed by whitespace. | 146 | |
'||' is not preceded with whitespace. | 146 | |
'||' is not followed by whitespace. | 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 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
'catch' is not preceded with whitespace. | 150 | |
'}' is not followed by whitespace. | 150 | |
'catch' is not followed by whitespace. | 150 | |
'{' is not preceded with whitespace. | 150 | |
',' is not followed by whitespace. | 151 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 157 | |
Method 'fyiDocumentWithId' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Line contains a tab character. | 158 | |
Parameter workflowId should be final. | 158 | |
Line contains a tab character. | 159 | |
'try' is not followed by whitespace. | 159 | |
'{' is not preceded with whitespace. | 159 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
Line is longer than 80 characters. | 164 | |
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 | |
'||' 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 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
'catch' is not preceded with whitespace. | 168 | |
'}' is not followed by whitespace. | 168 | |
'catch' is not followed by whitespace. | 168 | |
'{' is not preceded with whitespace. | 168 | |
',' is not followed by whitespace. | 169 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 175 | |
Method 'withdrawDocumentWithId' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Line contains a tab character. | 176 | |
Parameter workflowId should be final. | 176 | |
'if' is not followed by whitespace. | 177 | |
'==' is not preceded with whitespace. | 177 | |
'==' is not followed by whitespace. | 177 | |
'{' is not preceded with whitespace. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 182 | |
'try' is not followed by whitespace. | 182 | |
'{' is not preceded with whitespace. | 182 | |
Line is longer than 80 characters. | 184 | |
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 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
Line is longer than 80 characters. | 191 | |
Line contains a tab character. | 191 | |
'if' is not followed by whitespace. | 191 | |
'==' is not preceded with whitespace. | 191 | |
'==' is not followed by whitespace. | 191 | |
'||' is not preceded with whitespace. | 191 | |
'||' is not followed by whitespace. | 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 contains a tab character. | 195 | |
'catch' is not preceded with whitespace. | 195 | |
'}' is not followed by whitespace. | 195 | |
'catch' is not followed by whitespace. | 195 | |
'{' is not preceded with whitespace. | 195 | |
',' is not followed by whitespace. | 196 | |
Line contains a tab character. | 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 contains a tab character. | 202 | |
Method 'returnDocumentWithId' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Line is longer than 80 characters. | 203 | |
Line contains a tab character. | 203 | |
Parameter workflowId should be final. | 203 | |
Parameter nodeName should be final. | 203 | |
'try' is not followed by whitespace. | 205 | |
'{' is not preceded with whitespace. | 205 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 209 | |
'if' is not followed by whitespace. | 209 | |
'==' is not preceded with whitespace. | 209 | |
'==' is not followed by whitespace. | 209 | |
'||' is not preceded with whitespace. | 209 | |
'||' is not followed by whitespace. | 209 | |
'{' is not preceded with whitespace. | 209 | |
Line is longer than 80 characters. | 210 | |
'catch' is not preceded with whitespace. | 213 | |
'}' is not followed by whitespace. | 213 | |
'catch' is not followed by whitespace. | 213 | |
'{' is not preceded with whitespace. | 213 | |
',' is not followed by whitespace. | 214 | |
Line contains a tab character. | 218 | |
Line is longer than 80 characters. | 220 | |
Method 'getPreviousRouteNodeNames' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Missing a Javadoc comment. | 220 | |
Parameter workflowId should be final. | 220 | |
Line is longer than 80 characters. | 222 | |
',' is not followed by whitespace. | 225 | |
Line is longer than 80 characters. | 226 | |
Line contains a tab character. | 230 | |
Method 'getActionsRequested' is not designed for extension - needs to be abstract, final or empty. | 230 | |
Line is longer than 80 characters. | 231 | |
Line contains a tab character. | 231 | |
Parameter workflowId should be final. | 231 | |
'try' is not followed by whitespace. | 232 | |
'{' is not preceded with whitespace. | 232 | |
Line contains a tab character. | 233 | |
'if' is not followed by whitespace. | 233 | |
'==' is not preceded with whitespace. | 233 | |
'==' is not followed by whitespace. | 233 | |
'{' is not preceded with whitespace. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line is longer than 80 characters. | 241 | |
Line contains a tab character. | 241 | |
Line is longer than 80 characters. | 242 | |
'+' is not preceded with whitespace. | 242 | |
'+' is not followed by whitespace. | 242 | |
'+' is not preceded with whitespace. | 242 | |
'+' is not followed by whitespace. | 242 | |
',' is not followed by whitespace. | 244 | |
',' is not followed by whitespace. | 244 | |
Line is longer than 80 characters. | 245 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
',' is not followed by whitespace. | 248 | |
Line contains a tab character. | 249 | |
Line is longer than 80 characters. | 252 | |
Line is longer than 80 characters. | 255 | |
'for' is not followed by whitespace. | 257 | |
',' is not followed by whitespace. | 257 | |
':' is not preceded with whitespace. | 257 | |
':' is not followed by whitespace. | 257 | |
'{' is not preceded with whitespace. | 257 | |
Line is longer than 80 characters. | 258 | |
Line contains a tab character. | 258 | |
Line is longer than 80 characters. | 259 | |
Line contains a tab character. | 259 | |
Line is longer than 80 characters. | 260 | |
Line contains a tab character. | 260 | |
Line is longer than 80 characters. | 261 | |
Line contains a tab character. | 261 | |
'(' is followed by whitespace. | 261 | |
')' is preceded with whitespace. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 264 | |
'}' should be on the same line. | 264 | |
Line is longer than 80 characters. | 265 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
'if' is not followed by whitespace. | 267 | |
'{' is not preceded with whitespace. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
'}' should be on the same line. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
'if' is not followed by whitespace. | 273 | |
'{' is not preceded with whitespace. | 273 | |
Line contains a tab character. | 274 | |
Line is longer than 80 characters. | 275 | |
Line is longer than 80 characters. | 276 | |
'(' is followed by whitespace. | 276 | |
')' is preceded with whitespace. | 276 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line is longer than 80 characters. | 283 | |
Line is longer than 80 characters. | 286 | |
',' is not followed by whitespace. | 286 | |
Line is longer than 80 characters. | 287 | |
',' is not followed by whitespace. | 287 | |
Line has trailing spaces. | 288 | |
Line has trailing spaces. | 289 | |
Line contains a tab character. | 289 | |
Line has trailing spaces. | 290 | |
Line is longer than 80 characters. | 290 | |
Line contains a tab character. | 290 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
',' is not followed by whitespace. | 291 | |
Line is longer than 80 characters. | 292 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
',' is not followed by whitespace. | 296 | |
',' is not followed by whitespace. | 296 | |
Line is longer than 80 characters. | 297 | |
',' is not followed by whitespace. | 297 | |
Line is longer than 80 characters. | 298 | |
',' is not followed by whitespace. | 298 | |
Line has trailing spaces. | 300 | |
Line is longer than 80 characters. | 300 | |
Line has trailing spaces. | 301 | |
Line has trailing spaces. | 302 | |
Line is longer than 80 characters. | 302 | |
Line is longer than 80 characters. | 303 | |
',' is not followed by whitespace. | 303 | |
Line is longer than 80 characters. | 304 | |
Line has trailing spaces. | 310 | |
Line is longer than 80 characters. | 310 | |
Line has trailing spaces. | 311 | |
Line is longer than 80 characters. | 311 | |
Line has trailing spaces. | 312 | |
Line is longer than 80 characters. | 312 | |
Line is longer than 80 characters. | 313 | |
',' is not followed by whitespace. | 313 | |
Line is longer than 80 characters. | 316 | |
Line contains a tab character. | 322 | |
',' is not followed by whitespace. | 322 | |
Line is longer than 80 characters. | 323 | |
Line contains a tab character. | 325 | |
Line is longer than 80 characters. | 327 | |
Line contains a tab character. | 327 | |
Method 'getCurrentActiveNodeNames' is not designed for extension - needs to be abstract, final or empty. | 327 | |
Missing a Javadoc comment. | 327 | |
Parameter routeHeaderId should be final. | 327 | |
Line is longer than 80 characters. | 329 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 338 | |
Method 'getDocumentStatus' is not designed for extension - needs to be abstract, final or empty. | 338 | |
Line contains a tab character. | 339 | |
Parameter workflowId should be final. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
'{' is not preceded with whitespace. | 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 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. | 350 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 353 | |
Method 'getWorkflowIdFromDataId' is not designed for extension - needs to be abstract, final or empty. | 353 | |
Line contains a tab character. | 354 | |
Line is longer than 80 characters. | 355 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 356 | |
Line is longer than 80 characters. | 357 | |
Line contains a tab character. | 357 | |
Parameter workflowDocType should be final. | 357 | |
Parameter dataId should be final. | 357 | |
Line contains a tab character. | 358 | |
'if' 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 is longer than 80 characters. | 359 | |
Line contains a tab character. | 359 | |
Line contains a tab character. | 363 | |
Line is longer than 80 characters. | 364 | |
Line contains a tab character. | 364 | |
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 contains a tab character. | 366 | |
'+' is not preceded with whitespace. | 366 | |
'+' is not followed by whitespace. | 366 | |
Line contains a tab character. | 367 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
'=' is not preceded with whitespace. | 369 | |
'=' is not followed by whitespace. | 369 | |
Line contains a tab character. | 370 | |
'==' is not preceded with whitespace. | 370 | |
'==' is not followed by whitespace. | 370 | |
'?' is not preceded with whitespace. | 370 | |
Avoid inline conditionals. | 370 | |
'?' is not followed by whitespace. | 370 | |
':' is not preceded with whitespace. | 370 | |
':' is not followed by whitespace. | 370 | |
Line contains a tab character. | 371 | |
Line is longer than 80 characters. | 372 | |
Line contains a tab character. | 372 | |
'+' is not preceded with whitespace. | 372 | |
'+' is not followed by whitespace. | 372 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 374 | |
Line contains a tab character. | 375 | |
Line has trailing spaces. | 377 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Method 'getDataIdFromWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 378 | |
Line is longer than 80 characters. | 379 | |
Line contains a tab character. | 379 | |
Parameter workflowId should be final. | 379 | |
Line is longer than 80 characters. | 382 | |
Line is longer than 80 characters. | 383 | |
'if' is not followed by whitespace. | 383 | |
'==' is not preceded with whitespace. | 383 | |
'==' is not followed by whitespace. | 383 | |
'||' is not preceded with whitespace. | 383 | |
'||' is not followed by whitespace. | 383 | |
'{' is not preceded with whitespace. | 383 | |
Line is longer than 80 characters. | 384 | |
Line contains a tab character. | 384 | |
Line has trailing spaces. | 386 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 390 | |
Method 'getWorkflowNodes' is not designed for extension - needs to be abstract, final or empty. | 390 | |
Line contains a tab character. | 391 | |
Parameter workflowId should be final. | 391 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
'try' is not followed by whitespace. | 396 | |
'{' is not preceded with whitespace. | 396 | |
Line is longer than 80 characters. | 397 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
'{' is not preceded with whitespace. | 398 | |
Line is longer than 80 characters. | 399 | |
Line contains a tab character. | 399 | |
Line is longer than 80 characters. | 400 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 406 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 411 | |
Method 'submitDocumentWithId' is not designed for extension - needs to be abstract, final or empty. | 411 | |
Line contains a tab character. | 412 | |
Parameter workflowId should be final. | 412 | |
Line contains a tab character. | 413 | |
'if' is not followed by whitespace. | 414 | |
'==' is not preceded with whitespace. | 414 | |
'==' is not followed by whitespace. | 414 | |
'{' is not preceded with whitespace. | 414 | |
Line is longer than 80 characters. | 415 | |
Line contains a tab character. | 415 | |
Line is longer than 80 characters. | 422 | |
'if' is not followed by whitespace. | 423 | |
'==' is not preceded with whitespace. | 423 | |
'==' is not followed by whitespace. | 423 | |
'{' is not preceded with whitespace. | 423 | |
Line is longer than 80 characters. | 424 | |
Line contains a tab character. | 424 | |
')' is preceded with whitespace. | 424 | |
Line is longer than 80 characters. | 426 | |
Line is longer than 80 characters. | 430 | |
Line is longer than 80 characters. | 432 | |
'if' is not followed by whitespace. | 432 | |
'==' is not preceded with whitespace. | 432 | |
'==' is not followed by whitespace. | 432 | |
'||' is not preceded with whitespace. | 432 | |
'||' is not followed by whitespace. | 432 | |
'{' is not preceded with whitespace. | 432 | |
Line is longer than 80 characters. | 433 | |
Line contains a tab character. | 433 | |
Line contains a tab character. | 434 | |
',' is not followed by whitespace. | 437 | |
Line contains a tab character. | 441 | |
Method 'cancelDocumentWithId' is not designed for extension - needs to be abstract, final or empty. | 443 | |
Parameter workflowId should be final. | 444 | |
'if' is not followed by whitespace. | 446 | |
'==' is not preceded with whitespace. | 446 | |
'==' is not followed by whitespace. | 446 | |
'{' is not preceded with whitespace. | 446 | |
Line is longer than 80 characters. | 447 | |
Line is longer than 80 characters. | 452 | |
Line is longer than 80 characters. | 454 | |
'if' is not followed by whitespace. | 454 | |
'==' is not preceded with whitespace. | 454 | |
'==' is not followed by whitespace. | 454 | |
'||' is not preceded with whitespace. | 454 | |
'||' is not followed by whitespace. | 454 | |
'{' is not preceded with whitespace. | 454 | |
Line is longer than 80 characters. | 455 | |
',' is not followed by whitespace. | 459 | |
Line contains a tab character. | 465 | |
Method 'isAuthorizedAddReviewer' is not designed for extension - needs to be abstract, final or empty. | 465 | |
Line is longer than 80 characters. | 466 | |
Parameter docId should be final. | 466 | |
'{' is not preceded with whitespace. | 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 | |
',' is not followed by 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 contains a tab character. | 474 | |
Line is longer than 80 characters. | 477 | |
Line contains a tab character. | 477 | |
Method 'isAuthorizedRemoveReviewers' is not designed for extension - needs to be abstract, final or empty. | 477 | |
Missing a Javadoc comment. | 477 | |
Parameter docId should be final. | 477 | |
Line contains a tab character. | 478 | |
Line is longer than 80 characters. | 480 | |
Line is longer than 80 characters. | 481 | |
Line is longer than 80 characters. | 483 | |
',' is not followed by whitespace. | 483 | |
',' is not followed by whitespace. | 485 | |
Line has trailing spaces. | 486 | |
Line is longer than 80 characters. | 486 | |
Line is longer than 80 characters. | 487 | |
Line contains a tab character. | 491 | |
Line is longer than 80 characters. | 492 | |
Line contains a tab character. | 492 | |
Line is longer than 80 characters. | 493 | |
Line contains a tab character. | 493 | |
Line contains a tab character. | 494 | |
Line contains a tab character. | 495 | |
Line is longer than 80 characters. | 497 | |
Line contains a tab character. | 497 | |
Method 'setSimpleDocService' is not designed for extension - needs to be abstract, final or empty. | 497 | |
Missing a Javadoc comment. | 497 | |
Parameter simpleDocService should be final. | 497 | |
'simpleDocService' hides a field. | 497 | |
Line contains a tab character. | 498 | |
Line contains a tab character. | 499 | |
Line has trailing spaces. | 500 | |
Line contains a tab character. | 500 | |
Line is longer than 80 characters. | 501 | |
Line contains a tab character. | 501 | |
Method 'getSimpleDocService' is not designed for extension - needs to be abstract, final or empty. | 501 | |
Missing a Javadoc comment. | 501 | |
'{' is not preceded with whitespace. | 501 | |
Line contains a tab character. | 502 | |
'if' 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 is longer than 80 characters. | 503 | |
Line contains a tab character. | 503 | |
Line has trailing spaces. | 505 | |
Line contains a tab character. | 505 | |
Line contains a tab character. | 506 | |
Line contains a tab character. | 507 | |
Line is longer than 80 characters. | 509 | |
Line contains a tab character. | 509 | |
Method 'setWorkflowUtilityService' is not designed for extension - needs to be abstract, final or empty. | 509 | |
Missing a Javadoc comment. | 509 | |
Parameter workflowUtilityService should be final. | 509 | |
'workflowUtilityService' hides a field. | 509 | |
Line contains a tab character. | 510 | |
Line contains a tab character. | 511 | |
Line is longer than 80 characters. | 513 | |
Line contains a tab character. | 513 | |
Method 'getWorkflowUtilityService' is not designed for extension - needs to be abstract, final or empty. | 513 | |
Missing a Javadoc comment. | 513 | |
'{' is not preceded with whitespace. | 513 | |
Line contains a tab character. | 514 | |
'if' is not followed by whitespace. | 514 | |
'==' is not preceded with whitespace. | 514 | |
'==' is not followed by whitespace. | 514 | |
'{' is not preceded with whitespace. | 514 | |
Line is longer than 80 characters. | 515 | |
Line contains a tab character. | 515 | |
Line has trailing spaces. | 517 | |
Line contains a tab character. | 517 | |
Line contains a tab character. | 518 | |
Line contains a tab character. | 519 | |
Line is longer than 80 characters. | 521 | |
Line contains a tab character. | 521 | |
Method 'setIdentityService' is not designed for extension - needs to be abstract, final or empty. | 521 | |
Missing a Javadoc comment. | 521 | |
Parameter identityService should be final. | 521 | |
'identityService' hides a field. | 521 | |
Line contains a tab character. | 522 | |
Line contains a tab character. | 523 | |
Line is longer than 80 characters. | 525 | |
Line contains a tab character. | 525 | |
Method 'getIdentityService' is not designed for extension - needs to be abstract, final or empty. | 525 | |
Missing a Javadoc comment. | 525 | |
'{' is not preceded with whitespace. | 525 | |
Line contains a tab character. | 526 | |
'if' is not followed by whitespace. | 526 | |
'==' is not preceded with whitespace. | 526 | |
'==' 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 has trailing spaces. | 529 | |
Line contains a tab character. | 529 | |
Line contains a tab character. | 530 | |
Line contains a tab character. | 531 | |
Line is longer than 80 characters. | 533 | |
Line contains a tab character. | 533 | |
Method 'setPermissionService' is not designed for extension - needs to be abstract, final or empty. | 533 | |
Missing a Javadoc comment. | 533 | |
Parameter permissionService should be final. | 533 | |
'permissionService' hides a field. | 533 | |
Line contains a tab character. | 534 | |
Line contains a tab character. | 535 | |
Line is longer than 80 characters. | 537 | |
Line contains a tab character. | 537 | |
Method 'getPermissionService' is not designed for extension - needs to be abstract, final or empty. | 537 | |
Missing a Javadoc comment. | 537 | |
'{' is not preceded with whitespace. | 537 | |
Line contains a tab character. | 538 | |
'if' is not followed by whitespace. | 538 | |
'==' is not preceded with whitespace. | 538 | |
'==' is not followed by whitespace. | 538 | |
'{' is not preceded with whitespace. | 538 | |
Line is longer than 80 characters. | 539 | |
Line contains a tab character. | 539 | |
Line contains a tab character. | 542 | |
Line contains a tab character. | 543 |