The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 7 | |
| NewlineAtEndOfFile | 11 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 1097 | |
RegexpSingleline
| 420 | |
| JavadocMethod | 530 | |
| JavadocType | 63 | |
| JavadocVariable | 630 | |
| JavadocStyle | 9 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 10 | |
| TypeName | 0 | |
| AvoidStarImport | 3 | |
| IllegalImport | 0 | |
| RedundantImport | 1 | |
| UnusedImports | 19 | |
| LineLength | 685 | |
| MethodLength | 3 | |
| ParameterNumber | 1 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 73 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 4 | |
| OperatorWrap | 27 | |
| ParenPad | 8 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 40 | |
| WhitespaceAround | 368 | |
| ModifierOrder | 19 | |
| RedundantModifier | 15 | |
| AvoidNestedBlocks | 4 | |
| EmptyBlock | 1 | |
| LeftCurly | 41 | |
| NeedBraces | 25 | |
| RightCurly | 10 | |
| AvoidInlineConditionals | 11 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 1 | |
| HiddenField | 114 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 108 | |
| MissingSwitchDefault | 7 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 7 | |
| SimplifyBooleanReturn | 1 | |
| DesignForExtension | 328 | |
| FinalClass | 3 | |
| HideUtilityClassConstructor | 5 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 98 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 531 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Variable 'configurer' must be private and have accessor methods. | 13 | |
| Method 'setConfigurer' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Parameter configurer should be final. | 15 | |
| 'configurer' hides a field. | 15 | |
| Method 'checkPermission' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Parameter model should be final. | 24 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| '{' is not preceded with whitespace. | 8 | |
| Missing a Javadoc comment. | 10 | |
| Variable 'controller' must be private and have accessor methods. | 10 | |
| Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Parameter controller should be final. | 12 | |
| 'controller' hides a field. | 12 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 12 | |
| Variable 'rootSection' must be private and have accessor methods. | 12 | |
| Method 'getView' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Method 'getView' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Parameter build should be final. | 19 | |
| Missing a Javadoc comment. | 26 | |
| Method 'asWidget' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - java.util.HashMap. | 6 | |
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Parameter configurer should be final. | 23 | |
| 'configurer' hides a field. | 23 | |
| Method 'registerConfiguration' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Parameter configuration should be final. | 27 | |
| Method 'getConfigurations' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 36 | |
| Parameter configuration should be final. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 6 | |
| Missing a Javadoc comment. | 11 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 3 | |
| Line contains a tab character. | 4 | |
| Missing a Javadoc comment. | 4 | |
| Redundant 'public' modifier. | 4 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| '{' is not preceded with whitespace. | 3 | |
| Line contains a tab character. | 4 | |
| Missing a Javadoc comment. | 4 | |
| Line contains a tab character. | 5 | |
| Missing a Javadoc comment. | 5 | |
| Line has trailing spaces. | 6 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 7 | |
| Missing a Javadoc comment. | 7 | |
| Parameter name should be final. | 7 | |
| 'name' hides a field. | 7 | |
| Parameter location should be final. | 7 | |
| 'location' hides a field. | 7 | |
| Line contains a tab character. | 8 | |
| Line contains a tab character. | 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 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter name should be final. | 16 | |
| 'name' hides a field. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter location should be final. | 22 | |
| 'location' hides a field. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line has trailing spaces. | 25 | |
| Line contains a tab character. | 25 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| Utility classes should not have a public or default constructor. | 8 | |
| '{' is not preceded with whitespace. | 8 | |
| Line has trailing spaces. | 9 | |
| Line contains a tab character. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Line contains a tab character. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Variable 'recentlyViewedDocs' must be private and have accessor methods. | 10 | |
| Line is longer than 80 characters. | 11 | |
| Line contains a tab character. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Variable 'dependants' must be private and have accessor methods. | 11 | |
| Line contains a tab character. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Line has trailing spaces. | 13 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Parameter name should be final. | 14 | |
| '{' is not preceded with whitespace. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| 'for' is not followed by whitespace. | 16 | |
| '=' is not preceded with whitespace. | 16 | |
| '=' is not followed by whitespace. | 16 | |
| '{' is not preceded with whitespace. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line contains a tab character. | 17 | |
| 'if' is not followed by whitespace. | 17 | |
| '{' is not preceded with whitespace. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| 'if' is not followed by whitespace. | 23 | |
| '{' is not preceded with whitespace. | 23 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| 'for' is not followed by whitespace. | 26 | |
| '=' is not followed by whitespace. | 26 | |
| '{' is not preceded with whitespace. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter name should be final. | 31 | |
| Parameter specificLocation should be final. | 31 | |
| '{' is not preceded with whitespace. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| 'for' is not followed by whitespace. | 33 | |
| '=' is not preceded with whitespace. | 33 | |
| '=' is not followed by whitespace. | 33 | |
| '{' is not preceded with whitespace. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| 'if' is not followed by whitespace. | 34 | |
| '{' is not preceded with whitespace. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| 'if' is not followed by whitespace. | 40 | |
| '{' is not preceded with whitespace. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| 'for' is not followed by whitespace. | 43 | |
| '=' is not followed by whitespace. | 43 | |
| '{' is not preceded with whitespace. | 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 | |
| '{' is not preceded with whitespace. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line has trailing spaces. | 51 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter object should be final. | 52 | |
| '{' is not preceded with whitespace. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line is longer than 80 characters. | 56 | |
| Line contains a tab character. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter oldTitle should be final. | 56 | |
| Parameter newTitle should be final. | 56 | |
| Parameter docId should be final. | 56 | |
| Line contains a tab character. | 57 | |
| 'for' is not followed by whitespace. | 57 | |
| '=' is not preceded with whitespace. | 57 | |
| '=' is not followed by whitespace. | 57 | |
| '{' is not preceded with whitespace. | 57 | |
| Line has trailing spaces. | 58 | |
| Line contains a tab character. | 58 | |
| 'if' is not followed by whitespace. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line contains a tab character. | 59 | |
| '{' is not preceded with whitespace. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| 'for' is not followed by whitespace. | 64 | |
| '=' is not followed by whitespace. | 64 | |
| '{' is not preceded with whitespace. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Unused import - org.kuali.student.core.assembly.data.Data.StringKey. | 4 | |
| Unused import - java.util.Date. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Utility classes should not have a public or default constructor. | 11 | |
| Line has trailing spaces. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Parameter loCategoryInfo should be final. | 13 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 46 | |
| Line has trailing spaces. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Parameter categoryData should be final. | 52 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 69 | |
| Line has trailing spaces. | 75 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 80 | |
| 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 has trailing spaces. | 93 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Line has trailing spaces. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Variable 'accreditationCheckBox' must be private and have accessor methods. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Variable 'skillCheckBox' must be private and have accessor methods. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Variable 'subjectCheckBox' must be private and have accessor methods. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Variable 'wordsInCategoryTextBox' must be private and have accessor methods. | 59 | |
| Line has trailing spaces. | 60 | |
| Line contains a tab character. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Variable 'loCatRpcServiceAsync' must be private and have accessor methods. | 61 | |
| Missing a Javadoc comment. | 63 | |
| Variable 'categoryManagementTable' must be private and have accessor methods. | 63 | |
| Line has trailing spaces. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Variable 'mainPanel' must be private and have accessor methods. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Variable 'messageLabel' must be private and have accessor methods. | 66 | |
| Line has trailing spaces. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Variable 'categoryTypeList' must be private and have accessor methods. | 68 | |
| Method length is 183 lines (max allowed is 150). | 69 | |
| Missing a Javadoc comment. | 69 | |
| Line has trailing spaces. | 72 | |
| Line has trailing spaces. | 74 | |
| Line has trailing spaces. | 78 | |
| Line has trailing spaces. | 82 | |
| Line has trailing spaces. | 84 | |
| Line has trailing spaces. | 88 | |
| Line has trailing spaces. | 92 | |
| Line has trailing spaces. | 95 | |
| Line has trailing spaces. | 99 | |
| '{' is not preceded with whitespace. | 103 | |
| Parameter event should be final. | 105 | |
| Line has trailing spaces. | 112 | |
| Line has trailing spaces. | 114 | |
| '{' is not preceded with whitespace. | 118 | |
| Parameter event should be final. | 120 | |
| Line has trailing spaces. | 133 | |
| Line has trailing spaces. | 137 | |
| Line has trailing spaces. | 148 | |
| 'if' is not followed by whitespace. | 150 | |
| Line has trailing spaces. | 155 | |
| Line is longer than 80 characters. | 158 | |
| Parameter caught should be final. | 160 | |
| Parameter results should be final. | 165 | |
| Parameter event should be final. | 173 | |
| Parameter event should be final. | 180 | |
| Parameter event should be final. | 186 | |
| Parameter event should be final. | 192 | |
| Parameter event should be final. | 199 | |
| Parameter event should be final. | 207 | |
| Line has trailing spaces. | 208 | |
| Line is longer than 80 characters. | 209 | |
| 'if' is not followed by whitespace. | 210 | |
| '{' is not preceded with whitespace. | 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 | |
| Parameter caught should be final. | 213 | |
| Line is longer than 80 characters. | 214 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Line contains a tab character. | 216 | |
| Parameter result should be final. | 219 | |
| Line is longer than 80 characters. | 220 | |
| Line is longer than 80 characters. | 221 | |
| Line contains a tab character. | 224 | |
| Parameter event should be final. | 231 | |
| Line is longer than 80 characters. | 232 | |
| 'if' is not followed by whitespace. | 233 | |
| '{' is not preceded with whitespace. | 233 | |
| Line is longer than 80 characters. | 234 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 236 | |
| Parameter caught should be final. | 236 | |
| Line is longer than 80 characters. | 237 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 | |
| Line contains a tab character. | 239 | |
| Parameter result should be final. | 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 contains a tab character. | 244 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| Line contains a tab character. | 247 | |
| Missing a Javadoc comment. | 253 | |
| Line has trailing spaces. | 256 | |
| Line is longer than 80 characters. | 257 | |
| Missing a Javadoc comment. | 257 | |
| Parameter hideInactiveCategories should be final. | 257 | |
| ',' is not followed by whitespace. | 257 | |
| Parameter selectionPolicy should be final. | 257 | |
| Line is longer than 80 characters. | 258 | |
| Method 'getSelectedCategoryList' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Missing a Javadoc comment. | 261 | |
| '{' is not preceded with whitespace. | 261 | |
| Line has trailing spaces. | 264 | |
| Line contains a tab character. | 264 | |
| Missing a Javadoc comment. | 265 | |
| 'if' is not followed by whitespace. | 268 | |
| Expression can be simplified. | 268 | |
| '{' is not preceded with whitespace. | 268 | |
| 'if' is not followed by whitespace. | 271 | |
| Expression can be simplified. | 271 | |
| '{' is not preceded with whitespace. | 271 | |
| 'if' is not followed by whitespace. | 274 | |
| Expression can be simplified. | 274 | |
| '{' is not preceded with whitespace. | 274 | |
| Line is longer than 80 characters. | 275 | |
| Line has trailing spaces. | 280 | |
| Missing a Javadoc comment. | 281 | |
| 'if' is not followed by whitespace. | 285 | |
| '{' is not preceded with whitespace. | 285 | |
| Line is longer than 80 characters. | 286 | |
| Line has trailing spaces. | 291 | |
| Method 'setDeleteButtonEnabled' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Missing a Javadoc comment. | 294 | |
| Parameter b should be final. | 294 | |
| Method 'setUpdateButtonEnabled' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| Missing a Javadoc comment. | 298 | |
| Parameter b should be final. | 298 | |
| Method 'setInsertButtonEnabled' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| Missing a Javadoc comment. | 302 | |
| Parameter b should be final. | 302 | |
| Missing a Javadoc comment. | 305 | |
| Line contains a tab character. | 306 | |
| Missing a Javadoc comment. | 306 | |
| Variable 'layoutTable' must be private and have accessor methods. | 306 | |
| Missing a Javadoc comment. | 307 | |
| Variable 'categoryNameLabel' must be private and have accessor methods. | 307 | |
| Missing a Javadoc comment. | 308 | |
| Variable 'categoryTypeLabel' must be private and have accessor methods. | 308 | |
| Missing a Javadoc comment. | 309 | |
| Variable 'spacer' must be private and have accessor methods. | 309 | |
| Missing a Javadoc comment. | 310 | |
| Variable 'categoryInfo' must be private and have accessor methods. | 310 | |
| Line has trailing spaces. | 311 | |
| Missing a Javadoc comment. | 312 | |
| Line contains a tab character. | 313 | |
| '540' is a magic number. | 313 | |
| '200' is a magic number. | 313 | |
| Line contains a tab character. | 314 | |
| 'mainPanel' hides a field. | 315 | |
| Line has trailing spaces. | 316 | |
| Line is longer than 80 characters. | 324 | |
| Line has trailing spaces. | 326 | |
| Line is longer than 80 characters. | 335 | |
| Line is longer than 80 characters. | 336 | |
| Line has trailing spaces. | 337 | |
| Line contains a tab character. | 338 | |
| Line has trailing spaces. | 339 | |
| 'deleteButton' hides a field. | 341 | |
| Parameter event should be final. | 350 | |
| Line is longer than 80 characters. | 351 | |
| Line contains a tab character. | 352 | |
| Line is longer than 80 characters. | 353 | |
| '{' is not preceded with whitespace. | 353 | |
| Parameter caught should be final. | 355 | |
| Line is longer than 80 characters. | 357 | |
| Parameter result should be final. | 360 | |
| Line is longer than 80 characters. | 363 | |
| 'if' is not followed by whitespace. | 363 | |
| '!=' is not preceded with whitespace. | 363 | |
| '!=' is not followed by whitespace. | 363 | |
| '{' is not preceded with whitespace. | 363 | |
| Line is longer than 80 characters. | 364 | |
| 'else' is not preceded with whitespace. | 365 | |
| '}' is not followed by whitespace. | 365 | |
| 'else' is not followed by whitespace. | 365 | |
| '{' is not preceded with whitespace. | 365 | |
| Line is longer than 80 characters. | 366 | |
| '3000' is a magic number. | 366 | |
| Parameter event should be final. | 380 | |
| Missing a Javadoc comment. | 389 | |
| Parameter cate should be final. | 389 | |
| Missing a Javadoc comment. | 395 | |
| Missing a Javadoc comment. | 396 | |
| Variable 'layoutTable' must be private and have accessor methods. | 396 | |
| Missing a Javadoc comment. | 397 | |
| Variable 'nameTextBox' must be private and have accessor methods. | 397 | |
| Missing a Javadoc comment. | 398 | |
| Variable 'typeListBox' must be private and have accessor methods. | 398 | |
| Missing a Javadoc comment. | 399 | |
| Variable 'okButton' must be private and have accessor methods. | 399 | |
| Missing a Javadoc comment. | 400 | |
| Variable 'cancelButton' must be private and have accessor methods. | 400 | |
| Missing a Javadoc comment. | 401 | |
| Variable 'categoryInfo' must be private and have accessor methods. | 401 | |
| Missing a Javadoc comment. | 402 | |
| Variable 'spacer' must be private and have accessor methods. | 402 | |
| Missing a Javadoc comment. | 404 | |
| Line contains a tab character. | 405 | |
| '540' is a magic number. | 405 | |
| '200' is a magic number. | 405 | |
| Line contains a tab character. | 406 | |
| Line contains a tab character. | 407 | |
| Line contains a tab character. | 408 | |
| Line contains a tab character. | 409 | |
| Line contains a tab character. | 410 | |
| Line contains a tab character. | 411 | |
| Line contains a tab character. | 412 | |
| 'mainPanel' hides a field. | 422 | |
| Parameter event should be final. | 438 | |
| Line is longer than 80 characters. | 441 | |
| '{' is not preceded with whitespace. | 441 | |
| Parameter caught should be final. | 443 | |
| Parameter result should be final. | 448 | |
| Line is longer than 80 characters. | 449 | |
| 'if' is not followed by whitespace. | 449 | |
| '!=' is not preceded with whitespace. | 449 | |
| '!=' is not followed by whitespace. | 449 | |
| '{' is not preceded with whitespace. | 449 | |
| Line is longer than 80 characters. | 450 | |
| 'else' is not preceded with whitespace. | 451 | |
| '}' is not followed by whitespace. | 451 | |
| 'else' is not followed by whitespace. | 451 | |
| '{' is not preceded with whitespace. | 451 | |
| Line is longer than 80 characters. | 452 | |
| '3000' is a magic number. | 452 | |
| Parameter event should be final. | 467 | |
| Missing a Javadoc comment. | 475 | |
| Parameter categoryTypeList should be final. | 475 | |
| 'categoryTypeList' hides a field. | 475 | |
| Missing a Javadoc comment. | 484 | |
| Parameter cate should be final. | 484 | |
| Missing a Javadoc comment. | 490 | |
| Line is longer than 80 characters. | 492 | |
| Missing a Javadoc comment. | 498 | |
| Missing a Javadoc comment. | 499 | |
| Variable 'layoutTable' must be private and have accessor methods. | 499 | |
| Missing a Javadoc comment. | 500 | |
| Variable 'okButton' must be private and have accessor methods. | 500 | |
| Missing a Javadoc comment. | 501 | |
| Variable 'cancelButton' must be private and have accessor methods. | 501 | |
| Line has trailing spaces. | 502 | |
| Missing a Javadoc comment. | 502 | |
| Variable 'nameTextBox' must be private and have accessor methods. | 502 | |
| Missing a Javadoc comment. | 503 | |
| Variable 'typeListBox' must be private and have accessor methods. | 503 | |
| Missing a Javadoc comment. | 504 | |
| Variable 'spacer' must be private and have accessor methods. | 504 | |
| Line has trailing spaces. | 505 | |
| Missing a Javadoc comment. | 506 | |
| Line contains a tab character. | 507 | |
| '540' is a magic number. | 507 | |
| '200' is a magic number. | 507 | |
| Line contains a tab character. | 508 | |
| Line contains a tab character. | 509 | |
| Line contains a tab character. | 510 | |
| Line contains a tab character. | 511 | |
| Line contains a tab character. | 512 | |
| Line contains a tab character. | 513 | |
| Line contains a tab character. | 514 | |
| Line has trailing spaces. | 519 | |
| Line has trailing spaces. | 523 | |
| 'mainPanel' hides a field. | 524 | |
| Line has trailing spaces. | 530 | |
| Parameter event should be final. | 541 | |
| Line is longer than 80 characters. | 543 | |
| '{' is not preceded with whitespace. | 543 | |
| Parameter caught should be final. | 545 | |
| Line is longer than 80 characters. | 546 | |
| Parameter result should be final. | 549 | |
| Line is longer than 80 characters. | 550 | |
| 'if' is not followed by whitespace. | 550 | |
| '!=' is not preceded with whitespace. | 550 | |
| '!=' is not followed by whitespace. | 550 | |
| '{' is not preceded with whitespace. | 550 | |
| Line is longer than 80 characters. | 551 | |
| 'else' is not preceded with whitespace. | 552 | |
| '}' is not followed by whitespace. | 552 | |
| 'else' is not followed by whitespace. | 552 | |
| '{' is not preceded with whitespace. | 552 | |
| Line is longer than 80 characters. | 553 | |
| '3000' is a magic number. | 553 | |
| Parameter event should be final. | 566 | |
| Missing a Javadoc comment. | 573 | |
| Parameter categoryTypeList should be final. | 573 | |
| 'categoryTypeList' hides a field. | 573 | |
| Missing a Javadoc comment. | 582 | |
| Line is longer than 80 characters. | 588 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 29 | |
| Line has trailing spaces. | 44 | |
| Line is longer than 80 characters. | 44 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Name 'NAME_COLUMN_HEADER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| Variable 'NAME_COLUMN_HEADER' must be private and have accessor methods. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Name 'TYPE_COLUMN_HEADER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| Variable 'TYPE_COLUMN_HEADER' must be private and have accessor methods. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Name 'STATE_COLUMN_HEADER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| Variable 'STATE_COLUMN_HEADER' must be private and have accessor methods. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Name 'ID_COLUMN_KEY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| Variable 'ID_COLUMN_KEY' must be private and have accessor methods. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Name 'NAME_COLUMN_KEY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| Variable 'NAME_COLUMN_KEY' must be private and have accessor methods. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Name 'TYPE_COLUMN_KEY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| Variable 'TYPE_COLUMN_KEY' must be private and have accessor methods. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Name 'STATE_COLUMN_KEY' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| Variable 'STATE_COLUMN_KEY' must be private and have accessor methods. | 56 | |
| 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 | |
| Variable 'pagingScrollTable' must be private and have accessor methods. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Line has trailing spaces. | 70 | |
| Line is longer than 80 characters. | 70 | |
| Line has trailing spaces. | 72 | |
| Line is longer than 80 characters. | 76 | |
| Parameter caught should be final. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Line has trailing spaces. | 82 | |
| Parameter result should be final. | 84 | |
| Line is longer than 80 characters. | 86 | |
| Line has trailing spaces. | 90 | |
| Line has trailing spaces. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Parameter selectionPolicy should be final. | 93 | |
| '{' is not preceded with whitespace. | 93 | |
| '400' is a magic number. | 98 | |
| '300' is a magic number. | 98 | |
| Missing a Javadoc comment. | 101 | |
| First sentence should end with a period. | 105 | |
| Line has trailing spaces. | 107 | |
| Line is longer than 80 characters. | 110 | |
| Parameter hideInactiveCategories should be final. | 110 | |
| 'hideInactiveCategories' hides a field. | 110 | |
| Expected @param tag for 'hideInactiveCategories'. | 110 | |
| Parameter selectionPolicy should be final. | 110 | |
| Expected @param tag for 'selectionPolicy'. | 110 | |
| Line is longer than 80 characters. | 116 | |
| Method 'isHideInactiveCategories' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| 'if' is not followed by whitespace. | 123 | |
| '{' is not preceded with whitespace. | 123 | |
| Line has trailing spaces. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Conditional logic can be removed. | 126 | |
| 'if' is not followed by whitespace. | 126 | |
| '||' is not preceded with whitespace. | 126 | |
| '||' is not followed by whitespace. | 126 | |
| '(' is followed by whitespace. | 126 | |
| Expression can be simplified. | 126 | |
| '{' is not preceded with whitespace. | 126 | |
| 'else' is not preceded with whitespace. | 128 | |
| '}' is not followed by whitespace. | 128 | |
| Line has trailing spaces. | 133 | |
| Method 'setHideInactiveCategories' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Parameter show should be final. | 135 | |
| Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| '{' is not preceded with whitespace. | 138 | |
| Line is longer than 80 characters. | 145 | |
| ';' is not followed by whitespace. | 145 | |
| Line has trailing spaces. | 147 | |
| Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Parameter filteredRows should be final. | 148 | |
| '{' is not preceded with whitespace. | 148 | |
| Line is longer than 80 characters. | 155 | |
| ';' is not followed by whitespace. | 155 | |
| Method 'clearTable' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| '{' is not preceded with whitespace. | 158 | |
| Line has trailing spaces. | 160 | |
| Line has trailing spaces. | 162 | |
| Method 'removeSelected' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| '{' is not preceded with whitespace. | 163 | |
| 'for' is not followed by whitespace. | 164 | |
| ':' is not preceded with whitespace. | 164 | |
| '{' is not preceded with whitespace. | 164 | |
| Method 'getAllRows' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Missing a Javadoc comment. | 169 | |
| '{' is not preceded with whitespace. | 169 | |
| 'for' is not followed by whitespace. | 171 | |
| ':' is not preceded with whitespace. | 171 | |
| '{' is not preceded with whitespace. | 171 | |
| Line has trailing spaces. | 175 | |
| Method 'getSelectedRows' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Missing a Javadoc comment. | 176 | |
| '{' is not preceded with whitespace. | 176 | |
| Line is longer than 80 characters. | 178 | |
| 'for' is not followed by whitespace. | 179 | |
| ':' is not preceded with whitespace. | 179 | |
| '{' is not preceded with whitespace. | 179 | |
| Method 'getSelectedLoCategoryInfos' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Missing a Javadoc comment. | 184 | |
| '{' is not preceded with whitespace. | 184 | |
| Line is longer than 80 characters. | 187 | |
| 'if' is not followed by whitespace. | 188 | |
| 'for' is not followed by whitespace. | 191 | |
| ':' is not preceded with whitespace. | 191 | |
| '{' is not preceded with whitespace. | 191 | |
| Line has trailing spaces. | 201 | |
| Method 'getSelectedLoCategoryInfoId' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Missing a Javadoc comment. | 203 | |
| '{' is not preceded with whitespace. | 203 | |
| Line has trailing spaces. | 205 | |
| Line is longer than 80 characters. | 206 | |
| 'if' is not followed by whitespace. | 207 | |
| 'for' is not followed by whitespace. | 211 | |
| ':' is not preceded with whitespace. | 211 | |
| '{' is not preceded with whitespace. | 211 | |
| Line has trailing spaces. | 223 | |
| Line has trailing spaces. | 224 | |
| Missing a Javadoc comment. | 225 | |
| Line is longer than 80 characters. | 226 | |
| '=' is not preceded with whitespace. | 226 | |
| '=' is not followed by whitespace. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Line is longer than 80 characters. | 230 | |
| Line has trailing spaces. | 232 | |
| Line is longer than 80 characters. | 234 | |
| Line has trailing spaces. | 236 | |
| 'if' is not followed by whitespace. | 238 | |
| '{' is not preceded with whitespace. | 238 | |
| '370' is a magic number. | 239 | |
| Line has trailing spaces. | 243 | |
| Line has trailing spaces. | 245 | |
| Missing a Javadoc comment. | 246 | |
| Parameter result should be final. | 246 | |
| 'if' is not followed by whitespace. | 248 | |
| Line is longer than 80 characters. | 249 | |
| 'for' is not followed by whitespace. | 250 | |
| ')' is preceded with whitespace. | 251 | |
| Line has trailing spaces. | 256 | |
| Line has trailing spaces. | 257 | |
| Line has trailing spaces. | 259 | |
| Method 'loadTable' is not designed for extension - needs to be abstract, final or empty. | 260 | |
| Missing a Javadoc comment. | 260 | |
| Line is longer than 80 characters. | 261 | |
| Parameter caught should be final. | 263 | |
| Parameter results should be final. | 269 | |
| Line has trailing spaces. | 278 | |
| Line has trailing spaces. | 280 | |
| Missing a Javadoc comment. | 281 | |
| Parameter loCategoryInfos should be final. | 281 | |
| 'for' is not followed by whitespace. | 285 | |
| 'if' is not followed by whitespace. | 288 | |
| Line has trailing spaces. | 294 | |
| Line has trailing spaces. | 298 | |
| Method 'getRowsByType' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| Missing a Javadoc comment. | 300 | |
| Parameter type should be final. | 300 | |
| '{' is not preceded with whitespace. | 300 | |
| 'for' is not followed by whitespace. | 302 | |
| 'if' is not followed by whitespace. | 303 | |
| '{' is not preceded with whitespace. | 303 | |
| Line has trailing spaces. | 309 | |
| Method 'getRowsLikeName' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| Missing a Javadoc comment. | 310 | |
| Parameter name should be final. | 310 | |
| '{' is not preceded with whitespace. | 310 | |
| 'for' is not followed by whitespace. | 312 | |
| 'if' is not followed by whitespace. | 314 | |
| 'for' is not followed by whitespace. | 316 | |
| '{' is not preceded with whitespace. | 316 | |
| 'if' is not followed by whitespace. | 317 | |
| '{' is not preceded with whitespace. | 317 | |
| Line has trailing spaces. | 320 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Parameter property should be final. | 10 | |
| Parameter data should be final. | 10 | |
| Parameter value should be final. | 10 | |
| Missing a Javadoc comment. | 14 | |
| Parameter property should be final. | 14 | |
| Parameter data should be final. | 14 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 48 | |
| Line has trailing spaces. | 51 | |
| Line has trailing spaces. | 53 | |
| Line is longer than 80 characters. | 55 | |
| Line contains a tab character. | 55 | |
| 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. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Variable 'main' must be private and have accessor methods. | 62 | |
| Line contains a tab character. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Variable 'searchMainPanel' must be private and have accessor methods. | 63 | |
| Line contains a tab character. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Variable 'searchWindow' must be private and have accessor methods. | 64 | |
| Line contains a tab character. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Variable 'loPanel' must be private and have accessor methods. | 65 | |
| Line contains a tab character. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Variable 'loList' must be private and have accessor methods. | 67 | |
| Line contains a tab character. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Variable 'instructions' must be private and have accessor methods. | 68 | |
| Line contains a tab character. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Line contains a tab character. | 71 | |
| Line is longer than 80 characters. | 73 | |
| Line contains a tab character. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter luType should be final. | 73 | |
| Parameter luState should be final. | 73 | |
| Parameter luGroup should be final. | 73 | |
| Parameter loRepoKey should be final. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Line contains a tab character. | 82 | |
| 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 contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line is longer than 80 characters. | 100 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line is longer than 80 characters. | 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. | 107 | |
| Line contains a tab character. | 108 | |
| 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. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 120 | |
| Line is longer than 80 characters. | 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 'setValue' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line contains a tab character. | 125 | |
| Parameter value should be final. | 125 | |
| Expected @param tag for 'value'. | 125 | |
| Parameter fireEvents should be final. | 125 | |
| Expected @param tag for 'fireEvents'. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Line contains a tab character. | 133 | |
| Parameter data should be final. | 133 | |
| Expected @param tag for 'data'. | 133 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Expected an @return tag. | 140 | |
| Line contains a tab character. | 140 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 145 | |
| Line is longer than 80 characters. | 146 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Expected an @return tag. | 148 | |
| Line contains a tab character. | 148 | |
| Method 'addValueChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line contains a tab character. | 149 | |
| Parameter handler should be final. | 149 | |
| Expected @param tag for 'handler'. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 153 | |
| Missing a Javadoc comment. | 153 | |
| Parameter labelKey should be final. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| 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 is longer than 80 characters. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Line contains a tab character. | 183 | |
| Line is longer than 80 characters. | 184 | |
| Line contains a tab character. | 184 | |
| Missing a Javadoc comment. | 184 | |
| Variable 'outlineModel' must be private and have accessor methods. | 184 | |
| Line contains a tab character. | 185 | |
| Missing a Javadoc comment. | 185 | |
| Variable 'outlineComposite' must be private and have accessor methods. | 185 | |
| Line contains a tab character. | 186 | |
| Missing a Javadoc comment. | 186 | |
| Variable 'mainPanel' must be private and have accessor methods. | 186 | |
| Line has trailing spaces. | 187 | |
| Line contains a tab character. | 187 | |
| Line is longer than 80 characters. | 188 | |
| Line contains a tab character. | 188 | |
| Missing a Javadoc comment. | 188 | |
| Variable 'loPickerChangeHandler' must be private and have accessor methods. | 188 | |
| '{' is not preceded with whitespace. | 188 | |
| Line is longer than 80 characters. | 189 | |
| Line contains a tab character. | 189 | |
| Parameter event should be final. | 189 | |
| Line contains a tab character. | 190 | |
| Line has trailing spaces. | 191 | |
| 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 | |
| Missing a Javadoc comment. | 194 | |
| Line contains a tab character. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line contains a tab character. | 196 | |
| ',' is not followed by whitespace. | 196 | |
| Line contains a tab character. | 197 | |
| Parameter event should be final. | 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 has trailing spaces. | 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 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| Parameter event should be final. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 216 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 219 | |
| Method 'initEmptyLoList' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Missing a Javadoc comment. | 219 | |
| '{' is not preceded with whitespace. | 219 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Line contains a tab character. | 225 | |
| Line has trailing spaces. | 226 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line has trailing spaces. | 228 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 229 | |
| Method 'fireChangeEvent' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Missing a Javadoc comment. | 229 | |
| '{' is not preceded with whitespace. | 229 | |
| Line is longer than 80 characters. | 230 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| Line has trailing spaces. | 232 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| Missing a Javadoc comment. | 233 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 237 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| Missing a Javadoc comment. | 237 | |
| Parameter value should be final. | 237 | |
| Line contains a tab character. | 238 | |
| Line contains a tab character. | 239 | |
| Line contains a tab character. | 241 | |
| '{' is not preceded with whitespace. | 241 | |
| Line contains a tab character. | 242 | |
| Line contains a tab character. | 243 | |
| Line is longer than 80 characters. | 244 | |
| Line contains a tab character. | 244 | |
| Line contains a tab character. | 245 | |
| ':' is not preceded with whitespace. | 245 | |
| ':' is not followed by whitespace. | 245 | |
| '{' is not preceded with whitespace. | 245 | |
| Line contains a tab character. | 246 | |
| Line contains a tab character. | 247 | |
| '{' is not preceded with whitespace. | 247 | |
| Line is longer than 80 characters. | 248 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 249 | |
| Line contains a tab character. | 250 | |
| Line has trailing spaces. | 251 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 256 | |
| Missing a Javadoc comment. | 256 | |
| Parameter loValue should be final. | 256 | |
| Line is longer than 80 characters. | 257 | |
| Line contains a tab character. | 257 | |
| Line is longer than 80 characters. | 258 | |
| Line contains a tab character. | 258 | |
| Line contains a tab character. | 259 | |
| Line is longer than 80 characters. | 261 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 263 | |
| Line contains a tab character. | 264 | |
| Line contains a tab character. | 266 | |
| Line contains a tab character. | 267 | |
| Line is longer than 80 characters. | 269 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| Line contains a tab character. | 271 | |
| Line contains a tab character. | 272 | |
| Method 'addSelectedLOs' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| Missing a Javadoc comment. | 272 | |
| Parameter loDescription should be final. | 272 | |
| Line contains a tab character. | 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 | |
| Line contains a tab character. | 281 | |
| Line contains a tab character. | 282 | |
| Line is longer than 80 characters. | 283 | |
| Line contains a tab character. | 283 | |
| Line contains a tab character. | 284 | |
| Line is longer than 80 characters. | 285 | |
| Line contains a tab character. | 285 | |
| Line contains a tab character. | 286 | |
| Line contains a tab character. | 287 | |
| Line contains a tab character. | 288 | |
| Line contains a tab character. | 289 | |
| Line contains a tab character. | 291 | |
| Line contains a tab character. | 292 | |
| Expression can be simplified. | 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. | 299 | |
| Missing a Javadoc comment. | 299 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 301 | |
| Line is longer than 80 characters. | 303 | |
| Line contains a tab character. | 303 | |
| Method 'addValueChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| Missing a Javadoc comment. | 303 | |
| Parameter handler should be final. | 303 | |
| Line contains a tab character. | 304 | |
| Line contains a tab character. | 305 | |
| Line has trailing spaces. | 306 | |
| Line contains a tab character. | 306 | |
| Line contains a tab character. | 307 | |
| Method 'getChangeHandlerForLOPicker' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| Missing a Javadoc comment. | 307 | |
| '{' is not preceded with whitespace. | 307 | |
| Line contains a tab character. | 308 | |
| Line contains a tab character. | 309 | |
| Line contains a tab character. | 311 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| Line contains a tab character. | 312 | |
| Parameter value should be final. | 312 | |
| Line contains a tab character. | 313 | |
| Parameter fireEvents should be final. | 313 | |
| Line contains a tab character. | 314 | |
| Line contains a tab character. | 315 | |
| Line contains a tab character. | 316 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 3 | |
| Using the '.*' form of import should be avoided - java.util.*. | 9 | |
| Missing a Javadoc comment. | 16 | |
| Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
| Variable 'INSTANCE' must be private and have accessor methods. | 16 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Method 'setModelValue' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Parameter builder should be final. | 24 | |
| Expected @param tag for 'builder'. | 24 | |
| Parameter model should be final. | 24 | |
| Expected @param tag for 'model'. | 24 | |
| Parameter path should be final. | 24 | |
| Expected @param tag for 'path'. | 24 | |
| Line is longer than 80 characters. | 28 | |
| Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Parameter builder should be final. | 50 | |
| Parameter model should be final. | 50 | |
| Parameter path should be final. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter input should be final. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 72 | |
| '||' should be on a new line. | 73 | |
| '||' should be on a new line. | 74 | |
| Line is longer than 80 characters. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Parameter data should be final. | 87 | |
| Parameter loOutlineNodes should be final. | 87 | |
| Parameter identLevel should be final. | 87 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 96 | |
| Line has trailing spaces. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Parameter loDisplayInfoHelper should be final. | 116 | |
| Line is longer than 80 characters. | 126 | |
| Line is longer than 80 characters. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Parameter node should be final. | 133 | |
| Parameter sequence should be final. | 133 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 146 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.Date. | 20 | |
| Line has trailing spaces. | 23 | |
| Line is longer than 80 characters. | 39 | |
| 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. | 51 | |
| Line is longer than 80 characters. | 53 | |
| Unused import - com.google.gwt.user.client.rpc.AsyncCallback. | 77 | |
| Line has trailing spaces. | 88 | |
| Line has trailing spaces. | 89 | |
| Line is longer than 80 characters. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line has trailing spaces. | 91 | |
| Line has trailing spaces. | 92 | |
| Line is longer than 80 characters. | 96 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 101 | |
| Missing a Javadoc comment. | 103 | |
| ';' is preceded with whitespace. | 103 | |
| Missing a Javadoc comment. | 104 | |
| ';' is preceded with whitespace. | 104 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 107 | |
| Variable 'categoryList' must be private and have accessor methods. | 107 | |
| Missing a Javadoc comment. | 108 | |
| Variable 'categoryTypeMap' must be private and have accessor methods. | 108 | |
| ';' is preceded with whitespace. | 108 | |
| Missing a Javadoc comment. | 110 | |
| Variable 'root' must be private and have accessor methods. | 110 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 114 | |
| Missing a Javadoc comment. | 115 | |
| Variable 'browseCategoryLink' must be private and have accessor methods. | 115 | |
| Missing a Javadoc comment. | 116 | |
| Line is longer than 80 characters. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Parameter messageGroup should be final. | 118 | |
| 'messageGroup' hides a field. | 118 | |
| Parameter type should be final. | 118 | |
| 'type' hides a field. | 118 | |
| Parameter state should be final. | 118 | |
| 'state' hides a field. | 118 | |
| Parameter loRepoKey should be final. | 118 | |
| Parameter event should be final. | 136 | |
| Parameter event should be final. | 142 | |
| Line is longer than 80 characters. | 143 | |
| ',' is not followed by whitespace. | 143 | |
| Line has trailing spaces. | 147 | |
| '600' is a magic number. | 149 | |
| '500' is a magic number. | 149 | |
| 'addButton' hides a field. | 150 | |
| Line has trailing spaces. | 158 | |
| Line has trailing spaces. | 159 | |
| Line has trailing spaces. | 164 | |
| '{' is not preceded with whitespace. | 165 | |
| Parameter event should be final. | 167 | |
| Line has trailing spaces. | 168 | |
| Line is longer than 80 characters. | 168 | |
| 'for' is not followed by whitespace. | 169 | |
| ':' is not preceded with whitespace. | 169 | |
| '{' is not preceded with whitespace. | 169 | |
| Line has trailing spaces. | 175 | |
| '{' is not preceded with whitespace. | 176 | |
| Parameter event should be final. | 178 | |
| Line has trailing spaces. | 182 | |
| Line has trailing spaces. | 183 | |
| Line has trailing spaces. | 186 | |
| Line has trailing spaces. | 187 | |
| Line has trailing spaces. | 188 | |
| Line has trailing spaces. | 190 | |
| Line has trailing spaces. | 196 | |
| Line has trailing spaces. | 201 | |
| Line has trailing spaces. | 203 | |
| Line is longer than 80 characters. | 206 | |
| Line has trailing spaces. | 208 | |
| 'if' is not followed by whitespace. | 209 | |
| '{' is not preceded with whitespace. | 209 | |
| Method 'setHelp' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Missing a Javadoc comment. | 226 | |
| '{' is not preceded with whitespace. | 226 | |
| 'if' is not followed by whitespace. | 227 | |
| '{' is not preceded with whitespace. | 227 | |
| '}' should be on the same line. | 239 | |
| 'else' is not followed by whitespace. | 240 | |
| '{' is not preceded with whitespace. | 240 | |
| Line has trailing spaces. | 244 | |
| Missing a Javadoc comment. | 245 | |
| 'if' construct must use '{}'s. | 247 | |
| '}' should be on the same line. | 252 | |
| Line is longer than 80 characters. | 254 | |
| ',' is not followed by whitespace. | 254 | |
| Parameter caught should be final. | 257 | |
| Parameter result should be final. | 262 | |
| Line is longer than 80 characters. | 263 | |
| Missing a Javadoc comment. | 271 | |
| ';' is not followed by whitespace. | 279 | |
| Line has trailing spaces. | 280 | |
| Line has trailing spaces. | 289 | |
| Line is longer than 80 characters. | 290 | |
| Parameter caught should be final. | 293 | |
| Line is longer than 80 characters. | 294 | |
| Parameter result should be final. | 298 | |
| Line is longer than 80 characters. | 299 | |
| Line has trailing spaces. | 302 | |
| Line is longer than 80 characters. | 305 | |
| '{' is not preceded with whitespace. | 305 | |
| Parameter result should be final. | 308 | |
| switch without "default" clause. | 309 | |
| '{' is not preceded with whitespace. | 309 | |
| Line is longer than 80 characters. | 312 | |
| Line is longer than 80 characters. | 316 | |
| Line is longer than 80 characters. | 318 | |
| '{' is not preceded with whitespace. | 318 | |
| Line is longer than 80 characters. | 320 | |
| Parameter caught should be final. | 320 | |
| Line is longer than 80 characters. | 321 | |
| Line is longer than 80 characters. | 324 | |
| Parameter result should be final. | 324 | |
| Line is longer than 80 characters. | 325 | |
| Line is longer than 80 characters. | 327 | |
| 'if' is not followed by whitespace. | 327 | |
| '!=' is not preceded with whitespace. | 327 | |
| '!=' is not followed by whitespace. | 327 | |
| '{' is not preceded with whitespace. | 327 | |
| Line is longer than 80 characters. | 328 | |
| 'else' is not preceded with whitespace. | 329 | |
| '}' is not followed by whitespace. | 329 | |
| 'else' is not followed by whitespace. | 329 | |
| '{' is not preceded with whitespace. | 329 | |
| Line is longer than 80 characters. | 331 | |
| Line is longer than 80 characters. | 334 | |
| '3000' is a magic number. | 334 | |
| '300' is a magic number. | 347 | |
| '300' is a magic number. | 347 | |
| Missing a Javadoc comment. | 357 | |
| Parameter categoryTypes should be final. | 357 | |
| '{' is not preceded with whitespace. | 361 | |
| Line contains a tab character. | 362 | |
| ':' is not preceded with whitespace. | 362 | |
| Line contains a tab character. | 363 | |
| Line contains a tab character. | 364 | |
| Missing a Javadoc comment. | 368 | |
| '}' should be on the same line. | 376 | |
| Line is longer than 80 characters. | 378 | |
| '(' is preceded with whitespace. | 378 | |
| Parameter caught should be final. | 381 | |
| Line is longer than 80 characters. | 382 | |
| Parameter result should be final. | 386 | |
| Line has trailing spaces. | 393 | |
| Line has trailing spaces. | 397 | |
| Missing a Javadoc comment. | 398 | |
| Parameter labelKey should be final. | 398 | |
| Line is longer than 80 characters. | 399 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 402 | |
| Parameter categories should be final. | 403 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 408 | |
| Parameter value should be final. | 409 | |
| Parameter fireEvents should be final. | 409 | |
| Expected an @return tag. | 416 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 416 | |
| Line is longer than 80 characters. | 422 | |
| Expected an @return tag. | 424 | |
| Method 'addValueChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 424 | |
| Line is longer than 80 characters. | 425 | |
| Parameter handler should be final. | 425 | |
| Expected @param tag for 'handler'. | 425 | |
| First sentence should end with a period. | 429 | |
| Line has trailing spaces. | 430 | |
| Line is longer than 80 characters. | 431 | |
| Line has trailing spaces. | 432 | |
| Line is longer than 80 characters. | 438 | |
| Line has trailing spaces. | 439 | |
| Missing a Javadoc comment. | 440 | |
| Variable 'loSearchOracle' must be private and have accessor methods. | 440 | |
| Line has trailing spaces. | 444 | |
| Missing a Javadoc comment. | 447 | |
| Variable 'suggestBox' must be private and have accessor methods. | 447 | |
| Missing a Javadoc comment. | 449 | |
| Missing a Javadoc comment. | 451 | |
| Missing a Javadoc comment. | 453 | |
| Missing a Javadoc comment. | 458 | |
| Missing a Javadoc comment. | 462 | |
| '(' is preceded with whitespace. | 462 | |
| Parameter value should be final. | 475 | |
| Parameter value should be final. | 480 | |
| Parameter fireEvents should be final. | 480 | |
| Line is longer than 80 characters. | 487 | |
| Parameter handler should be final. | 487 | |
| Parameter event should be final. | 492 | |
| Missing a Javadoc comment. | 496 | |
| '{' is not preceded with whitespace. | 496 | |
| Parameter handler should be final. | 501 | |
| Parameter handler should be final. | 506 | |
| Missing a Javadoc comment. | 510 | |
| Line is longer than 80 characters. | 515 | |
| Parameter handler should be final. | 515 | |
| Missing a Javadoc comment. | 520 | |
| '{' is not preceded with whitespace. | 520 | |
| Line is longer than 80 characters. | 521 | |
| Missing a Javadoc comment. | 521 | |
| Variable 'loTypeMap' must be private and have accessor methods. | 521 | |
| Missing a Javadoc comment. | 523 | |
| Parameter loTypes should be final. | 523 | |
| '{' is not preceded with whitespace. | 523 | |
| 'type' hides a field. | 524 | |
| ':' is not preceded with whitespace. | 524 | |
| '{' is not preceded with whitespace. | 524 | |
| Missing a Javadoc comment. | 529 | |
| Missing a Javadoc comment. | 533 | |
| Parameter id should be final. | 533 | |
| Parameter attrkey should be final. | 533 | |
| '{' is not preceded with whitespace. | 536 | |
| Line has trailing spaces. | 537 | |
| Missing a Javadoc comment. | 543 | |
| Missing a Javadoc comment. | 547 | |
| ':' is not preceded with whitespace. | 550 | |
| ':' is not followed by whitespace. | 550 | |
| '{' is not preceded with whitespace. | 550 | |
| Missing a Javadoc comment. | 557 | |
| Parameter id should be final. | 557 | |
| 'cast' is not followed by whitespace. | 558 | |
| Line has trailing spaces. | 561 | |
| Line is longer than 80 characters. | 562 | |
| Missing a Javadoc comment. | 562 | |
| '{' is not preceded with whitespace. | 562 | |
| Missing a Javadoc comment. | 563 | |
| Missing a Javadoc comment. | 564 | |
| Missing a Javadoc comment. | 565 | |
| Line is longer than 80 characters. | 566 | |
| Missing a Javadoc comment. | 566 | |
| Variable 'categories' must be private and have accessor methods. | 566 | |
| Line has trailing spaces. | 567 | |
| Line is longer than 80 characters. | 568 | |
| Missing a Javadoc comment. | 568 | |
| Variable 'deleteHandler' must be private and have accessor methods. | 568 | |
| Parameter event should be final. | 570 | |
| Missing a Javadoc comment. | 578 | |
| Line has trailing spaces. | 583 | |
| Line is longer than 80 characters. | 584 | |
| Method 'addValueChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 584 | |
| Missing a Javadoc comment. | 584 | |
| Parameter handler should be final. | 584 | |
| Missing a Javadoc comment. | 588 | |
| '{' is not preceded with whitespace. | 588 | |
| Line contains a tab character. | 589 | |
| Line has trailing spaces. | 591 | |
| Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 592 | |
| Missing a Javadoc comment. | 592 | |
| Line has trailing spaces. | 595 | |
| Line is longer than 80 characters. | 596 | |
| Line has trailing spaces. | 597 | |
| Parameter caught should be final. | 599 | |
| Line is longer than 80 characters. | 600 | |
| Line has trailing spaces. | 602 | |
| Parameter result should be final. | 604 | |
| Line has trailing spaces. | 606 | |
| Line has trailing spaces. | 610 | |
| Missing a Javadoc comment. | 617 | |
| Line has trailing spaces. | 619 | |
| Line has trailing spaces. | 623 | |
| Line is longer than 80 characters. | 623 | |
| Line is longer than 80 characters. | 624 | |
| Line has trailing spaces. | 628 | |
| Line has trailing spaces. | 632 | |
| Line is longer than 80 characters. | 632 | |
| Line has trailing spaces. | 636 | |
| Line is longer than 80 characters. | 637 | |
| Line has trailing spaces. | 643 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 647 | |
| Missing a Javadoc comment. | 647 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 651 | |
| Missing a Javadoc comment. | 651 | |
| Parameter categories should be final. | 651 | |
| 'categories' hides a field. | 651 | |
| Line has trailing spaces. | 653 | |
| Line has trailing spaces. | 655 | |
| Line contains a tab character. | 656 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 656 | |
| Line is longer than 80 characters. | 657 | |
| Line contains a tab character. | 657 | |
| Parameter value should be final. | 657 | |
| Parameter fireEvents should be final. | 657 | |
| Line has trailing spaces. | 658 | |
| Line contains a tab character. | 658 | |
| Line contains a tab character. | 659 | |
| Line has trailing spaces. | 660 | |
| Method 'removeItem' is not designed for extension - needs to be abstract, final or empty. | 662 | |
| Missing a Javadoc comment. | 662 | |
| Parameter text should be final. | 662 | |
| ',' is not followed by whitespace. | 665 | |
| Line has trailing spaces. | 676 | |
| Method 'addItem' is not designed for extension - needs to be abstract, final or empty. | 681 | |
| Missing a Javadoc comment. | 681 | |
| Parameter category should be final. | 681 | |
| Line has trailing spaces. | 686 | |
| Line has trailing spaces. | 687 | |
| Missing a Javadoc comment. | 688 | |
| Line has trailing spaces. | 689 | |
| Missing a Javadoc comment. | 690 | |
| '{' is not followed by whitespace. | 690 | |
| '}' is not preceded with whitespace. | 690 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 692 | |
| Parameter data should be final. | 693 | |
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 697 | |
| Parameter data should be final. | 698 | |
| Line is longer than 80 characters. | 701 | |
| Line is longer than 80 characters. | 704 | |
| Line has trailing spaces. | 706 | |
| '+' should be on a new line. | 706 | |
| Line is longer than 80 characters. | 707 | |
| Line has trailing spaces. | 713 | |
| Line has trailing spaces. | 715 | |
| Missing a Javadoc comment. | 716 | |
| Missing a Javadoc comment. | 717 | |
| Parameter callback should be final. | 717 | |
| Missing a Javadoc comment. | 727 | |
| 'type' hides a field. | 727 | |
| '{' is not preceded with whitespace. | 727 | |
| '{' is not preceded with whitespace. | 728 | |
| Line has trailing spaces. | 729 | |
| Parameter event should be final. | 731 | |
| Line has trailing spaces. | 738 | |
| Missing a Javadoc comment. | 739 | |
| 'type' hides a field. | 739 | |
| '{' is not preceded with whitespace. | 739 | |
| '{' is not preceded with whitespace. | 740 | |
| Line has trailing spaces. | 741 | |
| Parameter event should be final. | 743 | |
| 'cast' is not followed by whitespace. | 747 | |
| Line has trailing spaces. | 751 | |
| Missing a Javadoc comment. | 752 | |
| Missing a Javadoc comment. | 753 | |
| Missing a Javadoc comment. | 753 | |
| Line has trailing spaces. | 756 | |
| switch without "default" clause. | 771 | |
| '{' is not preceded with whitespace. | 771 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 23 | |
| Unused import - com.google.gwt.event.dom.client.KeyUpEvent. | 29 | |
| Unused import - com.google.gwt.event.dom.client.KeyUpHandler. | 30 | |
| Unused import - com.google.gwt.user.client.Window. | 34 | |
| Unused import - com.google.gwt.user.client.ui.TextArea. | 36 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 39 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 44 | |
| '{' is not preceded with whitespace. | 44 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'countLabel' must be private and have accessor methods. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'loTextArea' must be private and have accessor methods. | 46 | |
| '250' is a magic number. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'vp' must be private and have accessor methods. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'loCategoryBuilder' must be private and have accessor methods. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Variable 'metaInfoData' must be private and have accessor methods. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter messageGroup should be final. | 50 | |
| Parameter type should be final. | 50 | |
| Parameter state should be final. | 50 | |
| Parameter loRepoKey should be final. | 50 | |
| Line is longer than 80 characters. | 52 | |
| Line has trailing spaces. | 61 | |
| '{' is not preceded with whitespace. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line contains a tab character. | 63 | |
| Parameter event should be final. | 63 | |
| Line contains a tab character. | 64 | |
| Line has trailing spaces. | 65 | |
| Line contains a tab character. | 65 | |
| Line has trailing spaces. | 67 | |
| Line is longer than 80 characters. | 68 | |
| '{' is not preceded with whitespace. | 68 | |
| Line contains a tab character. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line contains a tab character. | 70 | |
| Parameter event should be final. | 70 | |
| Line contains a tab character. | 71 | |
| Line has trailing spaces. | 72 | |
| Line contains a tab character. | 72 | |
| Method 'setLOCategories' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter categories should be final. | 75 | |
| '{' is not preceded with whitespace. | 75 | |
| Method 'getLoCategories' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| '{' is not preceded with whitespace. | 78 | |
| Method 'getLOText' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| '{' is not preceded with whitespace. | 81 | |
| Method 'setLOText' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter value should be final. | 84 | |
| '{' is not preceded with whitespace. | 84 | |
| Method 'getMetaInfoData' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Method 'setMetaInfoData' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Parameter metaInfoData should be final. | 90 | |
| 'metaInfoData' hides a field. | 90 | |
| Line has trailing spaces. | 93 | |
| Line contains a tab character. | 93 | |
| Method 'addSelectionChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line contains a tab character. | 95 | |
| Parameter handler should be final. | 95 | |
| Line contains a tab character. | 96 | |
| Line has trailing spaces. | 98 | |
| Method 'hasChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| '{' is not preceded with whitespace. | 99 | |
| Line contains a tab character. | 100 | |
| Line has trailing spaces. | 102 | |
| Line contains a tab character. | 102 | |
| Missing a Javadoc comment. | 103 | |
| '{' is not preceded with whitespace. | 103 | |
| Line contains a tab character. | 104 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.kuali.student.core.dto.MetaInfo. | 5 | |
| Missing a Javadoc comment. | 13 | |
| Line has trailing spaces. | 14 | |
| Missing a Javadoc comment. | 15 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| 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. | 28 | |
| '(' is preceded with whitespace. | 28 | |
| 'key' hides a field. | 28 | |
| '{' should be on the previous line. | 29 | |
| '(' is preceded with whitespace. | 34 | |
| '{' should be on the previous line. | 35 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 44 | |
| Parameter data should be final. | 44 | |
| 'data' hides a field. | 44 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter data should be final. | 52 | |
| 'data' hides a field. | 52 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter id should be final. | 56 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter descData should be final. | 64 | |
| Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter effectiveDate should be final. | 72 | |
| Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter expirationDate should be final. | 80 | |
| Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Method 'setLoRepository' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter loRepository should be final. | 88 | |
| Method 'getLoRepository' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter name should be final. | 96 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Parameter state should be final. | 104 | |
| Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Parameter type should be final. | 112 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Parameter meta should be final. | 120 | |
| Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| '{' should be on the previous line. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| '(' is preceded with whitespace. | 19 | |
| 'key' hides a field. | 19 | |
| '{' should be on the previous line. | 20 | |
| '(' is preceded with whitespace. | 25 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 35 | |
| Parameter data should be final. | 35 | |
| 'data' hides a field. | 35 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter data should be final. | 43 | |
| 'data' hides a field. | 43 | |
| Method 'setLoInfo' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter loInfoData should be final. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Method 'getLoInfo' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Method 'setDisplayInfoList' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter displayInfoListData should be final. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Method 'getDisplayInfoList' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Method 'setCategoryInfoList' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter categoryInfoListData should be final. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Method 'getCategoryInfoList' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Line is longer than 80 characters. | 68 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 12 | |
| Parameter o1 should be final. | 15 | |
| Parameter o2 should be final. | 15 | |
| '?' should be on a new line. | 21 | |
| Avoid inline conditionals. | 21 | |
| '?' should be on a new line. | 23 | |
| Avoid inline conditionals. | 23 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| 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. | 33 | |
| Missing a Javadoc comment. | 35 | |
| 'key' hides a field. | 35 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 49 | |
| Parameter data should be final. | 49 | |
| 'data' hides a field. | 49 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter data should be final. | 57 | |
| 'data' hides a field. | 57 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter name should be final. | 61 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter descData should be final. | 69 | |
| Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter id should be final. | 77 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Method 'setSequence' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter sequence should be final. | 85 | |
| Method 'getSequence' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Parameter metaInfoData should be final. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Class MetaInfoHelper should be declared as final. | 25 | |
| Missing a Javadoc comment. | 25 | |
| '{' should be on the previous line. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 28 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| '{' should be on the previous line. | 30 | |
| Line contains a tab character. | 31 | |
| 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 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 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| '{' is not preceded with whitespace. | 37 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'outlineModel' must be private and have accessor methods. | 38 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'mainPanel' must be private and have accessor methods. | 40 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 47 | |
| Method 'render' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line has trailing spaces. | 59 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Method 'closeAllToolbar' 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 contains a tab character. | 61 | |
| 'for' is not followed by whitespace. | 61 | |
| '=' is not preceded with whitespace. | 61 | |
| '=' is not followed by 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 contains a tab character. | 62 | |
| 'if' is not followed by whitespace. | 62 | |
| '{' is not preceded with whitespace. | 62 | |
| Line contains a tab character. | 63 | |
| 'cast' is not followed by whitespace. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line has trailing spaces. | 68 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Method 'showAllToolbar' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| '{' is not preceded with whitespace. | 69 | |
| Line contains a tab character. | 70 | |
| 'for' is not followed by whitespace. | 70 | |
| '=' is not preceded with whitespace. | 70 | |
| '=' is not followed by whitespace. | 70 | |
| ';' is not followed by whitespace. | 70 | |
| '<' is not preceded with whitespace. | 70 | |
| ';' is not followed by whitespace. | 70 | |
| '{' is not preceded with whitespace. | 70 | |
| Line contains a tab character. | 71 | |
| 'if' is not followed by whitespace. | 71 | |
| '{' is not preceded with whitespace. | 71 | |
| Line contains a tab character. | 72 | |
| 'cast' is not followed by whitespace. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line has trailing spaces. | 77 | |
| Line contains a tab character. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Line contains a tab character. | 78 | |
| '{' is not preceded with whitespace. | 78 | |
| Line contains a tab character. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Variable 'toolbar' must be private and have accessor methods. | 79 | |
| Line contains a tab character. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Variable 'emptySpacePanel' must be private and have accessor methods. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line contains a tab character. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Variable 'mouseMoveHandlerList' must be private and have accessor methods. | 81 | |
| Line contains a tab character. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Variable 'horitonalPanel' must be private and have accessor methods. | 82 | |
| Line contains a tab character. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Variable 'currentNode' must be private and have accessor methods. | 83 | |
| Line contains a tab character. | 84 | |
| Missing a Javadoc comment. | 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 is longer than 80 characters. | 89 | |
| 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 contains a tab character. | 92 | |
| ',' is not followed by whitespace. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter aNode should be final. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 114 | |
| Missing a Javadoc comment. | 114 | |
| Parameter handler should be final. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Parameter t should be final. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Missing a Javadoc comment. | 121 | |
| '{' is not preceded with whitespace. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Missing a Javadoc comment. | 125 | |
| '{' is not preceded with whitespace. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| ',' is not followed by whitespace. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Parameter event should be final. | 129 | |
| Line contains a tab character. | 130 | |
| switch without "default" clause. | 130 | |
| Line contains a tab character. | 131 | |
| Avoid nested blocks. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line has trailing spaces. | 147 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 153 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Line contains a tab character. | 154 | |
| Parameter value should be final. | 154 | |
| Line has trailing spaces. | 155 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 158 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Line contains a tab character. | 159 | |
| Parameter value should be final. | 159 | |
| Parameter fireEvents should be final. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 163 | |
| Method 'addValueChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Line contains a tab character. | 164 | |
| Parameter handler should be final. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Variable 'moveUpButton' must be private and have accessor methods. | 13 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Variable 'moveDownButton' must be private and have accessor methods. | 15 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Variable 'indentButton' must be private and have accessor methods. | 17 | |
| Line contains a tab character. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Variable 'outdentButton' must be private and have accessor methods. | 19 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Variable 'deleteButton' must be private and have accessor methods. | 21 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Variable 'addPeerButton' must be private and have accessor methods. | 24 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Variable 'addChildButton' must be private and have accessor methods. | 26 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'outlineModel' must be private and have accessor methods. | 28 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Parameter event should be final. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Parameter event should be final. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Parameter event should be final. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Parameter event should be final. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Parameter event should be final. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Parameter event should be final. | 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 | |
| Parameter event should be final. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Parameter model should be final. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Line contains a tab character. | 103 | |
| 'if' is not followed by whitespace. | 103 | |
| '(' is followed by whitespace. | 103 | |
| '{' is not preceded with whitespace. | 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 | |
| 'else' is not preceded with whitespace. | 107 | |
| '}' is not followed by whitespace. | 107 | |
| 'else' is not followed by whitespace. | 107 | |
| '{' is not preceded with whitespace. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| 'if' is not followed by whitespace. | 112 | |
| '{' is not preceded with whitespace. | 112 | |
| Line contains a tab character. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| 'else' is not followed by whitespace. | 116 | |
| '{' is not preceded with whitespace. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| 'if' is not followed by whitespace. | 121 | |
| '{' is not preceded with whitespace. | 121 | |
| Line contains a tab character. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| 'else' is not preceded with whitespace. | 125 | |
| '}' is not followed by whitespace. | 125 | |
| 'else' is not followed by whitespace. | 125 | |
| '{' is not preceded with whitespace. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| 'if' is not followed by whitespace. | 130 | |
| '{' is not preceded with whitespace. | 130 | |
| Line contains a tab character. | 131 | |
| Line is longer than 80 characters. | 132 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| 'else' is not preceded with whitespace. | 134 | |
| '}' is not followed by whitespace. | 134 | |
| 'else' is not followed by whitespace. | 134 | |
| '{' is not preceded with whitespace. | 134 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| 'if' is not followed by whitespace. | 139 | |
| '{' 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 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| 'else' is not preceded with whitespace. | 143 | |
| '}' is not followed by whitespace. | 143 | |
| 'else' is not followed by whitespace. | 143 | |
| '{' is not preceded with whitespace. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line is longer than 80 characters. | 146 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Variable 'indentLevel' must be private and have accessor methods. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Variable 'userObject' must be private and have accessor methods. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Variable 'outlineModel' must be private and have accessor methods. | 25 | |
| Line has trailing spaces. | 26 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Method 'setModel' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter model should be final. | 32 | |
| Method 'setCurrentNode' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'getUserObject' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Method 'setUserObject' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter u should be final. | 44 | |
| Method 'indent' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Method 'outdent' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Method 'setIndentLevel' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter level should be final. | 56 | |
| Method 'getIndentLevel' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Line contains a tab character. | 64 | |
| Method 'setOpaque' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter opaque should be final. | 64 | |
| 'opaque' hides a field. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 68 | |
| Method 'getOpaque' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 72 | |
| Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter metaInfo should be final. | 72 | |
| 'metaInfo' hides a field. | 72 | |
| Line contains a tab character. | 73 | |
| '=' is not preceded with whitespace. | 73 | |
| '=' is not followed by whitespace. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Redundant import from the same package - org.kuali.student.lum.common.client.lo.OutlineNode. | 22 | |
| Line has trailing spaces. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Line is longer than 80 characters. | 26 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 28 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Line contains a tab character. | 32 | |
| Method 'clearNodes' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| '{' is not preceded with whitespace. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Method 'setCurrentNode' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter aNode should be final. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 39 | |
| Method 'addChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter ch should be final. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 49 | |
| Method 'moveUpCurrent' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Line contains a tab character. | 50 | |
| Expression can be simplified. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| ';' is not followed by whitespace. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Method 'moveDownCurrent' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Line contains a tab character. | 77 | |
| Expression can be simplified. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| ';' is not followed by whitespace. | 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 is longer than 80 characters. | 95 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| 'if' is not followed by whitespace. | 97 | |
| '{' is not preceded with whitespace. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line contains a tab character. | 98 | |
| '-' is not preceded with whitespace. | 98 | |
| '-' is not followed by whitespace. | 98 | |
| Line contains a tab character. | 99 | |
| 'else' is not preceded with whitespace. | 99 | |
| '}' is not followed by whitespace. | 99 | |
| 'else' is not followed by whitespace. | 99 | |
| '{' is not preceded with whitespace. | 99 | |
| Line contains a tab character. | 100 | |
| '=' is not followed by whitespace. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 111 | |
| Method 'indentCurrent' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 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. | 118 | |
| Method 'outdentCurrent' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Line contains a tab character. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| ';' is not followed by whitespace. | 121 | |
| Line contains a tab character. | 122 | |
| 'for' is not followed by whitespace. | 122 | |
| ':' is not preceded with whitespace. | 122 | |
| ':' is not followed by whitespace. | 122 | |
| '{' is not preceded with whitespace. | 122 | |
| Line contains a tab character. | 123 | |
| 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. | 129 | |
| Method 'deleteCurrent' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Line contains a tab character. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| ';' is not followed by whitespace. | 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 contains a tab character. | 139 | |
| Line contains a tab character. | 141 | |
| Method 'addPeer' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 150 | |
| Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 159 | |
| Method 'addOutlineNode' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Missing a Javadoc comment. | 159 | |
| Parameter aNode should be final. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 163 | |
| Method 'toOutlineNodes' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Line contains a tab character. | 164 | |
| Line is longer than 80 characters. | 165 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 168 | |
| Method 'getOutlineNodes' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 172 | |
| Method 'getChildList' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Parameter aNode should be final. | 172 | |
| Line contains a tab character. | 173 | |
| Line is longer than 80 characters. | 174 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line is longer than 80 characters. | 176 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 185 | |
| Method 'getSiblingList' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Missing a Javadoc comment. | 185 | |
| Line is longer than 80 characters. | 186 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| 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 contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 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 is longer than 80 characters. | 210 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Line contains a tab character. | 217 | |
| Method 'isIndentable' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Missing a Javadoc comment. | 217 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 224 | |
| Line contains a tab character. | 225 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| 'if' is not followed by whitespace. | 230 | |
| '{' is not preceded with whitespace. | 230 | |
| Line contains a tab character. | 231 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 237 | |
| Method 'isOutdentable' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| Missing a Javadoc comment. | 237 | |
| Line contains a tab character. | 238 | |
| '{' is not followed by whitespace. | 238 | |
| Line contains a tab character. | 239 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 242 | |
| Line contains a tab character. | 244 | |
| Method 'isMoveUpable' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| Missing a Javadoc comment. | 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. | 250 | |
| '{' is not followed by whitespace. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 256 | |
| Method 'isMoveDownable' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| Missing a Javadoc comment. | 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 | |
| '{' is not followed by whitespace. | 262 | |
| Line contains a tab character. | 263 | |
| Line contains a tab character. | 264 | |
| Line contains a tab character. | 265 | |
| Line contains a tab character. | 266 | |
| Line contains a tab character. | 268 | |
| Method 'isDeletable' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| Missing a Javadoc comment. | 268 | |
| Line contains a tab character. | 269 | |
| 'if' is not followed by whitespace. | 269 | |
| '{' is not preceded with whitespace. | 269 | |
| Line contains a tab character. | 270 | |
| Line contains a tab character. | 271 | |
| Line contains a tab character. | 272 | |
| Line contains a tab character. | 273 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| 'key' hides a field. | 14 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 28 | |
| Parameter data should be final. | 28 | |
| 'data' hides a field. | 28 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Method 'setData' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter data should be final. | 36 | |
| 'data' hides a field. | 36 | |
| Method 'setPlain' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter plain should be final. | 40 | |
| Method 'getPlain' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Method 'setFormatted' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter formatted should be final. | 48 | |
| Method 'getFormatted' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Class RichTextInfoHelper 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 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 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '(' is preceded with whitespace. | 34 | |
| 'key' hides a field. | 34 | |
| Line contains a tab character. | 35 | |
| '{' should be on the previous line. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| '(' is preceded with whitespace. | 40 | |
| Line contains a tab character. | 41 | |
| '{' should be on the previous line. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line has trailing spaces. | 46 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| '(' is preceded with whitespace. | 47 | |
| Parameter data should be final. | 47 | |
| 'data' hides a field. | 47 | |
| Line contains a tab character. | 48 | |
| '{' should be on the previous line. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line has trailing spaces. | 51 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Missing a Javadoc comment. | 52 | |
| '(' is preceded with whitespace. | 52 | |
| Parameter data should be final. | 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 | |
| '{' should be on the previous line. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| '(' is preceded with whitespace. | 58 | |
| Line contains a tab character. | 59 | |
| Line has trailing spaces. | 60 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Missing a Javadoc comment. | 61 | |
| '(' is preceded with whitespace. | 61 | |
| Line contains a tab character. | 62 | |
| '{' should be on the previous line. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line has trailing spaces. | 65 | |
| Line contains a tab character. | 65 | |
| Line has trailing spaces. | 66 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Missing a Javadoc comment. | 67 | |
| '(' is preceded with whitespace. | 67 | |
| Parameter value should be final. | 67 | |
| Line contains a tab character. | 68 | |
| '{' should be on the previous line. | 68 | |
| Line contains a tab character. | 69 | |
| '(' is preceded with whitespace. | 69 | |
| '(' is preceded with whitespace. | 69 | |
| Line contains a tab character. | 70 | |
| Line has trailing spaces. | 71 | |
| Line contains a tab character. | 71 | |
| Line has trailing spaces. | 72 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Missing a Javadoc comment. | 73 | |
| '(' is preceded with whitespace. | 73 | |
| Line contains a tab character. | 74 | |
| '{' should be on the previous line. | 74 | |
| Line contains a tab character. | 75 | |
| '(' is preceded with whitespace. | 75 | |
| '(' is preceded with whitespace. | 75 | |
| Line contains a tab character. | 76 | |
| Line has trailing spaces. | 77 | |
| Line contains a tab character. | 77 | |
| Line has trailing spaces. | 78 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Missing a Javadoc comment. | 79 | |
| '(' is preceded with whitespace. | 79 | |
| Parameter value should be final. | 79 | |
| Line contains a tab character. | 80 | |
| '{' should be on the previous line. | 80 | |
| Line contains a tab character. | 81 | |
| '(' is preceded with whitespace. | 81 | |
| '(' is preceded with whitespace. | 81 | |
| Line contains a tab character. | 82 | |
| Line has trailing spaces. | 83 | |
| Line contains a tab character. | 83 | |
| Line has trailing spaces. | 84 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Missing a Javadoc comment. | 85 | |
| '(' is preceded with whitespace. | 85 | |
| Line contains a tab character. | 86 | |
| '{' should be on the previous line. | 86 | |
| Line contains a tab character. | 87 | |
| '(' is preceded with whitespace. | 87 | |
| '(' is preceded with whitespace. | 87 | |
| Line contains a tab character. | 88 | |
| Line has trailing spaces. | 89 | |
| Line contains a tab character. | 89 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Using the '.*' form of import should be avoided - java.util.*. | 9 | |
| Method 'setModelValue' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Parameter widget should be final. | 17 | |
| Parameter model should be final. | 17 | |
| Parameter path should be final. | 17 | |
| Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Parameter listPanel should be final. | 22 | |
| Parameter model should be final. | 22 | |
| Parameter path should be final. | 22 | |
| Missing a Javadoc comment. | 32 | |
| Parameter loData should be final. | 32 | |
| Parameter rootModel should be final. | 32 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter stringTreeStructure should be final. | 61 | |
| Parameter ksListPanel should be final. | 61 | |
| Line contains a tab character. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Parameter element should be final. | 69 | |
| Parameter listPanel should be final. | 69 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 83 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Line is longer than 80 characters. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 96 | |
| Line is longer than 80 characters. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Parameter index should be final. | 98 | |
| 'index' hides a field. | 98 | |
| Parameter value should be final. | 98 | |
| 'value' hides a field. | 98 | |
| Parameter categories should be final. | 98 | |
| 'categories' hides a field. | 98 | |
| Missing a Javadoc comment. | 104 | |
| Parameter o1 should be final. | 108 | |
| Parameter o2 should be final. | 109 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 122 | |
| Missing a Javadoc comment. | 126 | |
| Parameter value should be final. | 126 | |
| 'value' hides a field. | 126 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 134 | |
| Parameter children should be final. | 134 | |
| 'children' hides a field. | 134 | |
| Missing a Javadoc comment. | 138 | |
| Parameter child should be final. | 138 | |
| Missing a Javadoc comment. | 142 | |
| Missing a Javadoc comment. | 146 | |
| Parameter index should be final. | 146 | |
| 'index' hides a field. | 146 | |
| Missing a Javadoc comment. | 150 | |
| Missing a Javadoc comment. | 154 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 19 | |
| Unused import - org.kuali.student.lum.lo.dto.LoInfo. | 23 | |
| Line has trailing spaces. | 29 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Redundant 'public' modifier. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Redundant 'public' modifier. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 19 | |
| Unused import - org.kuali.student.lum.lo.dto.LoInfo. | 23 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 33 | |
| '{' is not preceded with whitespace. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 | |
| ',' is not followed by whitespace. | 35 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 | |
| '(' is followed by whitespace. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Redundant 'public' modifier. | 38 | |
| ')' is preceded with whitespace. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'public' modifier. | 39 | |
| ',' is not followed by whitespace. | 39 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 21 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 24 | |
| Utility classes should not have a public or default constructor. | 28 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| 'static' modifier out of order with the JLS suggestions. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| 'static' modifier out of order with the JLS suggestions. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| 'static' modifier out of order with the JLS suggestions. | 33 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| 'static' modifier out of order with the JLS suggestions. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| 'static' modifier out of order with the JLS suggestions. | 35 | |
| Line has trailing spaces. | 36 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| 'static' modifier out of order with the JLS suggestions. | 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 | |
| Line is longer than 80 characters. | 39 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| 'static' modifier out of order with the JLS suggestions. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| 'static' modifier out of order with the JLS suggestions. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 41 | |
| 'static' modifier out of order with the JLS suggestions. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| 'static' modifier out of order with the JLS suggestions. | 42 | |
| Line has trailing spaces. | 43 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line has trailing spaces. | 45 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| 'static' modifier out of order with the JLS suggestions. | 45 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| 'static' modifier out of order with the JLS suggestions. | 46 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| 'static' modifier out of order with the JLS suggestions. | 47 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| 'static' modifier out of order with the JLS suggestions. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Missing a Javadoc comment. | 49 | |
| 'static' modifier out of order with the JLS suggestions. | 49 | |
| Line contains a tab character. | 50 | |
| Missing a Javadoc comment. | 50 | |
| 'static' modifier out of order with the JLS suggestions. | 50 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| 'static' modifier out of order with the JLS suggestions. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| Missing a Javadoc comment. | 52 | |
| 'static' modifier out of order with the JLS suggestions. | 52 | |
| Line contains a tab character. | 53 | |
| Missing a Javadoc comment. | 53 | |
| 'static' modifier out of order with the JLS suggestions. | 53 | |
| Line has trailing spaces. | 54 | |
| 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 | |
| Missing a Javadoc comment. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line contains a tab character. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line contains a tab character. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line has trailing spaces. | 59 | |
| Line contains a tab character. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line contains a tab character. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Line has trailing spaces. | 61 | |
| Line contains a tab character. | 61 | |
| 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. | 66 | |
| Missing a Javadoc comment. | 67 | |
| 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 | |
| Line is longer than 80 characters. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 83 | |
| Line has trailing spaces. | 84 | |
| Line is longer than 80 characters. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Line has trailing spaces. | 85 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Line has trailing spaces. | 92 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 97 | |
| Line has trailing spaces. | 98 | |
| Line is longer than 80 characters. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 103 | |
| Line has trailing spaces. | 104 | |
| Missing a Javadoc comment. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Line has trailing spaces. | 111 | |
| Missing a Javadoc comment. | 113 | |
| Line has trailing spaces. | 114 | |
| Missing a Javadoc comment. | 115 | |
| Line has trailing spaces. | 116 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 122 | |
| Missing a Javadoc comment. | 123 | |
| Line has trailing spaces. | 124 | |
| Missing a Javadoc comment. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Missing a Javadoc comment. | 128 | |
| Missing a Javadoc comment. | 129 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 135 | |
| Missing a Javadoc comment. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Line has trailing spaces. | 138 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 142 | |
| Line has trailing spaces. | 143 | |
| Missing a Javadoc comment. | 144 | |
| Missing a Javadoc comment. | 145 | |
| Missing a Javadoc comment. | 146 | |
| Missing a Javadoc comment. | 147 | |
| Line has trailing spaces. | 148 | |
| Line is longer than 80 characters. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Line is longer than 80 characters. | 151 | |
| Missing a Javadoc comment. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Missing a Javadoc comment. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Missing a Javadoc comment. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Missing a Javadoc comment. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Line contains a tab character. | 157 | |
| Missing a Javadoc comment. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Line contains a tab character. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line contains a tab character. | 159 | |
| Missing a Javadoc comment. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line contains a tab character. | 160 | |
| Missing a Javadoc comment. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Missing a Javadoc comment. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Missing a Javadoc comment. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Missing a Javadoc comment. | 164 | |
| Line is longer than 80 characters. | 165 | |
| Missing a Javadoc comment. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Missing a Javadoc comment. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Missing a Javadoc comment. | 167 | |
| Line has trailing spaces. | 169 | |
| Missing a Javadoc comment. | 169 | |
| Missing a Javadoc comment. | 170 | |
| Missing a Javadoc comment. | 171 | |
| Missing a Javadoc comment. | 172 | |
| Missing a Javadoc comment. | 173 | |
| Line is longer than 80 characters. | 174 | |
| Missing a Javadoc comment. | 174 | |
| Missing a Javadoc comment. | 175 | |
| Missing a Javadoc comment. | 176 | |
| Line is longer than 80 characters. | 177 | |
| Missing a Javadoc comment. | 177 | |
| Missing a Javadoc comment. | 178 | |
| Missing a Javadoc comment. | 181 | |
| Line has trailing spaces. | 182 | |
| Missing a Javadoc comment. | 183 | |
| Missing a Javadoc comment. | 184 | |
| Missing a Javadoc comment. | 185 | |
| Missing a Javadoc comment. | 186 | |
| Missing a Javadoc comment. | 187 | |
| Missing a Javadoc comment. | 188 | |
| Missing a Javadoc comment. | 189 | |
| Missing a Javadoc comment. | 190 | |
| Missing a Javadoc comment. | 191 | |
| Missing a Javadoc comment. | 192 | |
| Missing a Javadoc comment. | 193 | |
| Line has trailing spaces. | 194 | |
| Missing a Javadoc comment. | 195 | |
| Missing a Javadoc comment. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Missing a Javadoc comment. | 197 | |
| Missing a Javadoc comment. | 198 | |
| Line has trailing spaces. | 199 | |
| Missing a Javadoc comment. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Missing a Javadoc comment. | 201 | |
| Missing a Javadoc comment. | 202 | |
| Missing a Javadoc comment. | 203 | |
| Missing a Javadoc comment. | 205 | |
| Missing a Javadoc comment. | 206 | |
| Missing a Javadoc comment. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Missing a Javadoc comment. | 208 | |
| Line is longer than 80 characters. | 209 | |
| Missing a Javadoc comment. | 209 | |
| Missing a Javadoc comment. | 210 | |
| Missing a Javadoc comment. | 211 | |
| Line is longer than 80 characters. | 212 | |
| Missing a Javadoc comment. | 212 | |
| Missing a Javadoc comment. | 213 | |
| Line is longer than 80 characters. | 214 | |
| Missing a Javadoc comment. | 214 | |
| Line is longer than 80 characters. | 215 | |
| Missing a Javadoc comment. | 215 | |
| Missing a Javadoc comment. | 217 | |
| Missing a Javadoc comment. | 218 | |
| Missing a Javadoc comment. | 219 | |
| Missing a Javadoc comment. | 220 | |
| Line is longer than 80 characters. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Missing a Javadoc comment. | 222 | |
| Line has trailing spaces. | 224 | |
| Line is longer than 80 characters. | 226 | |
| Missing a Javadoc comment. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Missing a Javadoc comment. | 227 | |
| Missing a Javadoc comment. | 228 | |
| Line has trailing spaces. | 229 | |
| Line is longer than 80 characters. | 229 | |
| Missing a Javadoc comment. | 229 | |
| Line is longer than 80 characters. | 230 | |
| Missing a Javadoc comment. | 230 | |
| Line is longer than 80 characters. | 231 | |
| Missing a Javadoc comment. | 231 | |
| Missing a Javadoc comment. | 232 | |
| Missing a Javadoc comment. | 233 | |
| Missing a Javadoc comment. | 234 | |
| Missing a Javadoc comment. | 235 | |
| Line has trailing spaces. | 237 | |
| Missing a Javadoc comment. | 241 | |
| Missing a Javadoc comment. | 242 | |
| Missing a Javadoc comment. | 243 | |
| Missing a Javadoc comment. | 244 | |
| Missing a Javadoc comment. | 245 | |
| Missing a Javadoc comment. | 246 | |
| Missing a Javadoc comment. | 248 | |
| Missing a Javadoc comment. | 249 | |
| Missing a Javadoc comment. | 250 | |
| Missing a Javadoc comment. | 251 | |
| Missing a Javadoc comment. | 252 | |
| Missing a Javadoc comment. | 253 | |
| Missing a Javadoc comment. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Missing a Javadoc comment. | 255 | |
| Missing a Javadoc comment. | 258 | |
| Missing a Javadoc comment. | 259 | |
| Missing a Javadoc comment. | 260 | |
| Missing a Javadoc comment. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Missing a Javadoc comment. | 262 | |
| Missing a Javadoc comment. | 263 | |
| Missing a Javadoc comment. | 264 | |
| Line is longer than 80 characters. | 267 | |
| Missing a Javadoc comment. | 267 | |
| Line is longer than 80 characters. | 268 | |
| Missing a Javadoc comment. | 268 | |
| Missing a Javadoc comment. | 269 | |
| Missing a Javadoc comment. | 270 | |
| Missing a Javadoc comment. | 273 | |
| Missing a Javadoc comment. | 274 | |
| Missing a Javadoc comment. | 275 | |
| Missing a Javadoc comment. | 276 | |
| Line is longer than 80 characters. | 277 | |
| Missing a Javadoc comment. | 277 | |
| Line is longer than 80 characters. | 278 | |
| Missing a Javadoc comment. | 278 | |
| Missing a Javadoc comment. | 279 | |
| Missing a Javadoc comment. | 280 | |
| Line is longer than 80 characters. | 281 | |
| Missing a Javadoc comment. | 281 | |
| Missing a Javadoc comment. | 282 | |
| Missing a Javadoc comment. | 285 | |
| Missing a Javadoc comment. | 286 | |
| '=' is not followed by whitespace. | 286 | |
| Missing a Javadoc comment. | 287 | |
| '=' is not followed by whitespace. | 287 | |
| Missing a Javadoc comment. | 288 | |
| Missing a Javadoc comment. | 289 | |
| Missing a Javadoc comment. | 290 | |
| Missing a Javadoc comment. | 291 | |
| '=' is not followed by whitespace. | 291 | |
| Missing a Javadoc comment. | 292 | |
| Missing a Javadoc comment. | 293 | |
| Missing a Javadoc comment. | 294 | |
| Missing a Javadoc comment. | 295 | |
| Missing a Javadoc comment. | 296 | |
| Missing a Javadoc comment. | 297 | |
| Missing a Javadoc comment. | 298 | |
| Missing a Javadoc comment. | 299 | |
| '=' is not preceded with whitespace. | 299 | |
| Missing a Javadoc comment. | 300 | |
| Missing a Javadoc comment. | 301 | |
| Missing a Javadoc comment. | 302 | |
| Missing a Javadoc comment. | 303 | |
| Missing a Javadoc comment. | 304 | |
| Missing a Javadoc comment. | 305 | |
| Line has trailing spaces. | 306 | |
| Missing a Javadoc comment. | 306 | |
| Missing a Javadoc comment. | 307 | |
| Missing a Javadoc comment. | 308 | |
| Line is longer than 80 characters. | 309 | |
| Missing a Javadoc comment. | 309 | |
| Missing a Javadoc comment. | 310 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| 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. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter location should be final. | 32 | |
| 'location' hides a field. | 32 | |
| Missing a Javadoc comment. | 36 | |
| Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Parameter enumName should be final. | 42 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - org.kuali.student.common.ui.client.mvc.*. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 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 | |
| '{' is not followed by whitespace. | 43 | |
| Missing a Javadoc comment. | 43 | |
| '}' is not preceded with whitespace. | 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 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 50 | |
| 'cluSetRetriever' hides a field. | 50 | |
| Parameter cluSetType should be final. | 50 | |
| 'cluSetType' hides a field. | 50 | |
| Parameter singularCluOnly should be final. | 51 | |
| 'singularCluOnly' hides a field. | 51 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 82 | |
| '{' is not preceded with whitespace. | 82 | |
| Parameter result should be final. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Parameter result should be final. | 106 | |
| Parameter fieldsMetadata should be final. | 120 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Line is longer than 80 characters. | 125 | |
| 'if' is not followed by whitespace. | 127 | |
| '!=' is not preceded with whitespace. | 127 | |
| '!=' is not followed by whitespace. | 127 | |
| '{' is not preceded with whitespace. | 127 | |
| Parameter result should be final. | 130 | |
| Line has trailing spaces. | 131 | |
| 'if' is not followed by whitespace. | 134 | |
| '{' is not preceded with whitespace. | 134 | |
| Line is longer than 80 characters. | 136 | |
| 'if' is not followed by whitespace. | 137 | |
| '{' is not preceded with whitespace. | 137 | |
| Line has trailing spaces. | 141 | |
| 'if' is not followed by whitespace. | 142 | |
| '{' is not preceded with whitespace. | 142 | |
| '1990' is a magic number. | 147 | |
| '2200' is a magic number. | 154 | |
| Line is longer than 80 characters. | 160 | |
| Line has trailing spaces. | 167 | |
| Line is longer than 80 characters. | 170 | |
| Line is longer than 80 characters. | 171 | |
| 'if' is not followed by whitespace. | 172 | |
| '{' is not preceded with whitespace. | 172 | |
| Line is longer than 80 characters. | 180 | |
| Line is longer than 80 characters. | 181 | |
| 'if' is not followed by whitespace. | 182 | |
| '{' is not preceded with whitespace. | 182 | |
| Line is longer than 80 characters. | 190 | |
| '+' should be on a new line. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 193 | |
| Parameter result should be final. | 195 | |
| '&&' should be on a new line. | 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. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 207 | |
| 'cast' is not followed by whitespace. | 207 | |
| Line is longer than 80 characters. | 209 | |
| Line is longer than 80 characters. | 210 | |
| Line is longer than 80 characters. | 213 | |
| Line is longer than 80 characters. | 214 | |
| Line is longer than 80 characters. | 215 | |
| 'if' is not followed by whitespace. | 215 | |
| '{' is not preceded with whitespace. | 215 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 222 | |
| Line is longer than 80 characters. | 223 | |
| 'if' is not followed by whitespace. | 223 | |
| '{' is not preceded with whitespace. | 223 | |
| '}' should be on the same line. | 237 | |
| Line is longer than 80 characters. | 239 | |
| Line has trailing spaces. | 246 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 20 | |
| Extra HTML tag found: </dd> | 22 | |
| Extra HTML tag found: </dd> | 24 | |
| Line is longer than 80 characters. | 29 | |
| '{' should be on the previous line. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| 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. | 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. | 50 | |
| Missing a Javadoc comment. | 51 | |
| 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. | 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. | 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. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 80 | |
| Variable 'date' must be private and have accessor methods. | 80 | |
| Missing a Javadoc comment. | 81 | |
| Variable 'second' must be private and have accessor methods. | 81 | |
| Missing a Javadoc comment. | 82 | |
| Variable 'minute' must be private and have accessor methods. | 82 | |
| Missing a Javadoc comment. | 83 | |
| Variable 'hour' must be private and have accessor methods. | 83 | |
| Missing a Javadoc comment. | 84 | |
| Variable 'dayOfMonth' must be private and have accessor methods. | 84 | |
| Missing a Javadoc comment. | 85 | |
| Variable 'month' must be private and have accessor methods. | 85 | |
| Missing a Javadoc comment. | 86 | |
| Variable 'year' must be private and have accessor methods. | 86 | |
| Missing a Javadoc comment. | 87 | |
| Variable 'amPm' must be private and have accessor methods. | 87 | |
| Missing a Javadoc comment. | 89 | |
| Variable 'firstWeekDayOfWeek' must be private and have accessor methods. | 89 | |
| Missing a Javadoc comment. | 91 | |
| Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Parameter date should be final. | 96 | |
| 'date' hides a field. | 96 | |
| Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Parameter cal should be final. | 100 | |
| Method 'setTimeInMillis' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Parameter milliSeconds should be final. | 105 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Parameter year should be final. | 110 | |
| 'year' hides a field. | 110 | |
| Parameter month should be final. | 110 | |
| 'month' hides a field. | 110 | |
| Parameter dayOfMonth should be final. | 110 | |
| 'dayOfMonth' hides a field. | 110 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter year should be final. | 117 | |
| 'year' hides a field. | 117 | |
| Parameter month should be final. | 117 | |
| 'month' hides a field. | 117 | |
| Parameter dayOfMonth should be final. | 117 | |
| 'dayOfMonth' hides a field. | 117 | |
| Parameter hour should be final. | 117 | |
| 'hour' hides a field. | 117 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter year should be final. | 125 | |
| 'year' hides a field. | 125 | |
| Parameter month should be final. | 125 | |
| 'month' hides a field. | 125 | |
| Parameter dayOfMonth should be final. | 125 | |
| 'dayOfMonth' hides a field. | 125 | |
| Parameter hour should be final. | 125 | |
| 'hour' hides a field. | 125 | |
| Parameter minute should be final. | 125 | |
| 'minute' hides a field. | 125 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Parameter year should be final. | 134 | |
| 'year' hides a field. | 134 | |
| Parameter month should be final. | 134 | |
| 'month' hides a field. | 134 | |
| Parameter dayOfMonth should be final. | 134 | |
| 'dayOfMonth' hides a field. | 134 | |
| Parameter hour should be final. | 134 | |
| 'hour' hides a field. | 134 | |
| Parameter minute should be final. | 134 | |
| 'minute' hides a field. | 134 | |
| Parameter second should be final. | 134 | |
| 'second' hides a field. | 134 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Missing a Javadoc comment. | 144 | |
| Parameter fieldCode should be final. | 144 | |
| Parameter value should be final. | 144 | |
| Missing a Javadoc comment. | 147 | |
| Line is longer than 80 characters. | 149 | |
| Method 'setFirstWeekDayOfWeek' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 150 | |
| Parameter firstWeekDayOfWeek should be final. | 150 | |
| 'firstWeekDayOfWeek' hides a field. | 150 | |
| Method 'getTime' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Missing a Javadoc comment. | 156 | |
| Method 'getTimeInMillis' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Missing a Javadoc comment. | 166 | |
| Parameter fieldCode should be final. | 166 | |
| 'if' construct must use '{}'s. | 175 | |
| '12' is a magic number. | 176 | |
| Line is longer than 80 characters. | 190 | |
| Method 'getFirstWeekDayOfWeek' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Missing a Javadoc comment. | 191 | |
| Method 'before' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| Missing a Javadoc comment. | 198 | |
| Parameter when should be final. | 198 | |
| Method 'before' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Missing a Javadoc comment. | 201 | |
| Parameter when should be final. | 201 | |
| Method 'after' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 | |
| Parameter when should be final. | 204 | |
| Method 'after' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Parameter when should be final. | 207 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| Parameter obj should be final. | 210 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Missing a Javadoc comment. | 213 | |
| Parameter obj should be final. | 213 | |
| Method 'isSet' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Missing a Javadoc comment. | 217 | |
| Parameter fieldCode should be final. | 217 | |
| Method 'roll' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Missing a Javadoc comment. | 223 | |
| Parameter fieldCode should be final. | 223 | |
| Parameter up should be final. | 223 | |
| 'if' construct must use '{}'s. | 224 | |
| 'else' construct must use '{}'s. | 226 | |
| Method 'complete' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Missing a Javadoc comment. | 231 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Missing a Javadoc comment. | 236 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| Missing a Javadoc comment. | 240 | |
| Line is longer than 80 characters. | 246 | |
| Missing a Javadoc comment. | 247 | |
| Line is longer than 80 characters. | 249 | |
| Missing a Javadoc comment. | 250 | |
| Missing a Javadoc comment. | 254 | |
| Line is longer than 80 characters. | 255 | |
| Missing a Javadoc comment. | 256 | |
| Missing a Javadoc comment. | 258 | |
| Missing a Javadoc comment. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Missing a Javadoc comment. | 263 | |
| Missing a Javadoc comment. | 265 | |
| Missing a Javadoc comment. | 269 | |
| Missing a Javadoc comment. | 272 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 7 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Parameter code should be final. | 16 | |
| 'code' hides a field. | 16 | |
| Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter title should be final. | 22 | |
| 'title' hides a field. | 22 | |
| Method 'getCredits' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Method 'setCredits' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter credits should be final. | 28 | |
| 'credits' hides a field. | 28 | |
| Line contains a tab character. | 31 | |
| Method 'setVerIndependentId' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter verIndependentId should be final. | 31 | |
| 'verIndependentId' hides a field. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Method 'getVerIndependentId' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 14 | |
| Missing a Javadoc comment. | 31 | |
| Line has trailing spaces. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| 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 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 41 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter cluSetInformation should be final. | 43 | |
| 'cluSetInformation' hides a field. | 43 | |
| Parameter cluSetRetriever should be final. | 43 | |
| 'cluSetRetriever' hides a field. | 43 | |
| Line is longer than 80 characters. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter cluSetId should be final. | 51 | |
| Parameter cluSetRetriever should be final. | 51 | |
| 'cluSetRetriever' hides a field. | 51 | |
| Line has trailing spaces. | 52 | |
| Line is longer than 80 characters. | 57 | |
| Parameter result should be final. | 59 | |
| Line has trailing spaces. | 64 | |
| Line is longer than 80 characters. | 64 | |
| Method length is 186 lines (max allowed is 150). | 69 | |
| Missing a Javadoc comment. | 69 | |
| Line is longer than 80 characters. | 88 | |
| '||' should be on a new line. | 91 | |
| Avoid nested blocks. | 97 | |
| '?' is not preceded with whitespace. | 99 | |
| Avoid inline conditionals. | 99 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 107 | |
| Parameter event should be final. | 111 | |
| '10' is a magic number. | 116 | |
| Line has trailing spaces. | 122 | |
| '10' is a magic number. | 133 | |
| '3' is a magic number. | 135 | |
| '{' is not preceded with whitespace. | 143 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Parameter event should be final. | 146 | |
| Line is longer than 80 characters. | 147 | |
| Line contains a tab character. | 147 | |
| '+' should be on a new line. | 147 | |
| Line is longer than 80 characters. | 148 | |
| Line contains a tab character. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line contains a tab character. | 149 | |
| '+' should be on a new line. | 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 contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line is longer than 80 characters. | 157 | |
| '5' is a magic number. | 157 | |
| Line is longer than 80 characters. | 160 | |
| '?' is not preceded with whitespace. | 160 | |
| Avoid inline conditionals. | 160 | |
| ':' should be on a new line. | 160 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 175 | |
| Parameter event should be final. | 180 | |
| Line is longer than 80 characters. | 181 | |
| Line is longer than 80 characters. | 182 | |
| '?' is not preceded with whitespace. | 182 | |
| Avoid inline conditionals. | 182 | |
| Line has trailing spaces. | 184 | |
| Line is longer than 80 characters. | 186 | |
| Line is longer than 80 characters. | 188 | |
| Parameter result should be final. | 190 | |
| Line is longer than 80 characters. | 192 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 207 | |
| Line is longer than 80 characters. | 208 | |
| '20' is a magic number. | 208 | |
| Line is longer than 80 characters. | 210 | |
| '3' is a magic number. | 210 | |
| Line has trailing spaces. | 213 | |
| Line is longer than 80 characters. | 217 | |
| 'cast' is not followed by whitespace. | 228 | |
| Line is longer than 80 characters. | 232 | |
| Line is longer than 80 characters. | 233 | |
| '5' is a magic number. | 233 | |
| Line is longer than 80 characters. | 235 | |
| '10' is a magic number. | 235 | |
| Line is longer than 80 characters. | 236 | |
| '10' is a magic number. | 236 | |
| Line has trailing spaces. | 255 | |
| Missing a Javadoc comment. | 256 | |
| Parameter rowIndex should be final. | 256 | |
| Line is longer than 80 characters. | 258 | |
| '10' is a magic number. | 259 | |
| Line is longer than 80 characters. | 261 | |
| Parameter event should be final. | 264 | |
| Line is longer than 80 characters. | 265 | |
| Line contains a tab character. | 265 | |
| '+' should be on a new line. | 265 | |
| Line is longer than 80 characters. | 266 | |
| Line contains a tab character. | 266 | |
| '+' is not followed by whitespace. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Line contains a tab character. | 267 | |
| '+' should be on a new line. | 267 | |
| Line is longer than 80 characters. | 268 | |
| Line contains a tab character. | 268 | |
| Line is longer than 80 characters. | 269 | |
| Line contains a tab character. | 269 | |
| Line has trailing spaces. | 273 | |
| Line is longer than 80 characters. | 276 | |
| Line has trailing spaces. | 278 | |
| Line is longer than 80 characters. | 280 | |
| Line is longer than 80 characters. | 282 | |
| Line has trailing spaces. | 286 | |
| Missing a Javadoc comment. | 287 | |
| Parameter searchKey should be final. | 287 | |
| Line is longer than 80 characters. | 289 | |
| Line is longer than 80 characters. | 291 | |
| Line is longer than 80 characters. | 293 | |
| Line is longer than 80 characters. | 295 | |
| Line is longer than 80 characters. | 297 | |
| Line is longer than 80 characters. | 299 | |
| Must have at least one statement. | 299 | |
| Line has trailing spaces. | 300 | |
| Line has trailing spaces. | 302 | |
| Method 'getCluSetInformation' is not designed for extension - needs to be abstract, final or empty. | 306 | |
| Missing a Javadoc comment. | 306 | |
| Method 'setCluSetInformation' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| Missing a Javadoc comment. | 310 | |
| Parameter cluSetInformation should be final. | 310 | |
| 'cluSetInformation' hides a field. | 310 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| Missing a Javadoc comment. | 314 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.util.Set. | 7 | |
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 31 | |
| Unused import - com.google.gwt.user.client.Window. | 51 | |
| Missing a Javadoc comment. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Line has trailing spaces. | 60 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Line has trailing spaces. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 74 | |
| More than 7 parameters. | 74 | |
| Parameter cluSetRetriever should be final. | 74 | |
| Parameter viewEnum should be final. | 74 | |
| Parameter name should be final. | 75 | |
| Parameter modelId should be final. | 75 | |
| Parameter showTitle should be final. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Parameter cluSetType should be final. | 76 | |
| 'cluSetType' hides a field. | 76 | |
| Parameter singularCluOnly should be final. | 76 | |
| 'singularCluOnly' hides a field. | 76 | |
| Line is longer than 80 characters. | 80 | |
| '{' is not preceded with whitespace. | 87 | |
| Parameter result should be final. | 89 | |
| Line has trailing spaces. | 97 | |
| Line is longer than 80 characters. | 97 | |
| Line has trailing spaces. | 107 | |
| Line is longer than 80 characters. | 107 | |
| Line has trailing spaces. | 110 | |
| Missing a Javadoc comment. | 111 | |
| Parameter def should be final. | 111 | |
| Line has trailing spaces. | 114 | |
| Method 'setupEditor' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Method length is 197 lines (max allowed is 150). | 115 | |
| Missing a Javadoc comment. | 115 | |
| Line is longer than 80 characters. | 117 | |
| Line has trailing spaces. | 129 | |
| Line has trailing spaces. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Line has trailing spaces. | 141 | |
| Line has trailing spaces. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 155 | |
| Line has trailing spaces. | 156 | |
| Line has trailing spaces. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 165 | |
| Line has trailing spaces. | 167 | |
| Line has trailing spaces. | 168 | |
| Line has trailing spaces. | 169 | |
| Line is longer than 80 characters. | 172 | |
| Line is longer than 80 characters. | 173 | |
| Parameter result should be final. | 175 | |
| Line is longer than 80 characters. | 177 | |
| Line is longer than 80 characters. | 178 | |
| Line is longer than 80 characters. | 180 | |
| Line is longer than 80 characters. | 182 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 186 | |
| Line has trailing spaces. | 188 | |
| Line is longer than 80 characters. | 188 | |
| Line has trailing spaces. | 190 | |
| '||' should be on a new line. | 190 | |
| Line has trailing spaces. | 191 | |
| Line has trailing spaces. | 193 | |
| Line is longer than 80 characters. | 193 | |
| '}' is not followed by whitespace. | 209 | |
| '5000' is a magic number. | 209 | |
| Line is longer than 80 characters. | 212 | |
| Line has trailing spaces. | 221 | |
| '(' is followed by whitespace. | 221 | |
| Line has trailing spaces. | 222 | |
| Line is longer than 80 characters. | 223 | |
| Line is longer than 80 characters. | 226 | |
| Line has trailing spaces. | 231 | |
| Line has trailing spaces. | 232 | |
| Line is longer than 80 characters. | 233 | |
| Line has trailing spaces. | 234 | |
| Line is longer than 80 characters. | 237 | |
| Line is longer than 80 characters. | 242 | |
| Line is longer than 80 characters. | 243 | |
| '?' is not preceded with whitespace. | 243 | |
| '?' should be on a new line. | 243 | |
| Avoid inline conditionals. | 243 | |
| Line is longer than 80 characters. | 246 | |
| '20' is a magic number. | 246 | |
| Line is longer than 80 characters. | 247 | |
| Line is longer than 80 characters. | 248 | |
| '15' is a magic number. | 248 | |
| Line is longer than 80 characters. | 249 | |
| Line is longer than 80 characters. | 250 | |
| '15' is a magic number. | 250 | |
| Line is longer than 80 characters. | 253 | |
| '15' is a magic number. | 254 | |
| Line is longer than 80 characters. | 258 | |
| Line is longer than 80 characters. | 259 | |
| '15' is a magic number. | 259 | |
| Line has trailing spaces. | 261 | |
| Line has trailing spaces. | 279 | |
| Line is longer than 80 characters. | 280 | |
| Line is longer than 80 characters. | 281 | |
| Line is longer than 80 characters. | 283 | |
| Line is longer than 80 characters. | 286 | |
| Line has trailing spaces. | 288 | |
| Parameter event should be final. | 296 | |
| '&&' should be on a new line. | 297 | |
| Line is longer than 80 characters. | 301 | |
| Line has trailing spaces. | 305 | |
| Line is longer than 80 characters. | 306 | |
| '+' should be on a new line. | 306 | |
| Line is longer than 80 characters. | 307 | |
| Line has trailing spaces. | 312 | |
| Missing a Javadoc comment. | 313 | |
| Parameter field should be final. | 313 | |
| switch without "default" clause. | 315 | |
| Line is longer than 80 characters. | 321 | |
| Line has trailing spaces. | 337 | |
| Line is longer than 80 characters. | 338 | |
| Missing a Javadoc comment. | 338 | |
| Parameter clusetRangeModelHelper should be final. | 338 | |
| Parameter clusetRangeLabel should be final. | 339 | |
| Parameter searchRequestData should be final. | 341 | |
| Line has trailing spaces. | 345 | |
| '&&' should be on a new line. | 345 | |
| Line is longer than 80 characters. | 346 | |
| Line is longer than 80 characters. | 347 | |
| 'cast' is not followed by whitespace. | 347 | |
| Line has trailing spaces. | 349 | |
| Line is longer than 80 characters. | 349 | |
| Parameter event should be final. | 352 | |
| Line is longer than 80 characters. | 353 | |
| Line has trailing spaces. | 359 | |
| Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| Missing a Javadoc comment. | 360 | |
| Parameter labelKey should be final. | 360 | |
| Line is longer than 80 characters. | 361 | |
| Line has trailing spaces. | 363 | |
| Line has trailing spaces. | 364 | |
| Missing a Javadoc comment. | 364 | |
| '(' is followed by whitespace. | 364 | |
| Line has trailing spaces. | 365 | |
| Parameter fieldKey should be final. | 365 | |
| Line has trailing spaces. | 366 | |
| Parameter messageKey should be final. | 366 | |
| Line has trailing spaces. | 367 | |
| Parameter widget should be final. | 367 | |
| Parameter parentPath should be final. | 368 | |
| '}' should be on the same line. | 374 | |
| 'else' is not followed by whitespace. | 375 | |
| '{' is not preceded with whitespace. | 375 | |
| Line has trailing spaces. | 381 | |
| Missing a Javadoc comment. | 381 | |
| Parameter section should be final. | 381 | |
| Line has trailing spaces. | 382 | |
| Parameter fieldKey should be final. | 382 | |
| Line has trailing spaces. | 383 | |
| Parameter messageKey should be final. | 383 | |
| Line has trailing spaces. | 384 | |
| Parameter widget should be final. | 384 | |
| Parameter parentPath should be final. | 385 | |
| Line is longer than 80 characters. | 386 | |
| Missing a Javadoc comment. | 391 | |
| Parameter obj1 should be final. | 391 | |
| Parameter obj2 should be final. | 391 | |
| '||' should be on a new line. | 392 | |
| Line has trailing spaces. | 395 | |
| Missing a Javadoc comment. | 396 | |
| Parameter widget should be final. | 396 | |
| Parameter title should be final. | 396 | |
| Line has trailing spaces. | 403 | |
| Method 'updateWidgetData' is not designed for extension - needs to be abstract, final or empty. | 404 | |
| Parameter model should be final. | 405 | |
| Line is longer than 80 characters. | 409 | |
| Line has trailing spaces. | 410 | |
| Line is longer than 80 characters. | 410 | |
| Line is longer than 80 characters. | 415 | |
| Line has trailing spaces. | 416 | |
| Missing a Javadoc comment. | 422 | |
| Parameter result should be final. | 426 | |
| Line has trailing spaces. | 431 | |
| Line is longer than 80 characters. | 432 | |
| Missing a Javadoc comment. | 432 | |
| Parameter listItem should be final. | 432 | |
| Parameter selectionPanel should be final. | 432 | |
| Line has trailing spaces. | 440 | |
| Missing a Javadoc comment. | 441 | |
| Parameter event should be final. | 446 | |
| Line is longer than 80 characters. | 447 | |
| Line has trailing spaces. | 452 | |
| Line is longer than 80 characters. | 453 | |
| Missing a Javadoc comment. | 453 | |
| Parameter event should be final. | 461 | |
| Line has trailing spaces. | 462 | |
| Line is longer than 80 characters. | 464 | |
| '?' is not preceded with whitespace. | 464 | |
| Avoid inline conditionals. | 464 | |
| ':' should be on a new line. | 464 | |
| Missing a Javadoc comment. | 476 | |
| Parameter fieldKey should be final. | 476 | |
| Line is longer than 80 characters. | 479 | |
| Line is longer than 80 characters. | 483 | |
| Missing a Javadoc comment. | 483 | |
| Parameter searchTypeId should be final. | 483 | |
| Parameter lookupMetadatas should be final. | 484 | |
| Parameter searchParams should be final. | 485 | |
| Line is longer than 80 characters. | 489 | |
| Line is longer than 80 characters. | 490 | |
| Line is longer than 80 characters. | 491 | |
| '?' is not preceded with whitespace. | 493 | |
| Avoid inline conditionals. | 493 | |
| Line is longer than 80 characters. | 504 | |
| Line is longer than 80 characters. | 505 | |
| Line is longer than 80 characters. | 517 | |
| Line is longer than 80 characters. | 518 | |
| Line has trailing spaces. | 526 | |
| Method 'updateModel' is not designed for extension - needs to be abstract, final or empty. | 527 | |
| Line has trailing spaces. | 529 | |
| Missing a Javadoc comment. | 535 | |
| Missing a Javadoc comment. | 536 | |
| '{' is not preceded with whitespace. | 536 | |
| Line is longer than 80 characters. | 539 | |
| Line is longer than 80 characters. | 540 | |
| Line is longer than 80 characters. | 541 | |
| Line is longer than 80 characters. | 543 | |
| Line is longer than 80 characters. | 546 | |
| Line is longer than 80 characters. | 547 | |
| Line is longer than 80 characters. | 549 | |
| Line is longer than 80 characters. | 550 | |
| Missing a Javadoc comment. | 557 | |
| Missing a Javadoc comment. | 558 | |
| Missing a Javadoc comment. | 559 | |
| Line is longer than 80 characters. | 560 | |
| Missing a Javadoc comment. | 560 | |
| Parameter ksSelectedList should be final. | 560 | |
| 'ksSelectedList' hides a field. | 560 | |
| Parameter panel should be final. | 560 | |
| 'panel' hides a field. | 560 | |
| Missing a Javadoc comment. | 564 | |
| Missing a Javadoc comment. | 567 | |
| Parameter ksSelectedList should be final. | 567 | |
| 'ksSelectedList' hides a field. | 567 | |
| Missing a Javadoc comment. | 570 | |
| Missing a Javadoc comment. | 573 | |
| Parameter panel should be final. | 573 | |
| 'panel' hides a field. | 573 | |
| Line has trailing spaces. | 577 | |
| Missing a Javadoc comment. | 578 | |
| Missing a Javadoc comment. | 579 | |
| Missing a Javadoc comment. | 580 | |
| Missing a Javadoc comment. | 581 | |
| Parameter ksItemLabel should be final. | 581 | |
| 'ksItemLabel' hides a field. | 581 | |
| Parameter panel should be final. | 581 | |
| 'panel' hides a field. | 581 | |
| Missing a Javadoc comment. | 585 | |
| Missing a Javadoc comment. | 588 | |
| Parameter ksItemLabel should be final. | 588 | |
| 'ksItemLabel' hides a field. | 588 | |
| Missing a Javadoc comment. | 591 | |
| Missing a Javadoc comment. | 594 | |
| Parameter panel should be final. | 594 | |
| 'panel' hides a field. | 594 | |
| Line has trailing spaces. | 598 | |
| Missing a Javadoc comment. | 599 | |
| Missing a Javadoc comment. | 601 | |
| Missing a Javadoc comment. | 602 | |
| Missing a Javadoc comment. | 603 | |
| Line is longer than 80 characters. | 605 | |
| Missing a Javadoc comment. | 605 | |
| Parameter inLookupMetadata should be final. | 605 | |
| Parameter additionalLookupMetadata should be final. | 605 | |
| 'additionalLookupMetadata' hides a field. | 605 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 611 | |
| Missing a Javadoc comment. | 611 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 615 | |
| Missing a Javadoc comment. | 615 | |
| Parameter name should be final. | 615 | |
| 'name' hides a field. | 615 | |
| Method 'getInitLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 619 | |
| Missing a Javadoc comment. | 619 | |
| Method 'setInitLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 623 | |
| Missing a Javadoc comment. | 623 | |
| Parameter initLookupMetadata should be final. | 623 | |
| 'initLookupMetadata' hides a field. | 623 | |
| Method 'getAdditionalLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 627 | |
| Missing a Javadoc comment. | 627 | |
| Line is longer than 80 characters. | 631 | |
| Method 'setAdditionalLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 631 | |
| Missing a Javadoc comment. | 631 | |
| Parameter additionalLookupMetadata should be final. | 631 | |
| 'additionalLookupMetadata' hides a field. | 631 | |
| Line has trailing spaces. | 634 | |
| Line has trailing spaces. | 636 | |
| Missing a Javadoc comment. | 637 | |
| Missing a Javadoc comment. | 638 | |
| Method 'setModelValue' is not designed for extension - needs to be abstract, final or empty. | 640 | |
| Line is longer than 80 characters. | 641 | |
| Parameter widget should be final. | 641 | |
| Parameter model should be final. | 641 | |
| Parameter path should be final. | 641 | |
| Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 645 | |
| Line is longer than 80 characters. | 646 | |
| Parameter widget should be final. | 646 | |
| Parameter model should be final. | 646 | |
| Parameter path should be final. | 646 | |
| Line has trailing spaces. | 650 | |
| Line is longer than 80 characters. | 651 | |
| Missing a Javadoc comment. | 651 | |
| Missing a Javadoc comment. | 652 | |
| Missing a Javadoc comment. | 653 | |
| Line has trailing spaces. | 654 | |
| Line is longer than 80 characters. | 655 | |
| Missing a Javadoc comment. | 655 | |
| Parameter clusetRangeModelHelper should be final. | 655 | |
| 'clusetRangeModelHelper' hides a field. | 655 | |
| Line has trailing spaces. | 658 | |
| Method 'setModelValue' is not designed for extension - needs to be abstract, final or empty. | 659 | |
| Line is longer than 80 characters. | 660 | |
| Parameter widget should be final. | 660 | |
| Parameter model should be final. | 660 | |
| Parameter path should be final. | 660 | |
| Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 664 | |
| Line is longer than 80 characters. | 665 | |
| Parameter model should be final. | 665 | |
| Parameter path should be final. | 665 | |
| Line is longer than 80 characters. | 668 | |
| Line is longer than 80 characters. | 671 | |
| 'cast' is not followed by whitespace. | 672 | |
| Line is longer than 80 characters. | 673 | |
| '?' is not preceded with whitespace. | 673 | |
| '?' should be on a new line. | 673 | |
| Avoid inline conditionals. | 673 | |
| Line is longer than 80 characters. | 674 | |
| Line is longer than 80 characters. | 676 | |
| Line is longer than 80 characters. | 677 | |
| Line has trailing spaces. | 679 | |
| Line is longer than 80 characters. | 679 | |
| Line is longer than 80 characters. | 680 | |
| Line has trailing spaces. | 681 | |
| '||' should be on a new line. | 681 | |
| Line has trailing spaces. | 682 | |
| Line has trailing spaces. | 684 | |
| Line is longer than 80 characters. | 684 | |
| Line is longer than 80 characters. | 692 | |
| Line has trailing spaces. | 694 | |
| Line is longer than 80 characters. | 696 | |
| 'cast' is not followed by whitespace. | 702 | |
| 'cast' is not followed by whitespace. | 706 | |
| 'cast' is not followed by whitespace. | 710 | |
| '}' is not followed by whitespace. | 712 | |
| '5000' is a magic number. | 712 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| '{' should be on the previous line. | 29 | |
| 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. | 35 | |
| Missing a Javadoc comment. | 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 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 51 | |
| '(' is preceded with whitespace. | 51 | |
| 'key' hides a field. | 51 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 62 | |
| Parameter data should be final. | 62 | |
| 'data' hides a field. | 62 | |
| Missing a Javadoc comment. | 66 | |
| Parameter data should be final. | 66 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter value should be final. | 77 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Method 'setOrganization' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter value should be final. | 85 | |
| Method 'getOrganization' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter value should be final. | 92 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| '(' is preceded with whitespace. | 96 | |
| '(' is preceded with whitespace. | 96 | |
| Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter value should be final. | 99 | |
| Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Parameter value should be final. | 106 | |
| Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| '(' is preceded with whitespace. | 113 | |
| Parameter value should be final. | 113 | |
| Line is longer than 80 characters. | 114 | |
| '(' is preceded with whitespace. | 114 | |
| '(' is preceded with whitespace. | 114 | |
| Avoid inline conditionals. | 114 | |
| '(' is preceded with whitespace. | 114 | |
| Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| '(' is preceded with whitespace. | 116 | |
| Line is longer than 80 characters. | 117 | |
| '(' is preceded with whitespace. | 117 | |
| '(' is preceded with whitespace. | 117 | |
| '(' is preceded with whitespace. | 117 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Parameter name should be final. | 120 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Parameter state should be final. | 127 | |
| Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Parameter type should be final. | 134 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Method 'setReusable' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter reusable should be final. | 141 | |
| Method 'getReusable' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Missing a Javadoc comment. | 148 | |
| Method 'setReferenceable' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Missing a Javadoc comment. | 156 | |
| Parameter referenceable should be final. | 156 | |
| Method 'getReferenceable' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Method 'setApprovedClus' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Missing a Javadoc comment. | 171 | |
| Parameter value should be final. | 171 | |
| Method 'getApprovedClus' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Missing a Javadoc comment. | 174 | |
| Method 'setProposedClus' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| Missing a Javadoc comment. | 182 | |
| Parameter value should be final. | 182 | |
| Method 'getProposedClus' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Missing a Javadoc comment. | 185 | |
| Method 'setAllClus' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Parameter value should be final. | 193 | |
| Method 'getAllClus' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Missing a Javadoc comment. | 196 | |
| Method 'setCluSets' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| Missing a Javadoc comment. | 204 | |
| Parameter value should be final. | 204 | |
| Method 'getCluSets' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Method 'setCluRangeParams' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Missing a Javadoc comment. | 215 | |
| Parameter value should be final. | 215 | |
| Method 'getCluRangeParams' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Missing a Javadoc comment. | 218 | |
| Method 'setCluRangeViewDetails' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Missing a Javadoc comment. | 226 | |
| Parameter value should be final. | 226 | |
| Method 'getCluRangeViewDetails' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Missing a Javadoc comment. | 229 | |
| Line is longer than 80 characters. | 230 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| Line has trailing spaces. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Line has trailing spaces. | 20 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter id should be final. | 24 | |
| 'id' hides a field. | 24 | |
| Method 'getClus' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Method 'setClus' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter clus should be final. | 30 | |
| 'clus' hides a field. | 30 | |
| Method 'getCluSets' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Method 'setCluSets' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Parameter cluSets should be final. | 36 | |
| 'cluSets' hides a field. | 36 | |
| Method 'getMembershipQueryInfo' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 42 | |
| Method 'setMembershipQueryInfo' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter membershipQueryInfo should be final. | 42 | |
| 'membershipQueryInfo' hides a field. | 42 | |
| Method 'getClusInRange' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'setClusInRange' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter clusInRange should be final. | 48 | |
| 'clusInRange' hides a field. | 48 | |
| Method 'getSubCluSetInformations' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line is longer than 80 characters. | 57 | |
| Method 'setSubCluSetInformations' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter subCluSetInformations should be final. | 57 | |
| 'subCluSetInformations' hides a field. | 57 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 22 | |
| Line is longer than 80 characters. | 23 | |
| '{' is not preceded with whitespace. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| '{' is not preceded with whitespace. | 22 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Method 'parse' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Parameter data should be final. | 17 | |
| Line is longer than 80 characters. | 21 | |
| Line has trailing spaces. | 23 | |
| '&&' should be on a new line. | 23 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line has trailing spaces. | 39 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Parameter data should be final. | 41 | |
| Missing a Javadoc comment. | 45 | |
| Parameter parameterKey should be final. | 45 | |
| Missing a Javadoc comment. | 65 | |
| Parameter str1 should be final. | 65 | |
| Parameter str2 should be final. | 65 | |
| '||' should be on a new line. | 66 | |
| Method 'getLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Method 'setLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Parameter lookupMetadata should be final. | 74 | |
| 'lookupMetadata' hides a field. | 74 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 8 | |
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Line has trailing spaces. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| '(' is preceded with whitespace. | 17 | |
| 'key' hides a field. | 17 | |
| Line has trailing spaces. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Parameter data should be final. | 29 | |
| 'data' hides a field. | 29 | |
| Line has trailing spaces. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Parameter data should be final. | 33 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter value should be final. | 40 | |
| Line has trailing spaces. | 43 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Method 'setSearchTypeKey' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter value should be final. | 48 | |
| Line has trailing spaces. | 51 | |
| Method 'getSearchTypeKey' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Line has trailing spaces. | 55 | |
| Method 'setQueryParams' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter value should be final. | 56 | |
| Method 'getQueryParams' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line has trailing spaces. | 67 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 |
| Violation | Message | Line |
|---|---|---|
| Class CluSetRangeModelUtil should be declared as final. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Line has trailing spaces. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Name 'INSTANCE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 | |
| Variable 'INSTANCE' must be private and have accessor methods. | 13 | |
| Line has trailing spaces. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Line has trailing spaces. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Parameter searchRequest should be final. | 18 | |
| Parameter searchRequestId should be final. | 18 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 28 | |
| Line has trailing spaces. | 33 | |
| Line has trailing spaces. | 35 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| 'cast' is not followed by whitespace. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 43 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 45 | |
| Line has trailing spaces. | 49 | |
| Line has trailing spaces. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Parameter membershipQueryInfo should be final. | 53 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 63 | |
| 'cast' is not followed by whitespace. | 64 | |
| Line is longer than 80 characters. | 70 | |
| Line has trailing spaces. | 73 | |
| Line has trailing spaces. | 76 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 85 | |
| Line has trailing spaces. | 97 | |
| Missing a Javadoc comment. | 98 | |
| Parameter data should be final. | 98 | |
| Line is longer than 80 characters. | 105 | |
| '||' should be on a new line. | 108 | |
| Line is longer than 80 characters. | 113 | |
| 'cast' is not followed by whitespace. | 113 | |
| Line is longer than 80 characters. | 118 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 8 | |
| Line has trailing spaces. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Redundant 'public' modifier. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Redundant 'public' modifier. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Redundant 'public' modifier. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Redundant 'public' modifier. | 13 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Method 'getCluSetInformation' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Parameter caught should be final. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Parameter result should be final. | 26 | |
| Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Parameter caught should be final. | 37 | |
| Parameter result should be final. | 43 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Line is longer than 80 characters. | 51 | |
| Parameter caught should be final. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Parameter result should be final. | 58 | |
| Method 'saveData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Parameter caught should be final. | 68 | |
| Parameter result should be final. | 73 | |
| Line has trailing spaces. | 78 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| Utility classes should not have a public or default constructor. | 3 | |
| Missing a Javadoc comment. | 5 | |
| Name 'SECTION_CREATE_CLU_SET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 5 | |
| Variable 'SECTION_CREATE_CLU_SET' must be private and have accessor methods. | 5 | |
| Line has trailing spaces. | 6 | |
| Missing a Javadoc comment. | 8 | |
| Missing a Javadoc comment. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| 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 | |
| '=' is not followed by whitespace. | 26 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| 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 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 80 characters. | 43 | |
| 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 |
|---|---|---|
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| 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. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Method 'initWidget' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Parameter fieldsMetadata should be final. | 60 | |
| Line has trailing spaces. | 64 | |
| Missing a Javadoc comment. | 76 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Parameter event should be final. | 85 | |
| Line is longer than 80 characters. | 86 | |
| 'cast' is not followed by whitespace. | 86 | |
| Line has trailing spaces. | 90 | |
| Line has trailing spaces. | 95 | |
| Missing a Javadoc comment. | 99 | |
| Line is longer than 80 characters. | 102 | |
| '{' is not preceded with whitespace. | 102 | |
| Parameter result should be final. | 104 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 120 | |
| Missing a Javadoc comment. | 126 | |
| Parameter enabled should be final. | 126 | |
| Parameter courseType should be final. | 126 | |
| Line is longer than 80 characters. | 135 | |
| Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter labelKey should be final. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Parameter callback should be final. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 149 | |
| Line has trailing spaces. | 150 | |
| Line contains a tab character. | 150 | |
| Parameter value should be final. | 150 | |
| Line contains a tab character. | 151 | |
| Line has trailing spaces. | 154 | |
| Parameter doneSaveCallback should be final. | 154 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Line has trailing spaces. | 161 | |
| Method 'setLabelContent' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Missing a Javadoc comment. | 164 | |
| Parameter id should be final. | 164 | |
| Method 'addGetCluNameCallback' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Parameter callback should be final. | 172 | |
| Line has trailing spaces. | 173 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Line is longer than 80 characters. | 179 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 30 | |
| Parameter list should be final. | 30 | |
| Method 'addItem' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Parameter value should be final. | 37 | |
| Method 'setSelectedItem' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter value should be final. | 42 | |
| Method 'getSelectedValue' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Method 'setList' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter relationship should be final. | 54 | |
| Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Variable 'gradeTypeWidget' must be private and have accessor methods. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'gradeWidget' must be private and have accessor methods. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'gradeMetadata' must be private and have accessor methods. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Method 'initWidget' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Parameter fieldsMetadata should be final. | 47 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 55 | |
| Line is longer than 80 characters. | 57 | |
| 'cast' is not followed by whitespace. | 57 | |
| Parameter event should be final. | 60 | |
| Line is longer than 80 characters. | 61 | |
| 'cast' is not followed by whitespace. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Missing a Javadoc comment. | 69 | |
| Parameter enabled should be final. | 69 | |
| Line is longer than 80 characters. | 73 | |
| 'cast' is not followed by whitespace. | 74 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Parameter callback should be final. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 82 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Line contains a tab character. | 83 | |
| Parameter value should be final. | 83 | |
| Line has trailing spaces. | 85 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line has trailing spaces. | 89 | |
| Parameter doneSaveCallback should be final. | 89 | |
| Parameter id should be final. | 93 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Avoid inline conditionals. | 98 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 20 | |
| Extra HTML tag found: </dd> | 22 | |
| Extra HTML tag found: </dd> | 24 | |
| Line is longer than 80 characters. | 29 | |
| '{' should be on the previous line. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 38 | |
| Parameter date should be final. | 38 | |
| Missing a Javadoc comment. | 41 | |
| Parameter year should be final. | 41 | |
| Parameter month should be final. | 41 | |
| Parameter date should be final. | 41 | |
| Missing a Javadoc comment. | 44 | |
| Parameter year should be final. | 44 | |
| Parameter month should be final. | 44 | |
| Parameter date should be final. | 44 | |
| Parameter hour should be final. | 44 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter year should be final. | 47 | |
| Parameter month should be final. | 47 | |
| Parameter date should be final. | 47 | |
| Parameter hour should be final. | 47 | |
| Parameter minute should be final. | 47 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter year should be final. | 50 | |
| Parameter month should be final. | 50 | |
| Parameter date should be final. | 50 | |
| Parameter hour should be final. | 50 | |
| Parameter minute should be final. | 50 | |
| Parameter second should be final. | 50 | |
| Line is longer than 80 characters. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Variable 'daysInMonth' must be private and have accessor methods. | 54 | |
| '31' is a magic number. | 54 | |
| '28' is a magic number. | 54 | |
| '31' is a magic number. | 54 | |
| '30' is a magic number. | 54 | |
| '31' is a magic number. | 54 | |
| '30' is a magic number. | 54 | |
| '31' is a magic number. | 54 | |
| '31' is a magic number. | 54 | |
| ',' is not followed by whitespace. | 54 | |
| '30' is a magic number. | 54 | |
| '31' is a magic number. | 54 | |
| '30' is a magic number. | 54 | |
| '31' is a magic number. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Parameter year should be final. | 55 | |
| Parameter month should be final. | 55 | |
| 'if' construct must use '{}'s. | 56 | |
| 'else' construct must use '{}'s. | 58 | |
| Method 'getMaxDaysInMonth' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter year should be final. | 65 | |
| Parameter month should be final. | 65 | |
| Parameter firstDayOfWeek should be final. | 65 | |
| 'if' construct must use '{}'s. | 68 | |
| Line is longer than 80 characters. | 68 | |
| '4' is a magic number. | 69 | |
| 'if' construct must use '{}'s. | 70 | |
| Line is longer than 80 characters. | 70 | |
| '30' is a magic number. | 70 | |
| '5' is a magic number. | 70 | |
| '6' is a magic number. | 71 | |
| 'if' construct must use '{}'s. | 72 | |
| Line is longer than 80 characters. | 72 | |
| '31' is a magic number. | 72 | |
| '4' is a magic number. | 72 | |
| '6' is a magic number. | 73 | |
| '5' is a magic number. | 74 | |
| Method 'getNumOfWeeksInMonth' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Missing a Javadoc comment. | 80 | |
| Parameter year should be final. | 80 | |
| Parameter month should be final. | 80 | |
| Parameter dayOfMonth should be final. | 80 | |
| '1900' is a magic number. | 81 | |
| '/' is not preceded with whitespace. | 82 | |
| '/' is not followed by whitespace. | 82 | |
| '4' is a magic number. | 82 | |
| '7' is a magic number. | 83 | |
| 'if' construct must use '{}'s. | 84 | |
| '7' is a magic number. | 87 | |
| 'if' construct must use '{}'s. | 88 | |
| 'if' construct must use '{}'s. | 90 | |
| 'if' construct must use '{}'s. | 92 | |
| Line is longer than 80 characters. | 92 | |
| '3' is a magic number. | 93 | |
| 'if' construct must use '{}'s. | 94 | |
| '4' is a magic number. | 95 | |
| 'if' construct must use '{}'s. | 96 | |
| '5' is a magic number. | 97 | |
| 'if' construct must use '{}'s. | 98 | |
| '6' is a magic number. | 99 | |
| '7' is a magic number. | 100 | |
| Method 'getWeekDay' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Method 'getFirstWeekDayOfMonth' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Method 'getMinimum' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Parameter fieldCode should be final. | 112 | |
| Line is longer than 80 characters. | 132 | |
| Method 'getActualMinimum' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Parameter fieldCode should be final. | 133 | |
| Method 'getGreatestMinimum' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Parameter fieldCode should be final. | 137 | |
| Method 'getMaximum' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Missing a Javadoc comment. | 142 | |
| Parameter fieldCode should be final. | 142 | |
| '999' is a magic number. | 145 | |
| '59' is a magic number. | 147 | |
| '59' is a magic number. | 149 | |
| '11' is a magic number. | 151 | |
| '23' is a magic number. | 153 | |
| '31' is a magic number. | 155 | |
| Line is longer than 80 characters. | 162 | |
| Method 'getActualMaximum' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Parameter fieldCode should be final. | 163 | |
| '999' is a magic number. | 166 | |
| '59' is a magic number. | 168 | |
| '59' is a magic number. | 170 | |
| '11' is a magic number. | 172 | |
| '23' is a magic number. | 174 | |
| Method 'getLeastMaximum' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Missing a Javadoc comment. | 184 | |
| Parameter fieldCode should be final. | 184 | |
| '999' is a magic number. | 187 | |
| '59' is a magic number. | 189 | |
| '59' is a magic number. | 191 | |
| '11' is a magic number. | 193 | |
| '23' is a magic number. | 195 | |
| '28' is a magic number. | 197 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Missing a Javadoc comment. | 206 | |
| Parameter fieldCode should be final. | 206 | |
| Parameter value should be final. | 206 | |
| switch without "default" clause. | 207 | |
| '12' is a magic number. | 218 | |
| '12' is a magic number. | 222 | |
| 'if' construct must use '{}'s. | 231 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| Missing a Javadoc comment. | 246 | |
| Parameter fieldCode should be final. | 246 | |
| Parameter amount should be final. | 246 | |
| switch without "default" clause. | 247 | |
| '24' is a magic number. | 249 | |
| '60' is a magic number. | 251 | |
| '60' is a magic number. | 253 | |
| '1000' is a magic number. | 255 | |
| '12' is a magic number. | 261 | |
| '12' is a magic number. | 262 | |
| '12' is a magic number. | 265 | |
| 'if' construct must use '{}'s. | 267 | |
| Method 'roll' is not designed for extension - needs to be abstract, final or empty. | 279 | |
| Missing a Javadoc comment. | 279 | |
| Parameter fieldCode should be final. | 279 | |
| Parameter amount should be final. | 279 | |
| switch without "default" clause. | 280 | |
| '60' is a magic number. | 282 | |
| 'if' construct must use '{}'s. | 283 | |
| '60' is a magic number. | 284 | |
| '60' is a magic number. | 287 | |
| 'if' construct must use '{}'s. | 288 | |
| '60' is a magic number. | 289 | |
| '24' is a magic number. | 292 | |
| 'if' construct must use '{}'s. | 293 | |
| '24' is a magic number. | 294 | |
| Avoid nested blocks. | 296 | |
| Line is longer than 80 characters. | 297 | |
| 'if' construct must use '{}'s. | 298 | |
| Avoid nested blocks. | 302 | |
| '12' is a magic number. | 303 | |
| 'if' construct must use '{}'s. | 304 | |
| '12' is a magic number. | 305 | |
| 'if' construct must use '{}'s. | 306 | |
| Method 'before' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| Missing a Javadoc comment. | 319 | |
| Parameter when should be final. | 319 | |
| Method 'after' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| Missing a Javadoc comment. | 322 | |
| Parameter when should be final. | 322 | |
| Definition of 'equals()' without corresponding definition of 'hashCode()'. | 325 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| Missing a Javadoc comment. | 325 | |
| Parameter obj should be final. | 325 | |
| Method 'isLeapYear' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| Missing a Javadoc comment. | 329 | |
| Missing a Javadoc comment. | 332 | |
| Parameter year should be final. | 332 | |
| 'if' construct must use '{}'s. | 333 | |
| '4' is a magic number. | 333 | |
| '100' is a magic number. | 333 | |
| '400' is a magic number. | 333 | |
| Line is longer than 80 characters. | 339 | |
| Method 'computeFields' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| Missing a Javadoc comment. | 340 | |
| '12' is a magic number. | 344 | |
| '12' is a magic number. | 347 | |
| '1900' is a magic number. | 352 | |
| Line has trailing spaces. | 353 | |
| Line is longer than 80 characters. | 355 | |
| Method 'computeTime' is not designed for extension - needs to be abstract, final or empty. | 356 | |
| Missing a Javadoc comment. | 356 | |
| Line is longer than 80 characters. | 357 | |
| '1900' is a magic number. | 357 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| Missing a Javadoc comment. | 361 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| 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. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Method 'initWidget' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Parameter fieldsMetadata should be final. | 60 | |
| Line has trailing spaces. | 64 | |
| Missing a Javadoc comment. | 76 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 82 | |
| Parameter event should be final. | 85 | |
| Line is longer than 80 characters. | 86 | |
| 'cast' is not followed by whitespace. | 86 | |
| Line has trailing spaces. | 90 | |
| Line has trailing spaces. | 95 | |
| Missing a Javadoc comment. | 99 | |
| Line is longer than 80 characters. | 102 | |
| '{' is not preceded with whitespace. | 102 | |
| Parameter result should be final. | 104 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 120 | |
| Missing a Javadoc comment. | 126 | |
| Parameter enabled should be final. | 126 | |
| Parameter programType should be final. | 126 | |
| Line is longer than 80 characters. | 135 | |
| Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter labelKey should be final. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Parameter callback should be final. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 149 | |
| Line has trailing spaces. | 150 | |
| Line contains a tab character. | 150 | |
| Parameter value should be final. | 150 | |
| Line contains a tab character. | 151 | |
| Line has trailing spaces. | 154 | |
| Parameter doneSaveCallback should be final. | 154 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Line has trailing spaces. | 161 | |
| Method 'setLabelContent' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Missing a Javadoc comment. | 164 | |
| Parameter id should be final. | 164 | |
| Method 'addGetCluNameCallback' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Parameter callback should be final. | 172 | |
| Line has trailing spaces. | 173 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Line is longer than 80 characters. | 179 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 8 | |
| '{' should be on the previous line. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 16 | |
| '(' is preceded with whitespace. | 16 | |
| 'key' hides a field. | 16 | |
| Line has trailing spaces. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Parameter data should be final. | 28 | |
| 'data' hides a field. | 28 | |
| Line has trailing spaces. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Parameter data should be final. | 32 | |
| Line has trailing spaces. | 38 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter value should be final. | 39 | |
| Line has trailing spaces. | 42 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line has trailing spaces. | 46 | |
| Method 'setListValue' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter value should be final. | 47 | |
| Line has trailing spaces. | 50 | |
| Method 'getListValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line has trailing spaces. | 59 | |
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter value should be final. | 60 | |
| Line has trailing spaces. | 63 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Line has trailing spaces. | 67 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Line has trailing spaces. | 71 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.kuali.student.common.ui.client.widgets.layout.VerticalFlowPanel. | 7 | |
| 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. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Line has trailing spaces. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Parameter title should be final. | 25 | |
| Parameter searchRequest should be final. | 25 | |
| 'searchRequest' hides a field. | 25 | |
| Parameter lookupMetadata should be final. | 25 | |
| 'lookupMetadata' hides a field. | 25 | |
| Line has trailing spaces. | 35 | |
| Parameter event should be final. | 38 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 45 | |
| Method 'setSize' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter width should be final. | 46 | |
| Parameter height should be final. | 46 | |
| Line has trailing spaces. | 49 | |
| Method 'show' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line has trailing spaces. | 54 | |
| Method 'hide' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.kuali.student.common.ui.client.configurable.mvc.sections.SwapSection. | 11 | |
| Unused import - org.kuali.student.common.ui.client.event.SectionUpdateEvent. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Missing a Javadoc comment. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Line has trailing spaces. | 26 | |
| 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 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Parameter selectableWidget should be final. | 37 | |
| 'selectableWidget' hides a field. | 37 | |
| Expected @param tag for 'selectableWidget'. | 37 | |
| '{' is not preceded with whitespace. | 37 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter selectableWidget should be final. | 41 | |
| 'selectableWidget' hides a field. | 41 | |
| Parameter dialog should be final. | 41 | |
| 'dialog' hides a field. | 41 | |
| '{' is not preceded with whitespace. | 41 | |
| Line has trailing spaces. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Parameter selectableWidget should be final. | 46 | |
| 'selectableWidget' hides a field. | 46 | |
| '{' is not preceded with whitespace. | 46 | |
| Line has trailing spaces. | 48 | |
| 'if' is not followed by whitespace. | 49 | |
| '{' is not preceded with whitespace. | 49 | |
| Line has trailing spaces. | 50 | |
| Line has trailing spaces. | 51 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 52 | |
| '{' is not preceded with whitespace. | 54 | |
| Parameter event should be final. | 57 | |
| Line has trailing spaces. | 62 | |
| '{' is not preceded with whitespace. | 63 | |
| Parameter event should be final. | 66 | |
| 'if' is not followed by whitespace. | 67 | |
| '{' is not preceded with whitespace. | 67 | |
| Line is longer than 80 characters. | 68 | |
| 'if' is not followed by whitespace. | 68 | |
| '{' is not preceded with whitespace. | 68 | |
| '}' should be on the same line. | 70 | |
| Line is longer than 80 characters. | 71 | |
| 'if' is not followed by whitespace. | 71 | |
| '{' is not preceded with whitespace. | 71 | |
| Line is longer than 80 characters. | 72 | |
| '}' should be on the same line. | 83 | |
| 'else' is not followed by whitespace. | 84 | |
| '{' is not preceded with whitespace. | 84 | |
| '}' should be on the same line. | 87 | |
| 'if' is not followed by whitespace. | 88 | |
| '{' is not preceded with whitespace. | 88 | |
| '}' should be on the same line. | 90 | |
| 'else' is not followed by whitespace. | 91 | |
| '{' is not preceded with whitespace. | 91 | |
| Line is longer than 80 characters. | 95 | |
| Line has trailing spaces. | 101 | |
| Missing a Javadoc comment. | 102 | |
| '{' is not preceded with whitespace. | 102 | |
| Line is longer than 80 characters. | 103 | |
| 'for' is not followed by whitespace. | 104 | |
| '{' is not preceded with whitespace. | 104 | |
| Line has trailing spaces. | 108 | |
| 'while' is not followed by whitespace. | 110 | |
| '{' is not preceded with whitespace. | 110 | |
| 'if' is not followed by whitespace. | 112 | |
| '{' is not preceded with whitespace. | 112 | |
| Line has trailing spaces. | 117 | |
| First sentence should end with a period. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 120 | |
| '{' is not preceded with whitespace. | 123 | |
| Line is longer than 80 characters. | 124 | |
| 'for' is not followed by whitespace. | 125 | |
| '{' is not preceded with whitespace. | 125 | |
| Line has trailing spaces. | 129 | |
| 'while' is not followed by whitespace. | 131 | |
| '{' is not preceded with whitespace. | 131 | |
| 'if' is not followed by whitespace. | 133 | |
| '{' is not preceded with whitespace. | 133 | |
| Line has trailing spaces. | 138 | |
| Missing a Javadoc comment. | 139 | |
| Parameter key should be final. | 139 | |
| '{' is not preceded with whitespace. | 139 | |
| 'if' 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 | |
| 'if' is not followed by whitespace. | 145 | |
| '{' is not preceded with whitespace. | 145 | |
| Line has trailing spaces. | 151 | |
| Missing a Javadoc comment. | 152 | |
| Parameter key should be final. | 152 | |
| '{' is not preceded with whitespace. | 152 | |
| 'if' is not followed by whitespace. | 154 | |
| '{' is not preceded with whitespace. | 154 | |
| 'if' is not followed by whitespace. | 155 | |
| '{' is not preceded with whitespace. | 155 | |
| 'if' is not followed by whitespace. | 158 | |
| '{' is not preceded with whitespace. | 158 | |
| Line has trailing spaces. | 165 | |
| Method 'enableConfirmation' is not designed for extension - needs to be abstract, final or empty. | 166 | |
| Missing a Javadoc comment. | 166 | |
| Parameter enable should be final. | 166 | |
| '{' is not preceded with whitespace. | 166 | |
| Line has trailing spaces. | 169 | |
| Method 'addSection' is not designed for extension - needs to be abstract, final or empty. | 170 | |
| Missing a Javadoc comment. | 170 | |
| Parameter section should be final. | 170 | |
| Parameter swapKey should be final. | 170 | |
| '{' is not preceded with whitespace. | 170 | |
| 'if' is not followed by whitespace. | 174 | |
| '{' is not preceded with whitespace. | 174 | |
| Line has trailing spaces. | 180 | |
| Method 'addSection' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Missing a Javadoc comment. | 181 | |
| Parameter key should be final. | 181 | |
| Parameter section should be final. | 181 | |
| Parameter swapKey should be final. | 181 | |
| '{' is not preceded with whitespace. | 181 | |
| 'if' is not followed by whitespace. | 186 | |
| '{' is not preceded with whitespace. | 186 | |
| Line has trailing spaces. | 192 | |
| Line has trailing spaces. | 193 | |
| Method 'addSection' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Parameter section should be final. | 195 | |
| Line is longer than 80 characters. | 196 | |
| '+' should be on a new line. | 196 | |
| Line has trailing spaces. | 198 | |
| Method 'addSection' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Parameter key should be final. | 202 | |
| Parameter section should be final. | 202 | |
| Line is longer than 80 characters. | 203 | |
| '+' should be on a new line. | 203 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Unused import - org.kuali.student.lum.lo.dto.LoInfo. | 22 | |
| Unused import - org.kuali.student.lum.program.dto.MajorDisciplineInfo. | 25 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Line has trailing spaces. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Method 'getDefaultWorkflowDocumentType' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Method 'getDefaultMetaDataState' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter id should be final. | 45 | |
| Line is longer than 80 characters. | 47 | |
| ';' is preceded with whitespace. | 48 | |
| '}' should be on the same line. | 52 | |
| Line is longer than 80 characters. | 54 | |
| Method 'save' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Parameter dto should be final. | 60 | |
| Parameter properties should be final. | 60 | |
| ')' is preceded with whitespace. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 70 | |
| Method 'getDtoClass' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Line is longer than 80 characters. | 79 | |
| Method 'setLearningObjectiveService' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Parameter loService should be final. | 79 | |
| 'loService' hides a field. | 79 |