The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 28 | |
| NewlineAtEndOfFile | 6 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 4100 | |
RegexpSingleline
| 828 | |
| JavadocMethod | 621 | |
| JavadocType | 122 | |
| JavadocVariable | 700 | |
| JavadocStyle | 3 | |
| ConstantName | 8 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 6 | |
| MemberName | 6 | |
| MethodName | 2 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
| AvoidStarImport | 8 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 27 | |
| LineLength | 2195 | |
| MethodLength | 2 | |
| ParameterNumber | 2 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 104 | |
| NoWhitespaceAfter | 1 | |
| NoWhitespaceBefore | 1 | |
| OperatorWrap | 42 | |
| ParenPad | 13 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 107 | |
| WhitespaceAround | 924 | |
| ModifierOrder | 10 | |
| RedundantModifier | 221 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 3 | |
| LeftCurly | 36 | |
| NeedBraces | 23 | |
| RightCurly | 42 | |
| AvoidInlineConditionals | 25 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 1 | |
| EqualsHashCode | 0 | |
| HiddenField | 92 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 32 | |
| MissingSwitchDefault | 2 | |
| RedundantThrows | 1 | |
| SimplifyBooleanExpression | 5 | |
| SimplifyBooleanReturn | 2 | |
| DesignForExtension | 436 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 2 | |
| InterfaceIsType | 22 | |
| VisibilityModifier | 80 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 889 | |
| TodoComment | 16 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 50 | |
| '=' is not preceded with whitespace. | 50 | |
| '=' is not followed by whitespace. | 50 | |
| ',' is not followed by whitespace. | 50 | |
| '=' is not preceded with whitespace. | 50 | |
| '=' is not followed by whitespace. | 50 | |
| '}' is not preceded with whitespace. | 50 | |
| Missing a Javadoc comment. | 54 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| Variable 'LOG' must be private and have accessor methods. | 54 | |
| Line is longer than 80 characters. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line is longer than 80 characters. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Line is longer than 80 characters. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Method 'getMetadataService' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Method 'setMetadataService' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter metadataService should be final. | 75 | |
| 'metadataService' hides a field. | 75 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Parameter id should be final. | 80 | |
| Line is longer than 80 characters. | 96 | |
| Line has trailing spaces. | 101 | |
| Method 'getCluSetInfo' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Parameter cluSetId should be final. | 102 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Method 'toMetaInfoHelper' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Parameter metaInfo should be final. | 116 | |
| 'if' construct must use '{}'s. | 119 | |
| Method 'toMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Parameter metaInfoHelper should be final. | 129 | |
| 'if' construct must use '{}'s. | 131 | |
| Method 'richTextToString' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter richTextInfo should be final. | 141 | |
| 'if' construct must use '{}'s. | 143 | |
| Method 'save' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Line contains a tab character. | 149 | |
| '=' is not preceded with whitespace. | 149 | |
| '=' is not followed by whitespace. | 149 | |
| Parameter input should be final. | 150 | |
| Missing a Javadoc comment. | 170 | |
| Parameter cluSetInfo should be final. | 170 | |
| Line is longer than 80 characters. | 171 | |
| '?' is not preceded with whitespace. | 171 | |
| Avoid inline conditionals. | 171 | |
| Line is longer than 80 characters. | 182 | |
| '+' should be on a new line. | 182 | |
| Line is longer than 80 characters. | 185 | |
| '?' is not preceded with whitespace. | 189 | |
| '?' should be on a new line. | 189 | |
| Avoid inline conditionals. | 189 | |
| '?' is not preceded with whitespace. | 193 | |
| '?' should be on a new line. | 193 | |
| Avoid inline conditionals. | 193 | |
| Line is longer than 80 characters. | 203 | |
| Line is longer than 80 characters. | 206 | |
| Missing a Javadoc comment. | 213 | |
| Parameter cluSetInfo should be final. | 213 | |
| Line is longer than 80 characters. | 220 | |
| Line is longer than 80 characters. | 224 | |
| Line is longer than 80 characters. | 229 | |
| Line is longer than 80 characters. | 243 | |
| Line contains a tab character. | 243 | |
| Line is longer than 80 characters. | 245 | |
| ',' is not followed by whitespace. | 247 | |
| Line is longer than 80 characters. | 259 | |
| ',' is not followed by whitespace. | 261 | |
| Line is longer than 80 characters. | 273 | |
| Missing a Javadoc comment. | 273 | |
| Parameter wrapperCluSet should be final. | 273 | |
| Parameter cluSetInfo should be final. | 273 | |
| Missing a Javadoc comment. | 284 | |
| Parameter input should be final. | 284 | |
| Line is longer than 80 characters. | 286 | |
| Line has trailing spaces. | 294 | |
| Line is longer than 80 characters. | 295 | |
| '&&' should be on a new line. | 295 | |
| Line is longer than 80 characters. | 296 | |
| '&&' should be on a new line. | 296 | |
| '{' is not preceded with whitespace. | 297 | |
| Line is longer than 80 characters. | 298 | |
| Line is longer than 80 characters. | 299 | |
| '?' is not preceded with whitespace. | 299 | |
| Avoid inline conditionals. | 299 | |
| ':' should be on a new line. | 299 | |
| Line has trailing spaces. | 310 | |
| Line is longer than 80 characters. | 311 | |
| Line is longer than 80 characters. | 313 | |
| Line contains a tab character. | 315 | |
| ',' is not followed by whitespace. | 315 | |
| Line is longer than 80 characters. | 323 | |
| ',' is not followed by whitespace. | 325 | |
| Line is longer than 80 characters. | 345 | |
| Missing a Javadoc comment. | 345 | |
| Parameter query should be final. | 345 | |
| 'if' is not followed by whitespace. | 346 | |
| 'for' is not followed by whitespace. | 357 | |
| 'for' is not followed by whitespace. | 359 | |
| 'if' is not followed by whitespace. | 360 | |
| Line is longer than 80 characters. | 368 | |
| Missing a Javadoc comment. | 368 | |
| Parameter cluSetInfo should be final. | 368 | |
| Line is longer than 80 characters. | 374 | |
| Line contains a tab character. | 375 | |
| Line contains a tab character. | 376 | |
| 'for' is not followed by whitespace. | 376 | |
| ':' is not preceded with whitespace. | 376 | |
| ':' is not followed by whitespace. | 376 | |
| '{' is not preceded with whitespace. | 376 | |
| Line is longer than 80 characters. | 377 | |
| Line contains a tab character. | 377 | |
| Line contains a tab character. | 378 | |
| Line contains a tab character. | 379 | |
| Line is longer than 80 characters. | 383 | |
| Line is longer than 80 characters. | 385 | |
| Line is longer than 80 characters. | 387 | |
| Line is longer than 80 characters. | 390 | |
| Line is longer than 80 characters. | 398 | |
| Missing a Javadoc comment. | 421 | |
| Parameter clusData should be final. | 421 | |
| 'if' is not followed by whitespace. | 424 | |
| '{' is not preceded with whitespace. | 424 | |
| Missing a Javadoc comment. | 432 | |
| Parameter cluSetHelper should be final. | 432 | |
| 'if' is not followed by whitespace. | 452 | |
| '{' is not preceded with whitespace. | 452 | |
| '?' is not preceded with whitespace. | 454 | |
| Avoid inline conditionals. | 454 | |
| '3' is a magic number. | 454 | |
| ':' should be on a new line. | 454 | |
| Line is longer than 80 characters. | 467 | |
| Line is longer than 80 characters. | 481 | |
| Missing a Javadoc comment. | 481 | |
| Parameter cluSetRangeHelper should be final. | 481 | |
| Line is longer than 80 characters. | 482 | |
| Missing a Javadoc comment. | 485 | |
| Parameter text should be final. | 485 | |
| 'if' construct must use '{}'s. | 487 | |
| Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 493 | |
| Parameter input should be final. | 494 | |
| Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 498 | |
| Parameter input should be final. | 499 | |
| Line is longer than 80 characters. | 500 | |
| Method 'getLuService' is not designed for extension - needs to be abstract, final or empty. | 503 | |
| Missing a Javadoc comment. | 503 | |
| Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 507 | |
| Missing a Javadoc comment. | 507 | |
| Parameter luService should be final. | 507 | |
| 'luService' hides a field. | 507 | |
| Line contains a tab character. | 511 | |
| Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 511 | |
| Line contains a tab character. | 512 | |
| Line contains a tab character. | 513 | |
| Line contains a tab character. | 514 | |
| Line has trailing spaces. | 515 | |
| Line contains a tab character. | 515 | |
| Line contains a tab character. | 516 | |
| Method 'getDefaultMetadata' is not designed for extension - needs to be abstract, final or empty. | 516 | |
| Method 'getDocumentPropertyName' is not designed for extension - needs to be abstract, final or empty. | 522 | |
| Line contains a tab character. | 523 | |
| Line is longer than 80 characters. | 524 | |
| Line contains a tab character. | 524 | |
| Line contains a tab character. | 525 | |
| Line contains a tab character. | 527 | |
| Method 'getDtoName' is not designed for extension - needs to be abstract, final or empty. | 527 | |
| Line contains a tab character. | 528 | |
| Line contains a tab character. | 529 | |
| Line contains a tab character. | 530 | |
| Line contains a tab character. | 532 | |
| Method 'getQualification' is not designed for extension - needs to be abstract, final or empty. | 532 | |
| Line is longer than 80 characters. | 533 | |
| Line contains a tab character. | 533 | |
| Parameter idType should be final. | 533 | |
| Parameter id should be final. | 533 | |
| Line contains a tab character. | 534 | |
| Name 'DOCUMENT_TYPE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 534 | |
| Line contains a tab character. | 535 | |
| Line contains a tab character. | 536 | |
| Line contains a tab character. | 537 | |
| Line contains a tab character. | 538 | |
| Line contains a tab character. | 539 | |
| Line contains a tab character. | 540 | |
| Line contains a tab character. | 541 | |
| Line contains a tab character. | 542 | |
| Line contains a tab character. | 543 | |
| Line contains a tab character. | 544 | |
| Line contains a tab character. | 545 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 | |
| Variable 'LOG' must be private and have accessor methods. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Line has trailing spaces. | 26 | |
| Method 'getMetadataService' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Method 'setMetadataService' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter metadataService should be final. | 31 | |
| 'metadataService' hides a field. | 31 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter idTranslator should be final. | 35 | |
| 'idTranslator' hides a field. | 35 | |
| Line has trailing spaces. | 38 | |
| Method 'doGetFilter' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Parameter id should be final. | 40 | |
| Parameter response should be final. | 40 | |
| Parameter chain should be final. | 40 | |
| Line has trailing spaces. | 42 | |
| Line has trailing spaces. | 47 | |
| Method 'doSaveFilter' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Parameter request should be final. | 49 | |
| Parameter response should be final. | 49 | |
| Parameter chain should be final. | 49 | |
| Line is longer than 80 characters. | 52 | |
| Avoid inline conditionals. | 52 | |
| 'if' is not followed by whitespace. | 53 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter data should be final. | 58 | |
| Parameter chain should be final. | 58 | |
| Line is longer than 80 characters. | 62 | |
| Line has trailing spaces. | 71 | |
| First sentence should end with a period. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line has trailing spaces. | 75 | |
| Name '__translateIds' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| Parameter data should be final. | 82 | |
| Parameter metadata should be final. | 82 | |
| Expected @throws tag for 'AssemblyException'. | 83 | |
| 'try' is not followed by whitespace. | 84 | |
| '{' is not preceded with whitespace. | 84 | |
| Line is longer than 80 characters. | 87 | |
| Line has trailing spaces. | 89 | |
| Line is longer than 80 characters. | 93 | |
| Line has trailing spaces. | 94 | |
| Line is longer than 80 characters. | 95 | |
| 'if' is not followed by whitespace. | 96 | |
| '==' is not preceded with whitespace. | 96 | |
| '==' is not followed by whitespace. | 96 | |
| '{' is not preceded with whitespace. | 96 | |
| '=' is not preceded with whitespace. | 97 | |
| '=' is not followed by whitespace. | 97 | |
| Line has trailing spaces. | 99 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 106 | |
| 'if' is not followed by whitespace. | 106 | |
| '{' is not preceded with whitespace. | 106 | |
| Line is longer than 80 characters. | 107 | |
| 'else' is not preceded with whitespace. | 108 | |
| '}' is not followed by whitespace. | 108 | |
| 'else' is not followed by whitespace. | 108 | |
| '{' is not preceded with whitespace. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 110 | |
| 'for' is not followed by whitespace. | 110 | |
| 'cast' is not followed by whitespace. | 110 | |
| '{' is not preceded with whitespace. | 110 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 120 | |
| 'cast' is not followed by whitespace. | 120 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 130 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 136 | |
| 'catch' is not preceded with whitespace. | 142 | |
| '}' is not followed by whitespace. | 142 | |
| 'catch' is not followed by whitespace. | 142 | |
| '{' is not preceded with whitespace. | 142 | |
| Line is longer than 80 characters. | 147 | |
| Missing a Javadoc comment. | 147 | |
| Parameter data should be final. | 147 | |
| Parameter field should be final. | 147 | |
| Parameter index should be final. | 147 | |
| Parameter translation should be final. | 147 | |
| 'if' is not followed by whitespace. | 155 | |
| Line is longer than 80 characters. | 156 | |
| 'if' is not followed by whitespace. | 158 | |
| '==' is not preceded with whitespace. | 158 | |
| '==' is not followed by whitespace. | 158 | |
| '{' is not preceded with whitespace. | 158 | |
| 'else' is not preceded with whitespace. | 163 | |
| '}' is not followed by whitespace. | 163 | |
| 'else' is not followed by whitespace. | 163 | |
| '{' is not preceded with whitespace. | 163 | |
| Line is longer than 80 characters. | 165 | |
| 'if' is not followed by whitespace. | 167 | |
| '==' is not preceded with whitespace. | 167 | |
| '==' is not followed by whitespace. | 167 | |
| '{' is not preceded with whitespace. | 167 | |
| Line has trailing spaces. | 168 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 |
| Violation | Message | Line |
|---|---|---|
| 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. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Name '_RUNTIME_DATA' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'public' modifier. | 33 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'public' modifier. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Redundant 'public' modifier. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'public' modifier. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Redundant 'public' modifier. | 40 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Redundant 'public' modifier. | 41 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Redundant 'public' modifier. | 42 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Redundant 'public' modifier. | 43 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Redundant 'public' modifier. | 44 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Redundant 'public' modifier. | 45 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Redundant 'public' modifier. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Redundant 'public' modifier. | 47 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Redundant 'public' modifier. | 48 | |
| Line contains a tab character. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Redundant 'public' modifier. | 49 | |
| Line contains a tab character. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Redundant 'public' modifier. | 50 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Redundant 'public' modifier. | 51 | |
| Line contains a tab character. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Redundant 'public' modifier. | 52 | |
| Line contains a tab character. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Redundant 'public' modifier. | 53 | |
| Line contains a tab character. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Redundant 'public' modifier. | 54 | |
| Line contains a tab character. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Redundant 'public' modifier. | 55 | |
| Line contains a tab character. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Redundant 'public' modifier. | 56 | |
| Line contains a tab character. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Redundant 'public' modifier. | 57 | |
| Line contains a tab character. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Redundant 'public' modifier. | 58 | |
| Line contains a tab character. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Redundant 'public' modifier. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line contains a tab character. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Redundant 'public' modifier. | 60 | |
| Name 'CURRICULUM_OVERSIGHT_ORGS_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| Line contains a tab character. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Redundant 'public' modifier. | 61 | |
| Line contains a tab character. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Redundant 'public' modifier. | 62 | |
| Line contains a tab character. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Redundant 'public' modifier. | 63 | |
| Line contains a tab character. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Redundant 'public' modifier. | 64 | |
| Line contains a tab character. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Redundant 'public' modifier. | 65 | |
| Line contains a tab character. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Redundant 'public' modifier. | 66 | |
| Line contains a tab character. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Redundant 'public' modifier. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Line contains a tab character. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Redundant 'public' modifier. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line contains a tab character. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Redundant 'public' modifier. | 69 | |
| Line contains a tab character. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Redundant 'public' modifier. | 70 | |
| Line contains a tab character. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Redundant 'public' modifier. | 71 | |
| Line contains a tab character. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Redundant 'public' modifier. | 72 | |
| Name '_RUNTIME_DATA' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Name '_RUNTIME_DATA' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Name '_RUNTIME_DATA' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 18 | |
| interfaces should describe a type and hence have methods. | 18 | |
| '{' should be on the previous line. | 19 | |
| Line contains a tab character. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Redundant 'public' modifier. | 20 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Redundant 'public' modifier. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 |
| Violation | Message | Line |
|---|---|---|
| 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. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 | |
| Name '_RUNTIME_DATA' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Name '_RUNTIME_DATA' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 20 | |
| interfaces should describe a type and hence have methods. | 20 | |
| '{' should be on the previous line. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Name '_RUNTIME_DATA' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 6 | |
| Missing a Javadoc comment. | 8 | |
| Line contains a tab character. | 8 | |
| Line contains a tab character. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Line contains a tab character. | 10 | |
| Line contains a tab character. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Parameter controllerId should be final. | 12 | |
| Line contains a tab character. | 13 | |
| Line is longer than 80 characters. | 14 | |
| Line contains a tab character. | 14 | |
| Line has trailing spaces. | 15 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 38 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'metadataServiceAsync' must be private and have accessor methods. | 41 | |
| Line has trailing spaces. | 42 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Variable 'dependencyFilter' must be private and have accessor methods. | 45 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'searchDefinition' must be private and have accessor methods. | 46 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'initialized' must be private and have accessor methods. | 47 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Variable 'browsePanel' must be private and have accessor methods. | 48 | |
| Line has trailing spaces. | 49 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter controller should be final. | 50 | |
| Parameter name should be final. | 50 | |
| Line contains a tab character. | 51 | |
| Parameter viewType should be final. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line has trailing spaces. | 58 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line has trailing spaces. | 61 | |
| Line has trailing spaces. | 63 | |
| Line has trailing spaces. | 67 | |
| '{' is not preceded with whitespace. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Parameter e should be final. | 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 | |
| Parameter e should be final. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line has trailing spaces. | 78 | |
| Line contains a tab character. | 78 | |
| Line has trailing spaces. | 80 | |
| Line is longer than 80 characters. | 81 | |
| '{' is not preceded with whitespace. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line has trailing spaces. | 84 | |
| Line contains a tab character. | 84 | |
| Line has trailing spaces. | 85 | |
| Line contains a tab character. | 85 | |
| Line has trailing spaces. | 87 | |
| Line contains a tab character. | 87 | |
| Line has trailing spaces. | 89 | |
| Line contains a tab character. | 90 | |
| Line has trailing spaces. | 91 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| ',' is not followed by whitespace. | 92 | |
| '400' is a magic number. | 92 | |
| Line has trailing spaces. | 93 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 97 | |
| Line has trailing spaces. | 98 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| '{' is not preceded with whitespace. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Parameter result should be final. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line has trailing spaces. | 105 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Parameter selections should be final. | 107 | |
| Line contains a tab character. | 108 | |
| 'if' is not followed by whitespace. | 108 | |
| '{' is not preceded with whitespace. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| 'else' is not preceded with whitespace. | 110 | |
| '}' is not followed by whitespace. | 110 | |
| 'else' is not followed by whitespace. | 110 | |
| '{' is not preceded with whitespace. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| 'for' is not followed by whitespace. | 112 | |
| ':' is not preceded with whitespace. | 112 | |
| ':' is not followed by whitespace. | 112 | |
| '{' is not preceded with whitespace. | 112 | |
| Line contains a tab character. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line contains a tab character. | 114 | |
| 'for' is not followed by whitespace. | 114 | |
| ':' is not preceded with whitespace. | 114 | |
| ':' is not followed by whitespace. | 114 | |
| '{' is not preceded with whitespace. | 114 | |
| Line contains a tab character. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line contains a tab character. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| 'if' is not followed by whitespace. | 118 | |
| '!=' is not preceded with whitespace. | 118 | |
| '!=' is not followed by whitespace. | 118 | |
| '{' is not preceded with whitespace. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line contains a tab character. | 119 | |
| 'if' is not followed by whitespace. | 119 | |
| '||' is not preceded with whitespace. | 119 | |
| '||' should be on a new line. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Line contains a tab character. | 120 | |
| '{' is not preceded with whitespace. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Line contains a tab character. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Line contains a tab character. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Line contains a tab character. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line contains a tab character. | 124 | |
| 'if' is not followed by whitespace. | 124 | |
| '{' is not preceded with whitespace. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line is longer than 80 characters. | 128 | |
| Line contains a tab character. | 128 | |
| 'else' is not preceded with whitespace. | 128 | |
| '}' is not followed by whitespace. | 128 | |
| 'if' is not followed by whitespace. | 128 | |
| '{' is not preceded with whitespace. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| 'if' 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 contains a tab character. | 137 | |
| Line has trailing spaces. | 138 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line has trailing spaces. | 141 | |
| Line contains a tab character. | 141 | |
| Line has trailing spaces. | 143 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line has trailing spaces. | 145 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 149 | |
| Line has trailing spaces. | 151 | |
| Line is longer than 80 characters. | 151 | |
| Line contains a tab character. | 151 | |
| Line is longer than 80 characters. | 152 | |
| '{' is not preceded with whitespace. | 152 | |
| Parameter caught should be final. | 155 | |
| Line has trailing spaces. | 157 | |
| Line is longer than 80 characters. | 157 | |
| Parameter result should be final. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line has trailing spaces. | 164 | |
| Line contains a tab character. | 164 | |
| Line has trailing spaces. | 168 | |
| Line has trailing spaces. | 169 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 173 | |
| Line has trailing spaces. | 174 | |
| Line contains a tab character. | 174 | |
| Line is longer than 80 characters. | 175 | |
| Missing a Javadoc comment. | 175 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| '(' is preceded with whitespace. | 178 | |
| Parameter selectedIds should be final. | 178 | |
| Line contains a tab character. | 179 | |
| '(' is preceded with whitespace. | 179 | |
| Line is longer than 80 characters. | 180 | |
| Line contains a tab character. | 180 | |
| '(' is preceded with whitespace. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| '(' is preceded with whitespace. | 183 | |
| Line contains a tab character. | 184 | |
| '(' is preceded with whitespace. | 184 | |
| '(' is preceded with whitespace. | 184 | |
| Line contains a tab character. | 185 | |
| '(' is preceded with whitespace. | 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 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Line has trailing spaces. | 15 | |
| '{' should be on the previous line. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Method 'getModelId' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '{' is not preceded with whitespace. | 30 | |
| Method 'getProposalReferenceTypeKey' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| '{' is not preceded with whitespace. | 34 | |
| Method 'getProposalReferenceObjectType' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| '{' is not preceded with whitespace. | 38 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Missing a Javadoc comment. | 114 | |
| Name 'WITH_DIVIDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| Variable 'WITH_DIVIDER' must be private and have accessor methods. | 114 | |
| Missing a Javadoc comment. | 115 | |
| Name 'NO_DIVIDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| Variable 'NO_DIVIDER' must be private and have accessor methods. | 115 | |
| Line has trailing spaces. | 116 | |
| Missing a Javadoc comment. | 117 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 121 | |
| Variable 'documentTool' must be private and have accessor methods. | 121 | |
| Missing a Javadoc comment. | 123 | |
| Variable 'summaryConfigurer' must be private and have accessor methods. | 123 | |
| Missing a Javadoc comment. | 126 | |
| Missing a Javadoc comment. | 127 | |
| Missing a Javadoc comment. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 131 | |
| ',' is not followed by whitespace. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Missing a Javadoc comment. | 135 | |
| Variable 'stmtTypes' must be private and have accessor methods. | 135 | |
| Method 'setModelDefinition' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Parameter modelDefinition should be final. | 137 | |
| Method 'setStatementTypes' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Parameter stmtTypes should be final. | 141 | |
| 'stmtTypes' hides a field. | 141 | |
| Line is longer than 80 characters. | 146 | |
| Line has trailing spaces. | 148 | |
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Expected @param tag for 'layout'. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 172 | |
| Line has trailing spaces. | 177 | |
| Line is longer than 80 characters. | 179 | |
| ',' is not followed by whitespace. | 179 | |
| Line has trailing spaces. | 180 | |
| Line is longer than 80 characters. | 182 | |
| ',' is not followed by whitespace. | 182 | |
| Line is longer than 80 characters. | 183 | |
| 'cast' is not followed by whitespace. | 183 | |
| Line has trailing spaces. | 185 | |
| Line is longer than 80 characters. | 187 | |
| ',' is not followed by whitespace. | 187 | |
| 'cast' is not followed by whitespace. | 187 | |
| 'cast' is not followed by whitespace. | 187 | |
| Line is longer than 80 characters. | 188 | |
| Line has trailing spaces. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Line is longer than 80 characters. | 194 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 198 | |
| Line is longer than 80 characters. | 199 | |
| '}' should be on the same line. | 200 | |
| 'else' is not followed by whitespace. | 201 | |
| '{' is not preceded with whitespace. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Line contains a tab character. | 202 | |
| 'summaryConfigurer' hides a field. | 202 | |
| 'cast' is not followed by whitespace. | 202 | |
| 'cast' is not followed by whitespace. | 202 | |
| Line contains a tab character. | 203 | |
| Line is longer than 80 characters. | 204 | |
| Line is longer than 80 characters. | 208 | |
| Line is longer than 80 characters. | 209 | |
| Line has trailing spaces. | 211 | |
| Line is longer than 80 characters. | 212 | |
| Line has trailing spaces. | 213 | |
| Parameter event should be final. | 215 | |
| Line has trailing spaces. | 220 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 223 | |
| Parameter event should be final. | 226 | |
| Line contains a tab character. | 227 | |
| Line has trailing spaces. | 230 | |
| Line has trailing spaces. | 232 | |
| Method 'getContinueButton' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| Missing a Javadoc comment. | 233 | |
| '{' is not preceded with whitespace. | 233 | |
| '{' is not preceded with whitespace. | 234 | |
| Parameter event should be final. | 235 | |
| Line contains a tab character. | 236 | |
| Method 'addCluStartSection' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| Missing a Javadoc comment. | 241 | |
| Parameter layout should be final. | 241 | |
| Line is longer than 80 characters. | 242 | |
| Line is longer than 80 characters. | 244 | |
| Line is longer than 80 characters. | 245 | |
| Line is longer than 80 characters. | 246 | |
| Line is longer than 80 characters. | 247 | |
| '600' is a magic number. | 249 | |
| Method 'generateCourseRequisitesSection' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| Missing a Javadoc comment. | 252 | |
| Parameter layout should be final. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Method 'generateActiveDatesSection' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| Missing a Javadoc comment. | 256 | |
| Line is longer than 80 characters. | 257 | |
| Line is longer than 80 characters. | 259 | |
| Line is longer than 80 characters. | 260 | |
| Line is longer than 80 characters. | 261 | |
| Method 'generateActiveDateEndSection' is not designed for extension - needs to be abstract, final or empty. | 266 | |
| Missing a Javadoc comment. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Line is longer than 80 characters. | 268 | |
| Method 'generateActiveDateStartSection' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| Missing a Javadoc comment. | 272 | |
| Line is longer than 80 characters. | 273 | |
| Line is longer than 80 characters. | 274 | |
| Method 'generateGovernanceSection' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| Missing a Javadoc comment. | 278 | |
| Line is longer than 80 characters. | 279 | |
| Line is longer than 80 characters. | 280 | |
| Line is longer than 80 characters. | 281 | |
| Line is longer than 80 characters. | 282 | |
| Method 'generateCourseInfoSection' is not designed for extension - needs to be abstract, final or empty. | 287 | |
| Missing a Javadoc comment. | 287 | |
| Line is longer than 80 characters. | 288 | |
| Line is longer than 80 characters. | 289 | |
| Line is longer than 80 characters. | 290 | |
| Line is longer than 80 characters. | 291 | |
| Line is longer than 80 characters. | 293 | |
| Line is longer than 80 characters. | 294 | |
| Method 'generateCourseNumberSection' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| Missing a Javadoc comment. | 300 | |
| Line is longer than 80 characters. | 306 | |
| Line is longer than 80 characters. | 307 | |
| Method 'generateCrossListed_Ver_Joint_Section' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| Missing a Javadoc comment. | 316 | |
| Name 'generateCrossListed_Ver_Joint_Section' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 316 | |
| Line is longer than 80 characters. | 317 | |
| Line is longer than 80 characters. | 319 | |
| Line is longer than 80 characters. | 320 | |
| Line is longer than 80 characters. | 321 | |
| Line is longer than 80 characters. | 327 | |
| Line has trailing spaces. | 332 | |
| Line is longer than 80 characters. | 333 | |
| Line has trailing spaces. | 335 | |
| Line is longer than 80 characters. | 336 | |
| ',' is not followed by whitespace. | 338 | |
| Line is longer than 80 characters. | 344 | |
| Line has trailing spaces. | 349 | |
| Line is longer than 80 characters. | 350 | |
| ',' is not followed by whitespace. | 352 | |
| Line is longer than 80 characters. | 358 | |
| Line has trailing spaces. | 363 | |
| Line has trailing spaces. | 364 | |
| Line is longer than 80 characters. | 364 | |
| Line has trailing spaces. | 366 | |
| ',' is not followed by whitespace. | 370 | |
| Line has trailing spaces. | 373 | |
| Line has trailing spaces. | 374 | |
| Method 'addFeeMultiplicityFields' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| Missing a Javadoc comment. | 374 | |
| Parameter section should be final. | 374 | |
| Parameter path should be final. | 375 | |
| Parameter addItemlabelMessageKey should be final. | 375 | |
| Line is longer than 80 characters. | 376 | |
| Parameter itemLabelMessageKey should be final. | 376 | |
| Parameter fieldConfigs should be final. | 376 | |
| Line is longer than 80 characters. | 377 | |
| Parameter swappableFieldsDefinition should be final. | 377 | |
| Parameter deletionParentKeys should be final. | 378 | |
| Line is longer than 80 characters. | 385 | |
| Line has trailing spaces. | 389 | |
| Method 'setupMultiplicityConfig' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| Missing a Javadoc comment. | 390 | |
| More than 7 parameters. | 390 | |
| Parameter multiplicityType should be final. | 391 | |
| Parameter styleType should be final. | 392 | |
| Parameter path should be final. | 393 | |
| Parameter addItemlabelMessageKey should be final. | 393 | |
| Line is longer than 80 characters. | 394 | |
| Parameter itemLabelMessageKey should be final. | 394 | |
| Parameter fieldConfigs should be final. | 394 | |
| Line is longer than 80 characters. | 395 | |
| Parameter swappableFieldsDefinition should be final. | 395 | |
| Parameter deletionParentKeys should be final. | 396 | |
| Line is longer than 80 characters. | 398 | |
| Line is longer than 80 characters. | 404 | |
| Line is longer than 80 characters. | 409 | |
| Line has trailing spaces. | 420 | |
| Method 'addMultiplicityFields' is not designed for extension - needs to be abstract, final or empty. | 420 | |
| Missing a Javadoc comment. | 420 | |
| More than 7 parameters. | 420 | |
| Parameter section should be final. | 420 | |
| Parameter path should be final. | 421 | |
| Parameter addItemlabelMessageKey should be final. | 421 | |
| Line is longer than 80 characters. | 422 | |
| Parameter itemLabelMessageKey should be final. | 422 | |
| Parameter fieldConfigs should be final. | 422 | |
| Line is longer than 80 characters. | 423 | |
| Parameter swappableFieldsDefinition should be final. | 423 | |
| Parameter deletionParentKeys should be final. | 424 | |
| ',' is not followed by whitespace. | 424 | |
| Parameter defaultItemsCreated should be final. | 424 | |
| Line is longer than 80 characters. | 432 | |
| Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| Missing a Javadoc comment. | 437 | |
| Parameter fieldKey should be final. | 437 | |
| Method 'buildMultiplicityFD' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| Missing a Javadoc comment. | 441 | |
| Parameter fieldKey should be final. | 442 | |
| Parameter labelKey should be final. | 442 | |
| Parameter parentPath should be final. | 442 | |
| Line is longer than 80 characters. | 444 | |
| Line is longer than 80 characters. | 448 | |
| Line has trailing spaces. | 449 | |
| Line is longer than 80 characters. | 455 | |
| Method 'buildMultiplicityParentFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| Missing a Javadoc comment. | 455 | |
| Parameter fieldKey should be final. | 455 | |
| Parameter messageKey should be final. | 455 | |
| Parameter parentPath should be final. | 455 | |
| Line is longer than 80 characters. | 459 | |
| Method 'generateCourseInfoShortTitleSection' is not designed for extension - needs to be abstract, final or empty. | 464 | |
| Missing a Javadoc comment. | 464 | |
| Line is longer than 80 characters. | 465 | |
| Method 'generateLongTitleSection' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| Missing a Javadoc comment. | 470 | |
| Line is longer than 80 characters. | 471 | |
| Method 'generateDescriptionRationaleSection' is not designed for extension - needs to be abstract, final or empty. | 476 | |
| Missing a Javadoc comment. | 476 | |
| Line is longer than 80 characters. | 477 | |
| Line is longer than 80 characters. | 482 | |
| Line is longer than 80 characters. | 483 | |
| Method 'generateCourseLogisticsSection' is not designed for extension - needs to be abstract, final or empty. | 487 | |
| Missing a Javadoc comment. | 487 | |
| Line is longer than 80 characters. | 488 | |
| Line is longer than 80 characters. | 489 | |
| Method 'generateLearningResultsSection' is not designed for extension - needs to be abstract, final or empty. | 499 | |
| Missing a Javadoc comment. | 499 | |
| Line is longer than 80 characters. | 500 | |
| Line is longer than 80 characters. | 501 | |
| Method 'generateOutcomesSection' is not designed for extension - needs to be abstract, final or empty. | 511 | |
| Missing a Javadoc comment. | 511 | |
| Line is longer than 80 characters. | 514 | |
| Line is longer than 80 characters. | 515 | |
| Line is longer than 80 characters. | 516 | |
| Line is longer than 80 characters. | 517 | |
| Line is longer than 80 characters. | 518 | |
| Line is longer than 80 characters. | 520 | |
| Line is longer than 80 characters. | 521 | |
| Line is longer than 80 characters. | 522 | |
| Line is longer than 80 characters. | 523 | |
| Line is longer than 80 characters. | 526 | |
| Line is longer than 80 characters. | 529 | |
| Line is longer than 80 characters. | 532 | |
| Line is longer than 80 characters. | 535 | |
| Line is longer than 80 characters. | 538 | |
| Line has trailing spaces. | 541 | |
| Line has trailing spaces. | 546 | |
| Line is longer than 80 characters. | 547 | |
| Line is longer than 80 characters. | 548 | |
| Line has trailing spaces. | 554 | |
| Line has trailing spaces. | 565 | |
| Line is longer than 80 characters. | 571 | |
| Line is longer than 80 characters. | 572 | |
| Line has trailing spaces. | 582 | |
| Line is longer than 80 characters. | 583 | |
| Line is longer than 80 characters. | 584 | |
| Line has trailing spaces. | 590 | |
| Line is longer than 80 characters. | 591 | |
| Line is longer than 80 characters. | 592 | |
| Line has trailing spaces. | 598 | |
| Line has trailing spaces. | 600 | |
| Line has trailing spaces. | 601 | |
| Line contains a tab character. | 605 | |
| Line is longer than 80 characters. | 607 | |
| ',' is not followed by whitespace. | 609 | |
| Line is longer than 80 characters. | 611 | |
| Method 'generateStudentRegistrationOptionsSection' is not designed for extension - needs to be abstract, final or empty. | 616 | |
| Missing a Javadoc comment. | 616 | |
| Line is longer than 80 characters. | 617 | |
| Line is longer than 80 characters. | 619 | |
| Line is longer than 80 characters. | 620 | |
| Method 'generateGradesAssessmentsSection' is not designed for extension - needs to be abstract, final or empty. | 625 | |
| Missing a Javadoc comment. | 625 | |
| Line is longer than 80 characters. | 626 | |
| Line is longer than 80 characters. | 628 | |
| Method 'generateCourseFormatsSection' is not designed for extension - needs to be abstract, final or empty. | 633 | |
| Missing a Javadoc comment. | 633 | |
| Line is longer than 80 characters. | 635 | |
| Line is longer than 80 characters. | 636 | |
| Line is longer than 80 characters. | 637 | |
| Line is longer than 80 characters. | 641 | |
| Line has trailing spaces. | 648 | |
| Line is longer than 80 characters. | 671 | |
| Line is longer than 80 characters. | 672 | |
| Line is longer than 80 characters. | 677 | |
| Line has trailing spaces. | 691 | |
| Line has trailing spaces. | 694 | |
| Line is longer than 80 characters. | 697 | |
| Method 'generateSchedulingSection' is not designed for extension - needs to be abstract, final or empty. | 701 | |
| Missing a Javadoc comment. | 701 | |
| Line is longer than 80 characters. | 702 | |
| Line is longer than 80 characters. | 703 | |
| Method 'generateDurationSection' is not designed for extension - needs to be abstract, final or empty. | 707 | |
| Missing a Javadoc comment. | 707 | |
| Line is longer than 80 characters. | 708 | |
| Line is longer than 80 characters. | 709 | |
| Name 'duration_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 710 | |
| Line is longer than 80 characters. | 711 | |
| Line is longer than 80 characters. | 712 | |
| Method 'generateFinalExamSection' is not designed for extension - needs to be abstract, final or empty. | 718 | |
| Missing a Javadoc comment. | 718 | |
| Line is longer than 80 characters. | 719 | |
| Name 'finalExam_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 720 | |
| Name 'finalExamRationale_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 721 | |
| Name 'finalExamRationale_group2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 722 | |
| Line is longer than 80 characters. | 724 | |
| '{' is not preceded with whitespace. | 726 | |
| Line is longer than 80 characters. | 727 | |
| Line contains a tab character. | 727 | |
| Line is longer than 80 characters. | 728 | |
| Line contains a tab character. | 728 | |
| Line is longer than 80 characters. | 729 | |
| Line contains a tab character. | 729 | |
| Line contains a tab character. | 730 | |
| Line contains a tab character. | 731 | |
| Line contains a tab character. | 732 | |
| Line contains a tab character. | 733 | |
| Line has trailing spaces. | 734 | |
| Line contains a tab character. | 734 | |
| Line contains a tab character. | 735 | |
| Line contains a tab character. | 736 | |
| Line contains a tab character. | 738 | |
| Method 'generateInstructorsSection' is not designed for extension - needs to be abstract, final or empty. | 743 | |
| Missing a Javadoc comment. | 743 | |
| Line is longer than 80 characters. | 744 | |
| Method 'generateLearningObjectivesSection' is not designed for extension - needs to be abstract, final or empty. | 749 | |
| Missing a Javadoc comment. | 749 | |
| Line is longer than 80 characters. | 750 | |
| Line is longer than 80 characters. | 751 | |
| Method 'generateLearningObjectivesNestedSection' is not designed for extension - needs to be abstract, final or empty. | 756 | |
| Missing a Javadoc comment. | 756 | |
| Line is longer than 80 characters. | 759 | |
| Line is longer than 80 characters. | 762 | |
| Line is longer than 80 characters. | 763 | |
| ',' is not followed by whitespace. | 763 | |
| Line has trailing spaces. | 764 | |
| Line is longer than 80 characters. | 765 | |
| '{' is not preceded with whitespace. | 765 | |
| Line contains a tab character. | 766 | |
| Line is longer than 80 characters. | 767 | |
| Line contains a tab character. | 767 | |
| Parameter event should be final. | 767 | |
| Line contains a tab character. | 768 | |
| Line contains a tab character. | 769 | |
| Line has trailing spaces. | 770 | |
| Line contains a tab character. | 770 | |
| Line has trailing spaces. | 772 | |
| Missing a Javadoc comment. | 781 | |
| Missing a Javadoc comment. | 782 | |
| Variable 'people' must be private and have accessor methods. | 782 | |
| Missing a Javadoc comment. | 784 | |
| Line is longer than 80 characters. | 786 | |
| Line is longer than 80 characters. | 788 | |
| Line is longer than 80 characters. | 796 | |
| Line is longer than 80 characters. | 798 | |
| Line is longer than 80 characters. | 801 | |
| Line is longer than 80 characters. | 806 | |
| Line is longer than 80 characters. | 814 | |
| Method 'isMultipleSelect' is not designed for extension - needs to be abstract, final or empty. | 823 | |
| Missing a Javadoc comment. | 829 | |
| Missing a Javadoc comment. | 830 | |
| Method 'generateShortTitleSection' is not designed for extension - needs to be abstract, final or empty. | 837 | |
| Missing a Javadoc comment. | 837 | |
| Line is longer than 80 characters. | 838 | |
| Line is longer than 80 characters. | 843 | |
| Method 'initSectionView' is not designed for extension - needs to be abstract, final or empty. | 843 | |
| Missing a Javadoc comment. | 843 | |
| Parameter viewEnum should be final. | 843 | |
| Parameter labelKey should be final. | 843 | |
| Line is longer than 80 characters. | 844 | |
| Line is longer than 80 characters. | 850 | |
| Method 'initSection' is not designed for extension - needs to be abstract, final or empty. | 850 | |
| Missing a Javadoc comment. | 850 | |
| Parameter title should be final. | 850 | |
| Parameter withDivider should be final. | 850 | |
| 'if' construct must use '{}'s. | 858 | |
| Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 863 | |
| Parameter labelKey should be final. | 864 | |
| Method 'generateFinancialsSection' is not designed for extension - needs to be abstract, final or empty. | 868 | |
| Method length is 158 lines (max allowed is 150). | 868 | |
| Missing a Javadoc comment. | 868 | |
| Line is longer than 80 characters. | 869 | |
| Line is longer than 80 characters. | 871 | |
| Line is longer than 80 characters. | 873 | |
| Line is longer than 80 characters. | 874 | |
| Line has trailing spaces. | 877 | |
| Line is longer than 80 characters. | 878 | |
| Line is longer than 80 characters. | 880 | |
| Line is longer than 80 characters. | 882 | |
| Line is longer than 80 characters. | 883 | |
| Line has trailing spaces. | 884 | |
| Line has trailing spaces. | 885 | |
| Line is longer than 80 characters. | 892 | |
| Line is longer than 80 characters. | 894 | |
| Line has trailing spaces. | 895 | |
| Line is longer than 80 characters. | 895 | |
| Line has trailing spaces. | 896 | |
| Line is longer than 80 characters. | 896 | |
| Line has trailing spaces. | 897 | |
| Line is longer than 80 characters. | 897 | |
| Line is longer than 80 characters. | 898 | |
| Line has trailing spaces. | 899 | |
| Line is longer than 80 characters. | 900 | |
| Line has trailing spaces. | 906 | |
| Line is longer than 80 characters. | 914 | |
| Line is longer than 80 characters. | 921 | |
| Line has trailing spaces. | 932 | |
| Line is longer than 80 characters. | 933 | |
| Line has trailing spaces. | 939 | |
| Line is longer than 80 characters. | 940 | |
| Line has trailing spaces. | 945 | |
| Line has trailing spaces. | 950 | |
| Line is longer than 80 characters. | 951 | |
| Line has trailing spaces. | 952 | |
| Line has trailing spaces. | 960 | |
| Line is longer than 80 characters. | 961 | |
| Line has trailing spaces. | 965 | |
| Line has trailing spaces. | 969 | |
| Line is longer than 80 characters. | 969 | |
| '+' should be on a new line. | 969 | |
| Line is longer than 80 characters. | 970 | |
| Line has trailing spaces. | 975 | |
| Line has trailing spaces. | 986 | |
| Line has trailing spaces. | 992 | |
| Line has trailing spaces. | 995 | |
| Line has trailing spaces. | 1000 | |
| Line has trailing spaces. | 1002 | |
| Line has trailing spaces. | 1003 | |
| Line is longer than 80 characters. | 1004 | |
| Line is longer than 80 characters. | 1006 | |
| Line is longer than 80 characters. | 1007 | |
| Line has trailing spaces. | 1026 | |
| Method 'setupRevenueSection' is not designed for extension - needs to be abstract, final or empty. | 1027 | |
| Missing a Javadoc comment. | 1027 | |
| Parameter parentSection should be final. | 1027 | |
| Line is longer than 80 characters. | 1028 | |
| Line is longer than 80 characters. | 1030 | |
| Line is longer than 80 characters. | 1031 | |
| Line has trailing spaces. | 1032 | |
| Line has trailing spaces. | 1033 | |
| Line has trailing spaces. | 1034 | |
| Line has trailing spaces. | 1038 | |
| Line has trailing spaces. | 1041 | |
| Line has trailing spaces. | 1042 | |
| Line is longer than 80 characters. | 1042 | |
| Line has trailing spaces. | 1048 | |
| Method 'setupExpenditureSection' is not designed for extension - needs to be abstract, final or empty. | 1049 | |
| Missing a Javadoc comment. | 1049 | |
| Parameter parentSection should be final. | 1049 | |
| Line is longer than 80 characters. | 1050 | |
| Line is longer than 80 characters. | 1051 | |
| Line has trailing spaces. | 1054 | |
| Line has trailing spaces. | 1055 | |
| Line has trailing spaces. | 1056 | |
| Line has trailing spaces. | 1060 | |
| Line has trailing spaces. | 1063 | |
| Line has trailing spaces. | 1064 | |
| Line is longer than 80 characters. | 1064 | |
| Line has trailing spaces. | 1070 | |
| Line has trailing spaces. | 1071 | |
| Line is longer than 80 characters. | 1071 | |
| Method 'makeCondition' is not designed for extension - needs to be abstract, final or empty. | 1071 | |
| Missing a Javadoc comment. | 1071 | |
| Parameter fieldPath should be final. | 1071 | |
| Parameter messageLabelKey should be final. | 1071 | |
| Parameter value should be final. | 1072 | |
| Line has trailing spaces. | 1075 | |
| Method 'getCourseTitlePath' is not designed for extension - needs to be abstract, final or empty. | 1083 | |
| Method 'getProposalPath' is not designed for extension - needs to be abstract, final or empty. | 1088 | |
| Method 'getProposalTitlePath' is not designed for extension - needs to be abstract, final or empty. | 1093 | |
| Method 'getViewsEnum' is not designed for extension - needs to be abstract, final or empty. | 1098 | |
| Method 'getSectionTitle' is not designed for extension - needs to be abstract, final or empty. | 1104 | |
| Parameter model should be final. | 1105 | |
| Method 'getProposalHeaderTitle' is not designed for extension - needs to be abstract, final or empty. | 1116 | |
| Parameter model should be final. | 1117 | |
| Method 'getSummaryConfigurer' is not designed for extension - needs to be abstract, final or empty. | 1132 | |
| Missing a Javadoc comment. | 1132 | |
| Missing a Javadoc comment. | 1138 | |
| Missing a Javadoc comment. | 1139 | |
| Variable 'key' must be private and have accessor methods. | 1139 | |
| Missing a Javadoc comment. | 1140 | |
| Variable 'hasDataValueBinding' must be private and have accessor methods. | 1140 | |
| Missing a Javadoc comment. | 1142 | |
| Parameter key should be final. | 1142 | |
| 'key' hides a field. | 1142 | |
| Line is longer than 80 characters. | 1147 | |
| Parameter widget should be final. | 1147 | |
| Parameter model should be final. | 1147 | |
| Parameter path should be final. | 1147 | |
| Line is longer than 80 characters. | 1168 | |
| Line is longer than 80 characters. | 1175 | |
| Avoid inline conditionals. | 1175 | |
| Line is longer than 80 characters. | 1190 | |
| Parameter widget should be final. | 1190 | |
| Parameter model should be final. | 1190 | |
| Parameter path should be final. | 1190 | |
| Line is longer than 80 characters. | 1193 | |
| Line is longer than 80 characters. | 1214 | |
| Line is longer than 80 characters. | 1215 | |
| Avoid inline conditionals. | 1215 | |
| Line is longer than 80 characters. | 1216 | |
| Avoid inline conditionals. | 1216 | |
| Line is longer than 80 characters. | 1218 | |
| Avoid inline conditionals. | 1218 | |
| Missing a Javadoc comment. | 1233 | |
| Missing a Javadoc comment. | 1234 | |
| Variable 'fieldKey' must be private and have accessor methods. | 1234 | |
| Missing a Javadoc comment. | 1235 | |
| Variable 'labelKey' must be private and have accessor methods. | 1235 | |
| Missing a Javadoc comment. | 1236 | |
| Variable 'nextLine' must be private and have accessor methods. | 1236 | |
| Line has trailing spaces. | 1237 | |
| Missing a Javadoc comment. | 1238 | |
| Missing a Javadoc comment. | 1240 | |
| Parameter fieldKey should be final. | 1240 | |
| 'fieldKey' hides a field. | 1240 | |
| Parameter labelKey should be final. | 1240 | |
| 'labelKey' hides a field. | 1240 | |
| Line is longer than 80 characters. | 1241 | |
| Parameter fieldWidget should be final. | 1241 | |
| Parameter modelWidgetBinding should be final. | 1241 | |
| Parameter nextLine should be final. | 1241 | |
| 'nextLine' hides a field. | 1241 | |
| Missing a Javadoc comment. | 1246 | |
| Missing a Javadoc comment. | 1249 | |
| Parameter fieldKey should be final. | 1249 | |
| 'fieldKey' hides a field. | 1249 | |
| Missing a Javadoc comment. | 1252 | |
| Missing a Javadoc comment. | 1255 | |
| Parameter labelKey should be final. | 1255 | |
| 'labelKey' hides a field. | 1255 | |
| Missing a Javadoc comment. | 1258 | |
| Missing a Javadoc comment. | 1261 | |
| Parameter nextLine should be final. | 1261 | |
| 'nextLine' hides a field. | 1261 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 34 | |
| 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. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Missing a Javadoc comment. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| '{' should be on the previous line. | 91 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 100 | |
| Variable 'type' must be private and have accessor methods. | 100 | |
| Missing a Javadoc comment. | 101 | |
| Variable 'state' must be private and have accessor methods. | 101 | |
| Missing a Javadoc comment. | 102 | |
| Variable 'groupName' must be private and have accessor methods. | 102 | |
| Missing a Javadoc comment. | 103 | |
| Variable 'modelDefinition' must be private and have accessor methods. | 103 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 108 | |
| Line contains a tab character. | 110 | |
| Missing a Javadoc comment. | 110 | |
| Line has trailing spaces. | 111 | |
| Missing a Javadoc comment. | 112 | |
| '{' is not preceded with whitespace. | 112 | |
| Line contains a tab character. | 114 | |
| Missing a Javadoc comment. | 114 | |
| Variable 'view' must be private and have accessor methods. | 114 | |
| Line contains a tab character. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Parameter view should be final. | 116 | |
| 'view' hides a field. | 116 | |
| '{' is not preceded with whitespace. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Parameter event should be final. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Missing a Javadoc comment. | 126 | |
| Parameter type should be final. | 126 | |
| 'type' hides a field. | 126 | |
| Parameter state should be final. | 126 | |
| 'state' hides a field. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Parameter groupName should be final. | 127 | |
| 'groupName' hides a field. | 127 | |
| Parameter modelDefinition should be final. | 127 | |
| 'modelDefinition' hides a field. | 127 | |
| Parameter stmtTypes should be final. | 127 | |
| 'stmtTypes' hides a field. | 127 | |
| Parameter controller should be final. | 127 | |
| 'controller' hides a field. | 127 | |
| Parameter modelId should be final. | 127 | |
| 'modelId' hides a field. | 127 | |
| 'cast' is not followed by whitespace. | 135 | |
| Line is longer than 80 characters. | 138 | |
| Method 'initSectionView' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| Missing a Javadoc comment. | 138 | |
| '(' is preceded with whitespace. | 138 | |
| Parameter viewEnum should be final. | 138 | |
| Parameter labelKey should be final. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Parameter labelKey should be final. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| Parameter labelKey should be final. | 146 | |
| Line is longer than 80 characters. | 149 | |
| Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Parameter fieldKey should be final. | 149 | |
| Parameter messageKey should be final. | 149 | |
| Line is longer than 80 characters. | 152 | |
| Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Parameter fieldKey should be final. | 152 | |
| Parameter messageKey should be final. | 152 | |
| Parameter optional should be final. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 156 | |
| Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| Missing a Javadoc comment. | 156 | |
| Parameter fieldKey should be final. | 156 | |
| Parameter messageKey should be final. | 156 | |
| Parameter widget should be final. | 156 | |
| Parameter widget2 should be final. | 156 | |
| Parameter parentPath should be final. | 156 | |
| Parameter binding should be final. | 156 | |
| Parameter optional should be final. | 156 | |
| Line is longer than 80 characters. | 160 | |
| 'if' is not followed by whitespace. | 164 | |
| '{' is not preceded with whitespace. | 164 | |
| Line contains a tab character. | 165 | |
| Line is longer than 80 characters. | 169 | |
| 'if' is not followed by whitespace. | 173 | |
| '{' is not preceded with whitespace. | 173 | |
| Line contains a tab character. | 174 | |
| ',' is not followed by whitespace. | 178 | |
| Line is longer than 80 characters. | 183 | |
| Line contains a tab character. | 183 | |
| Method 'generateProposalSummarySection' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Parameter canEditSections should be final. | 183 | |
| '{' is not preceded with whitespace. | 183 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 188 | |
| Line is longer than 80 characters. | 192 | |
| Line has trailing spaces. | 193 | |
| 'if' is not followed by whitespace. | 194 | |
| '{' is not preceded with whitespace. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line is longer than 80 characters. | 198 | |
| Line contains a tab character. | 198 | |
| 'cast' is not followed by whitespace. | 198 | |
| Line is longer than 80 characters. | 199 | |
| Line contains a tab character. | 199 | |
| 'cast' is not followed by whitespace. | 199 | |
| Line is longer than 80 characters. | 201 | |
| Line contains a tab character. | 201 | |
| 'cast' is not followed by whitespace. | 201 | |
| '{' is not preceded with whitespace. | 201 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Parameter result should be final. | 204 | |
| Line contains a tab character. | 205 | |
| 'if' is not followed by whitespace. | 205 | |
| '{' is not preceded with whitespace. | 205 | |
| Line contains a tab character. | 206 | |
| Line is longer than 80 characters. | 207 | |
| Line contains a tab character. | 207 | |
| 'if' is not followed by whitespace. | 207 | |
| '{' is not preceded with whitespace. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 213 | |
| Line is longer than 80 characters. | 214 | |
| Line contains a tab character. | 214 | |
| Line is longer than 80 characters. | 215 | |
| Line contains a tab character. | 215 | |
| '{' is not preceded with whitespace. | 215 | |
| Line contains a tab character. | 216 | |
| Line is longer than 80 characters. | 217 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 219 | |
| '{' is not preceded with whitespace. | 219 | |
| Line contains a tab character. | 221 | |
| Line is longer than 80 characters. | 222 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 223 | |
| 'if' is not followed by whitespace. | 223 | |
| '{' is not preceded with whitespace. | 223 | |
| Line is longer than 80 characters. | 224 | |
| Line contains a tab character. | 224 | |
| Line is longer than 80 characters. | 225 | |
| Line contains a tab character. | 225 | |
| 'cast' is not followed by whitespace. | 225 | |
| Line has trailing spaces. | 226 | |
| Line contains a tab character. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Line contains a tab character. | 227 | |
| Line is longer than 80 characters. | 228 | |
| Line contains a tab character. | 228 | |
| 'cast' is not followed by whitespace. | 228 | |
| '{' is not preceded with whitespace. | 228 | |
| Line is longer than 80 characters. | 230 | |
| Line contains a tab character. | 230 | |
| Line is longer than 80 characters. | 231 | |
| Line contains a tab character. | 231 | |
| Line is longer than 80 characters. | 232 | |
| Line contains a tab character. | 232 | |
| Parameter validationResult should be final. | 232 | |
| Line is longer than 80 characters. | 233 | |
| Line contains a tab character. | 233 | |
| Line is longer than 80 characters. | 234 | |
| Line contains a tab character. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line contains a tab character. | 235 | |
| Line is longer than 80 characters. | 237 | |
| Line contains a tab character. | 237 | |
| Line is longer than 80 characters. | 238 | |
| Line contains a tab character. | 238 | |
| 'if' is not followed by whitespace. | 238 | |
| '{' is not preceded with whitespace. | 238 | |
| Line is longer than 80 characters. | 239 | |
| Line contains a tab character. | 239 | |
| Line is longer than 80 characters. | 240 | |
| Line contains a tab character. | 240 | |
| Line is longer than 80 characters. | 241 | |
| Line contains a tab character. | 241 | |
| 'cast' is not followed by whitespace. | 241 | |
| Line contains a tab character. | 242 | |
| '}' should be on the same line. | 242 | |
| Line contains a tab character. | 243 | |
| 'else' is not followed by whitespace. | 243 | |
| '{' is not preceded with whitespace. | 243 | |
| Line is longer than 80 characters. | 244 | |
| Line contains a tab character. | 244 | |
| Line is longer than 80 characters. | 245 | |
| Line contains a tab character. | 245 | |
| Line is longer than 80 characters. | 246 | |
| Line contains a tab character. | 246 | |
| 'cast' is not followed by whitespace. | 246 | |
| Line contains a tab character. | 247 | |
| Line is longer than 80 characters. | 248 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 250 | |
| '}' is not followed by whitespace. | 250 | |
| '}' is not preceded with whitespace. | 250 | |
| Line contains a tab character. | 251 | |
| '}' should be on the same line. | 251 | |
| Line contains a tab character. | 252 | |
| 'else' is not followed by whitespace. | 252 | |
| '{' is not preceded with whitespace. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| '}' is not followed by whitespace. | 255 | |
| '}' is not preceded with whitespace. | 255 | |
| Line contains a tab character. | 257 | |
| Line contains a tab character. | 258 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 263 | |
| '}' should be on the same line. | 264 | |
| 'else' is not followed by whitespace. | 265 | |
| '{' is not preceded with whitespace. | 265 | |
| Line is longer than 80 characters. | 266 | |
| Line contains a tab character. | 266 | |
| Line contains a tab character. | 267 | |
| Line is longer than 80 characters. | 268 | |
| Line contains a tab character. | 268 | |
| Line contains a tab character. | 269 | |
| Missing a Javadoc comment. | 275 | |
| Line contains a tab character. | 276 | |
| Line is longer than 80 characters. | 279 | |
| Line contains a tab character. | 279 | |
| Line is longer than 80 characters. | 280 | |
| Line contains a tab character. | 280 | |
| ',' is not followed by whitespace. | 280 | |
| ',' is not followed by whitespace. | 280 | |
| Line contains a tab character. | 281 | |
| Line contains a tab character. | 282 | |
| Line contains a tab character. | 284 | |
| Missing a Javadoc comment. | 284 | |
| Missing a Javadoc comment. | 285 | |
| Parameter w should be final. | 285 | |
| '{' is not preceded with whitespace. | 285 | |
| Line contains a tab character. | 286 | |
| Line is longer than 80 characters. | 289 | |
| '{' is not preceded with whitespace. | 289 | |
| Line contains a tab character. | 291 | |
| Line contains a tab character. | 292 | |
| Parameter event should be final. | 292 | |
| Line is longer than 80 characters. | 293 | |
| Line contains a tab character. | 293 | |
| Line contains a tab character. | 294 | |
| Line contains a tab character. | 295 | |
| '{' is not preceded with whitespace. | 302 | |
| Line contains a tab character. | 304 | |
| Line contains a tab character. | 305 | |
| Parameter event should be final. | 305 | |
| Line contains a tab character. | 306 | |
| 'if' is not followed by whitespace. | 306 | |
| '{' is not preceded with whitespace. | 306 | |
| Line is longer than 80 characters. | 307 | |
| Line contains a tab character. | 307 | |
| 'for' is not followed by whitespace. | 307 | |
| '=' is not preceded with whitespace. | 307 | |
| '=' is not followed by whitespace. | 307 | |
| '<' is not preceded with whitespace. | 307 | |
| '{' is not preceded with whitespace. | 307 | |
| Line is longer than 80 characters. | 308 | |
| Line contains a tab character. | 308 | |
| Line contains a tab character. | 309 | |
| Line contains a tab character. | 310 | |
| Line is longer than 80 characters. | 311 | |
| Line contains a tab character. | 311 | |
| Line is longer than 80 characters. | 312 | |
| Line contains a tab character. | 312 | |
| Line contains a tab character. | 313 | |
| '}' should be on the same line. | 313 | |
| Line contains a tab character. | 314 | |
| 'else' is not followed by whitespace. | 314 | |
| '{' is not preceded with whitespace. | 314 | |
| Line is longer than 80 characters. | 315 | |
| Line contains a tab character. | 315 | |
| 'for' is not followed by whitespace. | 315 | |
| '=' is not preceded with whitespace. | 315 | |
| '=' is not followed by whitespace. | 315 | |
| '<' is not preceded with whitespace. | 315 | |
| '{' is not preceded with whitespace. | 315 | |
| Line is longer than 80 characters. | 316 | |
| Line contains a tab character. | 316 | |
| Line contains a tab character. | 317 | |
| Line contains a tab character. | 318 | |
| Line is longer than 80 characters. | 319 | |
| Line contains a tab character. | 319 | |
| Line is longer than 80 characters. | 320 | |
| Line contains a tab character. | 320 | |
| Line contains a tab character. | 321 | |
| Line contains a tab character. | 322 | |
| Line contains a tab character. | 323 | |
| Line contains a tab character. | 329 | |
| Method 'generateCourseSummarySection' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| Missing a Javadoc comment. | 329 | |
| '{' is not preceded with whitespace. | 329 | |
| Line is longer than 80 characters. | 333 | |
| Line is longer than 80 characters. | 334 | |
| Line is longer than 80 characters. | 339 | |
| Line contains a tab character. | 345 | |
| Method 'generateCourseInformationForProposal' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| Missing a Javadoc comment. | 345 | |
| Line contains a tab character. | 346 | |
| '{' is not preceded with whitespace. | 346 | |
| Line is longer than 80 characters. | 350 | |
| Line is longer than 80 characters. | 351 | |
| Line is longer than 80 characters. | 352 | |
| Line is longer than 80 characters. | 353 | |
| Line is longer than 80 characters. | 354 | |
| Line is longer than 80 characters. | 355 | |
| Line is longer than 80 characters. | 357 | |
| Line contains a tab character. | 358 | |
| Line contains a tab character. | 359 | |
| Line is longer than 80 characters. | 360 | |
| Line contains a tab character. | 360 | |
| Line is longer than 80 characters. | 361 | |
| Line contains a tab character. | 361 | |
| Line is longer than 80 characters. | 362 | |
| Line contains a tab character. | 363 | |
| Line contains a tab character. | 364 | |
| Line is longer than 80 characters. | 365 | |
| Line contains a tab character. | 365 | |
| Line is longer than 80 characters. | 366 | |
| Line contains a tab character. | 367 | |
| Line contains a tab character. | 368 | |
| Line is longer than 80 characters. | 369 | |
| Line contains a tab character. | 369 | |
| Line is longer than 80 characters. | 370 | |
| Line contains a tab character. | 370 | |
| Line is longer than 80 characters. | 372 | |
| Line is longer than 80 characters. | 373 | |
| Method 'generateCourseInformation' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| Missing a Javadoc comment. | 379 | |
| '{' is not preceded with whitespace. | 379 | |
| Line is longer than 80 characters. | 383 | |
| Line is longer than 80 characters. | 384 | |
| Line is longer than 80 characters. | 385 | |
| Line is longer than 80 characters. | 386 | |
| Line is longer than 80 characters. | 387 | |
| Line is longer than 80 characters. | 388 | |
| Line is longer than 80 characters. | 390 | |
| Line contains a tab character. | 391 | |
| Line contains a tab character. | 392 | |
| Line is longer than 80 characters. | 393 | |
| Line contains a tab character. | 393 | |
| Line is longer than 80 characters. | 394 | |
| Line contains a tab character. | 394 | |
| Line is longer than 80 characters. | 395 | |
| Line contains a tab character. | 396 | |
| Line contains a tab character. | 397 | |
| Line is longer than 80 characters. | 398 | |
| Line contains a tab character. | 398 | |
| Line is longer than 80 characters. | 399 | |
| Line contains a tab character. | 400 | |
| Line contains a tab character. | 401 | |
| Line is longer than 80 characters. | 402 | |
| Line contains a tab character. | 402 | |
| Line is longer than 80 characters. | 403 | |
| Line contains a tab character. | 403 | |
| Line is longer than 80 characters. | 405 | |
| Method 'generateGovernanceSection' is not designed for extension - needs to be abstract, final or empty. | 410 | |
| Missing a Javadoc comment. | 410 | |
| '{' is not preceded with whitespace. | 410 | |
| Line contains a tab character. | 411 | |
| Line contains a tab character. | 412 | |
| Line is longer than 80 characters. | 414 | |
| Line is longer than 80 characters. | 415 | |
| Line is longer than 80 characters. | 416 | |
| Method 'generateCourseLogisticsSection' is not designed for extension - needs to be abstract, final or empty. | 420 | |
| Missing a Javadoc comment. | 420 | |
| Line contains a tab character. | 421 | |
| '{' is not preceded with whitespace. | 421 | |
| Line contains a tab character. | 422 | |
| Line is longer than 80 characters. | 423 | |
| Line contains a tab character. | 423 | |
| Line is longer than 80 characters. | 425 | |
| Line is longer than 80 characters. | 426 | |
| Line is longer than 80 characters. | 427 | |
| Line is longer than 80 characters. | 428 | |
| Line is longer than 80 characters. | 429 | |
| Line is longer than 80 characters. | 430 | |
| Line is longer than 80 characters. | 432 | |
| Line is longer than 80 characters. | 433 | |
| Line is longer than 80 characters. | 436 | |
| Line is longer than 80 characters. | 439 | |
| Line is longer than 80 characters. | 440 | |
| Line contains a tab character. | 441 | |
| Line contains a tab character. | 442 | |
| Line is longer than 80 characters. | 443 | |
| Line contains a tab character. | 443 | |
| Line is longer than 80 characters. | 444 | |
| Line contains a tab character. | 444 | |
| Line is longer than 80 characters. | 445 | |
| Line contains a tab character. | 445 | |
| Line is longer than 80 characters. | 446 | |
| Line contains a tab character. | 446 | |
| Line is longer than 80 characters. | 447 | |
| Line contains a tab character. | 447 | |
| Line contains a tab character. | 448 | |
| Line is longer than 80 characters. | 450 | |
| Line is longer than 80 characters. | 451 | |
| Line is longer than 80 characters. | 452 | |
| '{' is not preceded with whitespace. | 454 | |
| Line contains a tab character. | 455 | |
| Line is longer than 80 characters. | 456 | |
| Line contains a tab character. | 456 | |
| Parameter row should be final. | 456 | |
| Line contains a tab character. | 457 | |
| Parameter column1 should be final. | 457 | |
| Parameter column2 should be final. | 457 | |
| Line contains a tab character. | 458 | |
| 'if' is not followed by whitespace. | 458 | |
| '&&' should be on a new line. | 458 | |
| Line is longer than 80 characters. | 459 | |
| Line contains a tab character. | 459 | |
| '&&' should be on a new line. | 459 | |
| Line is longer than 80 characters. | 460 | |
| Line contains a tab character. | 460 | |
| '{' is not preceded with whitespace. | 460 | |
| Line is longer than 80 characters. | 461 | |
| Line contains a tab character. | 461 | |
| 'type' hides a field. | 461 | |
| Line contains a tab character. | 462 | |
| Line contains a tab character. | 463 | |
| Line contains a tab character. | 464 | |
| 'if' is not followed by whitespace. | 464 | |
| '{' is not preceded with whitespace. | 464 | |
| Line contains a tab character. | 465 | |
| Line contains a tab character. | 466 | |
| Line contains a tab character. | 467 | |
| 'if' is not followed by whitespace. | 467 | |
| '{' is not preceded with whitespace. | 467 | |
| Line contains a tab character. | 468 | |
| Line contains a tab character. | 469 | |
| Line contains a tab character. | 471 | |
| 'if' is not followed by whitespace. | 471 | |
| '{' is not preceded with whitespace. | 471 | |
| Line is longer than 80 characters. | 472 | |
| Line contains a tab character. | 472 | |
| 'if' is not followed by whitespace. | 472 | |
| 'cast' is not followed by whitespace. | 472 | |
| '{' is not preceded with whitespace. | 472 | |
| Line contains a tab character. | 473 | |
| Line contains a tab character. | 474 | |
| Line contains a tab character. | 475 | |
| '}' should be on the same line. | 475 | |
| Line is longer than 80 characters. | 476 | |
| Line contains a tab character. | 476 | |
| 'if' is not followed by whitespace. | 476 | |
| '{' is not preceded with whitespace. | 476 | |
| Line is longer than 80 characters. | 477 | |
| Line contains a tab character. | 477 | |
| 'if' is not followed by whitespace. | 477 | |
| 'cast' is not followed by whitespace. | 477 | |
| '{' is not preceded with whitespace. | 477 | |
| Line contains a tab character. | 478 | |
| Line contains a tab character. | 479 | |
| Line contains a tab character. | 480 | |
| Line contains a tab character. | 481 | |
| Line contains a tab character. | 482 | |
| Line contains a tab character. | 483 | |
| Line is longer than 80 characters. | 488 | |
| Line contains a tab character. | 489 | |
| Line contains a tab character. | 490 | |
| Line is longer than 80 characters. | 491 | |
| Line is longer than 80 characters. | 492 | |
| Line contains a tab character. | 492 | |
| Line contains a tab character. | 493 | |
| Line contains a tab character. | 494 | |
| Line is longer than 80 characters. | 495 | |
| Line contains a tab character. | 495 | |
| Line is longer than 80 characters. | 496 | |
| Line contains a tab character. | 496 | |
| Line is longer than 80 characters. | 497 | |
| Line contains a tab character. | 497 | |
| Line is longer than 80 characters. | 498 | |
| Line contains a tab character. | 498 | |
| Line is longer than 80 characters. | 499 | |
| Line contains a tab character. | 499 | |
| Line is longer than 80 characters. | 500 | |
| Line contains a tab character. | 500 | |
| Method 'generateLearningObjectivesSection' is not designed for extension - needs to be abstract, final or empty. | 507 | |
| Missing a Javadoc comment. | 507 | |
| '{' is not preceded with whitespace. | 507 | |
| Line contains a tab character. | 508 | |
| Line is longer than 80 characters. | 509 | |
| Line contains a tab character. | 509 | |
| Line is longer than 80 characters. | 511 | |
| Line is longer than 80 characters. | 512 | |
| Line contains a tab character. | 512 | |
| Method 'generateActiveDatesSection' is not designed for extension - needs to be abstract, final or empty. | 519 | |
| Missing a Javadoc comment. | 519 | |
| '{' is not preceded with whitespace. | 519 | |
| Line contains a tab character. | 520 | |
| Line contains a tab character. | 521 | |
| Line is longer than 80 characters. | 523 | |
| Line is longer than 80 characters. | 524 | |
| Line is longer than 80 characters. | 526 | |
| Method 'generateFeesSection' is not designed for extension - needs to be abstract, final or empty. | 530 | |
| Missing a Javadoc comment. | 530 | |
| Line contains a tab character. | 531 | |
| Line contains a tab character. | 532 | |
| Line is longer than 80 characters. | 534 | |
| Line is longer than 80 characters. | 536 | |
| Line contains a tab character. | 537 | |
| Line contains a tab character. | 538 | |
| Line contains a tab character. | 539 | |
| Line contains a tab character. | 540 | |
| Line is longer than 80 characters. | 541 | |
| Line is longer than 80 characters. | 542 | |
| Line is longer than 80 characters. | 543 | |
| Line contains a tab character. | 543 | |
| Line contains a tab character. | 544 | |
| Line contains a tab character. | 545 | |
| Line contains a tab character. | 546 | |
| Line contains a tab character. | 547 | |
| Line contains a tab character. | 548 | |
| Line contains a tab character. | 550 | |
| Line is longer than 80 characters. | 551 | |
| Line contains a tab character. | 551 | |
| Line contains a tab character. | 552 | |
| Line contains a tab character. | 553 | |
| Line is longer than 80 characters. | 554 | |
| Line contains a tab character. | 554 | |
| Line is longer than 80 characters. | 555 | |
| Line contains a tab character. | 555 | |
| Line contains a tab character. | 556 | |
| Line contains a tab character. | 558 | |
| Line is longer than 80 characters. | 559 | |
| Line contains a tab character. | 559 | |
| Line is longer than 80 characters. | 560 | |
| Line contains a tab character. | 560 | |
| Line contains a tab character. | 561 | |
| Line contains a tab character. | 562 | |
| Line contains a tab character. | 563 | |
| Line contains a tab character. | 564 | |
| Line contains a tab character. | 565 | |
| Line contains a tab character. | 568 | |
| Method 'generateRequirementsSection' is not designed for extension - needs to be abstract, final or empty. | 570 | |
| Missing a Javadoc comment. | 570 | |
| '{' is not preceded with whitespace. | 570 | |
| Line contains a tab character. | 572 | |
| Line is longer than 80 characters. | 573 | |
| Line contains a tab character. | 573 | |
| Line is longer than 80 characters. | 578 | |
| Line is longer than 80 characters. | 585 | |
| Missing a Javadoc comment. | 585 | |
| Line is longer than 80 characters. | 587 | |
| Line is longer than 80 characters. | 590 | |
| Parameter panel should be final. | 590 | |
| Parameter model should be final. | 590 | |
| Parameter path should be final. | 590 | |
| Line is longer than 80 characters. | 594 | |
| Parameter model should be final. | 594 | |
| Parameter path should be final. | 594 | |
| Line is longer than 80 characters. | 597 | |
| Line is longer than 80 characters. | 598 | |
| Line is longer than 80 characters. | 600 | |
| Line is longer than 80 characters. | 607 | |
| Missing a Javadoc comment. | 613 | |
| Parameter path should be final. | 613 | |
| Parameter itemLabelMessageKey should be final. | 614 | |
| Parameter fieldKeysAndLabels should be final. | 614 | |
| '{' is not preceded with whitespace. | 614 | |
| Line is longer than 80 characters. | 615 | |
| Line contains a tab character. | 615 | |
| Line contains a tab character. | 618 | |
| Missing a Javadoc comment. | 618 | |
| Parameter path should be final. | 618 | |
| Line is longer than 80 characters. | 619 | |
| Parameter itemLabelMessageKey should be final. | 619 | |
| Parameter fieldKeysAndLabels should be final. | 619 | |
| Parameter customBindings should be final. | 619 | |
| '{' is not preceded with whitespace. | 619 | |
| Line contains a tab character. | 620 | |
| Line is longer than 80 characters. | 621 | |
| Line is longer than 80 characters. | 622 | |
| Line is longer than 80 characters. | 627 | |
| Line is longer than 80 characters. | 632 | |
| Line contains a tab character. | 632 | |
| Line is longer than 80 characters. | 634 | |
| Line contains a tab character. | 634 | |
| 'if' is not followed by whitespace. | 634 | |
| '3' is a magic number. | 634 | |
| '{' is not preceded with whitespace. | 634 | |
| Line contains a tab character. | 635 | |
| Line contains a tab character. | 636 | |
| Line is longer than 80 characters. | 637 | |
| Line contains a tab character. | 637 | |
| 'if' is not followed by whitespace. | 637 | |
| '{' is not preceded with whitespace. | 637 | |
| Line is longer than 80 characters. | 638 | |
| Line contains a tab character. | 638 | |
| Line contains a tab character. | 639 | |
| Line is longer than 80 characters. | 648 | |
| Missing a Javadoc comment. | 649 | |
| Parameter fieldKey should be final. | 650 | |
| Parameter labelKey should be final. | 650 | |
| Parameter parentPath should be final. | 650 | |
| Line is longer than 80 characters. | 652 | |
| Line is longer than 80 characters. | 656 | |
| Line is longer than 80 characters. | 663 | |
| Missing a Javadoc comment. | 663 | |
| Parameter fieldKey should be final. | 663 | |
| Parameter messageKey should be final. | 663 | |
| ',' is not followed by whitespace. | 663 | |
| Parameter parentPath should be final. | 663 | |
| Line is longer than 80 characters. | 664 | |
| Line is longer than 80 characters. | 667 | |
| Missing a Javadoc comment. | 667 | |
| Parameter fieldKey should be final. | 667 | |
| Parameter messageKey should be final. | 667 | |
| Parameter parentPath should be final. | 667 | |
| Parameter widget should be final. | 667 | |
| Parameter binding should be final. | 667 | |
| Line is longer than 80 characters. | 672 | |
| Line contains a tab character. | 682 | |
| Method 'generateCourseBriefSection' is not designed for extension - needs to be abstract, final or empty. | 682 | |
| Missing a Javadoc comment. | 682 | |
| Line is longer than 80 characters. | 683 | |
| Line contains a tab character. | 683 | |
| Line contains a tab character. | 684 | |
| Line contains a tab character. | 685 | |
| Line is longer than 80 characters. | 686 | |
| Line is longer than 80 characters. | 687 | |
| Line is longer than 80 characters. | 688 | |
| Line is longer than 80 characters. | 689 | |
| Line is longer than 80 characters. | 690 | |
| Line is longer than 80 characters. | 691 | |
| Line is longer than 80 characters. | 693 | |
| Line is longer than 80 characters. | 696 | |
| Line is longer than 80 characters. | 697 | |
| Line contains a tab character. | 698 | |
| Line contains a tab character. | 699 | |
| Line is longer than 80 characters. | 700 | |
| Line contains a tab character. | 700 | |
| Line is longer than 80 characters. | 701 | |
| Line contains a tab character. | 701 | |
| Line is longer than 80 characters. | 702 | |
| Line contains a tab character. | 702 | |
| Line is longer than 80 characters. | 703 | |
| Line contains a tab character. | 703 | |
| Line is longer than 80 characters. | 704 | |
| Line contains a tab character. | 704 | |
| Line contains a tab character. | 705 | |
| Line is longer than 80 characters. | 707 | |
| Line is longer than 80 characters. | 708 | |
| Line is longer than 80 characters. | 709 | |
| '{' is not preceded with whitespace. | 711 | |
| Line contains a tab character. | 712 | |
| Line is longer than 80 characters. | 713 | |
| Line contains a tab character. | 713 | |
| Parameter row should be final. | 713 | |
| Line contains a tab character. | 714 | |
| Parameter column1 should be final. | 714 | |
| Parameter column2 should be final. | 714 | |
| Line contains a tab character. | 715 | |
| 'if' is not followed by whitespace. | 715 | |
| '&&' should be on a new line. | 715 | |
| Line is longer than 80 characters. | 716 | |
| Line contains a tab character. | 716 | |
| '&&' should be on a new line. | 716 | |
| Line is longer than 80 characters. | 717 | |
| Line contains a tab character. | 717 | |
| '{' is not preceded with whitespace. | 717 | |
| Line is longer than 80 characters. | 718 | |
| Line contains a tab character. | 718 | |
| 'type' hides a field. | 718 | |
| Line contains a tab character. | 719 | |
| Line contains a tab character. | 720 | |
| Line contains a tab character. | 721 | |
| 'if' is not followed by whitespace. | 721 | |
| '{' is not preceded with whitespace. | 721 | |
| Line contains a tab character. | 722 | |
| Line contains a tab character. | 723 | |
| Line contains a tab character. | 724 | |
| 'if' is not followed by whitespace. | 724 | |
| '{' is not preceded with whitespace. | 724 | |
| Line contains a tab character. | 725 | |
| Line contains a tab character. | 726 | |
| Line contains a tab character. | 728 | |
| 'if' is not followed by whitespace. | 728 | |
| '{' is not preceded with whitespace. | 728 | |
| Line is longer than 80 characters. | 729 | |
| Line contains a tab character. | 729 | |
| 'if' is not followed by whitespace. | 729 | |
| 'cast' is not followed by whitespace. | 729 | |
| '{' is not preceded with whitespace. | 729 | |
| Line contains a tab character. | 730 | |
| Line contains a tab character. | 731 | |
| Line contains a tab character. | 732 | |
| '}' should be on the same line. | 732 | |
| Line is longer than 80 characters. | 733 | |
| Line contains a tab character. | 733 | |
| 'if' is not followed by whitespace. | 733 | |
| '{' is not preceded with whitespace. | 733 | |
| Line is longer than 80 characters. | 734 | |
| Line contains a tab character. | 734 | |
| 'if' is not followed by whitespace. | 734 | |
| 'cast' is not followed by whitespace. | 734 | |
| '{' is not preceded with whitespace. | 734 | |
| Line contains a tab character. | 735 | |
| Line contains a tab character. | 736 | |
| Line contains a tab character. | 737 | |
| Line contains a tab character. | 738 | |
| Line contains a tab character. | 739 | |
| Line contains a tab character. | 740 | |
| Line is longer than 80 characters. | 743 | |
| Line is longer than 80 characters. | 744 | |
| Line is longer than 80 characters. | 745 | |
| Line is longer than 80 characters. | 746 | |
| Line is longer than 80 characters. | 747 | |
| Line contains a tab character. | 748 | |
| Line contains a tab character. | 749 | |
| Line is longer than 80 characters. | 750 | |
| Line is longer than 80 characters. | 751 | |
| Line contains a tab character. | 751 | |
| Line contains a tab character. | 752 | |
| Line contains a tab character. | 753 | |
| Line is longer than 80 characters. | 754 | |
| Line contains a tab character. | 754 | |
| Line is longer than 80 characters. | 755 | |
| Line contains a tab character. | 755 | |
| Line is longer than 80 characters. | 756 | |
| Line contains a tab character. | 756 | |
| Line is longer than 80 characters. | 757 | |
| Line contains a tab character. | 757 | |
| Line is longer than 80 characters. | 758 | |
| Line contains a tab character. | 758 | |
| Line is longer than 80 characters. | 759 | |
| Line contains a tab character. | 759 | |
| Line is longer than 80 characters. | 763 | |
| Line contains a tab character. | 764 | |
| Line contains a tab character. | 765 | |
| Line contains a tab character. | 766 | |
| Line contains a tab character. | 767 | |
| Line is longer than 80 characters. | 768 | |
| Line is longer than 80 characters. | 769 | |
| Line is longer than 80 characters. | 770 | |
| Line contains a tab character. | 770 | |
| Line contains a tab character. | 771 | |
| Line contains a tab character. | 772 | |
| Line contains a tab character. | 773 | |
| Line contains a tab character. | 774 | |
| Line contains a tab character. | 775 | |
| Line is longer than 80 characters. | 776 | |
| Line contains a tab character. | 777 | |
| Line contains a tab character. | 778 | |
| Line is longer than 80 characters. | 779 | |
| Line contains a tab character. | 779 | |
| Line is longer than 80 characters. | 780 | |
| Line contains a tab character. | 780 | |
| Line is longer than 80 characters. | 781 | |
| Line contains a tab character. | 782 | |
| Line contains a tab character. | 783 | |
| Line is longer than 80 characters. | 784 | |
| Line contains a tab character. | 784 | |
| Line is longer than 80 characters. | 785 | |
| Line contains a tab character. | 786 | |
| Line contains a tab character. | 787 | |
| Line is longer than 80 characters. | 788 | |
| Line contains a tab character. | 788 | |
| Line is longer than 80 characters. | 789 | |
| Line contains a tab character. | 789 | |
| Line contains a tab character. | 790 | |
| Line is longer than 80 characters. | 791 | |
| Line contains a tab character. | 795 | |
| Line contains a tab character. | 797 | |
| Method 'generateCourseCatalogSection' is not designed for extension - needs to be abstract, final or empty. | 797 | |
| Missing a Javadoc comment. | 797 | |
| Line is longer than 80 characters. | 798 | |
| Line contains a tab character. | 798 | |
| Line is longer than 80 characters. | 799 | |
| Line contains a tab character. | 799 | |
| Line contains a tab character. | 800 | |
| Line contains a tab character. | 801 | |
| '{' is not preceded with whitespace. | 801 | |
| Line contains a tab character. | 803 | |
| Line is longer than 80 characters. | 804 | |
| Line contains a tab character. | 804 | |
| Parameter widget should be final. | 804 | |
| Parameter model should be final. | 804 | |
| Parameter path should be final. | 804 | |
| Line contains a tab character. | 805 | |
| Line contains a tab character. | 807 | |
| Line contains a tab character. | 809 | |
| Line is longer than 80 characters. | 810 | |
| Line contains a tab character. | 810 | |
| Parameter widget should be final. | 810 | |
| Parameter model should be final. | 810 | |
| Parameter path should be final. | 810 | |
| Line contains a tab character. | 811 | |
| Line is longer than 80 characters. | 812 | |
| Line contains a tab character. | 812 | |
| Line contains a tab character. | 813 | |
| Line is longer than 80 characters. | 814 | |
| Line contains a tab character. | 814 | |
| Line contains a tab character. | 815 | |
| Line contains a tab character. | 816 | |
| 'if' is not followed by whitespace. | 816 | |
| '!=' is not followed by whitespace. | 816 | |
| '{' is not preceded with whitespace. | 816 | |
| Line is longer than 80 characters. | 817 | |
| Line contains a tab character. | 817 | |
| Line contains a tab character. | 818 | |
| Line is longer than 80 characters. | 819 | |
| Line contains a tab character. | 819 | |
| Line contains a tab character. | 820 | |
| 'while' is not followed by whitespace. | 820 | |
| '{' is not preceded with whitespace. | 820 | |
| Line contains a tab character. | 821 | |
| Line is longer than 80 characters. | 822 | |
| Line contains a tab character. | 822 | |
| '{' is not preceded with whitespace. | 822 | |
| Line contains a tab character. | 823 | |
| 'cast' is not followed by whitespace. | 823 | |
| Line contains a tab character. | 824 | |
| Line contains a tab character. | 825 | |
| 'if' is not followed by whitespace. | 825 | |
| '{' is not preceded with whitespace. | 825 | |
| Line is longer than 80 characters. | 826 | |
| Line contains a tab character. | 826 | |
| '+' is not followed by whitespace. | 826 | |
| Line contains a tab character. | 827 | |
| Line contains a tab character. | 828 | |
| Line contains a tab character. | 829 | |
| Line contains a tab character. | 831 | |
| 'if' is not followed by whitespace. | 831 | |
| '{' is not preceded with whitespace. | 831 | |
| Line contains a tab character. | 832 | |
| Line is longer than 80 characters. | 833 | |
| Line contains a tab character. | 833 | |
| Line contains a tab character. | 834 | |
| Line contains a tab character. | 835 | |
| Line contains a tab character. | 836 | |
| Line is longer than 80 characters. | 838 | |
| Line contains a tab character. | 838 | |
| Line is longer than 80 characters. | 839 | |
| Line contains a tab character. | 839 | |
| Line contains a tab character. | 840 | |
| Line contains a tab character. | 841 | |
| Line contains a tab character. | 842 | |
| Line contains a tab character. | 844 | |
| Line contains a tab character. | 845 | |
| Line contains a tab character. | 846 | |
| Line contains a tab character. | 848 | |
| Line contains a tab character. | 849 | |
| Method 'getTableSection' is not designed for extension - needs to be abstract, final or empty. | 851 | |
| Missing a Javadoc comment. | 851 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 43 | |
| '{' should be on the previous line. | 73 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 79 | |
| Line has trailing spaces. | 80 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 85 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 92 | |
| '{' is not preceded with whitespace. | 92 | |
| '{' is not followed by whitespace. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 92 | |
| '}' is not preceded with whitespace. | 92 | |
| Method 'setModelDefinition' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Parameter modelDefinition should be final. | 94 | |
| 'modelDefinition' hides a field. | 94 | |
| '{' is not preceded with whitespace. | 94 | |
| Method 'setStatementTypes' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Parameter stmtTypes should be final. | 98 | |
| 'stmtTypes' hides a field. | 98 | |
| Method 'generateLayout' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Parameter layoutController should be final. | 102 | |
| Line has trailing spaces. | 110 | |
| Line is longer than 80 characters. | 112 | |
| Line has trailing spaces. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Method 'generateLayout' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Parameter layoutController should be final. | 116 | |
| Parameter modelId should be final. | 116 | |
| Line has trailing spaces. | 120 | |
| Line is longer than 80 characters. | 120 | |
| Line contains a tab character. | 121 | |
| 'cast' is not followed by whitespace. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Method 'getSummaryConfigurer' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Unused import - org.kuali.student.common.ui.client.widgets.menus.KSListPanel. | 66 | |
| Line is longer than 80 characters. | 70 | |
| Unused import - org.kuali.student.common.ui.client.widgets.table.summary.SummaryTable. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Unused import - org.kuali.student.common.ui.client.widgets.table.summary.SummaryTableBlock. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Unused import - org.kuali.student.common.ui.client.widgets.table.summary.SummaryTableModel. | 73 | |
| Unused import - org.kuali.student.common.ui.client.widgets.table.summary.SummaryTableRow. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Unused import - com.google.gwt.user.client.ui.Widget. | 98 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line has trailing spaces. | 104 | |
| Line is longer than 80 characters. | 110 | |
| Line contains a tab character. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Line contains a tab character. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Variable 'cluProposalRpcServiceAsync' must be private and have accessor methods. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line contains a tab character. | 114 | |
| Missing a Javadoc comment. | 114 | |
| Variable 'courseServiceAsync' must be private and have accessor methods. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line contains a tab character. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Line contains a tab character. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Variable 'cfg' must be private and have accessor methods. | 119 | |
| Line has trailing spaces. | 120 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Missing a Javadoc comment. | 123 | |
| Line contains a tab character. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Line contains a tab character. | 126 | |
| Missing a Javadoc comment. | 126 | |
| Line contains a tab character. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Line is longer than 80 characters. | 129 | |
| Line contains a tab character. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Line contains a tab character. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Line contains a tab character. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Line contains a tab character. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Line contains a tab character. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Line contains a tab character. | 134 | |
| Missing a Javadoc comment. | 134 | |
| Line contains a tab character. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Line contains a tab character. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Line is longer than 80 characters. | 139 | |
| Line contains a tab character. | 139 | |
| Missing a Javadoc comment. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Line contains a tab character. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Line contains a tab character. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Missing a Javadoc comment. | 142 | |
| Variable 'reqDataModel' must be private and have accessor methods. | 142 | |
| Line has trailing spaces. | 143 | |
| Missing a Javadoc comment. | 144 | |
| '{' is not preceded with whitespace. | 144 | |
| Method 'setViewContext' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Parameter viewContext should be final. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| 'if' is not followed by whitespace. | 154 | |
| '{' is not preceded with whitespace. | 154 | |
| Line contains a tab character. | 155 | |
| 'if' is not followed by whitespace. | 155 | |
| '{' is not preceded with whitespace. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| '}' should be on the same line. | 157 | |
| Line contains a tab character. | 158 | |
| 'else' is not followed by whitespace. | 158 | |
| '{' is not preceded with whitespace. | 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 | |
| '}' should be on the same line. | 162 | |
| Line contains a tab character. | 163 | |
| 'else' is not followed by whitespace. | 163 | |
| '{' is not preceded with whitespace. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Missing a Javadoc comment. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line is longer than 80 characters. | 171 | |
| Line contains a tab character. | 171 | |
| ',' is not followed by whitespace. | 171 | |
| Line contains a tab character. | 173 | |
| Line is longer than 80 characters. | 177 | |
| '{' is not preceded with whitespace. | 178 | |
| '{' is not preceded with whitespace. | 182 | |
| Parameter workCompleteCallback should be final. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Expression can be simplified. | 185 | |
| '{' is not preceded with whitespace. | 185 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 201 | |
| Line contains a tab character. | 201 | |
| 'if' is not followed by whitespace. | 201 | |
| '{' is not preceded with whitespace. | 201 | |
| Line contains a tab character. | 202 | |
| Line has trailing spaces. | 203 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| '}' should be on the same line. | 204 | |
| Line contains a tab character. | 205 | |
| 'else' is not followed by whitespace. | 205 | |
| '{' is not preceded with whitespace. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| Line has trailing spaces. | 208 | |
| Line is longer than 80 characters. | 211 | |
| '{' is not preceded with whitespace. | 211 | |
| Line contains a tab character. | 212 | |
| Parameter event should be final. | 212 | |
| Line has trailing spaces. | 213 | |
| Line is longer than 80 characters. | 213 | |
| Line contains a tab character. | 213 | |
| Line has trailing spaces. | 214 | |
| Line contains a tab character. | 214 | |
| Line is longer than 80 characters. | 217 | |
| '{' is not preceded with whitespace. | 217 | |
| Parameter saveAction should be final. | 218 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 225 | |
| Missing a Javadoc comment. | 225 | |
| Parameter workCompleteCallback should be final. | 225 | |
| '{' is not preceded with whitespace. | 225 | |
| Line contains a tab character. | 226 | |
| 'if' is not followed by whitespace. | 226 | |
| '{' is not preceded with whitespace. | 226 | |
| '{' is not preceded with whitespace. | 228 | |
| Line is longer than 80 characters. | 229 | |
| '{' is not preceded with whitespace. | 230 | |
| Line is longer than 80 characters. | 231 | |
| 'else' is not followed by whitespace. | 232 | |
| '{' is not preceded with whitespace. | 232 | |
| Line is longer than 80 characters. | 237 | |
| Missing a Javadoc comment. | 237 | |
| Parameter workCompleteCallback should be final. | 237 | |
| '{' is not preceded with whitespace. | 237 | |
| Line is longer than 80 characters. | 238 | |
| Line contains a tab character. | 238 | |
| '{' is not preceded with whitespace. | 238 | |
| Line contains a tab character. | 239 | |
| '+' is not preceded with whitespace. | 239 | |
| '+' is not followed by whitespace. | 239 | |
| Line contains a tab character. | 240 | |
| 'if' is not followed by whitespace. | 240 | |
| '{' is not preceded with whitespace. | 240 | |
| Line is longer than 80 characters. | 241 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 242 | |
| '}' should be on the same line. | 242 | |
| Line contains a tab character. | 243 | |
| 'else' is not followed by whitespace. | 243 | |
| '{' is not preceded with whitespace. | 243 | |
| Line contains a tab character. | 244 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| '}' should be on the same line. | 246 | |
| Line contains a tab character. | 247 | |
| 'else' is not followed by whitespace. | 247 | |
| '{' is not preceded with whitespace. | 247 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 249 | |
| Missing a Javadoc comment. | 252 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 256 | |
| Line contains a tab character. | 257 | |
| Line contains a tab character. | 258 | |
| '{' is not preceded with whitespace. | 259 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| Parameter model should be final. | 262 | |
| Line contains a tab character. | 263 | |
| Line contains a tab character. | 264 | |
| Line contains a tab character. | 265 | |
| Line contains a tab character. | 266 | |
| 'if' is not followed by whitespace. | 266 | |
| '{' is not preceded with whitespace. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Line contains a tab character. | 267 | |
| Line contains a tab character. | 268 | |
| Line is longer than 80 characters. | 269 | |
| Line contains a tab character. | 269 | |
| 'if' is not followed by whitespace. | 269 | |
| '==' is not preceded with whitespace. | 269 | |
| '==' 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. | 273 | |
| Line is longer than 80 characters. | 274 | |
| Line contains a tab character. | 274 | |
| Line contains a tab character. | 275 | |
| 'if' is not followed by whitespace. | 275 | |
| '{' is not preceded with whitespace. | 275 | |
| Line is longer than 80 characters. | 276 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 277 | |
| Line is longer than 80 characters. | 278 | |
| Line contains a tab character. | 278 | |
| 'if' is not followed by whitespace. | 278 | |
| 'cast' is not followed by whitespace. | 278 | |
| '{' is not preceded with whitespace. | 278 | |
| Line contains a tab character. | 279 | |
| Line contains a tab character. | 280 | |
| Line is longer than 80 characters. | 281 | |
| Line contains a tab character. | 281 | |
| Line is longer than 80 characters. | 283 | |
| Line contains a tab character. | 283 | |
| Line is longer than 80 characters. | 284 | |
| Line contains a tab character. | 284 | |
| '{' is not preceded with whitespace. | 284 | |
| Line contains a tab character. | 285 | |
| Parameter caught should be final. | 286 | |
| Line has trailing spaces. | 287 | |
| Line contains a tab character. | 287 | |
| Line contains a tab character. | 288 | |
| Line contains a tab character. | 290 | |
| Parameter caught should be final. | 291 | |
| Line contains a tab character. | 292 | |
| Line is longer than 80 characters. | 293 | |
| Line contains a tab character. | 293 | |
| Line contains a tab character. | 294 | |
| Line contains a tab character. | 296 | |
| '{' is not preceded with whitespace. | 296 | |
| Line contains a tab character. | 297 | |
| Line contains a tab character. | 298 | |
| Line has trailing spaces. | 299 | |
| Line is longer than 80 characters. | 299 | |
| Line contains a tab character. | 299 | |
| Line contains a tab character. | 300 | |
| Line has trailing spaces. | 301 | |
| Line contains a tab character. | 301 | |
| Line contains a tab character. | 302 | |
| Parameter result should be final. | 302 | |
| Line is longer than 80 characters. | 303 | |
| Line contains a tab character. | 303 | |
| Line contains a tab character. | 304 | |
| Line contains a tab character. | 305 | |
| Line contains a tab character. | 307 | |
| Line contains a tab character. | 309 | |
| Line contains a tab character. | 310 | |
| Line has trailing spaces. | 311 | |
| Line contains a tab character. | 311 | |
| Line contains a tab character. | 312 | |
| Line contains a tab character. | 314 | |
| Line contains a tab character. | 315 | |
| Parameter cause should be final. | 315 | |
| Line is longer than 80 characters. | 316 | |
| Line contains a tab character. | 316 | |
| Line contains a tab character. | 317 | |
| Line contains a tab character. | 318 | |
| Line contains a tab character. | 319 | |
| Line has trailing spaces. | 320 | |
| Line contains a tab character. | 320 | |
| Line contains a tab character. | 321 | |
| Line is longer than 80 characters. | 324 | |
| Missing a Javadoc comment. | 324 | |
| '{' is not preceded with whitespace. | 324 | |
| Line is longer than 80 characters. | 327 | |
| Parameter stmtTypes should be final. | 330 | |
| Line is longer than 80 characters. | 331 | |
| Line is longer than 80 characters. | 334 | |
| '||' should be on a new line. | 334 | |
| Line is longer than 80 characters. | 335 | |
| Line has trailing spaces. | 345 | |
| Line is longer than 80 characters. | 347 | |
| 'for' is not followed by whitespace. | 347 | |
| ':' is not preceded with whitespace. | 347 | |
| ':' is not followed by whitespace. | 347 | |
| '{' is not preceded with whitespace. | 347 | |
| Line contains a tab character. | 348 | |
| Line has trailing spaces. | 350 | |
| Method 'requestModel' is not designed for extension - needs to be abstract, final or empty. | 357 | |
| Line is longer than 80 characters. | 359 | |
| Parameter modelType should be final. | 359 | |
| 'if' is not followed by whitespace. | 360 | |
| '{' is not preceded with whitespace. | 360 | |
| Line contains a tab character. | 361 | |
| '{' is not preceded with whitespace. | 361 | |
| Line contains a tab character. | 362 | |
| Line contains a tab character. | 364 | |
| 'if' is not followed by whitespace. | 364 | |
| '{' is not preceded with whitespace. | 364 | |
| Line is longer than 80 characters. | 365 | |
| Line contains a tab character. | 365 | |
| 'cast' is not followed by whitespace. | 365 | |
| '+' is not preceded with whitespace. | 365 | |
| '+' is not followed by whitespace. | 365 | |
| Line contains a tab character. | 366 | |
| Line contains a tab character. | 367 | |
| Line contains a tab character. | 368 | |
| Line has trailing spaces. | 369 | |
| Line contains a tab character. | 369 | |
| Line is longer than 80 characters. | 370 | |
| Line contains a tab character. | 370 | |
| Line contains a tab character. | 371 | |
| 'if' is not followed by whitespace. | 371 | |
| '{' is not preceded with whitespace. | 371 | |
| Line is longer than 80 characters. | 372 | |
| Line contains a tab character. | 372 | |
| Line is longer than 80 characters. | 373 | |
| Line contains a tab character. | 373 | |
| 'cast' is not followed by whitespace. | 373 | |
| '+' is not preceded with whitespace. | 373 | |
| '+' is not followed by whitespace. | 373 | |
| Line contains a tab character. | 374 | |
| Line contains a tab character. | 375 | |
| Line contains a tab character. | 376 | |
| Line contains a tab character. | 377 | |
| Line is longer than 80 characters. | 379 | |
| Line contains a tab character. | 379 | |
| Line is longer than 80 characters. | 380 | |
| Line contains a tab character. | 380 | |
| Line contains a tab character. | 381 | |
| Line contains a tab character. | 383 | |
| Line contains a tab character. | 384 | |
| '{' is not preceded with whitespace. | 385 | |
| Line contains a tab character. | 386 | |
| Missing a Javadoc comment. | 393 | |
| Line is longer than 80 characters. | 394 | |
| '{' is not preceded with whitespace. | 394 | |
| Line is longer than 80 characters. | 396 | |
| '{' is not preceded with whitespace. | 396 | |
| Line contains a tab character. | 397 | |
| Line contains a tab character. | 398 | |
| Parameter caught should be final. | 398 | |
| Line is longer than 80 characters. | 399 | |
| '+' is not preceded with whitespace. | 399 | |
| '+' is not followed by whitespace. | 399 | |
| Line contains a tab character. | 402 | |
| Line contains a tab character. | 404 | |
| Line contains a tab character. | 405 | |
| Parameter proposalId should be final. | 405 | |
| Line is longer than 80 characters. | 406 | |
| Line contains a tab character. | 406 | |
| Line is longer than 80 characters. | 407 | |
| Line contains a tab character. | 407 | |
| Line contains a tab character. | 408 | |
| Missing a Javadoc comment. | 412 | |
| Line is longer than 80 characters. | 413 | |
| Parameter id should be final. | 413 | |
| '{' is not preceded with whitespace. | 413 | |
| Line contains a tab character. | 414 | |
| Line contains a tab character. | 415 | |
| '{' is not preceded with whitespace. | 415 | |
| Line contains a tab character. | 417 | |
| Line contains a tab character. | 418 | |
| Parameter caught should be final. | 418 | |
| '+' is not preceded with whitespace. | 419 | |
| '+' is not followed by whitespace. | 419 | |
| Line contains a tab character. | 422 | |
| Line contains a tab character. | 424 | |
| Line contains a tab character. | 425 | |
| Parameter result should be final. | 425 | |
| Line contains a tab character. | 426 | |
| Line contains a tab character. | 427 | |
| Line contains a tab character. | 428 | |
| Line is longer than 80 characters. | 429 | |
| Parameter result should be final. | 431 | |
| 'if' is not followed by whitespace. | 432 | |
| '{' is not preceded with whitespace. | 432 | |
| Line is longer than 80 characters. | 433 | |
| Line contains a tab character. | 437 | |
| Line contains a tab character. | 439 | |
| Missing a Javadoc comment. | 442 | |
| Line is longer than 80 characters. | 443 | |
| Line contains a tab character. | 443 | |
| '{' is not preceded with whitespace. | 443 | |
| Line is longer than 80 characters. | 444 | |
| Line contains a tab character. | 444 | |
| 'if' is not followed by whitespace. | 444 | |
| 'cast' is not followed by whitespace. | 444 | |
| '{' is not preceded with whitespace. | 444 | |
| Line is longer than 80 characters. | 445 | |
| Line contains a tab character. | 445 | |
| 'cast' is not followed by whitespace. | 445 | |
| '{' is not preceded with whitespace. | 445 | |
| Line has trailing spaces. | 446 | |
| Line contains a tab character. | 446 | |
| Line contains a tab character. | 447 | |
| Line contains a tab character. | 448 | |
| Parameter caught should be final. | 448 | |
| Line is longer than 80 characters. | 449 | |
| Line contains a tab character. | 449 | |
| '+' is not preceded with whitespace. | 449 | |
| '+' is not followed by whitespace. | 449 | |
| Line is longer than 80 characters. | 450 | |
| Line contains a tab character. | 450 | |
| Line contains a tab character. | 451 | |
| Line contains a tab character. | 452 | |
| Parameter result should be final. | 455 | |
| Line is longer than 80 characters. | 461 | |
| Parameter result should be final. | 463 | |
| Line is longer than 80 characters. | 465 | |
| Line is longer than 80 characters. | 466 | |
| Missing a Javadoc comment. | 480 | |
| Line is longer than 80 characters. | 481 | |
| '{' is not preceded with whitespace. | 481 | |
| Missing a Javadoc comment. | 490 | |
| Line is longer than 80 characters. | 491 | |
| Parameter versionComment should be final. | 491 | |
| '{' is not preceded with whitespace. | 491 | |
| Line has trailing spaces. | 493 | |
| Line has trailing spaces. | 497 | |
| Line is longer than 80 characters. | 499 | |
| Line has trailing spaces. | 502 | |
| Line is longer than 80 characters. | 504 | |
| Line contains a tab character. | 505 | |
| Parameter result should be final. | 505 | |
| Line contains a tab character. | 506 | |
| Line contains a tab character. | 507 | |
| Line contains a tab character. | 508 | |
| Line is longer than 80 characters. | 509 | |
| Line contains a tab character. | 509 | |
| Line contains a tab character. | 510 | |
| Line is longer than 80 characters. | 511 | |
| Line contains a tab character. | 511 | |
| '+' is not preceded with whitespace. | 511 | |
| '+' is not followed by whitespace. | 511 | |
| Line contains a tab character. | 512 | |
| Line has trailing spaces. | 513 | |
| Line contains a tab character. | 513 | |
| Line is longer than 80 characters. | 514 | |
| Line contains a tab character. | 514 | |
| Line contains a tab character. | 515 | |
| Line is longer than 80 characters. | 516 | |
| Line contains a tab character. | 516 | |
| Line has trailing spaces. | 517 | |
| Line contains a tab character. | 517 | |
| Line has trailing spaces. | 518 | |
| Line is longer than 80 characters. | 518 | |
| Line contains a tab character. | 518 | |
| Line has trailing spaces. | 519 | |
| Line contains a tab character. | 519 | |
| Line contains a tab character. | 520 | |
| Line contains a tab character. | 521 | |
| Line has trailing spaces. | 522 | |
| Line contains a tab character. | 522 | |
| Line contains a tab character. | 523 | |
| Line has trailing spaces. | 524 | |
| Line contains a tab character. | 524 | |
| Line contains a tab character. | 525 | |
| Parameter caught should be final. | 525 | |
| '+' is not preceded with whitespace. | 526 | |
| '+' is not followed by whitespace. | 526 | |
| Line contains a tab character. | 529 | |
| Line contains a tab character. | 530 | |
| Method 'doSaveAction' is not designed for extension - needs to be abstract, final or empty. | 533 | |
| Missing a Javadoc comment. | 533 | |
| '{' is not preceded with whitespace. | 533 | |
| Parameter model should be final. | 536 | |
| '{' is not preceded with whitespace. | 539 | |
| Line is longer than 80 characters. | 540 | |
| Line contains a tab character. | 540 | |
| Line is longer than 80 characters. | 541 | |
| Line contains a tab character. | 541 | |
| Line contains a tab character. | 542 | |
| Line contains a tab character. | 545 | |
| Parameter result should be final. | 547 | |
| Line contains a tab character. | 549 | |
| Line contains a tab character. | 551 | |
| 'if' is not followed by whitespace. | 551 | |
| '{' is not preceded with whitespace. | 551 | |
| '{' is not preceded with whitespace. | 552 | |
| '}' should be on the same line. | 555 | |
| 'else' is not followed by whitespace. | 556 | |
| '{' is not preceded with whitespace. | 556 | |
| Line contains a tab character. | 557 | |
| Line contains a tab character. | 559 | |
| '}' should be on the same line. | 559 | |
| Line contains a tab character. | 560 | |
| 'else' is not followed by whitespace. | 560 | |
| '{' is not preceded with whitespace. | 560 | |
| Line contains a tab character. | 561 | |
| Line is longer than 80 characters. | 562 | |
| Line contains a tab character. | 562 | |
| '5000' is a magic number. | 562 | |
| Line contains a tab character. | 563 | |
| Parameter cause should be final. | 570 | |
| Line contains a tab character. | 571 | |
| Line is longer than 80 characters. | 572 | |
| Method 'startSectionRequired' is not designed for extension - needs to be abstract, final or empty. | 579 | |
| Missing a Javadoc comment. | 579 | |
| '{' is not preceded with whitespace. | 579 | |
| '+' is not preceded with whitespace. | 580 | |
| '+' is not followed by whitespace. | 580 | |
| Line has trailing spaces. | 581 | |
| Line is longer than 80 characters. | 582 | |
| '{' is not preceded with whitespace. | 586 | |
| Line is longer than 80 characters. | 587 | |
| Line has trailing spaces. | 589 | |
| Line is longer than 80 characters. | 590 | |
| Line contains a tab character. | 590 | |
| '==' is not preceded with whitespace. | 590 | |
| '==' is not followed by whitespace. | 590 | |
| Missing a Javadoc comment. | 593 | |
| Parameter proposalTitle should be final. | 593 | |
| Parameter courseTitle should be final. | 593 | |
| '{' is not preceded with whitespace. | 593 | |
| Line is longer than 80 characters. | 594 | |
| Line contains a tab character. | 594 | |
| Line has trailing spaces. | 596 | |
| Method 'saveProposalClu' is not designed for extension - needs to be abstract, final or empty. | 597 | |
| Missing a Javadoc comment. | 597 | |
| '{' is not preceded with whitespace. | 597 | |
| Line contains a tab character. | 598 | |
| Line is longer than 80 characters. | 599 | |
| Line contains a tab character. | 601 | |
| Line contains a tab character. | 602 | |
| Parameter caught should be final. | 602 | |
| Line contains a tab character. | 603 | |
| Line contains a tab character. | 604 | |
| Line is longer than 80 characters. | 605 | |
| '5000' is a magic number. | 605 | |
| Line contains a tab character. | 606 | |
| Line is longer than 80 characters. | 610 | |
| '{' is not preceded with whitespace. | 610 | |
| Parameter caught should be final. | 612 | |
| Parameter result should be final. | 616 | |
| Line contains a tab character. | 617 | |
| Line is longer than 80 characters. | 619 | |
| Line contains a tab character. | 619 | |
| 'if' is not followed by whitespace. | 619 | |
| '!=' is not preceded with whitespace. | 619 | |
| '!=' is not followed by whitespace. | 619 | |
| '{' is not preceded with whitespace. | 619 | |
| Line is longer than 80 characters. | 620 | |
| Line contains a tab character. | 620 | |
| Line contains a tab character. | 621 | |
| Line is longer than 80 characters. | 623 | |
| '5000' is a magic number. | 623 | |
| Line contains a tab character. | 624 | |
| 'else' is not preceded with whitespace. | 624 | |
| '}' is not followed by whitespace. | 624 | |
| 'else' is not followed by whitespace. | 624 | |
| '{' is not preceded with whitespace. | 624 | |
| Line has trailing spaces. | 625 | |
| Line contains a tab character. | 625 | |
| Line contains a tab character. | 626 | |
| Line contains a tab character. | 627 | |
| Line contains a tab character. | 628 | |
| Line contains a tab character. | 630 | |
| Line contains a tab character. | 631 | |
| '{' is not preceded with whitespace. | 631 | |
| Line is longer than 80 characters. | 632 | |
| Line contains a tab character. | 632 | |
| 'cast' is not followed by whitespace. | 632 | |
| Line is longer than 80 characters. | 633 | |
| Line contains a tab character. | 633 | |
| Line contains a tab character. | 634 | |
| Line contains a tab character. | 635 | |
| Line has trailing spaces. | 636 | |
| Line contains a tab character. | 636 | |
| Line is longer than 80 characters. | 637 | |
| Line contains a tab character. | 637 | |
| Line is longer than 80 characters. | 638 | |
| Line contains a tab character. | 638 | |
| 'cast' is not followed by whitespace. | 638 | |
| '+' is not preceded with whitespace. | 638 | |
| '+' is not followed by whitespace. | 638 | |
| Line is longer than 80 characters. | 639 | |
| Line contains a tab character. | 639 | |
| Line has trailing spaces. | 640 | |
| Line contains a tab character. | 640 | |
| Line is longer than 80 characters. | 641 | |
| Line contains a tab character. | 641 | |
| Line contains a tab character. | 642 | |
| Line is longer than 80 characters. | 643 | |
| Line contains a tab character. | 643 | |
| '+' is not preceded with whitespace. | 643 | |
| '+' is not followed by whitespace. | 643 | |
| Line is longer than 80 characters. | 644 | |
| Line contains a tab character. | 644 | |
| '{' is not preceded with whitespace. | 644 | |
| Line contains a tab character. | 645 | |
| Line contains a tab character. | 646 | |
| Line has trailing spaces. | 647 | |
| Line contains a tab character. | 647 | |
| Line contains a tab character. | 648 | |
| Line contains a tab character. | 649 | |
| Line contains a tab character. | 650 | |
| Line contains a tab character. | 651 | |
| 'if' is not followed by whitespace. | 651 | |
| '{' is not preceded with whitespace. | 651 | |
| Line is longer than 80 characters. | 652 | |
| Line contains a tab character. | 652 | |
| Line contains a tab character. | 653 | |
| '}' should be on the same line. | 653 | |
| Line contains a tab character. | 654 | |
| 'if' is not followed by whitespace. | 654 | |
| '{' is not preceded with whitespace. | 654 | |
| Line is longer than 80 characters. | 655 | |
| Line contains a tab character. | 655 | |
| 'cast' is not followed by whitespace. | 655 | |
| '+' is not preceded with whitespace. | 655 | |
| '+' is not followed by whitespace. | 655 | |
| Line contains a tab character. | 656 | |
| Line contains a tab character. | 657 | |
| Line has trailing spaces. | 658 | |
| Line contains a tab character. | 658 | |
| Line contains a tab character. | 659 | |
| 'if' is not followed by whitespace. | 659 | |
| '{' is not preceded with whitespace. | 659 | |
| Line is longer than 80 characters. | 660 | |
| Line contains a tab character. | 660 | |
| Line contains a tab character. | 661 | |
| Line is longer than 80 characters. | 662 | |
| Line contains a tab character. | 662 | |
| '4000' is a magic number. | 662 | |
| Line contains a tab character. | 663 | |
| Line contains a tab character. | 667 | |
| Method 'setLastUpdated' is not designed for extension - needs to be abstract, final or empty. | 672 | |
| Missing a Javadoc comment. | 672 | |
| '{' is not preceded with whitespace. | 672 | |
| Line contains a tab character. | 673 | |
| 'cast' is not followed by whitespace. | 673 | |
| Line contains a tab character. | 674 | |
| 'if' is not followed by whitespace. | 674 | |
| '{' is not preceded with whitespace. | 674 | |
| Line contains a tab character. | 675 | |
| Line contains a tab character. | 676 | |
| '}' should be on the same line. | 676 | |
| Line contains a tab character. | 677 | |
| 'else' is not followed by whitespace. | 677 | |
| '{' is not preceded with whitespace. | 677 | |
| Line contains a tab character. | 678 | |
| Line contains a tab character. | 679 | |
| Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 682 | |
| Line contains a tab character. | 683 | |
| '{' is not preceded with whitespace. | 683 | |
| Line contains a tab character. | 684 | |
| Line contains a tab character. | 685 | |
| Line contains a tab character. | 686 | |
| Line has trailing spaces. | 687 | |
| Line contains a tab character. | 687 | |
| Line contains a tab character. | 688 | |
| Line contains a tab character. | 689 | |
| Line has trailing spaces. | 690 | |
| Method 'showDefaultView' is not designed for extension - needs to be abstract, final or empty. | 691 | |
| Parameter onReadyCallback should be final. | 692 | |
| Line contains a tab character. | 693 | |
| 'if' is not followed by whitespace. | 693 | |
| '{' is not preceded with whitespace. | 693 | |
| Line contains a tab character. | 694 | |
| Line contains a tab character. | 695 | |
| '}' should be on the same line. | 695 | |
| Line contains a tab character. | 696 | |
| 'else' is not followed by whitespace. | 696 | |
| '{' is not preceded with whitespace. | 696 | |
| Line contains a tab character. | 697 | |
| Line contains a tab character. | 698 | |
| Line contains a tab character. | 701 | |
| Method 'setParentController' is not designed for extension - needs to be abstract, final or empty. | 701 | |
| Parameter controller should be final. | 702 | |
| Line contains a tab character. | 706 | |
| Method 'checkAuthorization' is not designed for extension - needs to be abstract, final or empty. | 706 | |
| Line is longer than 80 characters. | 707 | |
| Line contains a tab character. | 707 | |
| Line contains a tab character. | 708 | |
| ',' is not followed by whitespace. | 708 | |
| ',' is not followed by whitespace. | 708 | |
| Line contains a tab character. | 709 | |
| Line contains a tab character. | 710 | |
| Line is longer than 80 characters. | 711 | |
| Line contains a tab character. | 711 | |
| '(' is followed by whitespace. | 711 | |
| ')' is preceded with whitespace. | 711 | |
| Line is longer than 80 characters. | 712 | |
| Line contains a tab character. | 712 | |
| Line contains a tab character. | 713 | |
| Line is longer than 80 characters. | 715 | |
| Line contains a tab character. | 715 | |
| '{' is not preceded with whitespace. | 715 | |
| Line contains a tab character. | 717 | |
| Line contains a tab character. | 718 | |
| Parameter caught should be final. | 718 | |
| Line is longer than 80 characters. | 719 | |
| Line contains a tab character. | 719 | |
| Line is longer than 80 characters. | 720 | |
| Line contains a tab character. | 720 | |
| Line is longer than 80 characters. | 721 | |
| '+' is not preceded with whitespace. | 721 | |
| '+' is not followed by whitespace. | 721 | |
| Line contains a tab character. | 722 | |
| Line contains a tab character. | 724 | |
| Line contains a tab character. | 725 | |
| Parameter result should be final. | 725 | |
| Line is longer than 80 characters. | 726 | |
| Line contains a tab character. | 726 | |
| Line contains a tab character. | 727 | |
| Line contains a tab character. | 728 | |
| Line contains a tab character. | 729 | |
| '}' should be on the same line. | 729 | |
| Line contains a tab character. | 730 | |
| Line is longer than 80 characters. | 731 | |
| Line contains a tab character. | 731 | |
| Line contains a tab character. | 732 | |
| Line contains a tab character. | 733 | |
| Line contains a tab character. | 734 | |
| Line contains a tab character. | 735 | |
| Line contains a tab character. | 737 | |
| Method 'isAuthorizationRequired' is not designed for extension - needs to be abstract, final or empty. | 737 | |
| Line contains a tab character. | 738 | |
| Line contains a tab character. | 739 | |
| Line contains a tab character. | 740 | |
| Line contains a tab character. | 742 | |
| Method 'setAuthorizationRequired' is not designed for extension - needs to be abstract, final or empty. | 742 | |
| Line contains a tab character. | 743 | |
| Parameter required should be final. | 743 | |
| Line contains a tab character. | 744 | |
| Line contains a tab character. | 745 | |
| Method 'setProposalHeaderTitle' is not designed for extension - needs to be abstract, final or empty. | 747 | |
| Missing a Javadoc comment. | 747 | |
| '{' is not preceded with whitespace. | 747 | |
| Line contains a tab character. | 748 | |
| Line contains a tab character. | 749 | |
| '{' is not preceded with whitespace. | 749 | |
| Line contains a tab character. | 750 | |
| Line contains a tab character. | 751 | |
| '}' should be on the same line. | 751 | |
| Line contains a tab character. | 752 | |
| 'else' is not followed by whitespace. | 752 | |
| '{' is not preceded with whitespace. | 752 | |
| Line contains a tab character. | 753 | |
| Line contains a tab character. | 754 | |
| Line contains a tab character. | 755 | |
| Line contains a tab character. | 756 | |
| Line contains a tab character. | 757 | |
| Line contains a tab character. | 758 | |
| Line contains a tab character. | 761 | |
| Method 'getWfUtilities' is not designed for extension - needs to be abstract, final or empty. | 761 | |
| Line contains a tab character. | 762 | |
| Line contains a tab character. | 763 | |
| Line contains a tab character. | 764 | |
| Line contains a tab character. | 766 | |
| Method 'beforeViewChange' is not designed for extension - needs to be abstract, final or empty. | 766 | |
| Line is longer than 80 characters. | 767 | |
| Line contains a tab character. | 767 | |
| Parameter viewChangingTo should be final. | 767 | |
| Line is longer than 80 characters. | 768 | |
| Line contains a tab character. | 768 | |
| Line is longer than 80 characters. | 769 | |
| Line contains a tab character. | 769 | |
| Line is longer than 80 characters. | 770 | |
| Line contains a tab character. | 770 | |
| Line contains a tab character. | 771 | |
| Line contains a tab character. | 772 | |
| '{' is not preceded with whitespace. | 772 | |
| Line contains a tab character. | 774 | |
| Line contains a tab character. | 775 | |
| Parameter result should be final. | 775 | |
| Line contains a tab character. | 776 | |
| 'if' is not followed by whitespace. | 776 | |
| '{' is not preceded with whitespace. | 776 | |
| Line is longer than 80 characters. | 777 | |
| Line contains a tab character. | 777 | |
| 'if' is not followed by whitespace. | 777 | |
| 'cast' is not followed by whitespace. | 777 | |
| '{' is not preceded with whitespace. | 777 | |
| Line is longer than 80 characters. | 778 | |
| Line contains a tab character. | 778 | |
| Line is longer than 80 characters. | 779 | |
| Line contains a tab character. | 779 | |
| Line is longer than 80 characters. | 780 | |
| Line contains a tab character. | 780 | |
| '{' is not preceded with whitespace. | 780 | |
| Line contains a tab character. | 782 | |
| Line is longer than 80 characters. | 783 | |
| Line contains a tab character. | 783 | |
| Parameter result should be final. | 783 | |
| Line contains a tab character. | 784 | |
| switch without "default" clause. | 784 | |
| '{' is not preceded with whitespace. | 784 | |
| Line is longer than 80 characters. | 785 | |
| Line contains a tab character. | 785 | |
| Line is longer than 80 characters. | 786 | |
| Line contains a tab character. | 786 | |
| Line is longer than 80 characters. | 787 | |
| Line contains a tab character. | 787 | |
| Line is longer than 80 characters. | 788 | |
| Line contains a tab character. | 788 | |
| '{' is not preceded with whitespace. | 788 | |
| Line is longer than 80 characters. | 790 | |
| Line contains a tab character. | 790 | |
| Line is longer than 80 characters. | 791 | |
| Line contains a tab character. | 791 | |
| Parameter action should be final. | 791 | |
| Line is longer than 80 characters. | 792 | |
| Line contains a tab character. | 792 | |
| 'if' is not followed by whitespace. | 792 | |
| '{' is not preceded with whitespace. | 792 | |
| Line is longer than 80 characters. | 793 | |
| Line contains a tab character. | 793 | |
| Line is longer than 80 characters. | 794 | |
| Line contains a tab character. | 794 | |
| '}' should be on the same line. | 794 | |
| Line is longer than 80 characters. | 795 | |
| Line contains a tab character. | 795 | |
| 'else' is not followed by whitespace. | 795 | |
| '{' is not preceded with whitespace. | 795 | |
| Line is longer than 80 characters. | 796 | |
| Line contains a tab character. | 796 | |
| Line is longer than 80 characters. | 797 | |
| Line contains a tab character. | 797 | |
| Line is longer than 80 characters. | 798 | |
| Line contains a tab character. | 798 | |
| Line has trailing spaces. | 799 | |
| Line is longer than 80 characters. | 799 | |
| Line contains a tab character. | 799 | |
| Line is longer than 80 characters. | 800 | |
| Line contains a tab character. | 800 | |
| Line is longer than 80 characters. | 801 | |
| Line contains a tab character. | 801 | |
| Line is longer than 80 characters. | 802 | |
| Line contains a tab character. | 802 | |
| Line contains a tab character. | 803 | |
| Line is longer than 80 characters. | 804 | |
| Line contains a tab character. | 804 | |
| Line is longer than 80 characters. | 805 | |
| Line contains a tab character. | 805 | |
| '{' is not preceded with whitespace. | 805 | |
| Line is longer than 80 characters. | 807 | |
| Line contains a tab character. | 807 | |
| Line is longer than 80 characters. | 808 | |
| Line contains a tab character. | 808 | |
| Parameter model should be final. | 808 | |
| Line is longer than 80 characters. | 809 | |
| Line contains a tab character. | 809 | |
| '{' is not preceded with whitespace. | 809 | |
| Line is longer than 80 characters. | 810 | |
| Line contains a tab character. | 810 | |
| Line is longer than 80 characters. | 811 | |
| Line contains a tab character. | 811 | |
| Line is longer than 80 characters. | 812 | |
| Line contains a tab character. | 812 | |
| Line is longer than 80 characters. | 813 | |
| Line contains a tab character. | 813 | |
| Line is longer than 80 characters. | 814 | |
| Line contains a tab character. | 814 | |
| Line is longer than 80 characters. | 816 | |
| Line contains a tab character. | 816 | |
| Line is longer than 80 characters. | 817 | |
| Line contains a tab character. | 817 | |
| Parameter cause should be final. | 817 | |
| Line is longer than 80 characters. | 818 | |
| Line contains a tab character. | 818 | |
| Line is longer than 80 characters. | 819 | |
| Line contains a tab character. | 819 | |
| Line is longer than 80 characters. | 820 | |
| Line contains a tab character. | 820 | |
| Line is longer than 80 characters. | 821 | |
| Line contains a tab character. | 821 | |
| Line is longer than 80 characters. | 822 | |
| Line contains a tab character. | 822 | |
| Line is longer than 80 characters. | 823 | |
| Line contains a tab character. | 823 | |
| '}' is not followed by whitespace. | 823 | |
| '}' is not preceded with whitespace. | 823 | |
| Line is longer than 80 characters. | 824 | |
| Line contains a tab character. | 824 | |
| Line is longer than 80 characters. | 826 | |
| Line contains a tab character. | 826 | |
| Line is longer than 80 characters. | 827 | |
| Line contains a tab character. | 827 | |
| Line is longer than 80 characters. | 828 | |
| Line contains a tab character. | 828 | |
| Line is longer than 80 characters. | 829 | |
| Line contains a tab character. | 829 | |
| Line has trailing spaces. | 830 | |
| Line is longer than 80 characters. | 830 | |
| Line contains a tab character. | 830 | |
| Line has trailing spaces. | 831 | |
| Line is longer than 80 characters. | 831 | |
| Line contains a tab character. | 831 | |
| Line is longer than 80 characters. | 832 | |
| Line contains a tab character. | 832 | |
| Line contains a tab character. | 833 | |
| Line contains a tab character. | 834 | |
| Line contains a tab character. | 835 | |
| Line contains a tab character. | 836 | |
| Line contains a tab character. | 837 | |
| '}' should be on the same line. | 837 | |
| Line contains a tab character. | 838 | |
| 'else' is not followed by whitespace. | 838 | |
| '{' is not preceded with whitespace. | 838 | |
| Line contains a tab character. | 839 | |
| Line contains a tab character. | 840 | |
| Line contains a tab character. | 841 | |
| '}' should be on the same line. | 841 | |
| Line contains a tab character. | 842 | |
| 'else' is not followed by whitespace. | 842 | |
| '{' is not preceded with whitespace. | 842 | |
| Line contains a tab character. | 843 | |
| Line contains a tab character. | 844 | |
| Line contains a tab character. | 845 | |
| Line contains a tab character. | 846 | |
| Line contains a tab character. | 847 | |
| Line has trailing spaces. | 848 | |
| Line contains a tab character. | 848 | |
| Method 'getSaveButton' is not designed for extension - needs to be abstract, final or empty. | 849 | |
| Missing a Javadoc comment. | 849 | |
| '{' is not preceded with whitespace. | 849 | |
| Line contains a tab character. | 850 | |
| 'if' is not followed by whitespace. | 850 | |
| '{' is not preceded with whitespace. | 850 | |
| Line contains a tab character. | 851 | |
| '{' is not preceded with whitespace. | 851 | |
| Line contains a tab character. | 852 | |
| Parameter event should be final. | 852 | |
| Line is longer than 80 characters. | 853 | |
| Line contains a tab character. | 853 | |
| Line contains a tab character. | 854 | |
| Line contains a tab character. | 855 | |
| Line contains a tab character. | 856 | |
| '}' should be on the same line. | 856 | |
| Line contains a tab character. | 857 | |
| 'else' is not followed by whitespace. | 857 | |
| '{' is not preceded with whitespace. | 857 | |
| Line contains a tab character. | 858 | |
| '{' is not preceded with whitespace. | 858 | |
| Parameter event should be final. | 859 | |
| Line is longer than 80 characters. | 860 | |
| Line contains a tab character. | 863 | |
| Line has trailing spaces. | 865 | |
| Method 'getCancelButton' is not designed for extension - needs to be abstract, final or empty. | 866 | |
| Missing a Javadoc comment. | 866 | |
| '{' is not preceded with whitespace. | 866 | |
| Line has trailing spaces. | 867 | |
| Line contains a tab character. | 867 | |
| Line is longer than 80 characters. | 868 | |
| '{' is not preceded with whitespace. | 868 | |
| Parameter event should be final. | 869 | |
| Line contains a tab character. | 870 | |
| 'if' is not followed by whitespace. | 870 | |
| '{' is not preceded with whitespace. | 870 | |
| Line is longer than 80 characters. | 871 | |
| Line contains a tab character. | 871 | |
| Line contains a tab character. | 872 | |
| '}' should be on the same line. | 872 | |
| Line contains a tab character. | 873 | |
| 'else' is not followed by whitespace. | 873 | |
| '{' is not preceded with whitespace. | 873 | |
| Line is longer than 80 characters. | 874 | |
| Line contains a tab character. | 874 | |
| Line contains a tab character. | 875 | |
| Line has trailing spaces. | 880 | |
| Line contains a tab character. | 880 | |
| Line contains a tab character. | 881 | |
| Method 'onHistoryEvent' is not designed for extension - needs to be abstract, final or empty. | 881 | |
| Line contains a tab character. | 882 | |
| Parameter historyStack should be final. | 882 | |
| Line contains a tab character. | 883 | |
| Line is longer than 80 characters. | 884 | |
| Line contains a tab character. | 884 | |
| Line contains a tab character. | 885 | |
| Line has trailing spaces. | 886 | |
| Line contains a tab character. | 886 | |
| 'if' is not followed by whitespace. | 886 | |
| '&&' should be on a new line. | 886 | |
| Line is longer than 80 characters. | 887 | |
| Line contains a tab character. | 887 | |
| '{' is not preceded with whitespace. | 887 | |
| Line is longer than 80 characters. | 888 | |
| Line contains a tab character. | 888 | |
| Line contains a tab character. | 889 | |
| Line contains a tab character. | 890 | |
| Line has trailing spaces. | 891 | |
| Line contains a tab character. | 891 | |
| Line contains a tab character. | 892 | |
| Missing a Javadoc comment. | 892 | |
| '{' is not preceded with whitespace. | 892 | |
| Line contains a tab character. | 893 | |
| Line contains a tab character. | 894 | |
| Line contains a tab character. | 895 | |
| Line contains a tab character. | 896 | |
| Line contains a tab character. | 897 | |
| Method 'getCourseId' is not designed for extension - needs to be abstract, final or empty. | 899 | |
| Missing a Javadoc comment. | 899 | |
| '{' is not preceded with whitespace. | 899 | |
| Method 'isNew' is not designed for extension - needs to be abstract, final or empty. | 903 | |
| Missing a Javadoc comment. | 903 | |
| Method 'getReqDataModel' is not designed for extension - needs to be abstract, final or empty. | 907 | |
| Missing a Javadoc comment. | 907 | |
| Line has trailing spaces. | 910 | |
| Method 'getExportDataModel' is not designed for extension - needs to be abstract, final or empty. | 911 | |
| Line has trailing spaces. | 915 | |
| Line has trailing spaces. | 917 | |
| Line is longer than 80 characters. | 918 | |
| Expected an @return tag. | 920 | |
| Method 'getExportTemplateName' is not designed for extension - needs to be abstract, final or empty. | 920 | |
| Line has trailing spaces. | 924 | |
| Method 'getExportElementsFromView' is not designed for extension - needs to be abstract, final or empty. | 925 | |
| Line is longer than 80 characters. | 927 | |
| Line has trailing spaces. | 928 | |
| Line is longer than 80 characters. | 929 | |
| Line is longer than 80 characters. | 935 | |
| Line has trailing spaces. | 939 | |
| Method 'isExportButtonActive' is not designed for extension - needs to be abstract, final or empty. | 940 | |
| Line has trailing spaces. | 942 | |
| Line is longer than 80 characters. | 942 | |
| Conditional logic can be removed. | 942 | |
| Line has trailing spaces. | 947 | |
| Line has trailing spaces. | 948 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 43 | |
| '{' is not preceded with whitespace. | 43 | |
| Line has trailing spaces. | 44 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Line contains a tab character. | 45 | |
| '{' is not preceded with whitespace. | 45 | |
| '{' is not followed by whitespace. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 45 | |
| '}' is not preceded with whitespace. | 45 | |
| Line has trailing spaces. | 46 | |
| Line contains a tab character. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Line contains a tab character. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Line contains a tab character. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Variable 'summaryConfigurer' must be private and have accessor methods. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line contains a tab character. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Variable 'rpcServiceAsync' must be private and have accessor methods. | 55 | |
| Line contains a tab character. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Variable 'definition' must be private and have accessor methods. | 56 | |
| Line has trailing spaces. | 57 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line contains a tab character. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line has trailing spaces. | 60 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Line contains a tab character. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line contains a tab character. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Line has trailing spaces. | 64 | |
| Line contains a tab character. | 64 | |
| Line has trailing spaces. | 65 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Line contains a tab character. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Line contains a tab character. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line contains a tab character. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Line has trailing spaces. | 70 | |
| Line contains a tab character. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line contains a tab character. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Line contains a tab character. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Line has trailing spaces. | 73 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Parameter viewType should be final. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line is longer than 80 characters. | 80 | |
| '{' is not preceded with whitespace. | 80 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Parameter event should be final. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line has trailing spaces. | 88 | |
| Line has trailing spaces. | 92 | |
| Line contains a tab character. | 92 | |
| Line has trailing spaces. | 96 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 98 | |
| Method 'setVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Parameter versionIndId should be final. | 98 | |
| 'versionIndId' hides a field. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line has trailing spaces. | 101 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 108 | |
| 'if' is not followed by whitespace. | 108 | |
| '{' is not preceded with whitespace. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line contains a tab character. | 109 | |
| '}' should be on the same line. | 110 | |
| 'else' is not followed by whitespace. | 111 | |
| '{' is not preceded with whitespace. | 111 | |
| Line contains a tab character. | 112 | |
| Line has trailing spaces. | 116 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Line contains a tab character. | 120 | |
| 'if' is not followed by whitespace. | 120 | |
| '{' is not preceded with whitespace. | 120 | |
| Line has trailing spaces. | 121 | |
| Line is longer than 80 characters. | 121 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| '}' should be on the same line. | 122 | |
| Line contains a tab character. | 123 | |
| 'else' is not followed by whitespace. | 123 | |
| '{' is not preceded with whitespace. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 128 | |
| Line has trailing spaces. | 129 | |
| Line contains a tab character. | 129 | |
| Line has trailing spaces. | 130 | |
| Line contains a tab character. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Line contains a tab character. | 131 | |
| '{' is not preceded with whitespace. | 131 | |
| Line contains a tab character. | 132 | |
| Line has trailing spaces. | 133 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| '{' is not preceded with whitespace. | 134 | |
| Line has trailing spaces. | 135 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Parameter caught should be final. | 137 | |
| Line contains a tab character. | 138 | |
| '+' is not preceded with whitespace. | 138 | |
| '+' is not followed by whitespace. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line has trailing spaces. | 142 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Parameter result should be final. | 144 | |
| Line contains a tab character. | 145 | |
| 'if' is not followed by whitespace. | 145 | |
| '{' is not preceded with whitespace. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| 'if' is not followed by whitespace. | 149 | |
| '{' is not preceded with whitespace. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| '}' should be on the same line. | 154 | |
| Line contains a tab character. | 155 | |
| 'else' is not followed by whitespace. | 155 | |
| '{' is not preceded with whitespace. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| '}' should be on the same line. | 164 | |
| Line contains a tab character. | 165 | |
| 'else' is not followed by whitespace. | 165 | |
| '{' is not preceded with whitespace. | 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 | |
| 'if' is not followed by whitespace. | 169 | |
| '{' is not preceded with whitespace. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| '}' should be on the same line. | 171 | |
| Line contains a tab character. | 172 | |
| 'else' is not followed by whitespace. | 172 | |
| '{' is not preceded with whitespace. | 172 | |
| Line is longer than 80 characters. | 173 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line has trailing spaces. | 178 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line has trailing spaces. | 181 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| Line has trailing spaces. | 184 | |
| Line contains a tab character. | 184 | |
| Method 'showDefaultView' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Line contains a tab character. | 187 | |
| Line has trailing spaces. | 188 | |
| Line contains a tab character. | 188 | |
| Parameter result should be final. | 192 | |
| Line is longer than 80 characters. | 194 | |
| Line contains a tab character. | 194 | |
| Line has trailing spaces. | 195 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| Parameter result should be final. | 197 | |
| Line contains a tab character. | 198 | |
| Line is longer than 80 characters. | 199 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| Line has trailing spaces. | 206 | |
| Line has trailing spaces. | 210 | |
| Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Parameter onReadyCallback should be final. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Line contains a tab character. | 216 | |
| Line has trailing spaces. | 218 | |
| Missing a Javadoc comment. | 219 | |
| Line contains a tab character. | 224 | |
| Line has trailing spaces. | 225 | |
| Line contains a tab character. | 225 | |
| Line is longer than 80 characters. | 226 | |
| Line contains a tab character. | 226 | |
| '{' is not preceded with whitespace. | 226 | |
| Line contains a tab character. | 228 | |
| Parameter caught should be final. | 228 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| Line is longer than 80 characters. | 232 | |
| Parameter result should be final. | 235 | |
| Line contains a tab character. | 236 | |
| Line contains a tab character. | 240 | |
| Line has trailing spaces. | 241 | |
| Missing a Javadoc comment. | 245 | |
| Line is longer than 80 characters. | 246 | |
| Parameter stmtTypes should be final. | 249 | |
| Line is longer than 80 characters. | 250 | |
| Line is longer than 80 characters. | 253 | |
| '||' should be on a new line. | 253 | |
| Line is longer than 80 characters. | 254 | |
| Line is longer than 80 characters. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Line has trailing spaces. | 275 | |
| Method 'generateActionDropDown' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| Missing a Javadoc comment. | 276 | |
| '{' is not preceded with whitespace. | 276 | |
| Line is longer than 80 characters. | 277 | |
| Line contains a tab character. | 277 | |
| Line contains a tab character. | 279 | |
| Line has trailing spaces. | 280 | |
| Line contains a tab character. | 281 | |
| Line has trailing spaces. | 283 | |
| Missing a Javadoc comment. | 284 | |
| Line contains a tab character. | 285 | |
| 'if' is not followed by whitespace. | 285 | |
| '{' is not preceded with whitespace. | 285 | |
| Line contains a tab character. | 286 | |
| Line has trailing spaces. | 287 | |
| Line contains a tab character. | 287 | |
| Line contains a tab character. | 288 | |
| 'for' is not followed by whitespace. | 288 | |
| ':' is not preceded with whitespace. | 288 | |
| '{' is not preceded with whitespace. | 288 | |
| Line is longer than 80 characters. | 289 | |
| Line contains a tab character. | 289 | |
| Line contains a tab character. | 290 | |
| Line contains a tab character. | 291 | |
| Parameter newState should be final. | 291 | |
| Line contains a tab character. | 292 | |
| Line is longer than 80 characters. | 293 | |
| Line contains a tab character. | 293 | |
| '5000' is a magic number. | 293 | |
| Line is longer than 80 characters. | 294 | |
| Line contains a tab character. | 294 | |
| Line is longer than 80 characters. | 295 | |
| Line contains a tab character. | 295 | |
| Line contains a tab character. | 296 | |
| Line is longer than 80 characters. | 297 | |
| Line contains a tab character. | 297 | |
| '5000' is a magic number. | 297 | |
| Line contains a tab character. | 298 | |
| Line contains a tab character. | 299 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 301 | |
| Line contains a tab character. | 302 | |
| Line contains a tab character. | 303 | |
| 'if' is not followed by whitespace. | 303 | |
| Line contains a tab character. | 304 | |
| Line contains a tab character. | 305 | |
| '}' should be on the same line. | 305 | |
| Line contains a tab character. | 306 | |
| 'else' is not followed by whitespace. | 306 | |
| '{' is not preceded with whitespace. | 306 | |
| Line contains a tab character. | 307 | |
| Line contains a tab character. | 308 | |
| Line contains a tab character. | 309 | |
| Line contains a tab character. | 310 | |
| Line has trailing spaces. | 312 | |
| Line contains a tab character. | 313 | |
| Method 'getStatusLabel' is not designed for extension - needs to be abstract, final or empty. | 313 | |
| Missing a Javadoc comment. | 313 | |
| Line contains a tab character. | 314 | |
| Line contains a tab character. | 315 | |
| Line contains a tab character. | 316 | |
| Line has trailing spaces. | 317 | |
| Method 'getDefinition' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| Missing a Javadoc comment. | 318 | |
| '{' is not preceded with whitespace. | 318 | |
| Line contains a tab character. | 319 | |
| Line contains a tab character. | 322 | |
| Method 'setCurrentVersionId' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| Missing a Javadoc comment. | 322 | |
| Parameter id should be final. | 322 | |
| Line contains a tab character. | 323 | |
| Line contains a tab character. | 324 | |
| Line contains a tab character. | 326 | |
| Method 'getCurrentVersionId' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| Missing a Javadoc comment. | 326 | |
| Line contains a tab character. | 327 | |
| Line contains a tab character. | 328 | |
| Line has trailing spaces. | 329 | |
| Line contains a tab character. | 329 | |
| Line contains a tab character. | 330 | |
| Method 'getVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| Missing a Javadoc comment. | 330 | |
| Line contains a tab character. | 331 | |
| Line contains a tab character. | 332 | |
| Line has trailing spaces. | 333 | |
| Line contains a tab character. | 333 | |
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| Missing a Javadoc comment. | 334 | |
| Parameter courseMessageKey should be final. | 334 | |
| Line is longer than 80 characters. | 335 | |
| Line contains a tab character. | 335 | |
| Line contains a tab character. | 336 | |
| Line contains a tab character. | 337 | |
| Line contains a tab character. | 338 | |
| Line contains a tab character. | 339 | |
| Line has trailing spaces. | 341 | |
| Line contains a tab character. | 341 | |
| Line has trailing spaces. | 342 | |
| Line contains a tab character. | 342 | |
| Line contains a tab character. | 343 | |
| Method 'showView' is not designed for extension - needs to be abstract, final or empty. | 343 | |
| Line is longer than 80 characters. | 344 | |
| Line contains a tab character. | 344 | |
| Parameter viewType should be final. | 344 | |
| Parameter onReadyCallback should be final. | 344 | |
| Line contains a tab character. | 345 | |
| 'if' is not followed by whitespace. | 345 | |
| '{' is not preceded with whitespace. | 345 | |
| Line contains a tab character. | 346 | |
| Line contains a tab character. | 347 | |
| Line contains a tab character. | 348 | |
| Line contains a tab character. | 349 | |
| '}' should be on the same line. | 349 | |
| Line contains a tab character. | 350 | |
| 'else' is not followed by whitespace. | 350 | |
| '{' is not preceded with whitespace. | 350 | |
| Line contains a tab character. | 351 | |
| Line contains a tab character. | 352 | |
| Line contains a tab character. | 353 | |
| Line contains a tab character. | 354 | |
| Line contains a tab character. | 355 | |
| Line contains a tab character. | 356 | |
| Line contains a tab character. | 360 | |
| Method 'setCurrentTitle' is not designed for extension - needs to be abstract, final or empty. | 360 | |
| Missing a Javadoc comment. | 360 | |
| Parameter currentTitle should be final. | 360 | |
| Line contains a tab character. | 361 | |
| Line contains a tab character. | 362 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Unused import - org.kuali.student.common.ui.client.configurable.mvc.views.SectionView. | 30 | |
| Unused import - org.kuali.student.common.ui.client.mvc.View. | 36 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Unused import - org.kuali.student.lum.lu.ui.course.client.configuration.CourseConfigurer.CourseSections. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 63 | |
| Line has trailing spaces. | 74 | |
| Line is longer than 80 characters. | 74 | |
| Line has trailing spaces. | 75 | |
| Line is longer than 80 characters. | 79 | |
| '{' is not preceded with whitespace. | 79 | |
| Line has trailing spaces. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Line has trailing spaces. | 81 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 85 | |
| Line has trailing spaces. | 86 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 88 | |
| Line has trailing spaces. | 89 | |
| Missing a Javadoc comment. | 90 | |
| Name 'REFERENCE_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 92 | |
| Variable 'rpcServiceAsync' must be private and have accessor methods. | 92 | |
| Line has trailing spaces. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line contains a tab character. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line contains a tab character. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Line contains a tab character. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Line has trailing spaces. | 97 | |
| Line contains a tab character. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line contains a tab character. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 100 | |
| Line has trailing spaces. | 101 | |
| Missing a Javadoc comment. | 102 | |
| Variable 'cfg' must be private and have accessor methods. | 102 | |
| Line has trailing spaces. | 103 | |
| Line contains a tab character. | 103 | |
| Missing a Javadoc comment. | 104 | |
| Parameter viewType should be final. | 104 | |
| '{' is not preceded with whitespace. | 104 | |
| Line contains a tab character. | 105 | |
| Line has trailing spaces. | 112 | |
| Method 'setViewContext' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Parameter viewContext should be final. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| 'if' is not followed by whitespace. | 116 | |
| '{' is not preceded with whitespace. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line has trailing spaces. | 121 | |
| Missing a Javadoc comment. | 122 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 127 | |
| '{' is not preceded with whitespace. | 128 | |
| '{' is not preceded with whitespace. | 132 | |
| Parameter workCompleteCallback should be final. | 134 | |
| Line is longer than 80 characters. | 135 | |
| '{' is not preceded with whitespace. | 135 | |
| '{' is not preceded with whitespace. | 136 | |
| Line is longer than 80 characters. | 137 | |
| 'else' is not followed by whitespace. | 138 | |
| '{' is not preceded with whitespace. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line has trailing spaces. | 140 | |
| Line has trailing spaces. | 145 | |
| Line has trailing spaces. | 148 | |
| Line has trailing spaces. | 150 | |
| Line has trailing spaces. | 152 | |
| Line has trailing spaces. | 153 | |
| Line contains a tab character. | 153 | |
| Line has trailing spaces. | 155 | |
| Line has trailing spaces. | 156 | |
| Line has trailing spaces. | 157 | |
| Method 'generateActionDropDown' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Missing a Javadoc comment. | 157 | |
| '{' is not preceded with whitespace. | 157 | |
| Line contains a tab character. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Parameter newState should be final. | 160 | |
| Line contains a tab character. | 161 | |
| Line is longer than 80 characters. | 162 | |
| '5000' is a magic number. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Line contains a tab character. | 165 | |
| Line is longer than 80 characters. | 166 | |
| '5000' is a magic number. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Line has trailing spaces. | 171 | |
| Line contains a tab character. | 172 | |
| Line has trailing spaces. | 174 | |
| Missing a Javadoc comment. | 175 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Line contains a tab character. | 185 | |
| Line is longer than 80 characters. | 186 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| 'if' is not followed by whitespace. | 187 | |
| '{' is not preceded with whitespace. | 187 | |
| 'if' is not followed by whitespace. | 190 | |
| '==' is not preceded with whitespace. | 190 | |
| '==' is not followed by whitespace. | 190 | |
| '{' is not preceded with whitespace. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 194 | |
| Line has trailing spaces. | 195 | |
| Line contains a tab character. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line contains a tab character. | 196 | |
| '{' is not preceded with whitespace. | 196 | |
| Line contains a tab character. | 198 | |
| Parameter caught should be final. | 199 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| Line is longer than 80 characters. | 203 | |
| Parameter result should be final. | 206 | |
| Line is longer than 80 characters. | 207 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 211 | |
| Line has trailing spaces. | 212 | |
| Missing a Javadoc comment. | 216 | |
| Line has trailing spaces. | 217 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 218 | |
| 'for' is not followed by whitespace. | 218 | |
| ':' is not preceded with whitespace. | 218 | |
| '{' is not preceded with whitespace. | 218 | |
| Line contains a tab character. | 219 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| 'if' is not followed by whitespace. | 221 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 223 | |
| '}' should be on the same line. | 223 | |
| Line contains a tab character. | 224 | |
| 'else' is not followed by whitespace. | 224 | |
| '{' is not preceded with whitespace. | 224 | |
| Line contains a tab character. | 225 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line is longer than 80 characters. | 230 | |
| Missing a Javadoc comment. | 230 | |
| '{' is not preceded with whitespace. | 230 | |
| Line is longer than 80 characters. | 232 | |
| Parameter stmtTypes should be final. | 235 | |
| Line is longer than 80 characters. | 236 | |
| Line is longer than 80 characters. | 239 | |
| '||' should be on a new line. | 239 | |
| Line is longer than 80 characters. | 240 | |
| 'if' is not followed by whitespace. | 246 | |
| '{' is not preceded with whitespace. | 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 | |
| Line has trailing spaces. | 257 | |
| Method 'requestModel' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| Line is longer than 80 characters. | 260 | |
| Parameter modelType should be final. | 260 | |
| 'if' is not followed by whitespace. | 261 | |
| '{' is not preceded with whitespace. | 261 | |
| '{' is not preceded with whitespace. | 262 | |
| 'if' is not followed by whitespace. | 265 | |
| '{' is not preceded with whitespace. | 265 | |
| 'cast' is not followed by whitespace. | 266 | |
| 'else' is not followed by whitespace. | 267 | |
| '{' is not preceded with whitespace. | 267 | |
| Line has trailing spaces. | 270 | |
| Line has trailing spaces. | 274 | |
| 'else' is not preceded with whitespace. | 277 | |
| '}' is not followed by whitespace. | 277 | |
| '{' is not preceded with whitespace. | 277 | |
| Line has trailing spaces. | 283 | |
| Line has trailing spaces. | 284 | |
| Missing a Javadoc comment. | 284 | |
| Line is longer than 80 characters. | 285 | |
| '{' is not preceded with whitespace. | 285 | |
| Line contains a tab character. | 286 | |
| '{' is not preceded with whitespace. | 288 | |
| Parameter caught should be final. | 291 | |
| '+' is not preceded with whitespace. | 292 | |
| '+' is not followed by whitespace. | 292 | |
| Parameter result should be final. | 298 | |
| Line is longer than 80 characters. | 305 | |
| Parameter result should be final. | 307 | |
| Line is longer than 80 characters. | 309 | |
| Line has trailing spaces. | 318 | |
| Missing a Javadoc comment. | 319 | |
| Line is longer than 80 characters. | 320 | |
| Line contains a tab character. | 321 | |
| '{' is not preceded with whitespace. | 321 | |
| Parameter caught should be final. | 324 | |
| '+' is not preceded with whitespace. | 325 | |
| '+' is not followed by whitespace. | 325 | |
| Parameter result should be final. | 331 | |
| Line has trailing spaces. | 343 | |
| Missing a Javadoc comment. | 344 | |
| Line is longer than 80 characters. | 345 | |
| '{' is not preceded with whitespace. | 345 | |
| Method 'getCourseId' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| Missing a Javadoc comment. | 351 | |
| Line has trailing spaces. | 354 | |
| Method 'getVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| Missing a Javadoc comment. | 355 | |
| 'cast' is not followed by whitespace. | 356 | |
| Method 'setCourseId' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| Missing a Javadoc comment. | 359 | |
| Parameter courseId should be final. | 359 | |
| 'courseId' hides a field. | 359 | |
| Line has trailing spaces. | 361 | |
| Line has trailing spaces. | 363 | |
| Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 364 | |
| Missing a Javadoc comment. | 364 | |
| Parameter cluType should be final. | 364 | |
| 'cluType' hides a field. | 364 | |
| '{' is not preceded with whitespace. | 364 | |
| '{' is not preceded with whitespace. | 367 | |
| Line has trailing spaces. | 368 | |
| Line has trailing spaces. | 371 | |
| Line has trailing spaces. | 372 | |
| Method 'showDefaultView' is not designed for extension - needs to be abstract, final or empty. | 373 | |
| Parameter result should be final. | 378 | |
| Line is longer than 80 characters. | 380 | |
| Line contains a tab character. | 380 | |
| Line has trailing spaces. | 387 | |
| Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| Parameter onReadyCallback should be final. | 389 | |
| Line contains a tab character. | 390 | |
| Line has trailing spaces. | 392 | |
| Missing a Javadoc comment. | 393 | |
| '{' is not preceded with whitespace. | 393 | |
| '{' is not preceded with whitespace. | 394 | |
| Parameter event should be final. | 395 | |
| Line contains a tab character. | 396 | |
| Line has trailing spaces. | 398 | |
| Line has trailing spaces. | 400 | |
| Line has trailing spaces. | 401 | |
| Method 'setHeaderTitle' is not designed for extension - needs to be abstract, final or empty. | 402 | |
| Missing a Javadoc comment. | 402 | |
| Line has trailing spaces. | 403 | |
| Line has trailing spaces. | 404 | |
| Line contains a tab character. | 404 | |
| Line contains a tab character. | 405 | |
| '{' is not preceded with whitespace. | 405 | |
| Line contains a tab character. | 406 | |
| Line contains a tab character. | 407 | |
| '}' should be on the same line. | 407 | |
| Line contains a tab character. | 408 | |
| 'else' is not followed by whitespace. | 408 | |
| '{' is not preceded with whitespace. | 408 | |
| Line contains a tab character. | 409 | |
| Line contains a tab character. | 410 | |
| Line has trailing spaces. | 411 | |
| Line contains a tab character. | 411 | |
| Line contains a tab character. | 412 | |
| Line has trailing spaces. | 413 | |
| Line contains a tab character. | 413 | |
| Line contains a tab character. | 414 | |
| Line contains a tab character. | 415 | |
| Line contains a tab character. | 416 | |
| Line has trailing spaces. | 418 | |
| Missing a Javadoc comment. | 419 | |
| Line contains a tab character. | 420 | |
| 'if' is not followed by whitespace. | 420 | |
| '{' is not preceded with whitespace. | 420 | |
| Line contains a tab character. | 421 | |
| Line contains a tab character. | 422 | |
| Line has trailing spaces. | 424 | |
| Missing a Javadoc comment. | 425 | |
| Line contains a tab character. | 426 | |
| '{' is not preceded with whitespace. | 426 | |
| Line contains a tab character. | 427 | |
| Line contains a tab character. | 428 | |
| Parameter event should be final. | 428 | |
| Line contains a tab character. | 429 | |
| Line contains a tab character. | 430 | |
| Line contains a tab character. | 431 | |
| Line contains a tab character. | 432 | |
| Line contains a tab character. | 433 | |
| Line contains a tab character. | 434 | |
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 436 | |
| Missing a Javadoc comment. | 436 | |
| Parameter courseMessageKey should be final. | 436 | |
| Line is longer than 80 characters. | 437 | |
| Line contains a tab character. | 437 | |
| Line contains a tab character. | 438 | |
| Line contains a tab character. | 439 | |
| Line contains a tab character. | 440 | |
| Line contains a tab character. | 441 | |
| Line has trailing spaces. | 443 | |
| Line contains a tab character. | 444 | |
| Method 'getStatusLabel' is not designed for extension - needs to be abstract, final or empty. | 444 | |
| Missing a Javadoc comment. | 444 | |
| Line contains a tab character. | 445 | |
| Line contains a tab character. | 446 | |
| Line contains a tab character. | 447 | |
| Line has trailing spaces. | 448 | |
| Line contains a tab character. | 448 | |
| Line contains a tab character. | 449 | |
| Method 'getVersionHistoryWidget' is not designed for extension - needs to be abstract, final or empty. | 449 | |
| Missing a Javadoc comment. | 449 | |
| '{' is not preceded with whitespace. | 449 | |
| Line is longer than 80 characters. | 450 | |
| Line contains a tab character. | 450 | |
| '{' is not preceded with whitespace. | 450 | |
| Line contains a tab character. | 452 | |
| Line contains a tab character. | 453 | |
| Parameter event should be final. | 453 | |
| Line is longer than 80 characters. | 454 | |
| Line contains a tab character. | 454 | |
| Line contains a tab character. | 455 | |
| Line contains a tab character. | 456 | |
| Line contains a tab character. | 457 | |
| Line contains a tab character. | 458 | |
| Line has trailing spaces. | 459 | |
| Line contains a tab character. | 459 | |
| Line contains a tab character. | 460 | |
| Line has trailing spaces. | 461 | |
| Line contains a tab character. | 461 | |
| Line contains a tab character. | 462 | |
| Method 'onHistoryEvent' is not designed for extension - needs to be abstract, final or empty. | 462 | |
| Line contains a tab character. | 463 | |
| Parameter historyStack should be final. | 463 | |
| Line contains a tab character. | 464 | |
| Line contains a tab character. | 465 | |
| '{' is not preceded with whitespace. | 465 | |
| Line is longer than 80 characters. | 466 | |
| Line contains a tab character. | 466 | |
| Line contains a tab character. | 467 | |
| Line contains a tab character. | 468 | |
| Line has trailing spaces. | 469 | |
| Line contains a tab character. | 469 | |
| Line contains a tab character. | 470 | |
| Method 'getCourseTitle' is not designed for extension - needs to be abstract, final or empty. | 470 | |
| Missing a Javadoc comment. | 470 | |
| '{' is not preceded with whitespace. | 470 | |
| Line contains a tab character. | 471 | |
| Line contains a tab character. | 472 | |
| Line is longer than 80 characters. | 474 | |
| Line contains a tab character. | 474 | |
| Line contains a tab character. | 475 | |
| Method 'getCurrentId' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| Missing a Javadoc comment. | 475 | |
| Line contains a tab character. | 476 | |
| Line contains a tab character. | 477 | |
| Method 'getReqDataModel' is not designed for extension - needs to be abstract, final or empty. | 479 | |
| Line has trailing spaces. | 483 | |
| Method 'getExportDataModel' is not designed for extension - needs to be abstract, final or empty. | 484 | |
| Line has trailing spaces. | 488 | |
| Method 'isExportButtonActive' is not designed for extension - needs to be abstract, final or empty. | 489 | |
| Line is longer than 80 characters. | 491 | |
| Line has trailing spaces. | 496 | |
| Method 'getExportElementsFromView' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| Line is longer than 80 characters. | 499 | |
| Line has trailing spaces. | 500 | |
| Line is longer than 80 characters. | 500 | |
| Line is longer than 80 characters. | 501 | |
| Line is longer than 80 characters. | 506 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.kuali.student.common.ui.client.mvc.breadcrumb.BreadcrumbManager. | 6 | |
| Unused import - org.kuali.student.common.ui.client.mvc.history.HistoryManager. | 7 | |
| Missing a Javadoc comment. | 9 | |
| '{' is not preceded with whitespace. | 9 | |
| Line has trailing spaces. | 10 | |
| Line contains a tab character. | 10 | |
| Missing a Javadoc comment. | 11 | |
| Line contains a tab character. | 11 | |
| '{' is not preceded with whitespace. | 11 | |
| '{' is not followed by whitespace. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 11 | |
| '}' is not preceded with whitespace. | 11 | |
| Line has trailing spaces. | 12 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Line contains a tab character. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 22 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Method 'setViewContext' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Line contains a tab character. | 32 | |
| Parameter viewContext should be final. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line has trailing spaces. | 36 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Method 'showView' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line contains a tab character. | 39 | |
| 'if' is not followed by whitespace. | 39 | |
| '{' is not preceded with whitespace. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| '}' should be on the same line. | 45 | |
| Line contains a tab character. | 46 | |
| 'if' is not followed by whitespace. | 46 | |
| '{' is not preceded with whitespace. | 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 | |
| Method 'getViewEnumValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Parameter enumValue should be final. | 54 | |
| Line has trailing spaces. | 57 | |
| Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Parameter onReadyCallback should be final. | 59 | |
| Line contains a tab character. | 60 | |
| 'if' is not followed by whitespace. | 60 | |
| '{' is not preceded with whitespace. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line has trailing spaces. | 65 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 17 | |
| Using the '.*' form of import should be avoided - org.kuali.student.common.ui.client.mvc.*. | 20 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 46 | |
| '{' is not followed by whitespace. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 46 | |
| ';' is not followed by whitespace. | 46 | |
| '}' is not preceded with whitespace. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| '111111' is a magic number. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Parameter parentController should be final. | 55 | |
| 'parentController' hides a field. | 55 | |
| Line is longer than 80 characters. | 60 | |
| Method 'retrieveCourseRequirements' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter modelId should be final. | 60 | |
| Line is longer than 80 characters. | 63 | |
| Parameter cause should be final. | 72 | |
| Line is longer than 80 characters. | 74 | |
| Parameter model should be final. | 79 | |
| 'cast' is not followed by whitespace. | 80 | |
| Line is longer than 80 characters. | 86 | |
| Method 'retrieveStatementTypes' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Line is longer than 80 characters. | 89 | |
| Parameter caught should be final. | 91 | |
| Parameter stmtInfoTypes should be final. | 98 | |
| Line is longer than 80 characters. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Parameter courseId should be final. | 111 | |
| Line is longer than 80 characters. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Parameter caught should be final. | 123 | |
| Parameter foundRules should be final. | 130 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line is longer than 80 characters. | 139 | |
| Line contains a tab character. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Line contains a tab character. | 140 | |
| Line is longer than 80 characters. | 141 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line is longer than 80 characters. | 144 | |
| Line contains a tab character. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line is longer than 80 characters. | 147 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line is longer than 80 characters. | 157 | |
| Method 'updateRules' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Missing a Javadoc comment. | 157 | |
| Parameter newSubRule should be final. | 157 | |
| Parameter internalCourseReqID should be final. | 157 | |
| Parameter isNewRule should be final. | 157 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 168 | |
| Line is longer than 80 characters. | 176 | |
| Method 'updateCourseRequisites' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Missing a Javadoc comment. | 176 | |
| Line is longer than 80 characters. | 179 | |
| '{' is not preceded with whitespace. | 180 | |
| Parameter event should be final. | 182 | |
| Line is longer than 80 characters. | 192 | |
| Parameter caught should be final. | 194 | |
| Line is longer than 80 characters. | 199 | |
| Parameter storedRules should be final. | 199 | |
| Line is longer than 80 characters. | 202 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 211 | |
| Line is longer than 80 characters. | 212 | |
| Line is longer than 80 characters. | 213 | |
| Line is longer than 80 characters. | 218 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 220 | |
| Line is longer than 80 characters. | 233 | |
| '4000' is a magic number. | 233 | |
| Line is longer than 80 characters. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Missing a Javadoc comment. | 240 | |
| Parameter tree should be final. | 240 | |
| Line is longer than 80 characters. | 244 | |
| Line is longer than 80 characters. | 251 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 256 | |
| Method 'getCourseReqInfo' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| Missing a Javadoc comment. | 267 | |
| Parameter stmtTypeId should be final. | 267 | |
| Line is longer than 80 characters. | 268 | |
| 'for' is not followed by whitespace. | 269 | |
| Method 'getInternalCourseReqID' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| Missing a Javadoc comment. | 277 | |
| Parameter rule should be final. | 277 | |
| 'for' is not followed by whitespace. | 278 | |
| Line is longer than 80 characters. | 284 | |
| Line is longer than 80 characters. | 285 | |
| Method 'getStmtTypeInfo' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| Missing a Javadoc comment. | 290 | |
| Parameter stmtTypeId should be final. | 290 | |
| Line is longer than 80 characters. | 299 | |
| Line is longer than 80 characters. | 300 | |
| Method 'deleteRule' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| Missing a Javadoc comment. | 311 | |
| Parameter internalProgReqID should be final. | 311 | |
| Method 'addRule' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| Missing a Javadoc comment. | 321 | |
| Parameter rule should be final. | 321 | |
| Line is longer than 80 characters. | 326 | |
| Method 'updateRule' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| Missing a Javadoc comment. | 326 | |
| Parameter internalProgReqID should be final. | 326 | |
| Parameter rule should be final. | 326 | |
| Method 'markRuleAsDeleted' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| Missing a Javadoc comment. | 331 | |
| Parameter internalCourseReqID should be final. | 331 | |
| Line is longer than 80 characters. | 332 | |
| '||' should be on a new line. | 332 | |
| Line is longer than 80 characters. | 333 | |
| Method 'markRuleAsEdited' is not designed for extension - needs to be abstract, final or empty. | 338 | |
| Missing a Javadoc comment. | 338 | |
| Parameter internalCourseReqID should be final. | 338 | |
| Line is longer than 80 characters. | 339 | |
| Method 'getStmtTypeName' is not designed for extension - needs to be abstract, final or empty. | 344 | |
| Missing a Javadoc comment. | 344 | |
| Parameter stmtTypeId should be final. | 344 | |
| Avoid inline conditionals. | 346 | |
| Method 'isRuleExists' is not designed for extension - needs to be abstract, final or empty. | 349 | |
| Missing a Javadoc comment. | 349 | |
| Parameter stmtTypeId should be final. | 349 | |
| 'for' is not followed by whitespace. | 351 | |
| Line is longer than 80 characters. | 352 | |
| Method 'removeEmptyRules' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| Missing a Javadoc comment. | 359 | |
| 'for' is not followed by whitespace. | 360 | |
| Method 'isDirty' is not designed for extension - needs to be abstract, final or empty. | 369 | |
| Missing a Javadoc comment. | 369 | |
| 'for' is not followed by whitespace. | 375 | |
| Method 'revertRuleChanges' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| Missing a Javadoc comment. | 384 | |
| 'for' is not followed by whitespace. | 387 | |
| Line is longer than 80 characters. | 388 | |
| Method 'getRule' is not designed for extension - needs to be abstract, final or empty. | 393 | |
| Missing a Javadoc comment. | 393 | |
| Parameter internalCourseReqID should be final. | 393 | |
| Line is longer than 80 characters. | 397 | |
| Missing a Javadoc comment. | 397 | |
| Line is longer than 80 characters. | 399 | |
| Line is longer than 80 characters. | 402 | |
| Parameter caught should be final. | 404 | |
| Line contains a tab character. | 405 | |
| Line contains a tab character. | 406 | |
| Parameter stmtInfoTypes should be final. | 411 | |
| Line is longer than 80 characters. | 413 | |
| 'stmtTypes' hides a field. | 413 | |
| Missing a Javadoc comment. | 422 | |
| Parameter rule should be final. | 422 | |
| Line is longer than 80 characters. | 423 | |
| Method 'isInitialized' is not designed for extension - needs to be abstract, final or empty. | 426 | |
| Missing a Javadoc comment. | 426 | |
| Method 'setInitialized' is not designed for extension - needs to be abstract, final or empty. | 430 | |
| Missing a Javadoc comment. | 430 | |
| Parameter initialized should be final. | 430 | |
| Method 'getStmtTypes' is not designed for extension - needs to be abstract, final or empty. | 434 | |
| Missing a Javadoc comment. | 434 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line is longer than 80 characters. | 43 | |
| 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. | 67 | |
| Line is longer than 80 characters. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 79 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 90 | |
| '9999' is a magic number. | 90 | |
| Missing a Javadoc comment. | 91 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line contains a tab character. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Line is longer than 80 characters. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter parentController should be final. | 99 | |
| 'parentController' hides a field. | 99 | |
| Parameter viewEnum should be final. | 99 | |
| Parameter name should be final. | 99 | |
| Parameter modelId should be final. | 99 | |
| Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Missing a Javadoc comment. | 125 | |
| Line is longer than 80 characters. | 131 | |
| Line is longer than 80 characters. | 138 | |
| Missing a Javadoc comment. | 155 | |
| Line is longer than 80 characters. | 157 | |
| '{' is not preceded with whitespace. | 157 | |
| Parameter result should be final. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 168 | |
| Method 'setRuleTree' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| Missing a Javadoc comment. | 168 | |
| Parameter stmtTreeInfo should be final. | 168 | |
| Parameter newRuleFlag should be final. | 168 | |
| Parameter internalCourseReqID should be final. | 168 | |
| 'internalCourseReqID' hides a field. | 168 | |
| Line is longer than 80 characters. | 171 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 174 | |
| Line is longer than 80 characters. | 190 | |
| Method 'getRuleTree' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Missing a Javadoc comment. | 191 | |
| Method 'isNewRule' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Missing a Javadoc comment. | 196 | |
| Line is longer than 80 characters. | 201 | |
| Missing a Javadoc comment. | 201 | |
| Variable 'editReqCompCallback' must be private and have accessor methods. | 201 | |
| '{' is not preceded with whitespace. | 201 | |
| Parameter reqComp should be final. | 202 | |
| Missing a Javadoc comment. | 209 | |
| Variable 'ruleChangedCallback' must be private and have accessor methods. | 209 | |
| '{' is not preceded with whitespace. | 209 | |
| Parameter ruleChanged should be final. | 210 | |
| Line is longer than 80 characters. | 211 | |
| Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Missing a Javadoc comment. | 215 | |
| Parameter enabled should be final. | 215 | |
| Line is longer than 80 characters. | 217 | |
| Method 'isDirty' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| Line is longer than 80 characters. | 230 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 236 | |
| Line is longer than 80 characters. | 239 | |
| Missing a Javadoc comment. | 242 | |
| Name 'NL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 243 | |
| Line is longer than 80 characters. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Missing a Javadoc comment. | 253 | |
| Variable 'actionButtonClickedReqCompCallback' must be private and have accessor methods. | 253 | |
| '{' is not preceded with whitespace. | 253 | |
| Line is longer than 80 characters. | 267 | |
| Parameter caught should be final. | 268 | |
| Line is longer than 80 characters. | 277 | |
| Line is longer than 80 characters. | 280 | |
| Line is longer than 80 characters. | 283 | |
| Line is longer than 80 characters. | 284 | |
| Line is longer than 80 characters. | 285 | |
| Line is longer than 80 characters. | 286 | |
| Line is longer than 80 characters. | 287 | |
| Line is longer than 80 characters. | 291 | |
| Line is longer than 80 characters. | 297 | |
| Line is longer than 80 characters. | 298 | |
| Line is longer than 80 characters. | 300 | |
| Line is longer than 80 characters. | 311 | |
| Missing a Javadoc comment. | 311 | |
| Variable 'newReqCompSelectedCallbackCallback' must be private and have accessor methods. | 311 | |
| '{' is not preceded with whitespace. | 311 | |
| Missing a Javadoc comment. | 317 | |
| Line is longer than 80 characters. | 319 | |
| Parameter cause should be final. | 320 | |
| Line is longer than 80 characters. | 321 | |
| Line contains a tab character. | 321 | |
| Line is longer than 80 characters. | 322 | |
| Line contains a tab character. | 322 | |
| Line is longer than 80 characters. | 325 | |
| Line is longer than 80 characters. | 326 | |
| Line has trailing spaces. | 332 | |
| Line is longer than 80 characters. | 332 | |
| Line is longer than 80 characters. | 337 | |
| Missing a Javadoc comment. | 337 | |
| Parameter reqComponentTypeInfoList should be final. | 337 | |
| Line is longer than 80 characters. | 341 | |
| Line is longer than 80 characters. | 343 | |
| Line has trailing spaces. | 347 | |
| Parameter id should be final. | 351 | |
| Line is longer than 80 characters. | 353 | |
| 'cast' is not followed by whitespace. | 353 | |
| Parameter throwable should be final. | 355 | |
| Line is longer than 80 characters. | 357 | |
| Line is longer than 80 characters. | 361 | |
| Line is longer than 80 characters. | 362 | |
| Line is longer than 80 characters. | 364 | |
| Parameter throwable should be final. | 364 | |
| Line is longer than 80 characters. | 365 | |
| Line is longer than 80 characters. | 366 | |
| Parameter cluInfo should be final. | 370 | |
| Line is longer than 80 characters. | 371 | |
| Line is longer than 80 characters. | 381 | |
| Parameter id should be final. | 388 | |
| Line is longer than 80 characters. | 390 | |
| 'cast' is not followed by whitespace. | 390 | |
| Parameter throwable should be final. | 392 | |
| Line is longer than 80 characters. | 394 | |
| Line is longer than 80 characters. | 398 | |
| Line is longer than 80 characters. | 399 | |
| Line is longer than 80 characters. | 401 | |
| Parameter throwable should be final. | 401 | |
| Line is longer than 80 characters. | 402 | |
| Line is longer than 80 characters. | 403 | |
| Parameter cluInfo should be final. | 407 | |
| Line is longer than 80 characters. | 408 | |
| Line is longer than 80 characters. | 416 | |
| Line is longer than 80 characters. | 424 | |
| Missing a Javadoc comment. | 424 | |
| Variable 'retrieveCompositionTemplateCallback' must be private and have accessor methods. | 424 | |
| '{' is not preceded with whitespace. | 424 | |
| Line is longer than 80 characters. | 426 | |
| Parameter caught should be final. | 427 | |
| Line is longer than 80 characters. | 429 | |
| ',' is not followed by whitespace. | 429 | |
| Line is longer than 80 characters. | 439 | |
| Missing a Javadoc comment. | 439 | |
| Variable 'retrieveFieldsMetadataCallback' must be private and have accessor methods. | 439 | |
| '{' is not preceded with whitespace. | 439 | |
| Line is longer than 80 characters. | 446 | |
| Parameter caught should be final. | 447 | |
| Line is longer than 80 characters. | 449 | |
| ',' is not followed by whitespace. | 449 | |
| Line is longer than 80 characters. | 459 | |
| Missing a Javadoc comment. | 459 | |
| Variable 'retrieveCustomWidgetCallback' must be private and have accessor methods. | 459 | |
| '{' is not preceded with whitespace. | 459 | |
| Line is longer than 80 characters. | 466 | |
| Method 'isUserClickedSaveButton' is not designed for extension - needs to be abstract, final or empty. | 471 | |
| Missing a Javadoc comment. | 471 | |
| Method 'setUserClickedSaveButton' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| Missing a Javadoc comment. | 475 | |
| Parameter userClickedSaveButton should be final. | 475 | |
| 'userClickedSaveButton' hides a field. | 475 | |
| Method 'getInternalCourseReqID' is not designed for extension - needs to be abstract, final or empty. | 479 | |
| Missing a Javadoc comment. | 479 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - java.util.*. | 3 | |
| Line is longer than 80 characters. | 9 | |
| Using the '.*' form of import should be avoided - org.kuali.student.common.ui.client.mvc.*. | 10 | |
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| '9999' is a magic number. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Line has trailing spaces. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line is longer than 80 characters. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Line is longer than 80 characters. | 62 | |
| Missing a Javadoc comment. | 62 | |
| 'parentController' hides a field. | 62 | |
| Parameter viewEnum should be final. | 62 | |
| Parameter name should be final. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Parameter modelId should be final. | 63 | |
| Parameter rulesData should be final. | 63 | |
| Parameter isReadOnly should be final. | 63 | |
| 'isReadOnly' hides a field. | 63 | |
| Method 'isDirty' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Line is longer than 80 characters. | 83 | |
| Line is longer than 80 characters. | 85 | |
| Parameter result should be final. | 87 | |
| Line is longer than 80 characters. | 97 | |
| Line has trailing spaces. | 99 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 105 | |
| '{' is not preceded with whitespace. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Parameter result should be final. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line contains a tab character. | 108 | |
| Line has trailing spaces. | 109 | |
| Line contains a tab character. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 118 | |
| 'cast' is not followed by whitespace. | 118 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Line has trailing spaces. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line has trailing spaces. | 127 | |
| Line contains a tab character. | 127 | |
| Method 'revertRuleChanges' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 135 | |
| Parameter rule should be final. | 135 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 145 | |
| Line is longer than 80 characters. | 151 | |
| 'cast' is not followed by whitespace. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Line has trailing spaces. | 158 | |
| Line has trailing spaces. | 160 | |
| Method 'displayRules' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| Missing a Javadoc comment. | 160 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 171 | |
| Line is longer than 80 characters. | 177 | |
| Line is longer than 80 characters. | 186 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 192 | |
| Line is longer than 80 characters. | 205 | |
| Missing a Javadoc comment. | 205 | |
| Parameter firstSubHeader should be final. | 205 | |
| Line is longer than 80 characters. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line is longer than 80 characters. | 209 | |
| Avoid inline conditionals. | 209 | |
| Line is longer than 80 characters. | 213 | |
| Line has trailing spaces. | 214 | |
| Line is longer than 80 characters. | 215 | |
| Line has trailing spaces. | 216 | |
| 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 has trailing spaces. | 224 | |
| Line has trailing spaces. | 228 | |
| Line has trailing spaces. | 230 | |
| Line is longer than 80 characters. | 231 | |
| Line is longer than 80 characters. | 234 | |
| '{' is not preceded with whitespace. | 235 | |
| Parameter event should be final. | 236 | |
| Parameter courseExists should be final. | 240 | |
| Line is longer than 80 characters. | 242 | |
| Line is longer than 80 characters. | 248 | |
| '{' is not preceded with whitespace. | 248 | |
| Parameter result should be final. | 250 | |
| Line is longer than 80 characters. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 261 | |
| Line has trailing spaces. | 265 | |
| Line is longer than 80 characters. | 265 | |
| Line is longer than 80 characters. | 272 | |
| Missing a Javadoc comment. | 272 | |
| ',' is not followed by whitespace. | 272 | |
| Line has trailing spaces. | 276 | |
| Line is longer than 80 characters. | 277 | |
| Line is longer than 80 characters. | 279 | |
| Line is longer than 80 characters. | 283 | |
| Missing a Javadoc comment. | 283 | |
| Parameter event should be final. | 286 | |
| Line is longer than 80 characters. | 287 | |
| '{' is not preceded with whitespace. | 287 | |
| Parameter result should be final. | 289 | |
| Line is longer than 80 characters. | 290 | |
| Line is longer than 80 characters. | 291 | |
| Line has trailing spaces. | 293 | |
| Line has trailing spaces. | 296 | |
| Line contains a tab character. | 296 | |
| Parameter event should be final. | 298 | |
| Line has trailing spaces. | 306 | |
| Line contains a tab character. | 306 | |
| Missing a Javadoc comment. | 309 | |
| 'public' modifier out of order with the JLS suggestions. | 309 | |
| Parameter stmtInfo should be final. | 309 | |
| Line is longer than 80 characters. | 310 | |
| Line is longer than 80 characters. | 313 | |
| Missing a Javadoc comment. | 313 | |
| 'public' modifier out of order with the JLS suggestions. | 313 | |
| Parameter rule should be final. | 313 | |
| Line is longer than 80 characters. | 318 | |
| Line is longer than 80 characters. | 324 | |
| Missing a Javadoc comment. | 324 | |
| 'private' modifier out of order with the JLS suggestions. | 324 | |
| Parameter rule should be final. | 324 | |
| Parameter list should be final. | 324 | |
| Line is longer than 80 characters. | 332 | |
| Line is longer than 80 characters. | 334 | |
| Line is longer than 80 characters. | 337 | |
| Missing a Javadoc comment. | 347 | |
| Line is longer than 80 characters. | 349 | |
| '{' is not preceded with whitespace. | 349 | |
| Parameter result should be final. | 351 | |
| Line is longer than 80 characters. | 352 | |
| Parameter result should be final. | 355 | |
| Line is longer than 80 characters. | 357 | |
| Line is longer than 80 characters. | 359 | |
| Line has trailing spaces. | 362 | |
| Line is longer than 80 characters. | 364 | |
| 'if' is not followed by whitespace. | 364 | |
| '!' is followed by whitespace. | 364 | |
| 'cast' is not followed by whitespace. | 364 | |
| '{' is not preceded with whitespace. | 364 | |
| Line is longer than 80 characters. | 365 | |
| '}' should be on the same line. | 366 | |
| 'else' is not followed by whitespace. | 367 | |
| '{' is not preceded with whitespace. | 367 | |
| Line is longer than 80 characters. | 368 | |
| Line is longer than 80 characters. | 375 | |
| Method 'storeRules' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| Missing a Javadoc comment. | 375 | |
| Line is longer than 80 characters. | 376 | |
| Parameter cause should be final. | 378 | |
| Line is longer than 80 characters. | 380 | |
| Parameter model should be final. | 384 | |
| 'cast' is not followed by whitespace. | 385 | |
| 'cast' is not followed by whitespace. | 386 | |
| Line is longer than 80 characters. | 388 | |
| Line is longer than 80 characters. | 389 | |
| '{' is not preceded with whitespace. | 389 | |
| Parameter event should be final. | 391 | |
| Line is longer than 80 characters. | 399 | |
| Line is longer than 80 characters. | 401 | |
| Parameter rules should be final. | 401 | |
| 'rules' hides a field. | 401 | |
| Line has trailing spaces. | 405 | |
| Line is longer than 80 characters. | 405 | |
| Line has trailing spaces. | 409 | |
| Line has trailing spaces. | 415 | |
| Missing a Javadoc comment. | 416 | |
| 'public' modifier out of order with the JLS suggestions. | 416 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Using the '.*' form of import should be avoided - org.kuali.student.common.ui.client.mvc.*. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 9 | |
| Missing a Javadoc comment. | 11 | |
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 18 | |
| Line has trailing spaces. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Parameter controller should be final. | 23 | |
| Parameter name should be final. | 23 | |
| Parameter viewType should be final. | 23 | |
| Parameter isReadOnly should be final. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 31 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 42 | |
| Avoid inline conditionals. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Method 'updateModel' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Line has trailing spaces. | 55 | |
| Method 'beforeViewChange' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Parameter result should be final. | 69 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 98 | |
| Parameter result should be final. | 98 | |
| switch without "default" clause. | 99 | |
| Line is longer than 80 characters. | 102 | |
| Parameter result should be final. | 104 | |
| Line has trailing spaces. | 111 | |
| Line is longer than 80 characters. | 111 | |
| Line has trailing spaces. | 125 | |
| Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Line contains a tab character. | 127 | |
| '{' is not preceded with whitespace. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 7 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 28 | |
| '{' is not preceded with whitespace. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'public' modifier. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'public' modifier. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Line has trailing spaces. | 38 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 29 | |
| '{' is not preceded with whitespace. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Line has trailing spaces. | 32 | |
| Line is longer than 80 characters. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Redundant 'public' modifier. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Redundant 'public' modifier. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Line has trailing spaces. | 38 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 | |
| '{' is not preceded with whitespace. | 20 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| '{' is not preceded with whitespace. | 19 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 28 | |
| Line has trailing spaces. | 29 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'public' modifier. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Redundant 'public' modifier. | 41 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Redundant 'public' modifier. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 29 | |
| Line has trailing spaces. | 30 | |
| '{' is not preceded with whitespace. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Redundant 'public' modifier. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Redundant 'public' modifier. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Redundant 'public' modifier. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Redundant 'public' modifier. | 39 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 10 | |
| '{' is not preceded with whitespace. | 10 | |
| 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 controller should be final. | 14 | |
| Parameter name should be final. | 14 | |
| Line contains a tab character. | 15 | |
| Parameter viewType should be final. | 15 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line has trailing spaces. | 20 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line has trailing spaces. | 23 | |
| Line contains a tab character. | 23 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 6 | |
| '{' is not preceded with whitespace. | 6 | |
| Line is longer than 80 characters. | 10 | |
| Line contains a tab character. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Parameter viewEnum should be final. | 10 | |
| Parameter name should be final. | 10 | |
| Parameter modelId should be final. | 10 | |
| Parameter controller should be final. | 10 | |
| Line contains a tab character. | 12 | |
| Line has trailing spaces. | 13 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Parameter model should be final. | 14 | |
| Parameter workflowStatus should be final. | 14 | |
| '{' is not preceded with whitespace. | 14 | |
| Line has trailing spaces. | 15 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 10 | |
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 17 | |
| Line has trailing spaces. | 19 | |
| '{' is not preceded with whitespace. | 23 | |
| Line has trailing spaces. | 24 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Variable 'metadataServiceAsync' must be private and have accessor methods. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'cluProposalRpcServiceAsync' must be private and have accessor methods. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Variable 'configurer' must be private and have accessor methods. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter controller should be final. | 30 | |
| Parameter viewType should be final. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 36 | |
| Method 'setup' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| '{' is not preceded with whitespace. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Parameter caught should be final. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Parameter metadata should be final. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 49 | |
| Line has trailing spaces. | 51 | |
| Line contains a tab character. | 52 | |
| Line has trailing spaces. | 53 | |
| Line contains a tab character. | 53 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 33 | |
| '{' is not preceded with whitespace. | 33 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'table' must be private and have accessor methods. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Variable 'metadataServiceAsync' must be private and have accessor methods. | 40 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 43 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter controller should be final. | 46 | |
| Parameter name should be final. | 46 | |
| Line contains a tab character. | 47 | |
| Parameter viewType should be final. | 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 is longer than 80 characters. | 58 | |
| Line contains a tab character. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line contains a tab character. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line contains a tab character. | 60 | |
| '{' is not preceded with whitespace. | 60 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Parameter event should be final. | 63 | |
| Line contains a tab character. | 64 | |
| 'if' is not followed by whitespace. | 64 | |
| '{' is not preceded with whitespace. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| '}' should be on the same line. | 71 | |
| Line contains a tab character. | 72 | |
| 'if' is not followed by whitespace. | 72 | |
| '{' is not preceded with 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 contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| '}' should be on the same line. | 80 | |
| Line contains a tab character. | 81 | |
| 'else' is not followed by whitespace. | 81 | |
| '{' is not preceded with whitespace. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line contains a tab character. | 86 | |
| '{' is not preceded with whitespace. | 86 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Parameter event should be final. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 98 | |
| Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Line contains a tab character. | 99 | |
| Line has trailing spaces. | 100 | |
| Line contains a tab character. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Line contains a tab character. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 113 | |
| Line has trailing spaces. | 114 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Parameter versionSearch should be final. | 115 | |
| '{' is not preceded with whitespace. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 129 | |
| Line has trailing spaces. | 131 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Method 'getId1' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 136 | |
| Method 'getId2' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 13 | |
| Unused import - org.kuali.student.lum.lu.ui.course.client.widgets.CourseWorkflowActionList. | 13 | |
| Missing a Javadoc comment. | 19 | |
| '{' is not preceded with whitespace. | 19 | |
| Line has trailing spaces. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Line is longer than 80 characters. | 24 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Parameter viewEnum should be final. | 24 | |
| Parameter name should be final. | 24 | |
| Parameter modelId should be final. | 24 | |
| Parameter controller should be final. | 24 | |
| Parameter stmtTypes should be final. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line has trailing spaces. | 35 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| '{' is not preceded with whitespace. | 38 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Parameter event should be final. | 41 | |
| Line contains a tab character. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line has trailing spaces. | 46 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line has trailing spaces. | 49 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Line contains a tab character. | 51 | |
| Parameter onReadyCallback should be final. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line has trailing spaces. | 54 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter name should be final. | 55 | |
| '{' is not preceded with whitespace. | 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 'showWarningMessage' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter show should be final. | 60 | |
| '{' is not preceded with whitespace. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 25 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 40 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line has trailing spaces. | 45 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Line has trailing spaces. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Line has trailing spaces. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Line has trailing spaces. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Variable 'rpcServiceAsync' must be private and have accessor methods. | 55 | |
| Line has trailing spaces. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Line has trailing spaces. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Parameter label should be final. | 60 | |
| Line contains a tab character. | 61 | |
| Line has trailing spaces. | 62 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line has trailing spaces. | 65 | |
| Line contains a tab character. | 65 | |
| Line is longer than 80 characters. | 68 | |
| Line contains a tab character. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter label should be final. | 68 | |
| Parameter model should be final. | 68 | |
| Line contains a tab character. | 69 | |
| Line has trailing spaces. | 70 | |
| Line contains a tab character. | 71 | |
| Line has trailing spaces. | 73 | |
| Line contains a tab character. | 75 | |
| Line has trailing spaces. | 76 | |
| Line contains a tab character. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| '(' is preceded with whitespace. | 77 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line has trailing spaces. | 81 | |
| Line contains a tab character. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line contains a tab character. | 82 | |
| Line has trailing spaces. | 83 | |
| Line contains a tab character. | 83 | |
| Comment matches to-do format 'TODO:'. | 84 | |
| Line contains a tab character. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Line contains a tab character. | 85 | |
| '{' is not preceded with whitespace. | 85 | |
| Line has trailing spaces. | 86 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Parameter event should be final. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line contains a tab character. | 89 | |
| 'if' is not followed by whitespace. | 89 | |
| '{' is not preceded with whitespace. | 89 | |
| Line is longer than 80 characters. | 90 | |
| Line contains a tab character. | 90 | |
| 'cast' is not followed by whitespace. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line contains a tab character. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line contains a tab character. | 92 | |
| Line 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 | |
| Line is longer than 80 characters. | 98 | |
| Line contains a tab character. | 98 | |
| '{' is not preceded with whitespace. | 98 | |
| Line has trailing spaces. | 99 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Parameter event should be final. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Line contains a tab character. | 105 | |
| '{' is not preceded with whitespace. | 105 | |
| Line has trailing spaces. | 106 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Parameter event should be final. | 108 | |
| Comment matches to-do format 'TODO:'. | 109 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Line contains a tab character. | 112 | |
| '{' is not preceded with whitespace. | 112 | |
| Line has trailing spaces. | 113 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Parameter event should be final. | 115 | |
| Comment matches to-do format 'TODO:'. | 116 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line has trailing spaces. | 120 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line has trailing spaces. | 123 | |
| Missing a Javadoc comment. | 124 | |
| Parameter newState should be final. | 124 | |
| Line contains a tab character. | 125 | |
| Must have at least one statement. | 125 | |
| Comment matches to-do format 'TODO:'. | 126 | |
| Line contains a tab character. | 126 | |
| Line has trailing spaces. | 127 | |
| Line contains a tab character. | 127 | |
| Comment matches to-do format 'TODO:'. | 128 | |
| Line has trailing spaces. | 128 | |
| Line is longer than 80 characters. | 128 | |
| Line contains a tab character. | 128 | |
| Line has trailing spaces. | 129 | |
| Line is longer than 80 characters. | 129 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Must have at least one statement. | 131 | |
| Comment matches to-do format 'TODO:'. | 132 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line has trailing spaces. | 134 | |
| Line contains a tab character. | 134 | |
| Line has trailing spaces. | 136 | |
| Missing a Javadoc comment. | 137 | |
| Parameter cluModel should be final. | 137 | |
| Line has trailing spaces. | 138 | |
| Line is longer than 80 characters. | 138 | |
| Line contains a tab character. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line contains a tab character. | 139 | |
| 'if' construct must use '{}'s. | 140 | |
| Line has trailing spaces. | 140 | |
| Line contains a tab character. | 140 | |
| Conditional logic can be removed. | 140 | |
| Line contains a tab character. | 141 | |
| 'else' construct must use '{}'s. | 142 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line has trailing spaces. | 144 | |
| Line contains a tab character. | 144 | |
| Line has trailing spaces. | 146 | |
| Missing a Javadoc comment. | 147 | |
| Parameter newState should be final. | 147 | |
| Line has trailing spaces. | 148 | |
| Line contains a tab character. | 148 | |
| 'if' construct must use '{}'s. | 149 | |
| Line contains a tab character. | 149 | |
| Comment matches to-do format 'TODO:'. | 150 | |
| Line contains a tab character. | 150 | |
| Line is longer than 80 characters. | 151 | |
| Line contains a tab character. | 151 | |
| 'else' construct must use '{}'s. | 152 | |
| Line has trailing spaces. | 152 | |
| Line contains a tab character. | 152 | |
| Comment matches to-do format 'TODO:'. | 153 | |
| Line contains a tab character. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Line contains a tab character. | 154 | |
| Line has trailing spaces. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Missing a Javadoc comment. | 157 | |
| '{' is not preceded with whitespace. | 157 | |
| Line contains a tab character. | 158 | |
| Line has trailing spaces. | 159 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| '200' is a magic number. | 160 | |
| Line contains a tab character. | 161 | |
| '200' is a magic number. | 161 | |
| Line has trailing spaces. | 162 | |
| Line contains a tab character. | 162 | |
| Comment matches to-do format 'TODO:'. | 163 | |
| Line contains a tab character. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Line contains a tab character. | 164 | |
| Line has trailing spaces. | 165 | |
| Line contains a tab character. | 165 | |
| 'cast' is not followed by whitespace. | 166 | |
| Line has trailing spaces. | 167 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| ',' is not followed by whitespace. | 168 | |
| '{' is not preceded with whitespace. | 168 | |
| Parameter event should be final. | 169 | |
| Line has trailing spaces. | 174 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line has trailing spaces. | 178 | |
| Line contains a tab character. | 178 | |
| Line is longer than 80 characters. | 179 | |
| Line contains a tab character. | 179 | |
| '{' is not preceded with whitespace. | 179 | |
| Parameter event should be final. | 180 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 186 | |
| Line has trailing spaces. | 188 | |
| Comment matches to-do format 'TODO:'. | 189 | |
| Line has trailing spaces. | 190 | |
| Line has trailing spaces. | 191 | |
| Line has trailing spaces. | 192 | |
| Line is longer than 80 characters. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Line contains a tab character. | 195 | |
| Line has trailing spaces. | 196 | |
| Line contains a tab character. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Line contains a tab character. | 197 | |
| Line has trailing spaces. | 198 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Parameter caught should be final. | 200 | |
| Line contains a tab character. | 201 | |
| '+' is not preceded with whitespace. | 201 | |
| '+' is not followed by whitespace. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| Line is longer than 80 characters. | 204 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| Line has trailing spaces. | 207 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| Line has trailing spaces. | 209 | |
| Line contains a tab character. | 209 | |
| Parameter result should be final. | 209 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line is longer than 80 characters. | 212 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Line has trailing spaces. | 216 | |
| Line contains a tab character. | 216 | |
| Line has trailing spaces. | 218 | |
| Line has trailing spaces. | 219 | |
| Method 'updateCourseActionItems' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Parameter cluModel should be final. | 221 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 223 | |
| Line has trailing spaces. | 224 | |
| Line contains a tab character. | 224 | |
| Line has trailing spaces. | 225 | |
| Line contains a tab character. | 225 | |
| Line has trailing spaces. | 226 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 236 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 | |
| Line contains a tab character. | 239 | |
| Line has trailing spaces. | 240 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line has trailing spaces. | 242 | |
| Line contains a tab character. | 242 | |
| Line has trailing spaces. | 244 | |
| Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Missing a Javadoc comment. | 245 | |
| Line contains a tab character. | 246 | |
| Line has trailing spaces. | 248 | |
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| Missing a Javadoc comment. | 249 | |
| Parameter courseMessageKey should be final. | 249 | |
| Line is longer than 80 characters. | 250 | |
| Line contains a tab character. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 12 | |
| '{' is not preceded with whitespace. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Parameter blockTitle should be final. | 14 | |
| Parameter blockDescriptionHtml should be final. | 14 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line has trailing spaces. | 21 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Method 'update' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| '{' is not preceded with whitespace. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| 'for' is not followed by whitespace. | 25 | |
| '{' is not preceded with whitespace. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 39 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'dataModel' must be private and have accessor methods. | 41 | |
| '=' is not preceded with whitespace. | 41 | |
| '=' is not followed by whitespace. | 41 | |
| Line has trailing spaces. | 42 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 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 | |
| Variable 'items' must be private and have accessor methods. | 47 | |
| Line has trailing spaces. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Line has trailing spaces. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line contains a tab character. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Line has trailing spaces. | 54 | |
| Line contains a tab character. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Variable 'myController' must be private and have accessor methods. | 55 | |
| Line has trailing spaces. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line contains a tab character. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter onSubmitSuccessHandler should be final. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line has trailing spaces. | 60 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 63 | |
| Line has trailing spaces. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line has trailing spaces. | 67 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Method 'onLoad' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line has trailing spaces. | 75 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| 'if' is not followed by whitespace. | 76 | |
| '==' is not preceded with whitespace. | 76 | |
| '==' is not followed by whitespace. | 76 | |
| '{' is not preceded with whitespace. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line contains a tab character. | 78 | |
| '{' is not preceded with whitespace. | 78 | |
| Line has trailing spaces. | 79 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Parameter cause should be final. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line contains a tab character. | 82 | |
| '+' is not preceded with whitespace. | 82 | |
| '+' is not followed by whitespace. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Parameter model should be final. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line has trailing spaces. | 90 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line contains a tab character. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Line contains a tab character. | 93 | |
| Line has trailing spaces. | 94 | |
| Line is longer than 80 characters. | 94 | |
| Line contains a tab character. | 94 | |
| Line has trailing spaces. | 95 | |
| 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 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| 'else' is not preceded with whitespace. | 100 | |
| '}' is not followed by whitespace. | 100 | |
| 'else' is not followed by whitespace. | 100 | |
| '{' is not preceded with whitespace. | 100 | |
| Line has trailing spaces. | 101 | |
| Line contains a tab character. | 101 | |
| Line has trailing spaces. | 102 | |
| Line is longer than 80 characters. | 102 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line 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 | |
| Parameter model should be final. | 108 | |
| '{' is not preceded with whitespace. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| 'if' is not followed by whitespace. | 110 | |
| '!=' is not preceded with whitespace. | 110 | |
| '!=' is not followed by whitespace. | 110 | |
| '{' is not preceded with whitespace. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line has trailing spaces. | 115 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Missing a Javadoc comment. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 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 | |
| Line is longer than 80 characters. | 126 | |
| Line contains a tab character. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Line contains a tab character. | 131 | |
| Line is longer than 80 characters. | 132 | |
| Line contains a tab character. | 132 | |
| Line has trailing spaces. | 133 | |
| Line contains a tab character. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line contains a tab character. | 134 | |
| Line is longer than 80 characters. | 135 | |
| 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 is longer than 80 characters. | 138 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line has trailing spaces. | 142 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line has trailing spaces. | 145 | |
| Line is longer than 80 characters. | 146 | |
| Line contains a tab character. | 146 | |
| '{' is not preceded with whitespace. | 146 | |
| Line contains a tab character. | 147 | |
| Parameter event should be final. | 147 | |
| Line contains a tab character. | 148 | |
| Line has trailing spaces. | 149 | |
| Line contains a tab character. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line is longer than 80 characters. | 158 | |
| Line contains a tab character. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line contains a tab character. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line has trailing spaces. | 165 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line has trailing spaces. | 167 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line is longer than 80 characters. | 170 | |
| Line contains a tab character. | 170 | |
| '{' is not preceded with whitespace. | 170 | |
| Line contains a tab character. | 171 | |
| Parameter event should be final. | 171 | |
| Line contains a tab character. | 172 | |
| Line has trailing spaces. | 173 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line is longer than 80 characters. | 175 | |
| Line contains a tab character. | 175 | |
| '{' is not preceded with whitespace. | 175 | |
| Line contains a tab character. | 176 | |
| Parameter event should be final. | 176 | |
| Line contains a tab character. | 177 | |
| Line has trailing spaces. | 178 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 182 | |
| Missing a Javadoc comment. | 182 | |
| Parameter model should be final. | 182 | |
| '{' is not preceded with whitespace. | 182 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 184 | |
| Line has trailing spaces. | 185 | |
| Line contains a tab character. | 185 | |
| Line contains a tab character. | 186 | |
| ')' is preceded with whitespace. | 186 | |
| Line contains a tab character. | 187 | |
| ')' is preceded with whitespace. | 187 | |
| Line contains a tab character. | 188 | |
| ')' is preceded with whitespace. | 188 | |
| Line has trailing spaces. | 189 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 197 | |
| Line is longer than 80 characters. | 198 | |
| Line contains a tab character. | 198 | |
| Line has trailing spaces. | 199 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| Method 'setModelName' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Parameter modelName should be final. | 202 | |
| 'modelName' hides a field. | 202 | |
| Expected @param tag for 'modelName'. | 202 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Line has trailing spaces. | 205 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| Line has trailing spaces. | 207 | |
| Line is longer than 80 characters. | 207 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| Method 'setCourseCodePath' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Parameter courseCodePath should be final. | 210 | |
| 'courseCodePath' hides a field. | 210 | |
| Expected @param tag for 'courseCodePath'. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line has trailing spaces. | 213 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Method 'refresh' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Missing a Javadoc comment. | 214 | |
| '{' is not preceded with whitespace. | 214 | |
| Line contains a tab character. | 215 | |
| Line contains a tab character. | 216 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| 'static' modifier out of order with the JLS suggestions. | 35 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 40 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 42 | |
| Method 'get' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Line contains a tab character. | 43 | |
| Parameter id should be final. | 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 is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Line has trailing spaces. | 50 | |
| Line contains a tab character. | 50 | |
| Line has trailing spaces. | 51 | |
| Line contains a tab character. | 51 | |
| Line has trailing spaces. | 52 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 55 | |
| Method 'save' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line contains a tab character. | 56 | |
| Parameter dto should be final. | 56 | |
| Parameter properties should be final. | 56 | |
| Line contains a tab character. | 57 | |
| 'cast' is not followed by whitespace. | 57 | |
| Line has trailing spaces. | 58 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line has trailing spaces. | 61 | |
| Line contains a tab character. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line contains a tab character. | 62 | |
| 'if' is not followed by whitespace. | 62 | |
| '!=' is not preceded with whitespace. | 62 | |
| '!=' is not followed by whitespace. | 62 | |
| '&&' is not preceded with whitespace. | 62 | |
| '&&' is not followed by whitespace. | 62 | |
| 'cast' is not followed by whitespace. | 62 | |
| '{' is not preceded with whitespace. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| 'if' is not followed by whitespace. | 64 | |
| '{' is not preceded with whitespace. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| 'else' is not preceded with whitespace. | 66 | |
| '}' is not followed by whitespace. | 66 | |
| 'else' is not followed by whitespace. | 66 | |
| '{' is not preceded with whitespace. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| 'else' is not preceded with whitespace. | 69 | |
| '}' is not followed by whitespace. | 69 | |
| 'else' is not followed by whitespace. | 69 | |
| '{' is not preceded with whitespace. | 69 | |
| Line contains a tab character. | 70 | |
| '{' is not preceded with whitespace. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line has trailing spaces. | 78 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Method 'getDefaultMetaDataState' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 84 | |
| Method 'getDefaultWorkflowDocumentType' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 89 | |
| Method 'checkDocumentLevelPermissions' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 94 | |
| Method 'getDtoClass' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 99 | |
| Method 'setCourseService' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter courseService should be final. | 99 | |
| 'courseService' hides a field. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line is longer than 80 characters. | 103 | |
| Line contains a tab character. | 103 | |
| Method 'createNewCourseVersion' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Parameter courseId should be final. | 103 | |
| Parameter versionComment should be final. | 103 | |
| Line contains a tab character. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Line contains a tab character. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line contains a tab character. | 109 | |
| ',' is not followed by whitespace. | 109 | |
| Line has trailing spaces. | 110 | |
| Line contains a tab character. | 110 | |
| Line has trailing spaces. | 111 | |
| Line contains a tab character. | 111 | |
| Line has trailing spaces. | 112 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Expected an @return tag. | 118 | |
| Line is longer than 80 characters. | 118 | |
| Line contains a tab character. | 118 | |
| Method 'calculateCourseDerivedFields' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Parameter courseInfo should be final. | 118 | |
| Expected @param tag for 'courseInfo'. | 118 | |
| '{' is not preceded with whitespace. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line contains a tab character. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Line contains a tab character. | 120 | |
| 'if' is not followed by whitespace. | 120 | |
| '{' is not preceded with whitespace. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Line contains a tab character. | 121 | |
| ',' is not followed by whitespace. | 121 | |
| Line contains a tab character. | 122 | |
| Line has trailing spaces. | 123 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line contains a tab character. | 125 | |
| 'for' is not followed by whitespace. | 125 | |
| ':' is not preceded with whitespace. | 125 | |
| ':' is not followed by whitespace. | 125 | |
| '{' is not preceded with whitespace. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Line contains a tab character. | 126 | |
| 'if' is not followed by whitespace. | 126 | |
| '{' is not preceded with whitespace. | 126 | |
| Line has trailing spaces. | 127 | |
| Line is longer than 80 characters. | 127 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line has trailing spaces. | 130 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line has trailing spaces. | 133 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 134 | |
| Line has trailing spaces. | 135 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line has trailing spaces. | 137 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Expected an @return tag. | 142 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 142 | |
| Parameter subjectArea should be final. | 142 | |
| Expected @param tag for 'subjectArea'. | 142 | |
| Parameter suffixNumber should be final. | 142 | |
| Expected @param tag for 'suffixNumber'. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line has trailing spaces. | 145 | |
| Line contains a tab character. | 145 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Method 'getCourseStatements' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Parameter courseId should be final. | 43 | |
| Parameter nlUsageTypeKey should be final. | 43 | |
| Parameter language should be final. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line is longer than 80 characters. | 53 | |
| Method 'storeCourseStatements' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter courseId should be final. | 53 | |
| Parameter courseState should be final. | 53 | |
| Parameter states should be final. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Parameter rules should be final. | 54 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 69 | |
| Method 'createCourseStatement' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Parameter courseId should be final. | 83 | |
| Parameter courseState should be final. | 83 | |
| Parameter statementTreeViewInfo should be final. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Method 'deleteCourseStatement' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Parameter courseId should be final. | 92 | |
| Parameter statementTreeViewInfo should be final. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Method 'updateCourseStatement' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Parameter courseId should be final. | 97 | |
| Parameter courseState should be final. | 97 | |
| Parameter statementTreeViewInfo should be final. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 105 | |
| Method 'changeState' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Parameter courseId should be final. | 105 | |
| Parameter newState should be final. | 105 | |
| Line contains a tab character. | 106 | |
| Line is longer than 80 characters. | 109 | |
| Method 'changeState' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Parameter courseId should be final. | 109 | |
| Parameter newState should be final. | 109 | |
| Parameter currentVersionStart should be final. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Line contains a tab character. | 110 | |
| Missing a Javadoc comment. | 113 | |
| Parameter tree should be final. | 113 | |
| Line is longer than 80 characters. | 120 | |
| Line is longer than 80 characters. | 122 | |
| Line contains a tab character. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line contains a tab character. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Line contains a tab character. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Method 'setCourseService' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| Missing a Javadoc comment. | 133 | |
| Parameter courseService should be final. | 133 | |
| 'courseService' hides a field. | 133 | |
| Method 'setStatementService' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Parameter statementService should be final. | 137 | |
| 'statementService' hides a field. | 137 | |
| Line contains a tab character. | 141 | |
| Method 'setStateChangeService' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| Missing a Javadoc comment. | 141 | |
| Line contains a tab character. | 142 | |
| Parameter stateChangeService should be final. | 142 | |
| 'stateChangeService' hides a field. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| '=' is not preceded with whitespace. | 25 | |
| '=' is not followed by whitespace. | 25 | |
| '}' is not preceded with whitespace. | 25 | |
| ',' is not followed by whitespace. | 25 | |
| '=' is not preceded with whitespace. | 25 | |
| '=' is not followed by whitespace. | 25 | |
| '}' is not preceded with whitespace. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Method 'changeState' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter courseId should be final. | 29 | |
| Parameter newState should be final. | 29 | |
| Parameter currentVersionStart should be final. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line contains a tab character. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line contains a tab character. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line contains a tab character. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line contains a tab character. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line contains a tab character. | 48 | |
| '||' should be on a new line. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line contains a tab character. | 50 | |
| Line has trailing spaces. | 51 | |
| Line contains a tab character. | 51 | |
| Line is longer than 80 characters. | 53 | |
| Line contains a tab character. | 53 | |
| Must have at least one statement. | 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 contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line has trailing spaces. | 63 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 79 | |
| '(' is preceded with whitespace. | 79 | |
| Parameter thisVerCourse should be final. | 79 | |
| Parameter thisVerNewState should be final. | 79 | |
| Parameter currVerCourse should be final. | 79 | |
| Parameter currVerNewState should be final. | 79 | |
| Parameter makeCurrent should be final. | 79 | |
| Parameter currentVersionStart should be final. | 79 | |
| Expected @throws tag for 'Exception'. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line has trailing spaces. | 82 | |
| Line contains a tab character. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line has trailing spaces. | 85 | |
| Line contains a tab character. | 85 | |
| Line has trailing spaces. | 86 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line has trailing spaces. | 92 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 102 | |
| Expression can be simplified. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line has trailing spaces. | 105 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line has trailing spaces. | 108 | |
| Line contains a tab character. | 108 | |
| Line has trailing spaces. | 109 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| '&&' should be on a new line. | 110 | |
| Line contains a tab character. | 111 | |
| Line has trailing spaces. | 113 | |
| Line is longer than 80 characters. | 113 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line has trailing spaces. | 115 | |
| Line contains a tab character. | 115 | |
| Line is longer than 80 characters. | 116 | |
| Line contains a tab character. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line has trailing spaces. | 119 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| ':' is not preceded with whitespace. | 120 | |
| Line contains a tab character. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Line contains a tab character. | 122 | |
| Line is longer than 80 characters. | 123 | |
| Line contains a tab character. | 123 | |
| '||' should be on a new line. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line contains a tab character. | 124 | |
| '||' should be on a new line. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line contains a tab character. | 125 | |
| Line is longer than 80 characters. | 126 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line has trailing spaces. | 128 | |
| Line is longer than 80 characters. | 128 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line has trailing spaces. | 131 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 136 | |
| Method 'setCourseService' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Parameter courseService should be final. | 136 | |
| 'courseService' hides a field. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line has trailing spaces. | 139 | |
| Line contains a tab character. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Line contains a tab character. | 140 | |
| Method 'statementTreeViewInfoStateSetter' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Parameter courseState should be final. | 140 | |
| Parameter itr should be final. | 140 | |
| Line contains a tab character. | 141 | |
| 'while' is not followed by whitespace. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 142 | |
| 'cast' is not followed by whitespace. | 142 | |
| Line contains a tab character. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line contains a tab character. | 144 | |
| 'for' construct must use '{}'s. | 145 | |
| Line is longer than 80 characters. | 145 | |
| Line contains a tab character. | 145 | |
| 'for' is not followed by whitespace. | 145 | |
| Line contains a tab character. | 146 | |
| Line is longer than 80 characters. | 148 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line has trailing spaces. | 150 | |
| Line contains a tab character. | 150 | |
| Line has trailing spaces. | 151 | |
| Line contains a tab character. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Line contains a tab character. | 152 | |
| Method 'updateStatementTreeViewInfoState' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Parameter courseInfo should be final. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Line contains a tab character. | 153 | |
| Line is longer than 80 characters. | 154 | |
| Line contains a tab character. | 154 | |
| 'for' construct must use '{}'s. | 155 | |
| Line is longer than 80 characters. | 155 | |
| Line contains a tab character. | 155 | |
| 'for' is not followed by whitespace. | 155 | |
| Line has trailing spaces. | 156 | |
| Line is longer than 80 characters. | 156 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line has trailing spaces. | 158 | |
| Line contains a tab character. | 158 |
| Violation | Message | Line |
|---|---|---|
| Class CourseStateUtil should be declared as final. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Line has trailing spaces. | 11 | |
| Line contains a tab character. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Line contains a tab character. | 12 | |
| Line has trailing spaces. | 13 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Parameter courseState should be final. | 15 | |
| Parameter statementTreeViewInfo should be final. | 15 | |
| Line contains a tab character. | 16 | |
| Line is longer than 80 characters. | 17 | |
| 'for' construct must use '{}'s. | 18 | |
| Line is longer than 80 characters. | 18 | |
| 'for' is not followed by whitespace. | 18 | |
| Line contains a tab character. | 19 | |
| 'for' construct must use '{}'s. | 20 | |
| Line is longer than 80 characters. | 20 | |
| 'for' is not followed by whitespace. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Line contains a tab character. | 21 | |
| 'cast' is not followed by whitespace. | 21 | |
| Line contains a tab character. | 22 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 29 | |
| 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 contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Method 'getCourseStatements' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Parameter courseId should be final. | 37 | |
| Parameter nlUsageTypeKey should be final. | 37 | |
| Parameter language should be final. | 37 | |
| Line has trailing spaces. | 38 | |
| Method 'storeCourseStatements' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Parameter courseId should be final. | 42 | |
| Parameter courseState should be final. | 42 | |
| Parameter states should be final. | 42 | |
| Parameter rules should be final. | 42 | |
| Method 'createCourseStatement' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Parameter courseId should be final. | 47 | |
| Parameter courseState should be final. | 47 | |
| Parameter statementTreeViewInfo should be final. | 47 | |
| Line has trailing spaces. | 48 | |
| Method 'deleteCourseStatement' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Parameter courseId should be final. | 52 | |
| Parameter statementTreeViewInfo should be final. | 52 | |
| Line has trailing spaces. | 53 | |
| Line has trailing spaces. | 55 | |
| Method 'updateCourseStatement' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Parameter courseId should be final. | 57 | |
| Parameter courseState should be final. | 57 | |
| Parameter statementTreeViewInfo should be final. | 57 | |
| Line has trailing spaces. | 60 | |
| Method 'changeState' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Parameter courseId should be final. | 62 | |
| Parameter newState should be final. | 62 | |
| Line contains a tab character. | 63 | |
| Line has trailing spaces. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Method 'changeState' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter courseId should be final. | 66 | |
| Parameter newState should be final. | 66 | |
| Parameter currentVersionStart should be final. | 66 | |
| Line contains a tab character. | 67 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.kuali.student.lum.lo.dto.LoInfo. | 25 | |
| Unused import - java.util.Date. | 28 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| 'static' modifier out of order with the JLS suggestions. | 35 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Method 'setLoService' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter loService should be final. | 39 | |
| 'loService' hides a field. | 39 | |
| Line is longer than 80 characters. | 46 | |
| Expected an @return tag. | 48 | |
| Method 'getLoCategoryTypes' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Line is longer than 80 characters. | 61 | |
| Expected an @return tag. | 63 | |
| Method 'getLoCategoryType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Parameter loCategoryTypeKey should be final. | 64 | |
| Expected @param tag for 'loCategoryTypeKey'. | 64 | |
| Method 'getLoCategories' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Parameter loRepositoryKey should be final. | 75 | |
| Method 'deleteLoCategory' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Parameter loCategoryId should be final. | 86 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 31 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| 'static' modifier out of order with the JLS suggestions. | 39 | |
| Line contains a tab character. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Expected an @return tag. | 44 | |
| Line contains a tab character. | 44 | |
| Method 'createClu' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter luTypeKey should be final. | 44 | |
| Expected @param tag for 'luTypeKey'. | 44 | |
| Parameter cluInfo should be final. | 44 | |
| Expected @param tag for 'cluInfo'. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Expected an @return tag. | 57 | |
| Line contains a tab character. | 57 | |
| Method 'updateClu' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Line contains a tab character. | 58 | |
| Parameter cluId should be final. | 58 | |
| Expected @param tag for 'cluId'. | 58 | |
| Parameter cluInfo should be final. | 58 | |
| Expected @param tag for 'cluInfo'. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 67 | |
| Method 'getCluLoRelationsByClu' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter cluId 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 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 76 | |
| Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Line contains a tab character. | 77 | |
| Parameter cluId should be final. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Method 'getCurrentVersion' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Parameter refObjectTypeURI should be final. | 87 | |
| Parameter refObjectId should be final. | 87 | |
| Line contains a tab character. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 6 | |
| '{' is not preceded with whitespace. | 6 | |
| Missing a Javadoc comment. | 8 | |
| Line contains a tab character. | 8 | |
| '{' is not preceded with whitespace. | 8 | |
| '{' is not followed by whitespace. | 8 | |
| Missing a Javadoc comment. | 8 | |
| '}' is not preceded with whitespace. | 8 | |
| Line has trailing spaces. | 9 | |
| Line contains a tab character. | 9 | |
| Missing a Javadoc comment. | 10 | |
| Parameter controllerId should be final. | 10 | |
| Line has trailing spaces. | 11 | |
| Line contains a tab character. | 11 | |
| Line contains a tab character. | 12 | |
| Line has trailing spaces. | 13 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Line has trailing spaces. | 15 | |
| Line contains a tab character. | 15 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 10 | |
| '{' is not preceded with whitespace. | 11 | |
| Line is longer than 80 characters. | 13 | |
| Line contains a tab character. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Redundant 'public' modifier. | 13 | |
| Line has trailing spaces. | 14 | |
| Line contains a tab character. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Redundant 'public' modifier. | 15 | |
| Line has trailing spaces. | 16 | |
| Line contains a tab character. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'public' modifier. | 17 | |
| Line has trailing spaces. | 18 | |
| Line contains a tab character. | 18 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 9 | |
| Line is longer than 80 characters. | 11 | |
| Line contains a tab character. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Redundant 'public' modifier. | 11 | |
| Line has trailing spaces. | 12 | |
| Line contains a tab character. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Line contains a tab character. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Redundant 'public' modifier. | 13 | |
| Line has trailing spaces. | 14 | |
| Line contains a tab character. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Redundant 'public' modifier. | 15 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Missing a Javadoc comment. | 77 | |
| '{' is not preceded with whitespace. | 77 | |
| Line has trailing spaces. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line contains a tab character. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Line has trailing spaces. | 80 | |
| Line contains a tab character. | 80 | |
| Missing a Javadoc comment. | 81 | |
| Variable 'initializingTask' must be private and have accessor methods. | 81 | |
| Line has trailing spaces. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Variable 'depRpcServiceAsync' must be private and have accessor methods. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Variable 'metadataServiceAsync' must be private and have accessor methods. | 84 | |
| Line is longer than 80 characters. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Variable 'searchServiceAsync' must be private and have accessor methods. | 85 | |
| Line contains a tab character. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Line contains a tab character. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Line contains a tab character. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Variable 'initialized' must be private and have accessor methods. | 89 | |
| Line has trailing spaces. | 90 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Variable 'selectedCourseId' must be private and have accessor methods. | 91 | |
| Line contains a tab character. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Variable 'selectedCourseCd' must be private and have accessor methods. | 92 | |
| Line contains a tab character. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Variable 'selectedCourseName' must be private and have accessor methods. | 93 | |
| Line has trailing spaces. | 94 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Variable 'depResultPanel' must be private and have accessor methods. | 95 | |
| Line contains a tab character. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Variable 'dependencyFilter' must be private and have accessor methods. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line contains a tab character. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Variable 'resultContainer' must be private and have accessor methods. | 97 | |
| Line has trailing spaces. | 98 | |
| Line contains a tab character. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line contains a tab character. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Line has trailing spaces. | 100 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Parameter controller should be final. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 106 | |
| Line has trailing spaces. | 107 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 111 | |
| Line has trailing spaces. | 113 | |
| Line is longer than 80 characters. | 113 | |
| Line contains a tab character. | 113 | |
| Line is longer than 80 characters. | 114 | |
| '{' is not preceded with whitespace. | 114 | |
| Parameter caught should be final. | 117 | |
| Line has trailing spaces. | 119 | |
| Line is longer than 80 characters. | 119 | |
| Parameter result should be final. | 123 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line has trailing spaces. | 126 | |
| Line contains a tab character. | 126 | |
| Line has trailing spaces. | 129 | |
| Line has trailing spaces. | 130 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 134 | |
| Line has trailing spaces. | 136 | |
| Line contains a tab character. | 136 | |
| Method 'init' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| '{' is not preceded with whitespace. | 136 | |
| Line contains a tab character. | 137 | |
| Line has trailing spaces. | 140 | |
| Line is longer than 80 characters. | 140 | |
| Line contains a tab character. | 141 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 142 | |
| Line has trailing spaces. | 143 | |
| Line is longer than 80 characters. | 143 | |
| 'cast' is not followed by whitespace. | 143 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 147 | |
| '{' is not preceded with whitespace. | 147 | |
| Line contains a tab character. | 149 | |
| Line has trailing spaces. | 150 | |
| Line is longer than 80 characters. | 150 | |
| Line contains a tab character. | 150 | |
| Parameter event should be final. | 150 | |
| Line is longer than 80 characters. | 152 | |
| 'cast' is not followed by whitespace. | 152 | |
| Line is longer than 80 characters. | 153 | |
| Line has trailing spaces. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 156 | |
| '{' is not preceded with whitespace. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Line contains a tab character. | 157 | |
| Line has trailing spaces. | 158 | |
| Line is longer than 80 characters. | 158 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| '{' is not preceded with whitespace. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line has trailing spaces. | 163 | |
| Line is longer than 80 characters. | 163 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 168 | |
| Line has trailing spaces. | 169 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line has trailing spaces. | 172 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line has trailing spaces. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line is longer than 80 characters. | 180 | |
| Line contains a tab character. | 180 | |
| Line has trailing spaces. | 181 | |
| Line contains a tab character. | 181 | |
| Line has trailing spaces. | 182 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| Line has trailing spaces. | 187 | |
| Line has trailing spaces. | 191 | |
| '{' is not preceded with whitespace. | 193 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Parameter e should be final. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| Parameter e should be final. | 201 | |
| Line contains a tab character. | 202 | |
| '{' is not preceded with whitespace. | 202 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Line has trailing spaces. | 205 | |
| Line is longer than 80 characters. | 205 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| Line has trailing spaces. | 207 | |
| Line contains a tab character. | 207 | |
| Line has trailing spaces. | 209 | |
| Line is longer than 80 characters. | 210 | |
| '{' is not preceded with whitespace. | 210 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 213 | |
| Line has trailing spaces. | 214 | |
| Line is longer than 80 characters. | 214 | |
| Line contains a tab character. | 214 | |
| Line has trailing spaces. | 215 | |
| Line contains a tab character. | 215 | |
| Line has trailing spaces. | 217 | |
| Line has trailing spaces. | 220 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 224 | |
| Line is longer than 80 characters. | 225 | |
| Line contains a tab character. | 225 | |
| Line has trailing spaces. | 226 | |
| Line is longer than 80 characters. | 226 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| Method 'updateDependencyResults' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Missing a Javadoc comment. | 228 | |
| '{' is not preceded with whitespace. | 228 | |
| Line has trailing spaces. | 229 | |
| Line contains a tab character. | 229 | |
| Line has trailing spaces. | 230 | |
| Line is longer than 80 characters. | 230 | |
| Line contains a tab character. | 230 | |
| ',' is not followed by whitespace. | 230 | |
| Line is longer than 80 characters. | 231 | |
| Line contains a tab character. | 231 | |
| ',' is not followed by whitespace. | 231 | |
| Line has trailing spaces. | 232 | |
| Line is longer than 80 characters. | 232 | |
| Line contains a tab character. | 232 | |
| Line has trailing spaces. | 233 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 234 | |
| Line has trailing spaces. | 235 | |
| Line contains a tab character. | 235 | |
| Line is longer than 80 characters. | 236 | |
| Line contains a tab character. | 236 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 | |
| Line has trailing spaces. | 239 | |
| Line contains a tab character. | 239 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line has trailing spaces. | 242 | |
| Line contains a tab character. | 242 | |
| Line contains a tab character. | 243 | |
| Line has trailing spaces. | 244 | |
| Line contains a tab character. | 244 | |
| Line is longer than 80 characters. | 245 | |
| Line contains a tab character. | 245 | |
| '{' is not preceded with whitespace. | 245 | |
| Line contains a tab character. | 247 | |
| Line has trailing spaces. | 248 | |
| Line is longer than 80 characters. | 248 | |
| Line contains a tab character. | 248 | |
| Parameter searchResults should be final. | 248 | |
| Line is longer than 80 characters. | 249 | |
| Line contains a tab character. | 249 | |
| '(' is preceded with whitespace. | 249 | |
| Line has trailing spaces. | 250 | |
| Line contains a tab character. | 250 | |
| Comment matches to-do format 'TODO:'. | 251 | |
| Line has trailing spaces. | 251 | |
| Line is longer than 80 characters. | 251 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 256 | |
| Line contains a tab character. | 257 | |
| Line contains a tab character. | 258 | |
| Line contains a tab character. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| Line has trailing spaces. | 263 | |
| Line contains a tab character. | 263 | |
| Line is longer than 80 characters. | 264 | |
| Line contains a tab character. | 264 | |
| '(' is preceded with whitespace. | 264 | |
| '{' is not preceded with whitespace. | 264 | |
| Line is longer than 80 characters. | 265 | |
| Line contains a tab character. | 265 | |
| '(' is preceded with whitespace. | 265 | |
| Line has trailing spaces. | 266 | |
| Line is longer than 80 characters. | 266 | |
| Line contains a tab character. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Line contains a tab character. | 267 | |
| '}' should be alone on a line. | 267 | |
| '(' is preceded with whitespace. | 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 | |
| '{' is not preceded with whitespace. | 269 | |
| Line is longer than 80 characters. | 270 | |
| Line contains a tab character. | 270 | |
| Line is longer than 80 characters. | 271 | |
| Line contains a tab character. | 271 | |
| '{' is not preceded with whitespace. | 271 | |
| Line is longer than 80 characters. | 272 | |
| Line contains a tab character. | 272 | |
| Line is longer than 80 characters. | 273 | |
| Line contains a tab character. | 273 | |
| '{' is not preceded with whitespace. | 273 | |
| Line is longer than 80 characters. | 274 | |
| Line contains a tab character. | 274 | |
| Line is longer than 80 characters. | 275 | |
| Line contains a tab character. | 275 | |
| '{' is not preceded with whitespace. | 275 | |
| Line is longer than 80 characters. | 276 | |
| Line contains a tab character. | 276 | |
| Line contains a tab character. | 277 | |
| Line is longer than 80 characters. | 278 | |
| Line contains a tab character. | 278 | |
| '{' is not preceded with whitespace. | 278 | |
| Line is longer than 80 characters. | 279 | |
| Line contains a tab character. | 279 | |
| Line is longer than 80 characters. | 280 | |
| Line contains a tab character. | 280 | |
| '{' is not preceded with whitespace. | 280 | |
| Line is longer than 80 characters. | 281 | |
| Line contains a tab character. | 281 | |
| Line has trailing spaces. | 282 | |
| Line is longer than 80 characters. | 282 | |
| Line contains a tab character. | 282 | |
| '||' should be on a new line. | 282 | |
| Line is longer than 80 characters. | 283 | |
| Line contains a tab character. | 283 | |
| '{' is not preceded with whitespace. | 283 | |
| Line is longer than 80 characters. | 284 | |
| Line contains a tab character. | 284 | |
| Empty statement. | 284 | |
| Line contains a tab character. | 285 | |
| Line is longer than 80 characters. | 286 | |
| Line contains a tab character. | 286 | |
| '{' is not preceded with whitespace. | 286 | |
| Line is longer than 80 characters. | 287 | |
| Line contains a tab character. | 287 | |
| Line is longer than 80 characters. | 288 | |
| Line contains a tab character. | 288 | |
| '{' is not preceded with whitespace. | 288 | |
| Line is longer than 80 characters. | 289 | |
| Line contains a tab character. | 289 | |
| Line is longer than 80 characters. | 290 | |
| Line contains a tab character. | 290 | |
| '{' is not preceded with whitespace. | 290 | |
| Line is longer than 80 characters. | 291 | |
| Line contains a tab character. | 291 | |
| Line is longer than 80 characters. | 292 | |
| Line contains a tab character. | 292 | |
| '{' is not preceded with whitespace. | 292 | |
| Line is longer than 80 characters. | 293 | |
| Line contains a tab character. | 293 | |
| Line is longer than 80 characters. | 294 | |
| Line contains a tab character. | 294 | |
| '{' is not preceded with whitespace. | 294 | |
| Line is longer than 80 characters. | 295 | |
| Line contains a tab character. | 295 | |
| Line contains a tab character. | 296 | |
| Line has trailing spaces. | 297 | |
| Line contains a tab character. | 297 | |
| Line contains a tab character. | 298 | |
| Line has trailing spaces. | 299 | |
| Line contains a tab character. | 299 | |
| Line is longer than 80 characters. | 300 | |
| Line contains a tab character. | 300 | |
| Line is longer than 80 characters. | 301 | |
| Line contains a tab character. | 301 | |
| Line has trailing spaces. | 302 | |
| Line is longer than 80 characters. | 302 | |
| Line contains a tab character. | 302 | |
| '{' is not preceded with whitespace. | 302 | |
| Line is longer than 80 characters. | 303 | |
| Line contains a tab character. | 303 | |
| Line contains a tab character. | 304 | |
| Line has trailing spaces. | 305 | |
| Line contains a tab character. | 305 | |
| Line is longer than 80 characters. | 306 | |
| Line contains a tab character. | 306 | |
| Line contains a tab character. | 307 | |
| Line is longer than 80 characters. | 308 | |
| Line contains a tab character. | 308 | |
| '{' is not preceded with whitespace. | 308 | |
| Line is longer than 80 characters. | 309 | |
| Line contains a tab character. | 309 | |
| Line is longer than 80 characters. | 310 | |
| Line contains a tab character. | 310 | |
| Line is longer than 80 characters. | 311 | |
| Line contains a tab character. | 311 | |
| Line is longer than 80 characters. | 312 | |
| Line contains a tab character. | 312 | |
| Line contains a tab character. | 313 | |
| Line is longer than 80 characters. | 315 | |
| Line contains a tab character. | 315 | |
| Line is longer than 80 characters. | 316 | |
| Line contains a tab character. | 316 | |
| Line contains a tab character. | 317 | |
| Line has trailing spaces. | 318 | |
| Line contains a tab character. | 318 | |
| Line contains a tab character. | 319 | |
| Line is longer than 80 characters. | 320 | |
| Line contains a tab character. | 320 | |
| Line contains a tab character. | 321 | |
| Line has trailing spaces. | 322 | |
| Line contains a tab character. | 322 | |
| Line contains a tab character. | 323 | |
| Line contains a tab character. | 324 | |
| Line has trailing spaces. | 325 | |
| Line contains a tab character. | 325 | |
| Line is longer than 80 characters. | 327 | |
| Line contains a tab character. | 327 | |
| Missing a Javadoc comment. | 327 | |
| Parameter dependencySectionKey should be final. | 327 | |
| Parameter dependencyType should be final. | 327 | |
| Parameter reqComponentIds should be final. | 327 | |
| '{' is not preceded with whitespace. | 327 | |
| Line contains a tab character. | 328 | |
| Line contains a tab character. | 329 | |
| Line contains a tab character. | 330 | |
| '{' is not preceded with whitespace. | 330 | |
| Line is longer than 80 characters. | 331 | |
| Line contains a tab character. | 331 | |
| Line has trailing spaces. | 333 | |
| Line is longer than 80 characters. | 333 | |
| Line contains a tab character. | 333 | |
| Line is longer than 80 characters. | 334 | |
| Line contains a tab character. | 334 | |
| Line has trailing spaces. | 335 | |
| Line contains a tab character. | 335 | |
| Line is longer than 80 characters. | 336 | |
| Line contains a tab character. | 336 | |
| Line is longer than 80 characters. | 337 | |
| Line contains a tab character. | 337 | |
| '{' is not preceded with whitespace. | 337 | |
| Line is longer than 80 characters. | 338 | |
| Line contains a tab character. | 338 | |
| Line is longer than 80 characters. | 339 | |
| Line contains a tab character. | 339 | |
| Line has trailing spaces. | 340 | |
| Line contains a tab character. | 340 | |
| Line is longer than 80 characters. | 341 | |
| Line contains a tab character. | 341 | |
| Line is longer than 80 characters. | 342 | |
| Line contains a tab character. | 342 | |
| Line has trailing spaces. | 343 | |
| Line is longer than 80 characters. | 343 | |
| Line contains a tab character. | 343 | |
| Line has trailing spaces. | 344 | |
| Line contains a tab character. | 344 | |
| Line is longer than 80 characters. | 345 | |
| Line contains a tab character. | 345 | |
| Line contains a tab character. | 346 | |
| Line contains a tab character. | 347 | |
| Line contains a tab character. | 348 | |
| Line contains a tab character. | 349 | |
| Line has trailing spaces. | 350 | |
| Line contains a tab character. | 350 | |
| Line contains a tab character. | 351 | |
| Line has trailing spaces. | 352 | |
| Line contains a tab character. | 352 | |
| Line is longer than 80 characters. | 353 | |
| Line contains a tab character. | 353 | |
| Line contains a tab character. | 354 | |
| Line is longer than 80 characters. | 355 | |
| Line contains a tab character. | 355 | |
| '{' is not preceded with whitespace. | 355 | |
| Line contains a tab character. | 356 | |
| Parameter event should be final. | 356 | |
| Line contains a tab character. | 357 | |
| Line is longer than 80 characters. | 358 | |
| Line contains a tab character. | 358 | |
| Line is longer than 80 characters. | 359 | |
| Line contains a tab character. | 359 | |
| Line is longer than 80 characters. | 361 | |
| Line contains a tab character. | 361 | |
| '{' is not preceded with whitespace. | 361 | |
| Line is longer than 80 characters. | 362 | |
| Line contains a tab character. | 362 | |
| Comment matches to-do format 'TODO:'. | 363 | |
| Line is longer than 80 characters. | 363 | |
| Line contains a tab character. | 363 | |
| Line is longer than 80 characters. | 364 | |
| Line contains a tab character. | 364 | |
| '{' is not preceded with whitespace. | 364 | |
| Line has trailing spaces. | 365 | |
| Line is longer than 80 characters. | 365 | |
| Line contains a tab character. | 365 | |
| Parameter progReqInfo should be final. | 365 | |
| Line is longer than 80 characters. | 366 | |
| Line contains a tab character. | 366 | |
| Avoid inline conditionals. | 366 | |
| Line is longer than 80 characters. | 367 | |
| Line contains a tab character. | 367 | |
| Avoid inline conditionals. | 367 | |
| Line is longer than 80 characters. | 368 | |
| Line contains a tab character. | 368 | |
| Avoid inline conditionals. | 368 | |
| Line is longer than 80 characters. | 369 | |
| Line contains a tab character. | 369 | |
| Line is longer than 80 characters. | 370 | |
| Line contains a tab character. | 370 | |
| Line is longer than 80 characters. | 371 | |
| Line contains a tab character. | 371 | |
| Line is longer than 80 characters. | 372 | |
| Line contains a tab character. | 372 | |
| Line is longer than 80 characters. | 373 | |
| Line contains a tab character. | 373 | |
| Line is longer than 80 characters. | 374 | |
| Line contains a tab character. | 374 | |
| Line is longer than 80 characters. | 375 | |
| Line contains a tab character. | 375 | |
| Line has trailing spaces. | 376 | |
| Line is longer than 80 characters. | 376 | |
| Line contains a tab character. | 376 | |
| Line contains a tab character. | 377 | |
| Line contains a tab character. | 378 | |
| Line is longer than 80 characters. | 379 | |
| Line contains a tab character. | 379 | |
| Line contains a tab character. | 380 | |
| Line has trailing spaces. | 381 | |
| Line contains a tab character. | 381 | |
| Line contains a tab character. | 382 | |
| Line has trailing spaces. | 383 | |
| Line contains a tab character. | 383 | |
| Line is longer than 80 characters. | 384 | |
| Line contains a tab character. | 384 | |
| Line is longer than 80 characters. | 385 | |
| Line contains a tab character. | 385 | |
| '{' is not preceded with whitespace. | 385 | |
| Line contains a tab character. | 386 | |
| Parameter event should be final. | 386 | |
| Line has trailing spaces. | 387 | |
| Line is longer than 80 characters. | 387 | |
| Line contains a tab character. | 387 | |
| Line contains a tab character. | 388 | |
| Line is longer than 80 characters. | 389 | |
| Line contains a tab character. | 389 | |
| Line has trailing spaces. | 390 | |
| Line is longer than 80 characters. | 390 | |
| Line contains a tab character. | 390 | |
| Line contains a tab character. | 391 | |
| Line contains a tab character. | 392 | |
| Line contains a tab character. | 393 | |
| Line contains a tab character. | 394 | |
| Line contains a tab character. | 395 | |
| Line has trailing spaces. | 396 | |
| Line contains a tab character. | 396 | |
| Line is longer than 80 characters. | 397 | |
| Line contains a tab character. | 397 | |
| '{' is not preceded with whitespace. | 397 | |
| Line contains a tab character. | 398 | |
| Parameter results should be final. | 398 | |
| Line contains a tab character. | 399 | |
| ':' is not preceded with whitespace. | 399 | |
| ':' is not followed by whitespace. | 399 | |
| '{' is not preceded with whitespace. | 399 | |
| Line is longer than 80 characters. | 400 | |
| Line contains a tab character. | 400 | |
| Line is longer than 80 characters. | 401 | |
| Line contains a tab character. | 401 | |
| Line has trailing spaces. | 402 | |
| Line is longer than 80 characters. | 402 | |
| Line contains a tab character. | 402 | |
| ',' is not followed by whitespace. | 402 | |
| '+' should be on a new line. | 402 | |
| Line is longer than 80 characters. | 403 | |
| Line contains a tab character. | 403 | |
| Line is longer than 80 characters. | 404 | |
| Line contains a tab character. | 404 | |
| Line has trailing spaces. | 405 | |
| Line is longer than 80 characters. | 405 | |
| Line contains a tab character. | 405 | |
| Line has trailing spaces. | 406 | |
| Line is longer than 80 characters. | 406 | |
| Line contains a tab character. | 406 | |
| Line contains a tab character. | 407 | |
| Line contains a tab character. | 408 | |
| Line contains a tab character. | 410 | |
| Line contains a tab character. | 411 | |
| Line has trailing spaces. | 412 | |
| Line contains a tab character. | 412 | |
| Line is longer than 80 characters. | 413 | |
| Line contains a tab character. | 413 | |
| Line is longer than 80 characters. | 414 | |
| Line contains a tab character. | 414 | |
| Missing a Javadoc comment. | 414 | |
| Parameter dependencySectionKey should be final. | 414 | |
| Parameter dependencyType should be final. | 414 | |
| Parameter dependencyTypeName should be final. | 414 | |
| Line contains a tab character. | 415 | |
| Line is longer than 80 characters. | 416 | |
| Line contains a tab character. | 416 | |
| '{' is not preceded with whitespace. | 416 | |
| Line is longer than 80 characters. | 417 | |
| Line contains a tab character. | 417 | |
| Line contains a tab character. | 418 | |
| '{' is not preceded with whitespace. | 418 | |
| Line is longer than 80 characters. | 419 | |
| Line contains a tab character. | 419 | |
| Line contains a tab character. | 420 | |
| Line has trailing spaces. | 421 | |
| Line is longer than 80 characters. | 421 | |
| Line contains a tab character. | 421 | |
| Line contains a tab character. | 422 | |
| Line contains a tab character. | 423 | |
| Line contains a tab character. | 424 | |
| Line contains a tab character. | 425 | |
| Line has trailing spaces. | 426 | |
| Line contains a tab character. | 426 | |
| Line contains a tab character. | 427 | |
| Line has trailing spaces. | 428 | |
| Line is longer than 80 characters. | 428 | |
| Line contains a tab character. | 428 | |
| Line contains a tab character. | 429 | |
| Line contains a tab character. | 430 | |
| Line is longer than 80 characters. | 431 | |
| Line contains a tab character. | 431 | |
| Missing a Javadoc comment. | 431 | |
| Parameter dependencyType should be final. | 431 | |
| Parameter cluCode should be final. | 431 | |
| Parameter cluName should be final. | 431 | |
| Parameter cluType should be final. | 431 | |
| Parameter diffAdminOrg should be final. | 431 | |
| '{' is not preceded with whitespace. | 431 | |
| Line has trailing spaces. | 432 | |
| Line contains a tab character. | 432 | |
| Line is longer than 80 characters. | 433 | |
| Line contains a tab character. | 433 | |
| Line contains a tab character. | 434 | |
| Line contains a tab character. | 435 | |
| Line has trailing spaces. | 436 | |
| Line contains a tab character. | 436 | |
| '&&' should be on a new line. | 436 | |
| Line is longer than 80 characters. | 437 | |
| Line contains a tab character. | 437 | |
| '{' is not preceded with whitespace. | 437 | |
| Line contains a tab character. | 438 | |
| Line has trailing spaces. | 439 | |
| Line is longer than 80 characters. | 439 | |
| Line contains a tab character. | 439 | |
| Line is longer than 80 characters. | 440 | |
| Line contains a tab character. | 440 | |
| '{' is not preceded with whitespace. | 440 | |
| Line contains a tab character. | 441 | |
| Line has trailing spaces. | 442 | |
| Line is longer than 80 characters. | 442 | |
| Line contains a tab character. | 442 | |
| Line contains a tab character. | 443 | |
| '{' is not preceded with whitespace. | 443 | |
| Line contains a tab character. | 444 | |
| Line has trailing spaces. | 445 | |
| Line is longer than 80 characters. | 445 | |
| Line contains a tab character. | 445 | |
| Line contains a tab character. | 446 | |
| '{' is not preceded with whitespace. | 446 | |
| Line contains a tab character. | 447 | |
| Line has trailing spaces. | 448 | |
| Line is longer than 80 characters. | 448 | |
| Line contains a tab character. | 448 | |
| Line is longer than 80 characters. | 449 | |
| Line contains a tab character. | 449 | |
| '{' is not preceded with whitespace. | 449 | |
| Line contains a tab character. | 450 | |
| Line is longer than 80 characters. | 451 | |
| Line contains a tab character. | 451 | |
| Line contains a tab character. | 452 | |
| Line contains a tab character. | 453 | |
| Line contains a tab character. | 454 | |
| Line has trailing spaces. | 455 | |
| Line contains a tab character. | 455 | |
| Line is longer than 80 characters. | 456 | |
| Line contains a tab character. | 456 | |
| Line contains a tab character. | 457 | |
| '{' is not preceded with whitespace. | 457 | |
| Line contains a tab character. | 458 | |
| Line contains a tab character. | 459 | |
| '{' is not preceded with whitespace. | 459 | |
| Line has trailing spaces. | 460 | |
| Line contains a tab character. | 460 | |
| Line contains a tab character. | 461 | |
| Line contains a tab character. | 462 | |
| Parameter event should be final. | 462 | |
| Line is longer than 80 characters. | 463 | |
| Line contains a tab character. | 463 | |
| '+' should be on a new line. | 463 | |
| Line is longer than 80 characters. | 464 | |
| Line contains a tab character. | 464 | |
| Line is longer than 80 characters. | 465 | |
| Line contains a tab character. | 465 | |
| '+' should be on a new line. | 465 | |
| Line is longer than 80 characters. | 466 | |
| Line contains a tab character. | 466 | |
| Line has trailing spaces. | 467 | |
| Line is longer than 80 characters. | 467 | |
| Line contains a tab character. | 467 | |
| Line contains a tab character. | 468 | |
| Line contains a tab character. | 469 | |
| Line has trailing spaces. | 470 | |
| Line contains a tab character. | 470 | |
| Line has trailing spaces. | 471 | |
| Line contains a tab character. | 471 | |
| Line contains a tab character. | 472 | |
| Line is longer than 80 characters. | 473 | |
| Line contains a tab character. | 473 | |
| Avoid inline conditionals. | 473 | |
| ':' is not preceded with whitespace. | 473 | |
| ':' is not followed by whitespace. | 473 | |
| Line has trailing spaces. | 474 | |
| Line contains a tab character. | 474 | |
| Line contains a tab character. | 475 | |
| Line contains a tab character. | 476 | |
| Line contains a tab character. | 477 | |
| '{' is not preceded with whitespace. | 477 | |
| Line is longer than 80 characters. | 478 | |
| Line contains a tab character. | 478 | |
| Line is longer than 80 characters. | 479 | |
| Line contains a tab character. | 479 | |
| '{' is not preceded with whitespace. | 479 | |
| Line contains a tab character. | 480 | |
| Line contains a tab character. | 481 | |
| Line contains a tab character. | 482 | |
| Line contains a tab character. | 483 | |
| Line has trailing spaces. | 484 | |
| Line contains a tab character. | 484 | |
| Line contains a tab character. | 485 | |
| Line has trailing spaces. | 486 | |
| Line contains a tab character. | 486 | |
| Line has trailing spaces. | 487 | |
| Line contains a tab character. | 487 | |
| Line contains a tab character. | 488 | |
| Line contains a tab character. | 489 | |
| '{' is not preceded with whitespace. | 489 | |
| Line contains a tab character. | 490 | |
| Line contains a tab character. | 491 | |
| Line has trailing spaces. | 492 | |
| Line contains a tab character. | 492 | |
| Line has trailing spaces. | 493 | |
| Line contains a tab character. | 493 | |
| Line contains a tab character. | 494 | |
| Line contains a tab character. | 496 | |
| Method 'hasDependencyDetails' is not designed for extension - needs to be abstract, final or empty. | 496 | |
| Missing a Javadoc comment. | 496 | |
| Parameter dependencyType should be final. | 496 | |
| '{' is not preceded with whitespace. | 496 | |
| Line is longer than 80 characters. | 497 | |
| Line contains a tab character. | 497 | |
| Line contains a tab character. | 498 | |
| Line has trailing spaces. | 499 | |
| Line contains a tab character. | 499 | |
| '||' should be on a new line. | 499 | |
| Line has trailing spaces. | 500 | |
| Line is longer than 80 characters. | 500 | |
| Line contains a tab character. | 500 | |
| '||' should be on a new line. | 500 | |
| Line is longer than 80 characters. | 501 | |
| Line contains a tab character. | 501 | |
| Line contains a tab character. | 502 | |
| Line has trailing spaces. | 503 | |
| Line contains a tab character. | 503 | |
| Missing a Javadoc comment. | 504 | |
| Parameter min should be final. | 504 | |
| Parameter max should be final. | 504 | |
| Comment matches to-do format 'TODO:'. | 508 | |
| Line is longer than 80 characters. | 508 | |
| Line is longer than 80 characters. | 509 | |
| Method 'getCluSetWidgetList' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| Missing a Javadoc comment. | 509 | |
| Parameter rule should be final. | 509 | |
| Line is longer than 80 characters. | 514 | |
| Comment matches to-do format 'TODO:'. | 520 | |
| Line is longer than 80 characters. | 520 | |
| Missing a Javadoc comment. | 521 | |
| Parameter rule should be final. | 521 | |
| Parameter list should be final. | 521 | |
| Line is longer than 80 characters. | 529 | |
| Line is longer than 80 characters. | 531 | |
| Line is longer than 80 characters. | 534 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 21 | |
| '{' is not preceded with whitespace. | 21 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Variable 'headerLabel' must be private and have accessor methods. | 23 | |
| Line has trailing spaces. | 24 | |
| Line contains a tab character. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Variable 'dependencySectionContainer' must be private and have accessor methods. | 25 | |
| Line has trailing spaces. | 26 | |
| Line contains a tab character. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'dependencySections' must be private and have accessor methods. | 27 | |
| Line has trailing spaces. | 28 | |
| Line contains a tab character. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line contains a tab character. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Variable 'dependencyTypeSections' must be private and have accessor methods. | 30 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| '{' is not preceded with whitespace. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Method 'addSection' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter sectionName should be final. | 39 | |
| Parameter sectionTitle should be final. | 39 | |
| '{' is not preceded with whitespace. | 39 | |
| Line has trailing spaces. | 40 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line has trailing spaces. | 44 | |
| Expected an @return tag. | 49 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Method 'addDependencyTypeSection' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter sectionName should be final. | 49 | |
| Expected @param tag for 'sectionName'. | 49 | |
| Parameter sectionTypeName should be final. | 49 | |
| Expected @param tag for 'sectionTypeName'. | 49 | |
| Parameter sectionHeader should be final. | 49 | |
| Expected @param tag for 'sectionHeader'. | 49 | |
| '{' is not preceded with whitespace. | 49 | |
| Line contains a tab character. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line has trailing spaces. | 57 | |
| Line contains a tab character. | 57 | |
| Line is longer than 80 characters. | 58 | |
| Line contains a tab character. | 58 | |
| Method 'getDependencyTypeSection' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter sectionName should be final. | 58 | |
| Parameter sectionTypeName should be final. | 58 | |
| '{' is not 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 | |
| Line has trailing spaces. | 62 | |
| Line contains a tab character. | 62 | |
| Method 'setHeaderTitle' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter title should be final. | 63 | |
| '{' is not preceded with whitespace. | 63 | |
| Comment matches to-do format 'TODO:'. | 64 | |
| Line is longer than 80 characters. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line has trailing spaces. | 68 | |
| Line contains a tab character. | 68 | |
| Line has trailing spaces. | 69 | |
| Line is longer than 80 characters. | 69 | |
| Line contains a tab character. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line has trailing spaces. | 77 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| '{' is not preceded with whitespace. | 78 | |
| Line contains a tab character. | 79 | |
| Parameter event should be final. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line contains a tab character. | 80 | |
| ':' is not preceded with whitespace. | 80 | |
| ':' is not followed by whitespace. | 80 | |
| '{' is not preceded with whitespace. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line has trailing spaces. | 83 | |
| Line contains a tab character. | 83 | |
| Line has trailing spaces. | 84 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 86 | |
| '{' is not preceded with whitespace. | 86 | |
| Line contains a tab character. | 87 | |
| Parameter event should be final. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line contains a tab character. | 88 | |
| ':' is not preceded with whitespace. | 88 | |
| ':' is not followed by whitespace. | 88 | |
| '{' is not preceded with whitespace. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line has trailing spaces. | 91 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line has trailing spaces. | 93 | |
| Line contains a tab character. | 93 | |
| Line has trailing spaces. | 95 | |
| Line is longer than 80 characters. | 97 | |
| Method 'finishLoad' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| '{' is not preceded with whitespace. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| ':' is not preceded with whitespace. | 101 | |
| ':' is not followed by whitespace. | 101 | |
| '{' is not preceded with whitespace. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line has trailing spaces. | 104 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| ':' is not preceded with whitespace. | 106 | |
| ':' is not followed by whitespace. | 106 | |
| '{' is not preceded with whitespace. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Missing a Javadoc comment. | 111 | |
| Line contains a tab character. | 111 | |
| '{' is not preceded with whitespace. | 111 | |
| Line has trailing spaces. | 112 | |
| Line contains a tab character. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Variable 'header' must be private and have accessor methods. | 112 | |
| Line contains a tab character. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line contains a tab character. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Variable 'dependencyTypeSections' must be private and have accessor methods. | 115 | |
| Line has trailing spaces. | 116 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter title should be final. | 117 | |
| '{' is not preceded with whitespace. | 117 | |
| Line has trailing spaces. | 118 | |
| Line is longer than 80 characters. | 118 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line has trailing spaces. | 125 | |
| Line contains a tab character. | 125 | |
| Line has trailing spaces. | 126 | |
| Line is longer than 80 characters. | 126 | |
| Line contains a tab character. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line contains a tab character. | 127 | |
| Line has trailing spaces. | 128 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| '{' is not preceded with whitespace. | 129 | |
| Line contains a tab character. | 130 | |
| Parameter event should be final. | 130 | |
| Line contains a tab character. | 131 | |
| Line has trailing spaces. | 132 | |
| Line contains a tab character. | 132 | |
| Line has trailing spaces. | 133 | |
| Line contains a tab character. | 133 | |
| Line contains a tab character. | 135 | |
| '{' is not preceded with whitespace. | 135 | |
| Line contains a tab character. | 136 | |
| Parameter event should be final. | 136 | |
| Line contains a tab character. | 137 | |
| Line has trailing spaces. | 138 | |
| Line contains a tab character. | 138 | |
| Line has trailing spaces. | 139 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line has trailing spaces. | 144 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line has trailing spaces. | 146 | |
| Line contains a tab character. | 146 | |
| Line has trailing spaces. | 147 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Method 'addWidget' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Line contains a tab character. | 149 | |
| Parameter widget should be final. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Line contains a tab character. | 150 | |
| 'cast' is not followed by whitespace. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 155 | |
| Method 'expandAll' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Missing a Javadoc comment. | 155 | |
| '{' is not preceded with whitespace. | 155 | |
| Line is longer than 80 characters. | 156 | |
| Line contains a tab character. | 156 | |
| ':' is not preceded with whitespace. | 156 | |
| ':' is not followed by whitespace. | 156 | |
| '{' is not preceded with whitespace. | 156 | |
| Line contains a tab character. | 157 | |
| '{' is not preceded with whitespace. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line has trailing spaces. | 162 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Method 'collapseAll' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| '{' is not preceded with whitespace. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Line contains a tab character. | 164 | |
| ':' is not preceded with whitespace. | 164 | |
| ':' is not followed by whitespace. | 164 | |
| '{' is not preceded with whitespace. | 164 | |
| Line contains a tab character. | 165 | |
| Line has trailing spaces. | 166 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line has trailing spaces. | 168 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Method 'setVisibility' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Missing a Javadoc comment. | 169 | |
| '{' is not preceded with whitespace. | 169 | |
| Line is longer than 80 characters. | 170 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line is longer than 80 characters. | 173 | |
| Line contains a tab character. | 173 | |
| ':' is not preceded with whitespace. | 173 | |
| ':' is not followed by whitespace. | 173 | |
| '{' is not preceded with whitespace. | 173 | |
| Line contains a tab character. | 174 | |
| '{' is not preceded with whitespace. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Missing a Javadoc comment. | 182 | |
| Line contains a tab character. | 182 | |
| '{' is not preceded with whitespace. | 182 | |
| Line contains a tab character. | 184 | |
| Missing a Javadoc comment. | 184 | |
| Variable 'content' must be private and have accessor methods. | 184 | |
| Line contains a tab character. | 185 | |
| Missing a Javadoc comment. | 185 | |
| Variable 'countLabel' must be private and have accessor methods. | 185 | |
| Line has trailing spaces. | 186 | |
| Line contains a tab character. | 186 | |
| Line is longer than 80 characters. | 187 | |
| Line contains a tab character. | 187 | |
| Missing a Javadoc comment. | 187 | |
| Variable 'dependencyItems' must be private and have accessor methods. | 187 | |
| Line has trailing spaces. | 188 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Missing a Javadoc comment. | 189 | |
| Parameter label should be final. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line has trailing spaces. | 194 | |
| Line contains a tab character. | 194 | |
| Line contains a tab character. | 195 | |
| Method 'finishLoad' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Missing a Javadoc comment. | 195 | |
| '{' is not preceded with whitespace. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| '5' is a magic number. | 198 | |
| '{' is not preceded with whitespace. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| Line has trailing spaces. | 204 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| Method 'addDependencyItem' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| Missing a Javadoc comment. | 205 | |
| Parameter label should be final. | 205 | |
| Parameter details should be final. | 205 | |
| '{' is not preceded with whitespace. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| '{' is not preceded with whitespace. | 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. | 216 | |
| Method 'expandAll' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Missing a Javadoc comment. | 216 | |
| '{' is not preceded with whitespace. | 216 | |
| Line contains a tab character. | 217 | |
| ':' is not preceded with whitespace. | 217 | |
| ':' is not followed by whitespace. | 217 | |
| '{' is not preceded with whitespace. | 217 | |
| Line contains a tab character. | 218 | |
| '{' is not preceded with whitespace. | 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 has trailing spaces. | 223 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Method 'collapseAll' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Missing a Javadoc comment. | 224 | |
| '{' is not preceded with whitespace. | 224 | |
| Line contains a tab character. | 225 | |
| ':' is not preceded with whitespace. | 225 | |
| ':' is not followed by whitespace. | 225 | |
| '{' is not preceded with whitespace. | 225 | |
| Line contains a tab character. | 226 | |
| Line has trailing spaces. | 227 | |
| Line contains a tab character. | 227 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 229 | |
| Line has trailing spaces. | 231 | |
| Line is longer than 80 characters. | 231 | |
| Line contains a tab character. | 231 | |
| Method 'hide' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| Missing a Javadoc comment. | 231 | |
| Parameter dependencySection should be final. | 231 | |
| Parameter dependencyType should be final. | 231 | |
| '{' is not preceded with whitespace. | 231 | |
| Line is longer than 80 characters. | 232 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 233 | |
| '{' is not preceded with whitespace. | 233 | |
| Line contains a tab character. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line contains a tab character. | 235 | |
| Line contains a tab character. | 236 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 | |
| Line has trailing spaces. | 239 | |
| Line contains a tab character. | 239 | |
| Line contains a tab character. | 240 | |
| Method 'show' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| Missing a Javadoc comment. | 240 | |
| Parameter dependencySection should be final. | 240 | |
| Parameter dependencyType should be final. | 240 | |
| '{' is not preceded with whitespace. | 240 | |
| Line is longer than 80 characters. | 241 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 242 | |
| '{' is not preceded with whitespace. | 242 | |
| Line contains a tab character. | 243 | |
| Line is longer than 80 characters. | 244 | |
| Line contains a tab character. | 244 | |
| Line has trailing spaces. | 245 | |
| Line contains a tab character. | 245 | |
| Line contains a tab character. | 246 | |
| Line contains a tab character. | 247 | |
| Line has trailing spaces. | 248 | |
| Line contains a tab character. | 248 | |
| Line contains a tab character. | 249 | |
| Method 'hideAll' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| Missing a Javadoc comment. | 249 | |
| '{' is not preceded with whitespace. | 249 | |
| Line is longer than 80 characters. | 250 | |
| Line contains a tab character. | 250 | |
| ':' is not preceded with whitespace. | 250 | |
| ':' is not followed by whitespace. | 250 | |
| '{' is not preceded with whitespace. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| ':' is not preceded with whitespace. | 253 | |
| ':' is not followed by whitespace. | 253 | |
| '{' is not preceded with whitespace. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 256 | |
| Line contains a tab character. | 258 | |
| Method 'showAll' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| Missing a Javadoc comment. | 258 | |
| '{' is not preceded with whitespace. | 258 | |
| Line is longer than 80 characters. | 259 | |
| Line contains a tab character. | 259 | |
| ':' is not preceded with whitespace. | 259 | |
| ':' is not followed by whitespace. | 259 | |
| '{' is not preceded with whitespace. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| ':' is not preceded with whitespace. | 262 | |
| ':' is not followed by whitespace. | 262 | |
| '{' is not preceded with whitespace. | 262 | |
| Line is longer than 80 characters. | 263 | |
| Line contains a tab character. | 263 | |
| Line has trailing spaces. | 264 | |
| Line contains a tab character. | 264 | |
| Line contains a tab character. | 265 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| '{' is not preceded with whitespace. | 17 | |
| Line contains a tab character. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line has trailing spaces. | 20 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Variable 'statementService' must be private and have accessor methods. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Variable 'programService' must be private and have accessor methods. | 22 | |
| Line contains a tab character. | 24 | |
| Method 'getRequirementComponentNL' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Line has trailing spaces. | 25 | |
| Line is longer than 80 characters. | 25 | |
| Line contains a tab character. | 25 | |
| Parameter reqComponentId should be final. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 29 | |
| Method 'getRequirementComponentNL' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Line has trailing spaces. | 30 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 30 | |
| Parameter reqComponentIds should be final. | 30 | |
| '{' is not preceded with whitespace. | 30 | |
| Line contains a tab character. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| ':' is not preceded with whitespace. | 32 | |
| ':' is not followed by whitespace. | 32 | |
| '{' is not preceded with whitespace. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line has trailing spaces. | 36 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line has trailing spaces. | 40 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Method 'getProgramRequirement' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Parameter reqId should be final. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line contains a tab character. | 43 | |
| Line has trailing spaces. | 44 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 49 | |
| Method 'getStatementService' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 53 | |
| Method 'setStatementService' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter statementService should be final. | 53 | |
| 'statementService' hides a field. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 57 | |
| Method 'getProgramService' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 61 | |
| Method 'setProgramService' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter programService should be final. | 61 | |
| 'programService' hides a field. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line is longer than 80 characters. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter programRequirementInfo should be final. | 65 | |
| Missing a Javadoc comment. | 69 | |
| Parameter tree should be final. | 69 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 78 | |
| Line contains a tab character. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line contains a tab character. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line contains a tab character. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 45 | |
| '{' is not preceded with whitespace. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Method 'onModuleLoad' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Line is longer than 80 characters. | 54 | |
| Line has trailing spaces. | 55 | |
| Line has trailing spaces. | 58 | |
| Line has trailing spaces. | 62 | |
| Missing a Javadoc comment. | 65 | |
| '{' is not preceded with whitespace. | 65 | |
| Line is longer than 80 characters. | 67 | |
| 'if' construct must use '{}'s. | 73 | |
| 'if' is not followed by whitespace. | 73 | |
| Line is longer than 80 characters. | 75 | |
| Line has trailing spaces. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Line is longer than 80 characters. | 79 | |
| ')' is preceded with whitespace. | 79 | |
| ')' is preceded with whitespace. | 80 | |
| Method 'getMsgSerializedObject' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Parameter key should be final. | 86 | |
| ')' is preceded with whitespace. | 86 | |
| '(' is followed by whitespace. | 88 | |
| ')' is preceded with whitespace. | 88 | |
| Line is longer than 80 characters. | 89 | |
| '(' is followed by whitespace. | 89 | |
| '(' is followed by whitespace. | 90 | |
| ')' is preceded with whitespace. | 90 | |
| 'cast' is not followed by whitespace. | 91 | |
| Line has trailing spaces. | 93 | |
| Line has trailing spaces. | 94 | |
| Method 'loadApp' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| '{' is not preceded with whitespace. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line has trailing spaces. | 97 | |
| '{' is not preceded with whitespace. | 98 | |
| Parameter caught should be final. | 99 | |
| Parameter principalId should be final. | 105 | |
| Line has trailing spaces. | 108 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.kuali.student.common.ui.client.application.Application. | 7 | |
| Line is longer than 80 characters. | 13 | |
| Unused import - org.kuali.student.common.ui.client.widgets.ApplicationPanel. | 14 | |
| Unused import - com.google.gwt.user.client.DOM. | 19 | |
| Missing a Javadoc comment. | 23 | |
| '{' is not preceded with whitespace. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line has trailing spaces. | 28 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line contains a tab character. | 30 | |
| Variable 'verLabel' must be private and have accessor methods. | 30 | |
| Line has trailing spaces. | 31 | |
| Line contains a tab character. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Line has trailing spaces. | 33 | |
| Line is longer than 80 characters. | 33 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter controller should be final. | 35 | |
| Parameter viewType should be final. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line has trailing spaces. | 39 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| 'if' is not followed by whitespace. | 42 | |
| '{' is not preceded with whitespace. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Line contains a tab character. | 43 | |
| Line has trailing spaces. | 44 | |
| Line contains a tab character. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line contains a tab character. | 45 | |
| ',' is not followed by whitespace. | 45 | |
| Line contains a tab character. | 46 | |
| Parameter caught should be final. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line has trailing spaces. | 49 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Parameter result should be final. | 50 | |
| ',' is not followed by whitespace. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| '+' is not preceded with whitespace. | 51 | |
| '+' is not followed by whitespace. | 51 | |
| Line contains a tab character. | 52 | |
| 'if' is not followed by whitespace. | 52 | |
| '{' is not preceded with whitespace. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line has trailing spaces. | 58 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| '}' should be on the same line. | 60 | |
| Line contains a tab character. | 61 | |
| 'else' is not followed by whitespace. | 61 | |
| '{' is not preceded with whitespace. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line has trailing spaces. | 64 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Variable 'searchMetadata' must be private and have accessor methods. | 35 | |
| Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter searchMeta should be final. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 58 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line has trailing spaces. | 82 | |
| Line contains a tab character. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Parameter event should be final. | 102 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Missing a Javadoc comment. | 112 | |
| Parameter event should be final. | 116 | |
| Line is longer than 80 characters. | 118 | |
| Method 'getFindProposalsWidget' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 129 | |
| Line is longer than 80 characters. | 134 | |
| Parameter result should be final. | 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 is longer than 80 characters. | 142 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Method 'getFindCoursesWidget' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Missing a Javadoc comment. | 157 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Parameter event should be final. | 167 | |
| Line is longer than 80 characters. | 172 | |
| Method 'getFindMajorsWidget' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 192 | |
| Parameter result should be final. | 195 | |
| Line is longer than 80 characters. | 199 | |
| Line is longer than 80 characters. | 201 | |
| Line is longer than 80 characters. | 203 | |
| Line is longer than 80 characters. | 205 | |
| Line is longer than 80 characters. | 209 | |
| Method 'getHowToWidget' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| Missing a Javadoc comment. | 222 | |
| Parameter event should be final. | 227 | |
| '800' is a magic number. | 230 | |
| '600' is a magic number. | 230 | |
| Method 'getActionListLink' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| Missing a Javadoc comment. | 238 | |
| Line is longer than 80 characters. | 239 | |
| Missing a Javadoc comment. | 244 | |
| Parameter key should be final. | 244 | |
| Missing a Javadoc comment. | 248 | |
| Parameter title should be final. | 248 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 3 | |
| interfaces should describe a type and hence have methods. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 4 | |
| Missing a Javadoc comment. | 4 | |
| Redundant 'public' modifier. | 4 | |
| Line contains a tab character. | 5 | |
| Missing a Javadoc comment. | 5 | |
| Redundant 'public' modifier. | 5 | |
| Line contains a tab character. | 6 | |
| Missing a Javadoc comment. | 6 | |
| Redundant 'public' modifier. | 6 | |
| Line contains a tab character. | 7 | |
| Missing a Javadoc comment. | 7 | |
| Redundant 'public' modifier. | 7 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 8 | |
| Redundant 'public' modifier. | 8 | |
| Line contains a tab character. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Redundant 'public' modifier. | 9 | |
| Line contains a tab character. | 10 | |
| Missing a Javadoc comment. | 10 | |
| Redundant 'public' modifier. | 10 | |
| Line contains a tab character. | 11 | |
| Missing a Javadoc comment. | 11 | |
| Redundant 'public' modifier. | 11 | |
| Line contains a tab character. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Redundant 'public' modifier. | 12 | |
| Line contains a tab character. | 13 | |
| Missing a Javadoc comment. | 13 | |
| Redundant 'public' modifier. | 13 | |
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Redundant 'public' modifier. | 14 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Redundant 'public' modifier. | 15 | |
| Line contains a tab character. | 16 | |
| Missing a Javadoc comment. | 16 | |
| Redundant 'public' modifier. | 16 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'public' modifier. | 17 | |
| Line contains a tab character. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Redundant 'public' modifier. | 18 | |
| Line contains a tab character. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Redundant 'public' modifier. | 19 | |
| Line contains a tab character. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Redundant 'public' modifier. | 20 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Redundant 'public' modifier. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Line contains a tab character. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 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 | |
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 12 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| Line has trailing spaces. | 14 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 15 | |
| Missing a Javadoc comment. | 15 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.kuali.student.lum.lu.ui.main.client.LUMMainEntryPoint. | 9 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Line has trailing spaces. | 20 | |
| '{' is not preceded with whitespace. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Line contains a tab character. | 28 | |
| '{' is not preceded with whitespace. | 28 | |
| '{' is not followed by whitespace. | 28 | |
| Missing a Javadoc comment. | 28 | |
| '}' is not preceded with whitespace. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Variable 'contentPanel' must be private and have accessor methods. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'container' must be private and have accessor methods. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter controllerId should be final. | 33 | |
| Parameter header should be final. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line has trailing spaces. | 39 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter header should be final. | 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 | |
| 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 is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Parameter event should be final. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line has trailing spaces. | 55 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Missing a Javadoc comment. | 56 | |
| '{' is not preceded with whitespace. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line contains a tab character. | 57 | |
| Line has trailing spaces. | 58 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 69 | |
| Method 'hideView' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Line contains a tab character. | 70 | |
| Parameter view should be final. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 74 | |
| Method 'renderView' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Line contains a tab character. | 75 | |
| Parameter view should be final. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line has trailing spaces. | 78 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Missing a Javadoc comment. | 79 | |
| '{' is not preceded with whitespace. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line has trailing spaces. | 82 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Method 'showDefaultView' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Line contains a tab character. | 84 | |
| Parameter onReadyCallback should be final. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| 'if' is not followed by whitespace. | 86 | |
| '{' is not preceded with whitespace. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| '}' should be on the same line. | 88 | |
| Line contains a tab character. | 89 | |
| 'else' is not followed by whitespace. | 89 | |
| '{' is not preceded with whitespace. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 11 | |
| Line is longer than 80 characters. | 12 | |
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line contains a tab character. | 32 | |
| Line is longer than 80 characters. | 49 | |
| Line has trailing spaces. | 50 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 57 | |
| 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. | 69 | |
| Missing a Javadoc comment. | 70 | |
| Parameter reason should be final. | 70 | |
| Line is longer than 80 characters. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter controller should be final. | 75 | |
| Parameter name should be final. | 75 | |
| Parameter viewType should be final. | 75 | |
| Missing a Javadoc comment. | 85 | |
| Method 'getView' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Method length is 193 lines (max allowed is 150). | 89 | |
| Line is longer than 80 characters. | 90 | |
| Parameter viewType should be final. | 90 | |
| Line is longer than 80 characters. | 129 | |
| Line contains a tab character. | 129 | |
| ';' is not followed by whitespace. | 129 | |
| Line is longer than 80 characters. | 146 | |
| Line has trailing spaces. | 149 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 223 | |
| Line is longer than 80 characters. | 235 | |
| Line is longer than 80 characters. | 243 | |
| Line is longer than 80 characters. | 251 | |
| Missing a Javadoc comment. | 285 | |
| Line is longer than 80 characters. | 286 | |
| Missing a Javadoc comment. | 289 | |
| Missing a Javadoc comment. | 294 | |
| Missing a Javadoc comment. | 301 | |
| Missing a Javadoc comment. | 306 | |
| Missing a Javadoc comment. | 311 | |
| Line is longer than 80 characters. | 312 | |
| Line contains a tab character. | 312 | |
| Line has trailing spaces. | 315 | |
| Missing a Javadoc comment. | 316 | |
| Line contains a tab character. | 317 | |
| Line has trailing spaces. | 320 | |
| Method 'hideView' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| Parameter view should be final. | 322 | |
| Method 'renderView' is not designed for extension - needs to be abstract, final or empty. | 326 | |
| Parameter view should be final. | 327 | |
| Line is longer than 80 characters. | 328 | |
| Method 'getViewEnumValue' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| Parameter enumValue should be final. | 332 | |
| Line is longer than 80 characters. | 341 | |
| Method 'showView' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| Missing a Javadoc comment. | 341 | |
| Parameter viewType should be final. | 341 | |
| Parameter onReadyCallback should be final. | 341 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 13 | |
| Line has trailing spaces. | 15 | |
| '{' is not preceded with whitespace. | 19 | |
| Line has trailing spaces. | 20 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Line has trailing spaces. | 25 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Line contains a tab character. | 26 | |
| '{' is not preceded with whitespace. | 26 | |
| '{' is not followed by whitespace. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 26 | |
| '}' is not preceded with whitespace. | 26 | |
| Line is longer than 80 characters. | 28 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter controller should be final. | 28 | |
| Parameter name should be final. | 28 | |
| Parameter viewType should be final. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| '{' is not preceded with whitespace. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 50 | |
| Method 'hideView' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Line contains a tab character. | 51 | |
| Parameter view should be final. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 55 | |
| Method 'renderView' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Line contains a tab character. | 56 | |
| Parameter view should be final. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line has trailing spaces. | 59 | |
| Line contains a tab character. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Method 'showView' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter viewType should be final. | 60 | |
| Parameter onReadyCallback should be final. | 60 | |
| Line contains a tab character. | 61 | |
| 'if' is not followed by whitespace. | 61 | |
| '{' is not preceded with whitespace. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 | |
| Line contains a tab character. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Redundant 'public' modifier. | 20 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Redundant 'public' modifier. | 24 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line is longer than 80 characters. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Line has trailing spaces. | 9 | |
| First sentence should end with a period. | 15 | |
| Line has trailing spaces. | 17 | |
| Missing a Javadoc comment. | 21 | |
| Redundant 'public' modifier. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'public' modifier. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 11 | |
| Line has trailing spaces. | 12 | |
| '{' is not preceded with whitespace. | 16 | |
| Line has trailing spaces. | 17 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Line contains a tab character. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Line has trailing spaces. | 21 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter controller should be final. | 22 | |
| Parameter viewType should be final. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 28 | |
| Line has trailing spaces. | 29 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Method 'addWidget' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter w should be final. | 30 | |
| '{' is not preceded with whitespace. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 33 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line contains a tab character. | 31 | |
| Line has trailing spaces. | 32 | |
| Line contains a tab character. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 37 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Line has trailing spaces. | 39 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 45 | |
| Method 'onLoad' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| '{' is not preceded with whitespace. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line contains a tab character. | 48 | |
| Line has trailing spaces. | 49 | |
| Line contains a tab character. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line contains a tab character. | 50 | |
| ',' is not followed by whitespace. | 50 | |
| Line contains a tab character. | 51 | |
| Parameter caught should be final. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line has trailing spaces. | 54 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Parameter result should be final. | 55 | |
| ',' is not followed by whitespace. | 55 | |
| Line contains a tab character. | 56 | |
| 'if' is not followed by whitespace. | 56 | |
| '{' is not preceded with whitespace. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line has trailing spaces. | 61 | |
| Line contains a tab character. | 61 | |
| Line has trailing spaces. | 62 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.kuali.student.common.ui.client.application.ApplicationContext. | 24 | |
| Line is longer than 80 characters. | 30 | |
| Unused import - org.kuali.student.common.ui.client.widgets.ApplicationPanel. | 32 | |
| Line is longer than 80 characters. | 39 | |
| Unused import - com.google.gwt.user.client.ui.HTML. | 55 | |
| Unused import - com.google.gwt.user.client.ui.Hidden. | 56 | |
| Unused import - com.google.gwt.user.client.ui.PopupPanel. | 57 | |
| Missing a Javadoc comment. | 63 | |
| '{' is not preceded with whitespace. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Line contains a tab character. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Line contains a tab character. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Line contains a tab character. | 67 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Line contains a tab character. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Line contains a tab character. | 70 | |
| Line has trailing spaces. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line has trailing spaces. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Line contains a tab character. | 73 | |
| Line is longer than 80 characters. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Line contains a tab character. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Line is longer than 80 characters. | 79 | |
| Line contains a tab character. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Line contains a tab character. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Line contains a tab character. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Line contains a tab character. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 90 | |
| '=' is not followed by whitespace. | 90 | |
| Missing a Javadoc comment. | 91 | |
| '=' is not preceded with whitespace. | 91 | |
| '=' is not followed by whitespace. | 91 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 97 | |
| '{' is not preceded with whitespace. | 97 | |
| Line contains a tab character. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Parameter url should be final. | 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 | |
| Parameter callback should be final. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 109 | |
| Missing a Javadoc comment. | 109 | |
| '{' is not preceded with whitespace. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Method 'onLoad' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| '{' is not preceded with whitespace. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line contains a tab character. | 115 | |
| ',' is not followed by whitespace. | 115 | |
| ',' is not followed by whitespace. | 115 | |
| Line is longer than 80 characters. | 117 | |
| Line contains a tab character. | 117 | |
| ',' is not followed by whitespace. | 117 | |
| Line contains a tab character. | 118 | |
| Parameter caught should be final. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 123 | |
| Parameter result should be final. | 123 | |
| ',' is not followed by whitespace. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line contains a tab character. | 124 | |
| '+' is not preceded with whitespace. | 124 | |
| '+' is not followed by whitespace. | 124 | |
| Line contains a tab character. | 125 | |
| 'if' is not followed by whitespace. | 125 | |
| '{' is not preceded with whitespace. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| '{' is not preceded with 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. | 139 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Missing a Javadoc comment. | 144 | |
| '{' is not preceded with whitespace. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line is longer than 80 characters. | 149 | |
| Line contains a tab character. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Line contains a tab character. | 150 | |
| Line is longer than 80 characters. | 151 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line is longer than 80 characters. | 155 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line has trailing spaces. | 157 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 159 | |
| Line is longer than 80 characters. | 160 | |
| Line contains a tab character. | 160 | |
| ',' is not followed by whitespace. | 160 | |
| ',' is not followed by whitespace. | 160 | |
| '+' is not preceded with whitespace. | 160 | |
| '+' is not followed by whitespace. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 167 | |
| Missing a Javadoc comment. | 167 | |
| Line contains a tab character. | 168 | |
| Line is longer than 80 characters. | 169 | |
| Line contains a tab character. | 169 | |
| ',' is not followed by whitespace. | 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. | 175 | |
| Line is longer than 80 characters. | 177 | |
| Line contains a tab character. | 177 | |
| ',' is not followed by whitespace. | 177 | |
| Line contains a tab character. | 178 | |
| '{' is not preceded with whitespace. | 178 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Parameter event should be final. | 181 | |
| Line is longer than 80 characters. | 182 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| '}' is not followed by whitespace. | 183 | |
| '}' is not preceded with whitespace. | 183 | |
| Line is longer than 80 characters. | 184 | |
| Line contains a tab character. | 184 | |
| ',' is not followed by whitespace. | 184 | |
| Line contains a tab character. | 185 | |
| '{' is not preceded with whitespace. | 185 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Parameter event should be final. | 187 | |
| Line is longer than 80 characters. | 188 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| '}' is not followed by whitespace. | 189 | |
| '}' is not preceded with whitespace. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Line contains a tab character. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Line contains a tab character. | 191 | |
| '+' is not preceded with whitespace. | 191 | |
| '+' is not followed by whitespace. | 191 | |
| Line contains a tab character. | 192 | |
| Line is longer than 80 characters. | 193 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| '{' is not preceded with whitespace. | 194 | |
| Line contains a tab character. | 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 | |
| '}' is not followed by whitespace. | 200 | |
| '}' is not preceded with whitespace. | 200 | |
| Line contains a tab character. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| '+' is not preceded with whitespace. | 204 | |
| '+' is not followed by whitespace. | 204 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 212 | |
| Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Missing a Javadoc comment. | 212 | |
| Parameter wrappedContent should be final. | 212 | |
| '{' is not preceded with whitespace. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 216 | |
| Method 'setHeaderCustomLinks' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Missing a Javadoc comment. | 216 | |
| Parameter links should be final. | 216 | |
| '{' is not preceded with whitespace. | 216 | |
| Line contains a tab character. | 217 | |
| 'for' is not followed by whitespace. | 217 | |
| ':' is not preceded with whitespace. | 217 | |
| '{' is not preceded with whitespace. | 217 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 | |
| Line contains a tab character. | 220 | |
| Line is longer than 80 characters. | 221 | |
| 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. | 226 | |
| Method 'setFooterLinks' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Missing a Javadoc comment. | 226 | |
| Parameter links should be final. | 226 | |
| '{' is not preceded with whitespace. | 226 | |
| Line contains a tab character. | 227 | |
| 'for' is not followed by whitespace. | 227 | |
| ':' is not preceded with whitespace. | 227 | |
| '{' is not preceded with whitespace. | 227 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| Line is longer than 80 characters. | 234 | |
| Missing a Javadoc comment. | 234 | |
| Parameter event should be final. | 243 | |
| '}' is not followed by whitespace. | 245 | |
| '}' is not preceded with whitespace. | 245 | |
| Parameter event should be final. | 250 | |
| '}' is not followed by whitespace. | 253 | |
| '}' is not preceded with whitespace. | 253 | |
| Parameter event should be final. | 257 | |
| '}' is not followed by whitespace. | 259 | |
| '}' is not preceded with whitespace. | 259 | |
| Missing a Javadoc comment. | 266 | |
| '{' is not preceded with whitespace. | 266 | |
| Line contains a tab character. | 267 | |
| '{' is not preceded with whitespace. | 267 | |
| Line contains a tab character. | 268 | |
| Line contains a tab character. | 269 | |
| Line contains a tab character. | 270 | |
| Line contains a tab character. | 272 | |
| Line contains a tab character. | 273 | |
| Line is longer than 80 characters. | 275 | |
| Line contains a tab character. | 275 | |
| Line contains a tab character. | 276 | |
| '{' is not preceded with whitespace. | 276 | |
| Line contains a tab character. | 277 | |
| Parameter event should be final. | 277 | |
| Line contains a tab character. | 278 | |
| Line contains a tab character. | 279 | |
| Line contains a tab character. | 280 | |
| Line contains a tab character. | 282 | |
| Line contains a tab character. | 283 | |
| Line contains a tab character. | 284 | |
| Missing a Javadoc comment. | 287 | |
| Line has trailing spaces. | 290 | |
| Method 'setHeaderTitle' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| Missing a Javadoc comment. | 291 | |
| Parameter title should be final. | 291 | |
| Line contains a tab character. | 292 | |
| Line has trailing spaces. | 294 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 32 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 41 | |
| Method 'setModelDefinition' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter modelDefinition should be final. | 41 | |
| 'modelDefinition' hides a field. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line contains a tab character. | 47 | |
| Method 'getController' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 51 | |
| Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter controller should be final. | 51 | |
| 'controller' hides a field. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 55 | |
| Method 'configureCatalogBrowser' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter layout should be final. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Line has trailing spaces. | 66 | |
| Line contains a tab character. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line contains a tab character. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Line contains a tab character. | 68 | |
| Line is longer than 80 characters. | 69 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Line has trailing spaces. | 74 | |
| Line contains a tab character. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line contains a tab character. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line contains a tab character. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter md should be final. | 81 | |
| Parameter fieldKey should be final. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line contains a tab character. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line is longer than 80 characters. | 96 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Parameter fieldKey should be final. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Line contains a tab character. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Line contains a tab character. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line is longer than 80 characters. | 126 | |
| Line contains a tab character. | 126 | |
| Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| Parameter section should be final. | 126 | |
| Parameter fieldKey should be final. | 126 | |
| Parameter messageKey should be final. | 126 | |
| Parameter widget should be final. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 130 | |
| Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| Parameter section should be final. | 130 | |
| Parameter fieldKey should be final. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Line contains a tab character. | 131 | |
| Parameter messageKey should be final. | 131 | |
| Parameter widget should be final. | 131 | |
| Parameter parentPath should be final. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line is longer than 80 characters. | 135 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 23 | |
| '{' should be on the previous line. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line has trailing spaces. | 37 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 41 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 21 | |
| Using the '.*' form of import should be avoided - org.kuali.student.common.ui.client.mvc.*. | 22 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 33 | |
| '{' should be on the previous line. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Line contains a tab character. | 36 | |
| Missing a Javadoc comment. | 36 | |
| '(' is preceded with whitespace. | 36 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| '(' is preceded with whitespace. | 42 | |
| Parameter controller should be final. | 42 | |
| 'controller' hides a field. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '(' is preceded with whitespace. | 48 | |
| Line contains a tab character. | 49 | |
| '(' is preceded with whitespace. | 49 | |
| Line has trailing spaces. | 50 | |
| Line contains a tab character. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| '(' is preceded with whitespace. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| '(' is preceded with whitespace. | 52 | |
| '(' is preceded with whitespace. | 52 | |
| Line contains a tab character. | 54 | |
| Line is longer than 80 characters. | 55 | |
| Line contains a tab character. | 55 | |
| '(' is preceded with whitespace. | 55 | |
| Line contains a tab character. | 56 | |
| '(' is preceded with whitespace. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Line contains a tab character. | 63 | |
| Missing a Javadoc comment. | 63 | |
| '(' is preceded with whitespace. | 63 | |
| Line contains a tab character. | 64 | |
| '{' should be on the previous line. | 64 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| '(' is preceded with whitespace. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line has trailing spaces. | 70 | |
| Line contains a tab character. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line contains a tab character. | 71 | |
| '(' is preceded with whitespace. | 71 | |
| '(' is preceded with whitespace. | 71 | |
| '{' is not preceded with whitespace. | 71 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| '(' is preceded with whitespace. | 74 | |
| Parameter caught should be final. | 74 | |
| Line contains a tab character. | 75 | |
| '{' should be on the previous line. | 75 | |
| Line contains a tab character. | 76 | |
| '(' is preceded with whitespace. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Line contains a tab character. | 77 | |
| Line is longer than 80 characters. | 78 | |
| Line contains a tab character. | 78 | |
| '(' is preceded with whitespace. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| '(' is preceded with whitespace. | 82 | |
| Parameter result should be final. | 82 | |
| Line contains a tab character. | 83 | |
| '{' should be on the previous line. | 83 | |
| '{' should be on the previous line. | 85 | |
| Line contains a tab character. | 86 | |
| '(' is preceded with whitespace. | 86 | |
| Line contains a tab character. | 87 | |
| Line is longer than 80 characters. | 88 | |
| Line contains a tab character. | 88 | |
| '(' is preceded with whitespace. | 88 | |
| Line is longer than 80 characters. | 90 | |
| Line contains a tab character. | 90 | |
| '(' is preceded with whitespace. | 90 | |
| Line contains a tab character. | 91 | |
| '(' is preceded with whitespace. | 91 | |
| Line contains a tab character. | 92 | |
| '(' is preceded with whitespace. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| '(' is preceded with whitespace. | 94 | |
| 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 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 101 | |
| Missing a Javadoc comment. | 101 | |
| '(' is preceded with whitespace. | 101 | |
| Parameter modelDefinition should be final. | 101 | |
| Line contains a tab character. | 102 | |
| '(' is preceded with whitespace. | 102 | |
| Line contains a tab character. | 103 | |
| '(' is preceded with whitespace. | 103 | |
| Line contains a tab character. | 104 | |
| '(' is preceded with whitespace. | 104 | |
| Line contains a tab character. | 105 | |
| '(' is preceded with whitespace. | 105 | |
| Line contains a tab character. | 106 | |
| Line has trailing spaces. | 107 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| '(' is preceded with whitespace. | 111 | |
| Line contains a tab character. | 112 | |
| '(' is preceded with whitespace. | 112 | |
| '(' is preceded with whitespace. | 112 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| '(' is preceded with whitespace. | 115 | |
| Parameter result should be final. | 115 | |
| Line contains a tab character. | 116 | |
| '{' should be on the previous line. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| '(' is preceded with whitespace. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| '(' is preceded with whitespace. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 127 | |
| Method 'getViewEnumValue' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Line contains a tab character. | 128 | |
| '(' is preceded with whitespace. | 128 | |
| Parameter enumValue should be final. | 128 | |
| '{' is not preceded with whitespace. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 132 | |
| Method 'setParentController' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Line contains a tab character. | 133 | |
| '(' is preceded with whitespace. | 133 | |
| Parameter controller should be final. | 133 | |
| 'controller' hides a field. | 133 | |
| Line contains a tab character. | 134 | |
| '(' is preceded with whitespace. | 134 | |
| Line contains a tab character. | 135 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 57 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 65 | |
| Name 'WITH_DIVIDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| Line is longer than 80 characters. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 80 | |
| '{' is not preceded with whitespace. | 80 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Method 'setModelDefinition' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter modelDefinition should be final. | 84 | |
| 'modelDefinition' hides a field. | 84 | |
| '{' is not preceded with whitespace. | 84 | |
| Line contains a tab character. | 85 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Parameter parentView should be final. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line has trailing spaces. | 116 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Line is longer than 80 characters. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Line has trailing spaces. | 141 | |
| Parameter result should be final. | 143 | |
| Line is longer than 80 characters. | 145 | |
| 'if' is not followed by whitespace. | 146 | |
| '{' is not preceded with whitespace. | 146 | |
| Line is longer than 80 characters. | 147 | |
| Parameter model should be final. | 149 | |
| Line is longer than 80 characters. | 150 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 155 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 159 | |
| Line has trailing spaces. | 161 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 164 | |
| Line has trailing spaces. | 165 | |
| Line is longer than 80 characters. | 165 | |
| Line has trailing spaces. | 167 | |
| '||' should be on a new line. | 167 | |
| Line has trailing spaces. | 168 | |
| Line has trailing spaces. | 170 | |
| Line is longer than 80 characters. | 170 | |
| Line is longer than 80 characters. | 171 | |
| Line has trailing spaces. | 173 | |
| Line is longer than 80 characters. | 174 | |
| Parameter cause should be final. | 179 | |
| Line is longer than 80 characters. | 180 | |
| Line has trailing spaces. | 182 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 192 | |
| Line has trailing spaces. | 194 | |
| Line is longer than 80 characters. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Line is longer than 80 characters. | 198 | |
| Line is longer than 80 characters. | 199 | |
| Line is longer than 80 characters. | 200 | |
| Line has trailing spaces. | 201 | |
| Line has trailing spaces. | 206 | |
| Missing a Javadoc comment. | 207 | |
| Parameter obj1 should be final. | 207 | |
| Parameter obj2 should be final. | 207 | |
| '||' should be on a new line. | 208 | |
| Line has trailing spaces. | 211 | |
| Line has trailing spaces. | 212 | |
| Missing a Javadoc comment. | 212 | |
| Parameter selectedLookupName should be final. | 212 | |
| Parameter lookupMetadatas should be final. | 213 | |
| Line is longer than 80 characters. | 217 | |
| Missing a Javadoc comment. | 225 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 227 | |
| Line is longer than 80 characters. | 228 | |
| Line contains a tab character. | 230 | |
| Missing a Javadoc comment. | 232 | |
| Parameter cluSetRangeData should be final. | 232 | |
| Line has trailing spaces. | 234 | |
| Line is longer than 80 characters. | 235 | |
| Line has trailing spaces. | 241 | |
| Missing a Javadoc comment. | 242 | |
| Parameter clusData should be final. | 242 | |
| 'if' is not followed by whitespace. | 246 | |
| '{' is not preceded with whitespace. | 246 | |
| Line has trailing spaces. | 257 | |
| Missing a Javadoc comment. | 258 | |
| Parameter clusetData should be final. | 258 | |
| 'if' is not followed by whitespace. | 262 | |
| '{' is not preceded with whitespace. | 262 | |
| Line has trailing spaces. | 273 | |
| Missing a Javadoc comment. | 274 | |
| Parameter queryPath should be final. | 274 | |
| Parameter queryData should be final. | 274 | |
| Line is longer than 80 characters. | 276 | |
| '||' should be on a new line. | 276 | |
| Line is longer than 80 characters. | 279 | |
| Line is longer than 80 characters. | 281 | |
| Line is longer than 80 characters. | 284 | |
| Line has trailing spaces. | 288 | |
| Line is longer than 80 characters. | 289 | |
| Missing a Javadoc comment. | 289 | |
| Parameter model should be final. | 289 | |
| Parameter cluSetEditOptions should be final. | 289 | |
| Line is longer than 80 characters. | 290 | |
| Line has trailing spaces. | 292 | |
| Line is longer than 80 characters. | 292 | |
| Line has trailing spaces. | 294 | |
| Line is longer than 80 characters. | 294 | |
| Line is longer than 80 characters. | 296 | |
| Line has trailing spaces. | 299 | |
| Line is longer than 80 characters. | 300 | |
| Missing a Javadoc comment. | 300 | |
| Parameter model should be final. | 300 | |
| Parameter cluSetEditOptions should be final. | 300 | |
| Parameter queryPath should be final. | 301 | |
| Parameter selectionId should be final. | 301 | |
| Line has trailing spaces. | 310 | |
| Missing a Javadoc comment. | 311 | |
| Line is longer than 80 characters. | 312 | |
| Line is longer than 80 characters. | 313 | |
| Line is longer than 80 characters. | 314 | |
| Line is longer than 80 characters. | 317 | |
| Parameter result should be final. | 319 | |
| Line is longer than 80 characters. | 320 | |
| Line has trailing spaces. | 322 | |
| Line is longer than 80 characters. | 323 | |
| Line is longer than 80 characters. | 325 | |
| 'if' is not followed by whitespace. | 326 | |
| '{' is not preceded with whitespace. | 326 | |
| Line is longer than 80 characters. | 327 | |
| Parameter model should be final. | 329 | |
| Line is longer than 80 characters. | 330 | |
| Parameter cause should be final. | 335 | |
| Line is longer than 80 characters. | 336 | |
| Line is longer than 80 characters. | 345 | |
| Line has trailing spaces. | 346 | |
| Line is longer than 80 characters. | 348 | |
| Line contains a tab character. | 350 | |
| Missing a Javadoc comment. | 352 | |
| Line is longer than 80 characters. | 353 | |
| Line is longer than 80 characters. | 357 | |
| Parameter result should be final. | 359 | |
| Line is longer than 80 characters. | 360 | |
| Line is longer than 80 characters. | 363 | |
| 'if' is not followed by whitespace. | 364 | |
| '{' is not preceded with whitespace. | 364 | |
| Line is longer than 80 characters. | 365 | |
| Parameter model should be final. | 367 | |
| Line has trailing spaces. | 369 | |
| Parameter cause should be final. | 375 | |
| Line is longer than 80 characters. | 376 | |
| Line is longer than 80 characters. | 384 | |
| Line is longer than 80 characters. | 388 | |
| Line is longer than 80 characters. | 393 | |
| Line has trailing spaces. | 395 | |
| Line is longer than 80 characters. | 396 | |
| Line is longer than 80 characters. | 398 | |
| Line has trailing spaces. | 400 | |
| Line has trailing spaces. | 403 | |
| Line is longer than 80 characters. | 405 | |
| Line has trailing spaces. | 407 | |
| Line has trailing spaces. | 410 | |
| Line is longer than 80 characters. | 412 | |
| Line has trailing spaces. | 414 | |
| Line is longer than 80 characters. | 415 | |
| Line has trailing spaces. | 417 | |
| Line is longer than 80 characters. | 417 | |
| Line is longer than 80 characters. | 419 | |
| Missing a Javadoc comment. | 425 | |
| Missing a Javadoc comment. | 426 | |
| Missing a Javadoc comment. | 427 | |
| Parameter parentPath should be final. | 427 | |
| 'parentPath' hides a field. | 427 | |
| '{' is not preceded with whitespace. | 427 | |
| Line is longer than 80 characters. | 432 | |
| '-' is not preceded with whitespace. | 432 | |
| '-' is not followed by whitespace. | 432 | |
| Line is longer than 80 characters. | 440 | |
| Missing a Javadoc comment. | 440 | |
| Parameter viewEnum should be final. | 440 | |
| Parameter labelKey should be final. | 440 | |
| Parameter modelId should be final. | 440 | |
| Line is longer than 80 characters. | 441 | |
| Line is longer than 80 characters. | 448 | |
| Missing a Javadoc comment. | 448 | |
| '(' is preceded with whitespace. | 448 | |
| Parameter viewEnum should be final. | 448 | |
| Parameter labelKey should be final. | 448 | |
| Parameter modelId should be final. | 448 | |
| Line is longer than 80 characters. | 449 | |
| Line is longer than 80 characters. | 456 | |
| Missing a Javadoc comment. | 456 | |
| Parameter title should be final. | 456 | |
| Parameter withDivider should be final. | 456 | |
| 'if' construct must use '{}'s. | 459 | |
| Missing a Javadoc comment. | 464 | |
| Parameter labelKey should be final. | 464 | |
| Line is longer than 80 characters. | 465 | |
| Missing a Javadoc comment. | 468 | |
| Parameter labelKey should be final. | 468 | |
| Missing a Javadoc comment. | 472 | |
| Parameter fieldKey should be final. | 472 | |
| Line is longer than 80 characters. | 475 | |
| Line is longer than 80 characters. | 489 | |
| Missing a Javadoc comment. | 497 | |
| Missing a Javadoc comment. | 499 | |
| Missing a Javadoc comment. | 500 | |
| Missing a Javadoc comment. | 501 | |
| Line is longer than 80 characters. | 503 | |
| Missing a Javadoc comment. | 503 | |
| Parameter inLookupMetadata should be final. | 503 | |
| Parameter additionalLookupMetadata should be final. | 503 | |
| 'additionalLookupMetadata' hides a field. | 503 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| Missing a Javadoc comment. | 509 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 513 | |
| Missing a Javadoc comment. | 513 | |
| Parameter name should be final. | 513 | |
| 'name' hides a field. | 513 | |
| Method 'getInitLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 517 | |
| Missing a Javadoc comment. | 517 | |
| Method 'setInitLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| Missing a Javadoc comment. | 521 | |
| Parameter initLookupMetadata should be final. | 521 | |
| 'initLookupMetadata' hides a field. | 521 | |
| Method 'getAdditionalLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 525 | |
| Missing a Javadoc comment. | 525 | |
| Line is longer than 80 characters. | 529 | |
| Method 'setAdditionalLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 529 | |
| Missing a Javadoc comment. | 529 | |
| Parameter additionalLookupMetadata should be final. | 529 | |
| 'additionalLookupMetadata' hides a field. | 529 | |
| Line has trailing spaces. | 532 | |
| Line is longer than 80 characters. | 534 | |
| Missing a Javadoc comment. | 534 | |
| Parameter modelIdObj should be final. | 534 | |
| Parameter section should be final. | 534 | |
| Parameter fieldKey should be final. | 534 | |
| Line contains a tab character. | 535 | |
| Line is longer than 80 characters. | 537 | |
| Missing a Javadoc comment. | 537 | |
| Parameter modelIdObj should be final. | 537 | |
| Parameter section should be final. | 537 | |
| Parameter fieldKey should be final. | 537 | |
| Parameter messageKey should be final. | 537 | |
| Line contains a tab character. | 538 | |
| Line is longer than 80 characters. | 540 | |
| Missing a Javadoc comment. | 540 | |
| Parameter modelIdObj should be final. | 540 | |
| Parameter section should be final. | 540 | |
| Parameter fieldKey should be final. | 540 | |
| Parameter messageKey should be final. | 540 | |
| Parameter widget should be final. | 540 | |
| Line is longer than 80 characters. | 541 | |
| Line contains a tab character. | 541 | |
| Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 548 | |
| Missing a Javadoc comment. | 548 | |
| Parameter section should be final. | 548 | |
| Parameter fieldKey should be final. | 548 | |
| Line contains a tab character. | 549 | |
| Line has trailing spaces. | 550 | |
| Line is longer than 80 characters. | 551 | |
| Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 551 | |
| Missing a Javadoc comment. | 551 | |
| Parameter section should be final. | 551 | |
| Parameter fieldKey should be final. | 551 | |
| Parameter messageKey should be final. | 551 | |
| Line contains a tab character. | 552 | |
| Line is longer than 80 characters. | 554 | |
| Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 554 | |
| Missing a Javadoc comment. | 554 | |
| Parameter section should be final. | 554 | |
| Parameter fieldKey should be final. | 554 | |
| Parameter messageKey should be final. | 554 | |
| Parameter widget should be final. | 554 | |
| Line contains a tab character. | 555 | |
| Line is longer than 80 characters. | 557 | |
| Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 557 | |
| Missing a Javadoc comment. | 557 | |
| Parameter section should be final. | 557 | |
| Parameter fieldKey should be final. | 557 | |
| Parameter messageKey should be final. | 557 | |
| Parameter parentPath should be final. | 557 | |
| Line is longer than 80 characters. | 560 | |
| Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 560 | |
| Missing a Javadoc comment. | 560 | |
| Parameter section should be final. | 560 | |
| Parameter fieldKey should be final. | 560 | |
| Parameter messageKey should be final. | 560 | |
| Parameter widget should be final. | 560 | |
| Parameter parentPath should be final. | 560 | |
| Line is longer than 80 characters. | 561 | |
| Line is longer than 80 characters. | 563 | |
| Missing a Javadoc comment. | 563 | |
| Parameter modelId should be final. | 563 | |
| Parameter section should be final. | 563 | |
| Parameter fieldKey should be final. | 563 | |
| Parameter messageKey should be final. | 563 | |
| Parameter widget should be final. | 563 | |
| Parameter parentPath should be final. | 563 | |
| Line contains a tab character. | 565 | |
| Line contains a tab character. | 566 | |
| Line contains a tab character. | 567 | |
| Line is longer than 80 characters. | 568 | |
| Line contains a tab character. | 568 | |
| Line contains a tab character. | 569 | |
| '}' should be on the same line. | 569 | |
| Line contains a tab character. | 570 | |
| 'else' is not followed by whitespace. | 570 | |
| '{' is not preceded with whitespace. | 570 | |
| Line contains a tab character. | 571 | |
| Line contains a tab character. | 572 | |
| Line contains a tab character. | 573 | |
| Line contains a tab character. | 574 | |
| Line contains a tab character. | 575 | |
| Line contains a tab character. | 576 | |
| Line contains a tab character. | 577 | |
| Method 'getEditSearchCluSetId' is not designed for extension - needs to be abstract, final or empty. | 580 | |
| Missing a Javadoc comment. | 580 | |
| Method 'setEditSearchCluSetId' is not designed for extension - needs to be abstract, final or empty. | 584 | |
| Missing a Javadoc comment. | 584 | |
| Parameter searchCluSetId should be final. | 584 | |
| Method 'getViewSearchCluSetId' is not designed for extension - needs to be abstract, final or empty. | 588 | |
| Missing a Javadoc comment. | 588 | |
| Method 'setViewSearchCluSetId' is not designed for extension - needs to be abstract, final or empty. | 592 | |
| Missing a Javadoc comment. | 592 | |
| Parameter viewSearchCluSetId should be final. | 592 | |
| 'viewSearchCluSetId' hides a field. | 592 | |
| Line has trailing spaces. | 595 | |
| Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 596 | |
| Missing a Javadoc comment. | 596 | |
| Parameter labelKey should be final. | 596 | |
| Line is longer than 80 characters. | 597 | |
| Line has trailing spaces. | 599 | |
| Missing a Javadoc comment. | 600 | |
| Line contains a tab character. | 601 | |
| Missing a Javadoc comment. | 601 | |
| Line has trailing spaces. | 602 | |
| Line contains a tab character. | 602 | |
| Line contains a tab character. | 603 | |
| Missing a Javadoc comment. | 603 | |
| Parameter modelId should be final. | 603 | |
| 'modelId' hides a field. | 603 | |
| Line contains a tab character. | 604 | |
| Line contains a tab character. | 605 | |
| Line has trailing spaces. | 606 | |
| Line contains a tab character. | 606 | |
| Line contains a tab character. | 607 | |
| Missing a Javadoc comment. | 607 | |
| Line contains a tab character. | 608 | |
| Line contains a tab character. | 609 | |
| Line contains a tab character. | 611 | |
| Missing a Javadoc comment. | 611 | |
| Parameter modelId should be final. | 611 | |
| 'modelId' hides a field. | 611 | |
| Line contains a tab character. | 612 | |
| Line contains a tab character. | 613 | |
| Missing a Javadoc comment. | 616 | |
| '{' is not preceded with whitespace. | 616 | |
| Missing a Javadoc comment. | 617 | |
| '{' is not preceded with whitespace. | 617 | |
| Line is longer than 80 characters. | 620 | |
| Line is longer than 80 characters. | 621 | |
| Line is longer than 80 characters. | 622 | |
| Line is longer than 80 characters. | 623 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 48 | |
| Line has trailing spaces. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line has trailing spaces. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Line has trailing spaces. | 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. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Variable 'cluSetManagementRpcServiceAsync' must be private and have accessor methods. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Line has trailing spaces. | 68 | |
| Missing a Javadoc comment. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Line has trailing spaces. | 71 | |
| Line contains a tab character. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 73 | |
| '{' is not preceded with whitespace. | 73 | |
| Line has trailing spaces. | 78 | |
| Method 'getMainView' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Line has trailing spaces. | 82 | |
| Method 'showView' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Line is longer than 80 characters. | 91 | |
| Parameter caught should be final. | 93 | |
| Line is longer than 80 characters. | 95 | |
| Parameter result should be final. | 98 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 115 | |
| Parameter caught should be final. | 117 | |
| Line is longer than 80 characters. | 119 | |
| Parameter result should be final. | 122 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 129 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 144 | |
| Parameter result should be final. | 150 | |
| Missing a Javadoc comment. | 161 | |
| Line has trailing spaces. | 163 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 167 | |
| Parameter result should be final. | 170 | |
| Expression can be simplified. | 171 | |
| Line is longer than 80 characters. | 173 | |
| '50' is a magic number. | 173 | |
| Parameter result should be final. | 181 | |
| Expression can be simplified. | 182 | |
| Line is longer than 80 characters. | 184 | |
| '50' is a magic number. | 184 | |
| Line has trailing spaces. | 191 | |
| Line has trailing spaces. | 194 | |
| Line has trailing spaces. | 200 | |
| Line is longer than 80 characters. | 204 | |
| '{' is not preceded with whitespace. | 205 | |
| '{' is not preceded with whitespace. | 209 | |
| Parameter workCompleteCallback should be final. | 211 | |
| Line is longer than 80 characters. | 212 | |
| '{' is not preceded with whitespace. | 212 | |
| Line has trailing spaces. | 218 | |
| Line has trailing spaces. | 220 | |
| Line has trailing spaces. | 226 | |
| Missing a Javadoc comment. | 227 | |
| Line has trailing spaces. | 228 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 232 | |
| Line is longer than 80 characters. | 233 | |
| '{' is not preceded with whitespace. | 233 | |
| Parameter caught should be final. | 236 | |
| Line has trailing spaces. | 239 | |
| Line is longer than 80 characters. | 239 | |
| Parameter result should be final. | 243 | |
| Line has trailing spaces. | 250 | |
| Line has trailing spaces. | 251 | |
| Line contains a tab character. | 251 | |
| Line has trailing spaces. | 254 | |
| Missing a Javadoc comment. | 255 | |
| Parameter modelDefinition should be final. | 255 | |
| '{' is not preceded with whitespace. | 255 | |
| '{' is not preceded with whitespace. | 257 | |
| Line is longer than 80 characters. | 264 | |
| '{' is not preceded with whitespace. | 264 | |
| Parameter saveAction should be final. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Method 'renderView' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| Parameter view should be final. | 277 | |
| Method 'requestModel' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| Line is longer than 80 characters. | 285 | |
| Parameter modelType should be final. | 285 | |
| Method 'doSaveAction' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| Missing a Javadoc comment. | 289 | |
| '{' is not preceded with whitespace. | 289 | |
| 'if' is not followed by whitespace. | 294 | |
| '!=' is not preceded with whitespace. | 294 | |
| '!=' is not followed by whitespace. | 294 | |
| '{' is not preceded with whitespace. | 294 | |
| Line contains a tab character. | 296 | |
| Line contains a tab character. | 297 | |
| Parameter result should be final. | 297 | |
| Line has trailing spaces. | 298 | |
| Line contains a tab character. | 298 | |
| Line contains a tab character. | 299 | |
| Line contains a tab character. | 300 | |
| Line contains a tab character. | 301 | |
| 'if' is not followed by whitespace. | 301 | |
| '{' is not preceded with whitespace. | 301 | |
| Line contains a tab character. | 302 | |
| Line is longer than 80 characters. | 303 | |
| Line contains a tab character. | 303 | |
| Line contains a tab character. | 304 | |
| 'if' is not followed by whitespace. | 304 | |
| '{' is not preceded with whitespace. | 304 | |
| Line contains a tab character. | 305 | |
| Line contains a tab character. | 306 | |
| Line contains a tab character. | 307 | |
| Line has trailing spaces. | 308 | |
| Line contains a tab character. | 308 | |
| Line contains a tab character. | 309 | |
| 'if' is not followed by whitespace. | 309 | |
| '{' is not preceded with whitespace. | 309 | |
| Line contains a tab character. | 310 | |
| Line contains a tab character. | 311 | |
| Line contains a tab character. | 312 | |
| Line is longer than 80 characters. | 313 | |
| Line contains a tab character. | 313 | |
| Line is longer than 80 characters. | 314 | |
| Line contains a tab character. | 314 | |
| 'cast' is not followed by whitespace. | 314 | |
| Line contains a tab character. | 315 | |
| Line contains a tab character. | 316 | |
| '}' should be on the same line. | 316 | |
| Line contains a tab character. | 317 | |
| 'else' is not followed by whitespace. | 317 | |
| '{' is not preceded with whitespace. | 317 | |
| Line is longer than 80 characters. | 318 | |
| Line contains a tab character. | 318 | |
| Line contains a tab character. | 319 | |
| Line has trailing spaces. | 320 | |
| Line contains a tab character. | 320 | |
| Line contains a tab character. | 321 | |
| Line contains a tab character. | 322 | |
| Line is longer than 80 characters. | 326 | |
| Missing a Javadoc comment. | 326 | |
| Line has trailing spaces. | 327 | |
| Line contains a tab character. | 327 | |
| Line is longer than 80 characters. | 328 | |
| Parameter caught should be final. | 331 | |
| Line has trailing spaces. | 333 | |
| Line is longer than 80 characters. | 334 | |
| '5000' is a magic number. | 334 | |
| Line is longer than 80 characters. | 339 | |
| Parameter caught should be final. | 341 | |
| Line has trailing spaces. | 342 | |
| Parameter result should be final. | 346 | |
| Line contains a tab character. | 347 | |
| Line contains a tab character. | 348 | |
| '&&' should be on a new line. | 348 | |
| Line is longer than 80 characters. | 352 | |
| Line is longer than 80 characters. | 353 | |
| Line has trailing spaces. | 355 | |
| Line is longer than 80 characters. | 355 | |
| '5000' is a magic number. | 355 | |
| Line is longer than 80 characters. | 358 | |
| '4000' is a magic number. | 358 | |
| Method 'showDefaultView' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| Parameter result should be final. | 372 | |
| Line has trailing spaces. | 381 | |
| Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| Parameter onReadyCallback should be final. | 383 | |
| Line contains a tab character. | 384 | |
| Missing a Javadoc comment. | 387 | |
| Method 'setParentController' is not designed for extension - needs to be abstract, final or empty. | 391 | |
| Parameter controller should be final. | 392 | |
| Line has trailing spaces. | 393 | |
| Line has trailing spaces. | 395 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 36 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Using the '.*' form of import should be avoided - org.kuali.student.lum.common.client.widgets.*. | 44 | |
| Missing a Javadoc comment. | 49 | |
| Line is longer than 80 characters. | 51 | |
| 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. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 61 | |
| Method 'afterModelIsLoaded' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter cluSetModel should be final. | 63 | |
| 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 | |
| Line is longer than 80 characters. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Parameter clusetViewEnum should be final. | 74 | |
| Parameter name should be final. | 74 | |
| Parameter modelId should be final. | 74 | |
| Line is longer than 80 characters. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Parameter name should be final. | 78 | |
| Parameter modelId should be final. | 78 | |
| Parameter showTitle should be final. | 78 | |
| '||' should be on a new line. | 81 | |
| Line is longer than 80 characters. | 89 | |
| Parameter caught should be final. | 91 | |
| Parameter result should be final. | 96 | |
| Line is longer than 80 characters. | 99 | |
| Parameter caught should be final. | 101 | |
| Parameter result should be final. | 106 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 123 | |
| Parameter modelDefinition should be final. | 123 | |
| 'modelDefinition' hides a field. | 123 | |
| Missing a Javadoc comment. | 127 | |
| Parameter searchDefinition should be final. | 127 | |
| 'searchDefinition' hides a field. | 127 | |
| Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Parameter onReadyCallback should be final. | 132 | |
| Missing a Javadoc comment. | 139 | |
| Missing a Javadoc comment. | 148 | |
| Parameter clusetViewEnum should be final. | 148 | |
| '||' should be on a new line. | 149 | |
| Method 'onHistoryEvent' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Parameter historyStack should be final. | 160 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 165 | |
| Missing a Javadoc comment. | 169 | |
| Parameter event should be final. | 173 | |
| Line is longer than 80 characters. | 184 | |
| Line has trailing spaces. | 191 | |
| Line has trailing spaces. | 192 | |
| Line has trailing spaces. | 196 | |
| Line has trailing spaces. | 197 | |
| Missing a Javadoc comment. | 208 | |
| Line is longer than 80 characters. | 215 | |
| Line is longer than 80 characters. | 216 | |
| Line is longer than 80 characters. | 217 | |
| Parameter date should be final. | 219 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 228 | |
| Parameter widget should be final. | 228 | |
| Parameter model should be final. | 228 | |
| Parameter path should be final. | 228 | |
| Line is longer than 80 characters. | 229 | |
| Line is longer than 80 characters. | 233 | |
| Parameter widget should be final. | 233 | |
| Parameter model should be final. | 233 | |
| Parameter path should be final. | 233 | |
| Line is longer than 80 characters. | 252 | |
| Line is longer than 80 characters. | 264 | |
| Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| Missing a Javadoc comment. | 264 | |
| Parameter fieldKey should be final. | 264 | |
| Parameter messageKey should be final. | 264 | |
| Line is longer than 80 characters. | 268 | |
| Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| Missing a Javadoc comment. | 268 | |
| Parameter fieldKey should be final. | 268 | |
| Parameter messageKey should be final. | 268 | |
| Parameter optional should be final. | 268 | |
| Line is longer than 80 characters. | 269 | |
| Line is longer than 80 characters. | 272 | |
| Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| Missing a Javadoc comment. | 272 | |
| Parameter fieldKey should be final. | 272 | |
| Parameter messageKey should be final. | 272 | |
| Parameter widget should be final. | 272 | |
| Parameter widget2 should be final. | 272 | |
| Parameter parentPath should be final. | 272 | |
| Parameter binding should be final. | 272 | |
| Parameter optional should be final. | 272 | |
| Line is longer than 80 characters. | 276 | |
| Line is longer than 80 characters. | 285 | |
| Missing a Javadoc comment. | 299 | |
| Line is longer than 80 characters. | 305 | |
| Parameter event should be final. | 308 | |
| Line is longer than 80 characters. | 313 | |
| '+' should be on a new line. | 313 | |
| Line is longer than 80 characters. | 317 | |
| Parameter result should be final. | 319 | |
| Line is longer than 80 characters. | 320 | |
| Line is longer than 80 characters. | 327 | |
| Line is longer than 80 characters. | 329 | |
| '40' is a magic number. | 329 | |
| Method 'getSelectedCluSetId' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| Missing a Javadoc comment. | 334 | |
| Method 'setSelectedCluSetId' is not designed for extension - needs to be abstract, final or empty. | 338 | |
| Missing a Javadoc comment. | 338 | |
| Parameter selectedCluSetId should be final. | 338 | |
| 'selectedCluSetId' hides a field. | 338 | |
| Missing a Javadoc comment. | 342 | |
| Line is longer than 80 characters. | 343 | |
| '?' should be on a new line. | 343 | |
| Avoid inline conditionals. | 343 | |
| Line is longer than 80 characters. | 345 | |
| Line is longer than 80 characters. | 346 | |
| Line is longer than 80 characters. | 348 | |
| Line is longer than 80 characters. | 350 | |
| Line is longer than 80 characters. | 351 | |
| Line is longer than 80 characters. | 352 | |
| Line is longer than 80 characters. | 353 | |
| Line is longer than 80 characters. | 354 | |
| Line is longer than 80 characters. | 364 | |
| Missing a Javadoc comment. | 364 | |
| Parameter title should be final. | 364 | |
| Parameter withDivider should be final. | 364 | |
| 'if' construct must use '{}'s. | 367 | |
| Missing a Javadoc comment. | 372 | |
| Parameter labelKey should be final. | 372 | |
| Line is longer than 80 characters. | 373 | |
| Missing a Javadoc comment. | 376 | |
| Parameter labelKey should be final. | 376 | |
| Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 380 | |
| Missing a Javadoc comment. | 380 | |
| Parameter labelKey should be final. | 380 | |
| Line is longer than 80 characters. | 381 | |
| Missing a Javadoc comment. | 384 | |
| Parameter fieldKey should be final. | 385 | |
| Parameter messageKey should be final. | 386 | |
| Parameter widget should be final. | 387 | |
| Parameter parentPath should be final. | 388 | |
| Missing a Javadoc comment. | 400 | |
| Parameter section should be final. | 400 | |
| Parameter fieldKey should be final. | 401 | |
| Parameter messageKey should be final. | 402 | |
| Parameter widget should be final. | 403 | |
| Parameter parentPath should be final. | 404 | |
| Line is longer than 80 characters. | 405 | |
| Missing a Javadoc comment. | 410 | |
| Parameter fieldKey should be final. | 410 | |
| Line is longer than 80 characters. | 413 | |
| Missing a Javadoc comment. | 417 | |
| Missing a Javadoc comment. | 419 | |
| Missing a Javadoc comment. | 420 | |
| Missing a Javadoc comment. | 421 | |
| Line is longer than 80 characters. | 423 | |
| Missing a Javadoc comment. | 423 | |
| Parameter inLookupMetadata should be final. | 423 | |
| Parameter additionalLookupMetadata should be final. | 423 | |
| 'additionalLookupMetadata' hides a field. | 423 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 429 | |
| Missing a Javadoc comment. | 429 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| Missing a Javadoc comment. | 433 | |
| Parameter name should be final. | 433 | |
| 'name' hides a field. | 433 | |
| Method 'getInitLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| Missing a Javadoc comment. | 437 | |
| Method 'setInitLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 441 | |
| Missing a Javadoc comment. | 441 | |
| Parameter initLookupMetadata should be final. | 441 | |
| 'initLookupMetadata' hides a field. | 441 | |
| Method 'getAdditionalLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 445 | |
| Missing a Javadoc comment. | 445 | |
| Line is longer than 80 characters. | 449 | |
| Method 'setAdditionalLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 449 | |
| Missing a Javadoc comment. | 449 | |
| Parameter additionalLookupMetadata should be final. | 449 | |
| 'additionalLookupMetadata' hides a field. | 449 | |
| Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| Parameter controller should be final. | 456 |
| Violation | Message | Line |
|---|---|---|
| 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 | |
| Missing a Javadoc comment. | 30 | |
| Name 'SECTION_CREATE_CLU_SET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
| Variable 'SECTION_CREATE_CLU_SET' must be private and have accessor methods. | 30 | |
| Line has trailing spaces. | 31 | |
| Line contains a tab character. | 31 | |
| 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 | |
| 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. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| '=' is not followed by whitespace. | 52 | |
| Line has trailing spaces. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| 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 | |
| Line is longer than 80 characters. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Missing a Javadoc comment. | 71 | |
| Line has trailing spaces. | 72 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 77 | |
| Line has trailing spaces. | 78 | |
| Line has trailing spaces. | 79 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Variable 'parameters' must be private and have accessor methods. | 47 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| '200' is a magic number. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Redundant 'public' modifier. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Line contains a tab character. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter lookupMetadata should be final. | 56 | |
| 'lookupMetadata' hides a field. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Parameter lookupMetadata should be final. | 65 | |
| 'lookupMetadata' hides a field. | 65 | |
| Parameter tableHeight should be final. | 65 | |
| 'tableHeight' hides a field. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 70 | |
| Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 77 | |
| Method 'setParameters' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter parameters should be final. | 77 | |
| 'parameters' hides a field. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Line is longer than 80 characters. | 82 | |
| Line contains a tab character. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line is longer than 80 characters. | 86 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 97 | |
| Method 'getOnSelectectedCallback' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 101 | |
| Method 'setOnSelectectedCallback' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Line contains a tab character. | 102 | |
| Parameter onSelectectedCallback should be final. | 102 | |
| 'onSelectectedCallback' hides a field. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Missing a Javadoc comment. | 106 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Line contains a tab character. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Line contains a tab character. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Parameter callback should be final. | 111 | |
| 'callback' hides a field. | 111 | |
| Line contains a tab character. | 112 | |
| Parameter searchBackedTable should be final. | 112 | |
| 'searchBackedTable' hides a field. | 112 | |
| Line contains a tab character. | 113 | |
| Line contains a tab character. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Parameter event should be final. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 124 | |
| Method 'executeSearch' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Missing a Javadoc comment. | 124 | |
| Line contains a tab character. | 125 | |
| Parameter callback should be final. | 125 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line contains a tab character. | 131 | |
| Line contains a tab character. | 132 | |
| Line contains a tab character. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 158 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line 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. | 183 | |
| Method 'getSelectedIds' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Missing a Javadoc comment. | 183 | |
| Line contains a tab character. | 184 | |
| Line contains a tab character. | 185 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 191 | |
| Method 'getSelectedValues' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Missing a Javadoc comment. | 191 | |
| Line is longer than 80 characters. | 193 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 194 | |
| Line is longer than 80 characters. | 195 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line 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 | |
| Expression can be simplified. | 202 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 211 | |
| Method 'showAllRows' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| Missing a Javadoc comment. | 211 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 213 | |
| Line contains a tab character. | 214 | |
| Line contains a tab character. | 215 | |
| Line contains a tab character. | 216 | |
| Line contains a tab character. | 218 | |
| Method 'showOnlyRows' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Missing a Javadoc comment. | 218 | |
| Parameter rowKeys should be final. | 218 | |
| Line contains a tab character. | 219 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| Line is longer than 80 characters. | 222 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 223 | |
| Line contains a tab character. | 224 | |
| Line contains a tab character. | 225 | |
| Line contains a tab character. | 226 | |
| Line contains a tab character. | 228 | |
| Method 'getAllResultRows' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Missing a Javadoc comment. | 228 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 232 | |
| Method 'isMultiSelect' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Missing a Javadoc comment. | 232 | |
| Line contains a tab character. | 233 | |
| Line contains a tab character. | 234 | |
| Line contains a tab character. | 236 | |
| Method 'setMultiSelect' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Missing a Javadoc comment. | 236 | |
| Parameter multiSelect should be final. | 236 | |
| 'multiSelect' hides a field. | 236 | |
| Line contains a tab character. | 237 | |
| Line contains a tab character. | 238 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'mainPanel' must be private and have accessor methods. | 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 | |
| Line has trailing spaces. | 38 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Parameter value should be final. | 47 | |
| Line is longer than 80 characters. | 51 | |
| Line has trailing spaces. | 56 | |
| Method 'addValueChangeCallback' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Parameter callback should be final. | 58 | |
| Line has trailing spaces. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 71 | |
| Parameter event should be final. | 82 | |
| Line has trailing spaces. | 90 | |
| Line is longer than 80 characters. | 90 | |
| '&&' should be on a new line. | 90 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 97 | |
| Line has trailing spaces. | 105 | |
| Missing a Javadoc comment. | 106 | |
| Line has trailing spaces. | 115 | |
| Missing a Javadoc comment. | 116 | |
| Parameter parameterKey should be final. | 116 | |
| Line has trailing spaces. | 135 | |
| Missing a Javadoc comment. | 136 | |
| Parameter str1 should be final. | 136 | |
| Parameter str2 should be final. | 136 | |
| '||' should be on a new line. | 137 | |
| Line has trailing spaces. | 140 | |
| Method 'getLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Missing a Javadoc comment. | 147 | |
| Method 'setLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| Missing a Javadoc comment. | 151 | |
| Parameter lookupMetadata should be final. | 151 | |
| 'lookupMetadata' hides a field. | 151 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 37 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line contains a tab character. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line contains a tab character. | 44 | |
| Missing a Javadoc comment. | 44 | |
| '(' is preceded with whitespace. | 44 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| '(' is preceded with whitespace. | 46 | |
| Parameter fieldLookup should be final. | 46 | |
| 'fieldLookup' hides a field. | 46 | |
| Parameter controller should be final. | 46 | |
| Line contains a tab character. | 47 | |
| '{' should be on the previous line. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| '{' should be on the previous line. | 51 | |
| Line contains a tab character. | 52 | |
| '(' is preceded with whitespace. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 55 | |
| '(' is preceded with whitespace. | 55 | |
| Line contains a tab character. | 56 | |
| '(' is preceded with whitespace. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Line contains a tab character. | 57 | |
| '(' is preceded with whitespace. | 57 | |
| Line contains a tab character. | 58 | |
| '(' is preceded with whitespace. | 58 | |
| Line contains a tab character. | 59 | |
| '(' is preceded with whitespace. | 59 | |
| Line contains a tab character. | 60 | |
| '(' is preceded with whitespace. | 60 | |
| Line contains a tab character. | 61 | |
| '(' is preceded with whitespace. | 61 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| '{' should be on the previous line. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line contains a tab character. | 65 | |
| '(' is preceded with whitespace. | 65 | |
| Line contains a tab character. | 66 | |
| '(' is preceded with whitespace. | 66 | |
| Line contains a tab character. | 67 | |
| '(' is preceded with whitespace. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| '(' is preceded with whitespace. | 69 | |
| '++' is preceded with whitespace. | 69 | |
| Line contains a tab character. | 70 | |
| '{' should be on the previous line. | 70 | |
| Line contains a tab character. | 71 | |
| '(' is preceded with whitespace. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line contains a tab character. | 72 | |
| '(' is preceded with whitespace. | 72 | |
| Line contains a tab character. | 73 | |
| '(' is preceded with whitespace. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line contains a tab character. | 74 | |
| '(' is preceded with whitespace. | 74 | |
| '(' is preceded with whitespace. | 74 | |
| Line contains a tab character. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line contains a tab character. | 76 | |
| '(' is preceded with whitespace. | 76 | |
| '(' is preceded with whitespace. | 76 | |
| '(' is preceded with whitespace. | 76 | |
| '(' is preceded with whitespace. | 76 | |
| Line contains a tab character. | 78 | |
| '(' is preceded with whitespace. | 78 | |
| Line contains a tab character. | 79 | |
| '(' is preceded with whitespace. | 79 | |
| '(' is preceded with whitespace. | 79 | |
| '{' is not preceded with whitespace. | 79 | |
| Line contains a tab character. | 80 | |
| Parameter result should be final. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line is longer than 80 characters. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Line contains a tab character. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Line contains a tab character. | 90 | |
| Missing a Javadoc comment. | 90 | |
| '(' is preceded with whitespace. | 90 | |
| Parameter nextBrowsePanel should be final. | 90 | |
| 'nextBrowsePanel' hides a field. | 90 | |
| Line contains a tab character. | 91 | |
| Parameter nextParamMetadata should be final. | 91 | |
| 'nextParamMetadata' hides a field. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| '(' is preceded with whitespace. | 97 | |
| Parameter selectedIds should be final. | 97 | |
| Line contains a tab character. | 98 | |
| '(' is preceded with whitespace. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line contains a tab character. | 99 | |
| '(' is preceded with whitespace. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line contains a tab character. | 102 | |
| '(' is preceded with whitespace. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Line contains a tab character. | 103 | |
| '(' is preceded with whitespace. | 103 | |
| '(' is preceded with whitespace. | 103 | |
| '(' is preceded with whitespace. | 103 | |
| Line contains a tab character. | 104 | |
| '(' is preceded with whitespace. | 104 | |
| Line contains a tab character. | 105 | |
| '(' is preceded with whitespace. | 105 | |
| '{' is not preceded with whitespace. | 105 | |
| Line contains a tab character. | 106 | |
| Parameter result should be final. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line is longer than 80 characters. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 114 | |
| Missing a Javadoc comment. | 114 | |
| Line contains a tab character. | 116 | |
| Missing a Javadoc comment. | 116 | |
| '(' is preceded with whitespace. | 116 | |
| Parameter controller should be final. | 116 | |
| 'controller' hides a field. | 116 | |
| Line contains a tab character. | 117 | |
| '{' should be on the previous line. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| '(' is preceded with whitespace. | 122 | |
| Parameter selectedIds should be final. | 122 | |
| Line contains a tab character. | 123 | |
| '(' is preceded with whitespace. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line contains a tab character. | 124 | |
| '(' is preceded with whitespace. | 124 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| '(' is preceded with whitespace. | 127 | |
| Line contains a tab character. | 128 | |
| '(' is preceded with whitespace. | 128 | |
| '(' is preceded with whitespace. | 128 | |
| Line contains a tab character. | 129 | |
| '(' is preceded with whitespace. | 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 | |
| Line contains a tab character. | 134 | |
| Missing a Javadoc comment. | 134 | |
| '(' is preceded with whitespace. | 134 | |
| Parameter current should be final. | 134 | |
| Line contains a tab character. | 135 | |
| '(' is preceded with whitespace. | 135 | |
| Line contains a tab character. | 136 | |
| '(' is preceded with whitespace. | 136 | |
| Line contains a tab character. | 137 | |
| '(' is preceded with whitespace. | 137 | |
| Line contains a tab character. | 138 | |
| '(' is preceded with whitespace. | 138 | |
| '(' is preceded with whitespace. | 138 | |
| Line contains a tab character. | 139 | |
| '(' is preceded with whitespace. | 139 | |
| '(' is preceded with whitespace. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 43 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Line contains a tab character. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line contains a tab character. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line contains a tab character. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Variable 'pagingScrollTable' must be private and have accessor methods. | 52 | |
| Line contains a tab character. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Line is longer than 80 characters. | 55 | |
| Line contains a tab character. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Missing a Javadoc comment. | 57 | |
| '200' is a magic number. | 57 | |
| Line contains a tab character. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter tableHeight should be final. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 71 | |
| Method 'clearTable' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 76 | |
| Method 'removeSelected' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 83 | |
| Method 'performSearch' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter searchRequest should be final. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line contains a tab character. | 84 | |
| Parameter listResultMetadata should be final. | 84 | |
| Parameter resultIdKey should be final. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Line contains a tab character. | 101 | |
| Parameter searchResults should be final. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Line contains a tab character. | 105 | |
| Line is longer than 80 characters. | 106 | |
| Line contains a tab character. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Line contains a tab character. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line contains a tab character. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line contains a tab character. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Line contains a tab character. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line contains a tab character. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Line contains a tab character. | 112 | |
| Line is longer than 80 characters. | 113 | |
| 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 is longer than 80 characters. | 116 | |
| Line contains a tab character. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line contains a tab character. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Line contains a tab character. | 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 | |
| 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 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 130 | |
| Line is longer than 80 characters. | 132 | |
| Line contains a tab character. | 132 | |
| Missing a Javadoc comment. | 132 | |
| Parameter listResultMetadata should be final. | 132 | |
| Line contains a tab character. | 133 | |
| Parameter resultIdKey should be final. | 133 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| '900' is a magic number. | 138 | |
| Line is longer than 80 characters. | 140 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Comment matches to-do format 'TODO:'. | 142 | |
| Line is longer than 80 characters. | 142 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line is longer than 80 characters. | 147 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line contains a tab character. | 151 | |
| '370' is a magic number. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 157 | |
| Line contains a tab character. | 159 | |
| Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Missing a Javadoc comment. | 159 | |
| Line contains a tab character. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 169 | |
| Method 'addSelectionHandler' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Missing a Javadoc comment. | 169 | |
| Parameter selectionHandler should be final. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 174 | |
| Method 'getSelectedRows' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Missing a Javadoc comment. | 174 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 184 | |
| Method 'getSelectedIds' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Missing a Javadoc comment. | 184 | |
| Line contains a tab character. | 185 | |
| Line contains a tab character. | 186 | |
| Line contains a tab character. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 194 | |
| Method 'getAllIds' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 202 | |
| Method 'getAllRows' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Missing a Javadoc comment. | 202 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 204 | |
| Line contains a tab character. | 205 | |
| Line contains a tab character. | 206 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 210 | |
| Method 'getAllResults' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 214 | |
| Method 'getResultRows' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Missing a Javadoc comment. | 214 | |
| Line contains a tab character. | 215 | |
| Line contains a tab character. | 216 | |
| Line contains a tab character. | 218 | |
| Method 'setDefaultHeight' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| Missing a Javadoc comment. | 218 | |
| Parameter defaultHeight should be final. | 218 | |
| 'defaultHeight' hides a field. | 218 | |
| Line contains a tab character. | 219 | |
| Line contains a tab character. | 220 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 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 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Parameter title should be final. | 44 | |
| Parameter message should be final. | 44 | |
| Parameter question should be final. | 44 | |
| Parameter affirmativeChoice should be final. | 45 | |
| Parameter negativeChoice should be final. | 45 | |
| Line has trailing spaces. | 51 | |
| ',' is not followed by whitespace. | 53 | |
| ',' is not followed by whitespace. | 55 | |
| Line has trailing spaces. | 57 | |
| ',' is not followed by whitespace. | 62 | |
| Line has trailing spaces. | 64 | |
| Parameter event should be final. | 67 | |
| Line is longer than 80 characters. | 69 | |
| Parameter event should be final. | 77 | |
| Line is longer than 80 characters. | 79 | |
| Line has trailing spaces. | 87 | |
| Missing a Javadoc comment. | 88 | |
| Parameter width should be final. | 88 | |
| Parameter height should be final. | 88 | |
| Line has trailing spaces. | 94 | |
| Method 'show' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Line has trailing spaces. | 98 | |
| Method 'hide' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Line has trailing spaces. | 102 | |
| Line is longer than 80 characters. | 103 | |
| Method 'addConfirmationCallback' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Parameter confirmationCallback should be final. | 103 | |
| Line has trailing spaces. | 106 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Method 'generateDisplayWidgets' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Parameter event should be final. | 35 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Line has trailing spaces. | 47 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter name should be final. | 48 | |
| 'name' hides a field. | 48 | |
| Method 'getDeleteCallback' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Method 'setDeleteCallback' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Parameter deleteCallback should be final. | 58 | |
| 'deleteCallback' hides a field. | 58 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter id should be final. | 68 | |
| 'id' hides a field. | 68 | |
| Method 'isEditable' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Method 'setEditable' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Parameter editable should be final. | 78 | |
| 'editable' hides a field. | 78 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Line contains a tab character. | 83 | |
| Parameter obj should be final. | 83 | |
| 'if' construct must use '{}'s. | 84 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| 'if' construct must use '{}'s. | 86 | |
| Line contains a tab character. | 86 | |
| Line contains a tab character. | 87 | |
| 'if' construct must use '{}'s. | 88 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| 'if' construct must use '{}'s. | 92 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| 'if' construct must use '{}'s. | 94 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| 'if' construct must use '{}'s. | 97 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| 'if' construct must use '{}'s. | 99 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Avoid inline conditionals. | 108 | |
| Line is longer than 80 characters. | 109 | |
| Line contains a tab character. | 109 | |
| Avoid inline conditionals. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line has trailing spaces. | 112 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line has trailing spaces. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Variable 'mainPanel' must be private and have accessor methods. | 36 | |
| Missing a Javadoc comment. | 37 | |
| '3' is a magic number. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Line has trailing spaces. | 44 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Parameter value should be final. | 51 | |
| 'value' hides a field. | 51 | |
| Parameter fireEvents should be final. | 51 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Parameter value should be final. | 60 | |
| 'value' hides a field. | 60 | |
| Line has trailing spaces. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Line has trailing spaces. | 74 | |
| Missing a Javadoc comment. | 75 | |
| Parameter itemDeleted should be final. | 84 | |
| Line has trailing spaces. | 105 | |
| Method 'addValueChangeHandler' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Parameter handler should be final. | 107 | |
| Line has trailing spaces. | 111 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 113 | |
| Parameter value should be final. | 113 | |
| 'value' hides a field. | 113 | |
| Method 'isEditable' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Method 'setEditable' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Parameter editable should be final. | 122 | |
| 'editable' hides a field. | 122 | |
| Line has trailing spaces. | 125 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Method 'setModelValue' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Parameter widget should be final. | 28 | |
| Parameter model should be final. | 28 | |
| Parameter path should be final. | 28 | |
| Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Parameter widget should be final. | 43 | |
| Parameter model should be final. | 43 | |
| Parameter path should be final. | 43 | |
| Line has trailing spaces. | 47 | |
| Line has trailing spaces. | 55 | |
| First sentence should end with a period. | 56 | |
| Expected @param tag for 'val'. | 61 | |
| Expected @param tag for 'data'. | 61 | |
| Line has trailing spaces. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Line has trailing spaces. | 64 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Redundant 'public' modifier. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Redundant 'public' modifier. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'public' modifier. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Redundant 'public' modifier. | 32 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.kuali.student.common.assembly.data.AssemblyException. | 6 | |
| Unused import - org.kuali.student.common.assembly.transform.MetadataFilter. | 12 | |
| Unused import - org.kuali.student.common.assembly.transform.TransformFilter. | 13 | |
| Unused import - org.kuali.student.common.ui.shared.IdAttributes. | 22 | |
| Missing a Javadoc comment. | 24 | |
| '{' is not preceded with whitespace. | 24 | |
| Missing a Javadoc comment. | 26 | |
| 'static' modifier out of order with the JLS suggestions. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Line has trailing spaces. | 29 | |
| Method 'getMetadataService' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Method 'setMetadataService' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter metadataService should be final. | 34 | |
| 'metadataService' hides a field. | 34 | |
| Method 'getAssembler' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Method 'setAssembler' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter assembler should be final. | 42 | |
| 'assembler' hides a field. | 42 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Parameter dataId should be final. | 47 | |
| Redundant throws: 'OperationFailedException' listed more then one time. | 47 | |
| '{' is not preceded with whitespace. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Method 'getMetadata' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Parameter id should be final. | 58 | |
| Parameter idAttributes should be final. | 58 | |
| ',' is not followed by whitespace. | 58 | |
| Line has trailing spaces. | 62 | |
| Method 'getDefaultMetaDataType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Method 'getDefaultMetaDataState' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Method 'isAuthorized' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Parameter type should be final. | 72 | |
| Parameter attributes should be final. | 72 | |
| Method 'saveData' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Line is longer than 80 characters. | 77 | |
| Parameter data should be final. | 77 | |
| Line is longer than 80 characters. | 81 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 29 | |
| Using the '.*' form of import should be avoided - org.kuali.student.lum.lu.dto.*. | 37 | |
| Missing a Javadoc comment. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Line is longer than 80 characters. | 47 | |
| 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 | |
| Line contains a tab character. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Line has trailing spaces. | 50 | |
| Line contains a tab character. | 51 | |
| Method 'getLuService' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter luService should be final. | 55 | |
| 'luService' hides a field. | 55 | |
| Method 'getLrcService' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Method 'setLrcService' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter lrcService should be final. | 63 | |
| 'lrcService' hides a field. | 63 | |
| Line has trailing spaces. | 66 | |
| Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter id should be final. | 68 | |
| 'try' is not followed by whitespace. | 69 | |
| '{' is not preceded with whitespace. | 69 | |
| Method 'saveData' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Parameter data should be final. | 78 | |
| 'try' is not followed by whitespace. | 79 | |
| '{' is not preceded with whitespace. | 79 | |
| 'catch' is not preceded with whitespace. | 81 | |
| '}' is not followed by whitespace. | 81 | |
| '{' is not preceded with whitespace. | 81 | |
| Line has trailing spaces. | 86 | |
| Line is longer than 80 characters. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter cluSetId should be final. | 89 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line is longer than 80 characters. | 102 | |
| Line has trailing spaces. | 106 | |
| Line is longer than 80 characters. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Parameter cluSetIds should be final. | 107 | |
| Line is longer than 80 characters. | 111 | |
| '?' is not preceded with whitespace. | 111 | |
| Avoid inline conditionals. | 111 | |
| Missing a Javadoc comment. | 118 | |
| Parameter cluSetInfo should be final. | 118 | |
| Line is longer than 80 characters. | 119 | |
| '?' is not preceded with whitespace. | 119 | |
| Avoid inline conditionals. | 119 | |
| Line is longer than 80 characters. | 130 | |
| '+' should be on a new line. | 130 | |
| Line is longer than 80 characters. | 133 | |
| '?' is not preceded with whitespace. | 137 | |
| '?' should be on a new line. | 137 | |
| Avoid inline conditionals. | 137 | |
| '?' is not preceded with whitespace. | 141 | |
| '?' should be on a new line. | 141 | |
| Avoid inline conditionals. | 141 | |
| Line is longer than 80 characters. | 151 | |
| Line is longer than 80 characters. | 154 | |
| Line has trailing spaces. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Missing a Javadoc comment. | 161 | |
| Parameter cluIds should be final. | 161 | |
| Line is longer than 80 characters. | 166 | |
| Line contains a tab character. | 166 | |
| Line is longer than 80 characters. | 172 | |
| Line is longer than 80 characters. | 178 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 188 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 204 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 209 | |
| Avoid inline conditionals. | 209 | |
| ':' is not followed by whitespace. | 209 | |
| Line is longer than 80 characters. | 212 | |
| Line is longer than 80 characters. | 213 | |
| Line has trailing spaces. | 217 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 222 | |
| Line is longer than 80 characters. | 229 | |
| Method 'getCluSetInformation' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| Line is longer than 80 characters. | 237 | |
| Parameter cluSetId should be final. | 237 | |
| Line is longer than 80 characters. | 242 | |
| Line is longer than 80 characters. | 255 | |
| Line is longer than 80 characters. | 260 | |
| 'for' is not followed by whitespace. | 264 | |
| 'for' is not followed by whitespace. | 267 | |
| 'if' is not followed by whitespace. | 268 | |
| Line is longer than 80 characters. | 271 | |
| Line is longer than 80 characters. | 274 | |
| Line has trailing spaces. | 285 | |
| Line contains a tab character. | 285 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 24 | |
| '{' is not preceded with whitespace. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Line contains a tab character. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Redundant 'public' modifier. | 25 | |
| Line is longer than 80 characters. | 27 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Redundant 'public' modifier. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Redundant 'public' modifier. | 33 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Redundant 'public' modifier. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Redundant 'public' modifier. | 41 | |
| Line is longer than 80 characters. | 43 | |
| Line contains a tab character. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Redundant 'public' modifier. | 45 | |
| Line has trailing spaces. | 46 | |
| Line contains a tab character. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line contains a tab character. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Redundant 'public' modifier. | 49 | |
| Line has trailing spaces. | 50 | |
| Line contains a tab character. | 50 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Redundant 'public' modifier. | 53 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 23 | |
| '{' is not preceded with whitespace. | 23 | |
| Line contains a tab character. | 25 | |
| Method 'getCssString' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Line contains a tab character. | 26 | |
| 'for' is not followed by whitespace. | 28 | |
| ':' is not preceded with whitespace. | 28 | |
| '{' is not preceded with whitespace. | 28 | |
| 'if' is not followed by whitespace. | 29 | |
| '{' is not preceded with whitespace. | 29 | |
| 'if' is not followed by whitespace. | 30 | |
| 'cast' is not followed by whitespace. | 30 | |
| '{' is not preceded with whitespace. | 30 | |
| 'cast' is not followed by whitespace. | 31 | |
| Line contains a tab character. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 22 | |
| '{' is not preceded with whitespace. | 22 | |
| Line contains a tab character. | 24 | |
| Method 'getAddProposalImage' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Line contains a tab character. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 29 | |
| Method 'getAnalyzeCurriculumImage' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Line contains a tab character. | 30 | |
| Line is longer than 80 characters. | 31 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 34 | |
| Method 'getCurriculumManagementImage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Line contains a tab character. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 25 | |
| '{' is not preceded with whitespace. | 25 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Method 'getLumCss' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 36 | |
| Method 'getLumImages' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 41 | |
| Method 'getLumWidgets' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 |