The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 21 | Error |
NewlineAtEndOfFile | 6 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 3239 | Error |
RegexpSingleline
| 613 | Error |
JavadocMethod | 551 | Error |
JavadocType | 109 | Error |
JavadocVariable | 673 | Error |
JavadocStyle | 3 | Error |
ConstantName | 8 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 6 | Error |
MemberName | 6 | Error |
MethodName | 2 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 1 | Error |
TypeName | 0 | Error |
AvoidStarImport | 13 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 25 | Error |
LineLength | 1859 | Error |
MethodLength | 2 | Error |
ParameterNumber | 2 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 296 | Error |
NoWhitespaceAfter | 2 | Error |
NoWhitespaceBefore | 2 | Error |
OperatorWrap | 34 | Error |
ParenPad | 14 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 96 | Error |
WhitespaceAround | 739 | Error |
ModifierOrder | 10 | Error |
RedundantModifier | 214 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 3 | Error |
LeftCurly | 93 | Error |
NeedBraces | 19 | Error |
RightCurly | 41 | Error |
AvoidInlineConditionals | 21 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 86 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 29 | Error |
MissingSwitchDefault | 2 | Error |
RedundantThrows | 1 | Error |
SimplifyBooleanExpression | 5 | Error |
SimplifyBooleanReturn | 1 | Error |
DesignForExtension | 387 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 2 | Error |
InterfaceIsType | 22 | Error |
VisibilityModifier | 51 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 799 | Error |
TodoComment | 11 | Error |
UpperEll | 0 | Error |
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 | |
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. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 45 | |
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. | 57 | |
Line is longer than 80 characters. | 59 | |
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. | 76 | |
Line is longer than 80 characters. | 84 | |
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. | 96 | |
Line is longer than 80 characters. | 97 | |
Missing a Javadoc comment. | 113 | |
Name 'WITH_DIVIDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
Variable 'WITH_DIVIDER' must be private and have accessor methods. | 113 | |
Missing a Javadoc comment. | 114 | |
Name 'NO_DIVIDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
Variable 'NO_DIVIDER' must be private and have accessor methods. | 114 | |
Line has trailing spaces. | 115 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 119 | |
Missing a Javadoc comment. | 120 | |
Variable 'documentTool' must be private and have accessor methods. | 120 | |
Missing a Javadoc comment. | 123 | |
Missing a Javadoc comment. | 124 | |
Missing a Javadoc comment. | 126 | |
Line is longer than 80 characters. | 127 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 127 | |
Line is longer than 80 characters. | 128 | |
Missing a Javadoc comment. | 128 | |
Missing a Javadoc comment. | 128 | |
Missing a Javadoc comment. | 128 | |
Missing a Javadoc comment. | 128 | |
Missing a Javadoc comment. | 128 | |
',' is not followed by whitespace. | 128 | |
Missing a Javadoc comment. | 128 | |
Missing a Javadoc comment. | 128 | |
Missing a Javadoc comment. | 129 | |
Missing a Javadoc comment. | 129 | |
Missing a Javadoc comment. | 132 | |
Variable 'stmtTypes' must be private and have accessor methods. | 132 | |
Method 'setModelDefinition' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter modelDefinition should be final. | 134 | |
Method 'setStatementTypes' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Parameter stmtTypes should be final. | 138 | |
'stmtTypes' hides a field. | 138 | |
Line is longer than 80 characters. | 143 | |
Line has trailing spaces. | 145 | |
Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Expected @param tag for 'layout'. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 154 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 169 | |
Line has trailing spaces. | 174 | |
Line is longer than 80 characters. | 176 | |
',' is not followed by whitespace. | 176 | |
Line has trailing spaces. | 177 | |
Line is longer than 80 characters. | 179 | |
',' is not followed by whitespace. | 179 | |
Line is longer than 80 characters. | 180 | |
'cast' is not followed by whitespace. | 180 | |
Line has trailing spaces. | 182 | |
Line is longer than 80 characters. | 184 | |
',' is not followed by whitespace. | 184 | |
'cast' is not followed by whitespace. | 184 | |
'cast' is not followed by whitespace. | 184 | |
Line is longer than 80 characters. | 185 | |
Line has trailing spaces. | 186 | |
Line is longer than 80 characters. | 187 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 196 | |
'}' should be on the same line. | 197 | |
'else' is not followed by whitespace. | 198 | |
'{' is not preceded with whitespace. | 198 | |
Line is longer than 80 characters. | 199 | |
Line contains a tab character. | 199 | |
'cast' is not followed by whitespace. | 199 | |
'cast' is not followed by whitespace. | 199 | |
Line contains a tab character. | 200 | |
Line is longer than 80 characters. | 201 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 206 | |
Line has trailing spaces. | 208 | |
Line is longer than 80 characters. | 209 | |
Line has trailing spaces. | 210 | |
Parameter event should be final. | 212 | |
Line has trailing spaces. | 217 | |
Line is longer than 80 characters. | 218 | |
Line is longer than 80 characters. | 220 | |
Parameter event should be final. | 223 | |
Line contains a tab character. | 224 | |
Line has trailing spaces. | 229 | |
Method 'getContinueButton' is not designed for extension - needs to be abstract, final or empty. | 230 | |
Missing a Javadoc comment. | 230 | |
'{' is not preceded with whitespace. | 230 | |
'{' is not preceded with whitespace. | 231 | |
Parameter event should be final. | 232 | |
Line contains a tab character. | 233 | |
Method 'addCluStartSection' is not designed for extension - needs to be abstract, final or empty. | 238 | |
Missing a Javadoc comment. | 238 | |
Parameter layout should be final. | 238 | |
Line is longer than 80 characters. | 239 | |
Line is longer than 80 characters. | 241 | |
Line is longer than 80 characters. | 242 | |
Line is longer than 80 characters. | 243 | |
Line is longer than 80 characters. | 244 | |
'600' is a magic number. | 246 | |
Method 'generateCourseRequisitesSection' is not designed for extension - needs to be abstract, final or empty. | 249 | |
Missing a Javadoc comment. | 249 | |
Parameter layout should be final. | 249 | |
Line is longer than 80 characters. | 250 | |
Method 'generateActiveDatesSection' is not designed for extension - needs to be abstract, final or empty. | 253 | |
Missing a Javadoc comment. | 253 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 256 | |
Line is longer than 80 characters. | 257 | |
Line is longer than 80 characters. | 258 | |
Method 'generateActiveDateEndSection' is not designed for extension - needs to be abstract, final or empty. | 263 | |
Missing a Javadoc comment. | 263 | |
Line is longer than 80 characters. | 264 | |
Line is longer than 80 characters. | 265 | |
Method 'generateActiveDateStartSection' is not designed for extension - needs to be abstract, final or empty. | 269 | |
Missing a Javadoc comment. | 269 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 271 | |
Method 'generateGovernanceSection' is not designed for extension - needs to be abstract, final or empty. | 275 | |
Missing a Javadoc comment. | 275 | |
Line is longer than 80 characters. | 276 | |
Line is longer than 80 characters. | 277 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 279 | |
Method 'generateCourseInfoSection' is not designed for extension - needs to be abstract, final or empty. | 284 | |
Missing a Javadoc comment. | 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. | 288 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 291 | |
Method 'generateCourseNumberSection' is not designed for extension - needs to be abstract, final or empty. | 297 | |
Missing a Javadoc comment. | 297 | |
Line is longer than 80 characters. | 303 | |
Line is longer than 80 characters. | 304 | |
Method 'generateCrossListed_Ver_Joint_Section' is not designed for extension - needs to be abstract, final or empty. | 313 | |
Missing a Javadoc comment. | 313 | |
Name 'generateCrossListed_Ver_Joint_Section' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 313 | |
Line is longer than 80 characters. | 314 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 317 | |
Line is longer than 80 characters. | 318 | |
Line is longer than 80 characters. | 324 | |
Line has trailing spaces. | 329 | |
Line is longer than 80 characters. | 330 | |
Line has trailing spaces. | 332 | |
Line is longer than 80 characters. | 333 | |
',' is not followed by whitespace. | 335 | |
Line is longer than 80 characters. | 341 | |
Line has trailing spaces. | 346 | |
Line is longer than 80 characters. | 347 | |
',' is not followed by whitespace. | 349 | |
Line is longer than 80 characters. | 355 | |
Line has trailing spaces. | 360 | |
Line has trailing spaces. | 361 | |
Line is longer than 80 characters. | 361 | |
Line has trailing spaces. | 363 | |
',' is not followed by whitespace. | 367 | |
Line has trailing spaces. | 370 | |
Line has trailing spaces. | 371 | |
Method 'addFeeMultiplicityFields' is not designed for extension - needs to be abstract, final or empty. | 371 | |
Missing a Javadoc comment. | 371 | |
Parameter section should be final. | 371 | |
Parameter path should be final. | 372 | |
Parameter addItemlabelMessageKey should be final. | 372 | |
Line is longer than 80 characters. | 373 | |
Parameter itemLabelMessageKey should be final. | 373 | |
Parameter fieldConfigs should be final. | 373 | |
Line is longer than 80 characters. | 374 | |
Parameter swappableFieldsDefinition should be final. | 374 | |
Parameter deletionParentKeys should be final. | 375 | |
Line is longer than 80 characters. | 382 | |
Line has trailing spaces. | 386 | |
Method 'setupMultiplicityConfig' is not designed for extension - needs to be abstract, final or empty. | 387 | |
Missing a Javadoc comment. | 387 | |
More than 7 parameters. | 387 | |
Parameter multiplicityType should be final. | 388 | |
Parameter styleType should be final. | 389 | |
Parameter path should be final. | 390 | |
Parameter addItemlabelMessageKey should be final. | 390 | |
Line is longer than 80 characters. | 391 | |
Parameter itemLabelMessageKey should be final. | 391 | |
Parameter fieldConfigs should be final. | 391 | |
Line is longer than 80 characters. | 392 | |
Parameter swappableFieldsDefinition should be final. | 392 | |
Parameter deletionParentKeys should be final. | 393 | |
Line is longer than 80 characters. | 395 | |
Line is longer than 80 characters. | 401 | |
Line is longer than 80 characters. | 406 | |
Line has trailing spaces. | 417 | |
Method 'addMultiplicityFields' is not designed for extension - needs to be abstract, final or empty. | 417 | |
Missing a Javadoc comment. | 417 | |
More than 7 parameters. | 417 | |
Parameter section should be final. | 417 | |
Parameter path should be final. | 418 | |
Parameter addItemlabelMessageKey should be final. | 418 | |
Line is longer than 80 characters. | 419 | |
Parameter itemLabelMessageKey should be final. | 419 | |
Parameter fieldConfigs should be final. | 419 | |
Line is longer than 80 characters. | 420 | |
Parameter swappableFieldsDefinition should be final. | 420 | |
Parameter deletionParentKeys should be final. | 421 | |
',' is not followed by whitespace. | 421 | |
Parameter defaultItemsCreated should be final. | 421 | |
Line is longer than 80 characters. | 429 | |
Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. | 434 | |
Missing a Javadoc comment. | 434 | |
Parameter fieldKey should be final. | 434 | |
Method 'buildMultiplicityFD' is not designed for extension - needs to be abstract, final or empty. | 438 | |
Missing a Javadoc comment. | 438 | |
Parameter fieldKey should be final. | 439 | |
Parameter labelKey should be final. | 439 | |
Parameter parentPath should be final. | 439 | |
Line is longer than 80 characters. | 441 | |
Line is longer than 80 characters. | 445 | |
Line has trailing spaces. | 446 | |
Line is longer than 80 characters. | 452 | |
Method 'buildMultiplicityParentFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 452 | |
Missing a Javadoc comment. | 452 | |
Parameter fieldKey should be final. | 452 | |
Parameter messageKey should be final. | 452 | |
Parameter parentPath should be final. | 452 | |
Line is longer than 80 characters. | 456 | |
Method 'generateCourseInfoShortTitleSection' is not designed for extension - needs to be abstract, final or empty. | 461 | |
Missing a Javadoc comment. | 461 | |
Line is longer than 80 characters. | 462 | |
Method 'generateLongTitleSection' is not designed for extension - needs to be abstract, final or empty. | 467 | |
Missing a Javadoc comment. | 467 | |
Line is longer than 80 characters. | 468 | |
Method 'generateDescriptionRationaleSection' is not designed for extension - needs to be abstract, final or empty. | 473 | |
Missing a Javadoc comment. | 473 | |
Line is longer than 80 characters. | 474 | |
Line is longer than 80 characters. | 479 | |
Line is longer than 80 characters. | 480 | |
Method 'generateCourseLogisticsSection' is not designed for extension - needs to be abstract, final or empty. | 484 | |
Missing a Javadoc comment. | 484 | |
Line is longer than 80 characters. | 485 | |
Line is longer than 80 characters. | 486 | |
Method 'generateLearningResultsSection' is not designed for extension - needs to be abstract, final or empty. | 496 | |
Missing a Javadoc comment. | 496 | |
Line is longer than 80 characters. | 497 | |
Line is longer than 80 characters. | 498 | |
Method 'generateOutcomesSection' is not designed for extension - needs to be abstract, final or empty. | 508 | |
Missing a Javadoc comment. | 508 | |
Line is longer than 80 characters. | 511 | |
Line is longer than 80 characters. | 512 | |
Line is longer than 80 characters. | 513 | |
Line is longer than 80 characters. | 514 | |
Line is longer than 80 characters. | 515 | |
Line is longer than 80 characters. | 517 | |
Line is longer than 80 characters. | 518 | |
Line is longer than 80 characters. | 519 | |
Line is longer than 80 characters. | 520 | |
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 has trailing spaces. | 538 | |
Line has trailing spaces. | 543 | |
Line is longer than 80 characters. | 544 | |
Line is longer than 80 characters. | 545 | |
Line has trailing spaces. | 551 | |
Line has trailing spaces. | 562 | |
Line is longer than 80 characters. | 568 | |
Line is longer than 80 characters. | 569 | |
Line has trailing spaces. | 579 | |
Line is longer than 80 characters. | 580 | |
Line is longer than 80 characters. | 581 | |
Line has trailing spaces. | 587 | |
Line is longer than 80 characters. | 588 | |
Line is longer than 80 characters. | 589 | |
Line has trailing spaces. | 595 | |
Line has trailing spaces. | 597 | |
Line has trailing spaces. | 598 | |
Line contains a tab character. | 602 | |
Line is longer than 80 characters. | 604 | |
',' is not followed by whitespace. | 606 | |
Line is longer than 80 characters. | 608 | |
Method 'generateStudentRegistrationOptionsSection' is not designed for extension - needs to be abstract, final or empty. | 613 | |
Missing a Javadoc comment. | 613 | |
Line is longer than 80 characters. | 614 | |
Line is longer than 80 characters. | 616 | |
Line is longer than 80 characters. | 617 | |
Method 'generateGradesAssessmentsSection' is not designed for extension - needs to be abstract, final or empty. | 622 | |
Missing a Javadoc comment. | 622 | |
Line is longer than 80 characters. | 623 | |
Line is longer than 80 characters. | 625 | |
Method 'generateCourseFormatsSection' is not designed for extension - needs to be abstract, final or empty. | 630 | |
Missing a Javadoc comment. | 630 | |
Line is longer than 80 characters. | 632 | |
Line is longer than 80 characters. | 633 | |
Line is longer than 80 characters. | 634 | |
Line is longer than 80 characters. | 638 | |
Line has trailing spaces. | 645 | |
Line is longer than 80 characters. | 668 | |
Line is longer than 80 characters. | 674 | |
Line has trailing spaces. | 688 | |
Line has trailing spaces. | 691 | |
Line is longer than 80 characters. | 694 | |
Method 'generateSchedulingSection' is not designed for extension - needs to be abstract, final or empty. | 698 | |
Missing a Javadoc comment. | 698 | |
Line is longer than 80 characters. | 699 | |
Line is longer than 80 characters. | 700 | |
Method 'generateDurationSection' is not designed for extension - needs to be abstract, final or empty. | 704 | |
Missing a Javadoc comment. | 704 | |
Line is longer than 80 characters. | 705 | |
Line is longer than 80 characters. | 706 | |
Name 'duration_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 707 | |
Line is longer than 80 characters. | 708 | |
Line is longer than 80 characters. | 709 | |
Method 'generateFinalExamSection' is not designed for extension - needs to be abstract, final or empty. | 715 | |
Missing a Javadoc comment. | 715 | |
Line is longer than 80 characters. | 716 | |
Name 'finalExam_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 717 | |
Name 'finalExamRationale_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 718 | |
Name 'finalExamRationale_group2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 719 | |
Line is longer than 80 characters. | 721 | |
'{' is not preceded with whitespace. | 723 | |
Line is longer than 80 characters. | 724 | |
Line contains a tab character. | 724 | |
Line is longer than 80 characters. | 725 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 730 | |
Line has trailing spaces. | 731 | |
Line contains a tab character. | 731 | |
Line contains a tab character. | 732 | |
Line contains a tab character. | 733 | |
Line contains a tab character. | 735 | |
Method 'generateInstructorsSection' is not designed for extension - needs to be abstract, final or empty. | 740 | |
Missing a Javadoc comment. | 740 | |
Line is longer than 80 characters. | 741 | |
Method 'generateLearningObjectivesSection' is not designed for extension - needs to be abstract, final or empty. | 746 | |
Missing a Javadoc comment. | 746 | |
Line is longer than 80 characters. | 747 | |
Method 'generateLearningObjectivesNestedSection' is not designed for extension - needs to be abstract, final or empty. | 752 | |
Missing a Javadoc comment. | 752 | |
Line is longer than 80 characters. | 755 | |
Line is longer than 80 characters. | 758 | |
Line is longer than 80 characters. | 759 | |
',' is not followed by whitespace. | 759 | |
Line has trailing spaces. | 760 | |
Line is longer than 80 characters. | 761 | |
'{' is not preceded with whitespace. | 761 | |
Line contains a tab character. | 762 | |
Line is longer than 80 characters. | 763 | |
Line contains a tab character. | 763 | |
Parameter event should be final. | 763 | |
Line contains a tab character. | 764 | |
Line contains a tab character. | 765 | |
Line has trailing spaces. | 766 | |
Line contains a tab character. | 766 | |
Line has trailing spaces. | 768 | |
Missing a Javadoc comment. | 777 | |
Missing a Javadoc comment. | 778 | |
Variable 'people' must be private and have accessor methods. | 778 | |
Missing a Javadoc comment. | 780 | |
Line is longer than 80 characters. | 782 | |
Line is longer than 80 characters. | 784 | |
Line is longer than 80 characters. | 792 | |
Line is longer than 80 characters. | 794 | |
Line is longer than 80 characters. | 797 | |
Line is longer than 80 characters. | 802 | |
Line is longer than 80 characters. | 810 | |
Method 'isMultipleSelect' is not designed for extension - needs to be abstract, final or empty. | 819 | |
Missing a Javadoc comment. | 825 | |
Missing a Javadoc comment. | 826 | |
Method 'generateShortTitleSection' is not designed for extension - needs to be abstract, final or empty. | 833 | |
Missing a Javadoc comment. | 833 | |
Line is longer than 80 characters. | 834 | |
Line is longer than 80 characters. | 839 | |
Method 'initSectionView' is not designed for extension - needs to be abstract, final or empty. | 839 | |
Missing a Javadoc comment. | 839 | |
Parameter viewEnum should be final. | 839 | |
Parameter labelKey should be final. | 839 | |
Line is longer than 80 characters. | 840 | |
Line is longer than 80 characters. | 846 | |
Method 'initSection' is not designed for extension - needs to be abstract, final or empty. | 846 | |
Missing a Javadoc comment. | 846 | |
Parameter title should be final. | 846 | |
Parameter withDivider should be final. | 846 | |
'if' construct must use '{}'s. | 854 | |
Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 859 | |
Parameter labelKey should be final. | 860 | |
Method 'generateFinancialsSection' is not designed for extension - needs to be abstract, final or empty. | 864 | |
Method length is 158 lines (max allowed is 150). | 864 | |
Missing a Javadoc comment. | 864 | |
Line is longer than 80 characters. | 865 | |
Line is longer than 80 characters. | 867 | |
Line is longer than 80 characters. | 869 | |
Line is longer than 80 characters. | 870 | |
Line has trailing spaces. | 873 | |
Line is longer than 80 characters. | 874 | |
Line is longer than 80 characters. | 876 | |
Line is longer than 80 characters. | 878 | |
Line is longer than 80 characters. | 879 | |
Line has trailing spaces. | 880 | |
Line has trailing spaces. | 881 | |
Line is longer than 80 characters. | 888 | |
Line is longer than 80 characters. | 890 | |
Line has trailing spaces. | 891 | |
Line is longer than 80 characters. | 891 | |
Line has trailing spaces. | 892 | |
Line is longer than 80 characters. | 892 | |
Line has trailing spaces. | 893 | |
Line is longer than 80 characters. | 893 | |
Line is longer than 80 characters. | 894 | |
Line has trailing spaces. | 895 | |
Line is longer than 80 characters. | 896 | |
Line has trailing spaces. | 902 | |
Line is longer than 80 characters. | 910 | |
Line is longer than 80 characters. | 917 | |
Line has trailing spaces. | 928 | |
Line is longer than 80 characters. | 929 | |
Line has trailing spaces. | 935 | |
Line is longer than 80 characters. | 936 | |
Line has trailing spaces. | 941 | |
Line has trailing spaces. | 946 | |
Line is longer than 80 characters. | 947 | |
Line has trailing spaces. | 948 | |
Line has trailing spaces. | 956 | |
Line is longer than 80 characters. | 957 | |
Line has trailing spaces. | 961 | |
Line has trailing spaces. | 965 | |
Line is longer than 80 characters. | 965 | |
'+' should be on a new line. | 965 | |
Line is longer than 80 characters. | 966 | |
Line has trailing spaces. | 971 | |
Line has trailing spaces. | 982 | |
Line has trailing spaces. | 988 | |
Line has trailing spaces. | 991 | |
Line has trailing spaces. | 996 | |
Line has trailing spaces. | 998 | |
Line has trailing spaces. | 999 | |
Line is longer than 80 characters. | 1000 | |
Line is longer than 80 characters. | 1002 | |
Line is longer than 80 characters. | 1003 | |
Line has trailing spaces. | 1022 | |
Method 'setupRevenueSection' is not designed for extension - needs to be abstract, final or empty. | 1023 | |
Missing a Javadoc comment. | 1023 | |
Parameter parentSection should be final. | 1023 | |
Line is longer than 80 characters. | 1024 | |
Line is longer than 80 characters. | 1026 | |
Line is longer than 80 characters. | 1027 | |
Line has trailing spaces. | 1028 | |
Line has trailing spaces. | 1029 | |
Line has trailing spaces. | 1030 | |
Line has trailing spaces. | 1034 | |
Line has trailing spaces. | 1037 | |
Line has trailing spaces. | 1038 | |
Line is longer than 80 characters. | 1038 | |
Line has trailing spaces. | 1044 | |
Method 'setupExpenditureSection' is not designed for extension - needs to be abstract, final or empty. | 1045 | |
Missing a Javadoc comment. | 1045 | |
Parameter parentSection should be final. | 1045 | |
Line is longer than 80 characters. | 1046 | |
Line is longer than 80 characters. | 1047 | |
Line has trailing spaces. | 1050 | |
Line has trailing spaces. | 1051 | |
Line has trailing spaces. | 1052 | |
Line has trailing spaces. | 1056 | |
Line has trailing spaces. | 1059 | |
Line has trailing spaces. | 1060 | |
Line is longer than 80 characters. | 1060 | |
Line has trailing spaces. | 1066 | |
Line has trailing spaces. | 1067 | |
Line is longer than 80 characters. | 1067 | |
Method 'makeCondition' is not designed for extension - needs to be abstract, final or empty. | 1067 | |
Missing a Javadoc comment. | 1067 | |
Parameter fieldPath should be final. | 1067 | |
Parameter messageLabelKey should be final. | 1067 | |
Parameter value should be final. | 1068 | |
Line has trailing spaces. | 1071 | |
Method 'getCourseTitlePath' is not designed for extension - needs to be abstract, final or empty. | 1079 | |
Method 'getProposalPath' is not designed for extension - needs to be abstract, final or empty. | 1084 | |
Method 'getProposalTitlePath' is not designed for extension - needs to be abstract, final or empty. | 1089 | |
Method 'getViewsEnum' is not designed for extension - needs to be abstract, final or empty. | 1094 | |
Method 'getSectionTitle' is not designed for extension - needs to be abstract, final or empty. | 1100 | |
Parameter model should be final. | 1101 | |
Method 'getProposalHeaderTitle' is not designed for extension - needs to be abstract, final or empty. | 1112 | |
Parameter model should be final. | 1113 | |
Missing a Javadoc comment. | 1130 | |
Missing a Javadoc comment. | 1131 | |
Variable 'key' must be private and have accessor methods. | 1131 | |
Missing a Javadoc comment. | 1132 | |
Variable 'hasDataValueBinding' must be private and have accessor methods. | 1132 | |
Missing a Javadoc comment. | 1134 | |
Parameter key should be final. | 1134 | |
'key' hides a field. | 1134 | |
Line is longer than 80 characters. | 1139 | |
Parameter widget should be final. | 1139 | |
Parameter model should be final. | 1139 | |
Parameter path should be final. | 1139 | |
Line is longer than 80 characters. | 1160 | |
Line is longer than 80 characters. | 1167 | |
Avoid inline conditionals. | 1167 | |
Line is longer than 80 characters. | 1182 | |
Parameter widget should be final. | 1182 | |
Parameter model should be final. | 1182 | |
Parameter path should be final. | 1182 | |
Line is longer than 80 characters. | 1185 | |
Line is longer than 80 characters. | 1206 | |
Line is longer than 80 characters. | 1207 | |
Avoid inline conditionals. | 1207 | |
Line is longer than 80 characters. | 1208 | |
Avoid inline conditionals. | 1208 | |
Line is longer than 80 characters. | 1210 | |
Avoid inline conditionals. | 1210 | |
Missing a Javadoc comment. | 1225 | |
Missing a Javadoc comment. | 1226 | |
Variable 'fieldKey' must be private and have accessor methods. | 1226 | |
Missing a Javadoc comment. | 1227 | |
Variable 'labelKey' must be private and have accessor methods. | 1227 | |
Missing a Javadoc comment. | 1228 | |
Variable 'nextLine' must be private and have accessor methods. | 1228 | |
Line has trailing spaces. | 1229 | |
Missing a Javadoc comment. | 1230 | |
Missing a Javadoc comment. | 1232 | |
Parameter fieldKey should be final. | 1232 | |
'fieldKey' hides a field. | 1232 | |
Parameter labelKey should be final. | 1232 | |
'labelKey' hides a field. | 1232 | |
Line is longer than 80 characters. | 1233 | |
Parameter fieldWidget should be final. | 1233 | |
Parameter modelWidgetBinding should be final. | 1233 | |
Parameter nextLine should be final. | 1233 | |
'nextLine' hides a field. | 1233 | |
Missing a Javadoc comment. | 1238 | |
Missing a Javadoc comment. | 1241 | |
Parameter fieldKey should be final. | 1241 | |
'fieldKey' hides a field. | 1241 | |
Missing a Javadoc comment. | 1244 | |
Missing a Javadoc comment. | 1247 | |
Parameter labelKey should be final. | 1247 | |
'labelKey' hides a field. | 1247 | |
Missing a Javadoc comment. | 1250 | |
Missing a Javadoc comment. | 1253 | |
Parameter nextLine should be final. | 1253 | |
'nextLine' hides a field. | 1253 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - java.util.*. | 3 | |
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. | 13 | |
Using the '.*' form of import should be avoided - org.kuali.student.common.ui.client.mvc.*. | 14 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 23 | |
Unused import - org.kuali.student.common.ui.client.widgets.progress.KSBlockingProgressIndicator. | 23 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Using the '.*' form of import should be avoided - org.kuali.student.lum.lu.assembly.data.client.constants.orch.*. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Unused import - org.kuali.student.lum.lu.ui.course.client.controllers.CourseProposalController. | 47 | |
Line is longer than 80 characters. | 48 | |
Unused import - org.kuali.student.lum.lu.ui.course.client.requirements.CourseRequirementsDataModel. | 48 | |
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 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. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
'{' should be on the previous line. | 74 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Line is longer than 80 characters. | 79 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 83 | |
Variable 'type' must be private and have accessor methods. | 83 | |
Missing a Javadoc comment. | 84 | |
Variable 'state' must be private and have accessor methods. | 84 | |
Missing a Javadoc comment. | 85 | |
Variable 'groupName' must be private and have accessor methods. | 85 | |
Missing a Javadoc comment. | 86 | |
Variable 'modelDefinition' must be private and have accessor methods. | 86 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 91 | |
Line contains a tab character. | 93 | |
Missing a Javadoc comment. | 93 | |
Line has trailing spaces. | 94 | |
Missing a Javadoc comment. | 95 | |
'{' is not preceded with whitespace. | 95 | |
Line contains a tab character. | 97 | |
Missing a Javadoc comment. | 97 | |
Variable 'view' must be private and have accessor methods. | 97 | |
Line contains a tab character. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter view should be final. | 99 | |
'view' hides a field. | 99 | |
'{' is not preceded with whitespace. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Parameter event should be final. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Missing a Javadoc comment. | 109 | |
Parameter type should be final. | 109 | |
'type' hides a field. | 109 | |
Parameter state should be final. | 109 | |
'state' hides a field. | 109 | |
Line is longer than 80 characters. | 110 | |
Parameter groupName should be final. | 110 | |
'groupName' hides a field. | 110 | |
Parameter modelDefinition should be final. | 110 | |
'modelDefinition' hides a field. | 110 | |
Parameter stmtTypes should be final. | 110 | |
'stmtTypes' hides a field. | 110 | |
Parameter controller should be final. | 110 | |
'controller' hides a field. | 110 | |
Parameter modelId should be final. | 110 | |
'modelId' hides a field. | 110 | |
'cast' is not followed by whitespace. | 118 | |
Line is longer than 80 characters. | 121 | |
Method 'initSectionView' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
'(' is preceded with whitespace. | 121 | |
Parameter viewEnum should be final. | 121 | |
Parameter labelKey should be final. | 121 | |
Line is longer than 80 characters. | 122 | |
Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter labelKey should be final. | 126 | |
Line is longer than 80 characters. | 127 | |
Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Parameter labelKey should be final. | 129 | |
Line is longer than 80 characters. | 132 | |
Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Parameter fieldKey should be final. | 132 | |
Parameter messageKey should be final. | 132 | |
Line is longer than 80 characters. | 135 | |
Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter fieldKey should be final. | 135 | |
Parameter messageKey should be final. | 135 | |
Parameter optional should be final. | 135 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 139 | |
Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Parameter fieldKey should be final. | 139 | |
Parameter messageKey should be final. | 139 | |
Parameter widget should be final. | 139 | |
Parameter widget2 should be final. | 139 | |
Parameter parentPath should be final. | 139 | |
Parameter binding should be final. | 139 | |
Parameter optional should be final. | 139 | |
Line is longer than 80 characters. | 143 | |
'if' is not followed by whitespace. | 147 | |
'{' is not preceded with whitespace. | 147 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 152 | |
'if' is not followed by whitespace. | 156 | |
'{' is not preceded with whitespace. | 156 | |
Line contains a tab character. | 157 | |
',' is not followed by whitespace. | 161 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
Method 'generateProposalSummarySection' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
Parameter canEditSections should be final. | 166 | |
'{' is not preceded with whitespace. | 166 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 170 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 175 | |
Line has trailing spaces. | 176 | |
'if' is not followed by whitespace. | 177 | |
'{' is not preceded with whitespace. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line is longer than 80 characters. | 181 | |
Line contains a tab character. | 181 | |
'cast' is not followed by whitespace. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
'cast' is not followed by whitespace. | 182 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
'cast' is not followed by whitespace. | 184 | |
'{' is not preceded with whitespace. | 184 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Parameter result should be final. | 187 | |
Line contains a tab character. | 188 | |
'if' is not followed by whitespace. | 188 | |
'{' is not preceded with whitespace. | 188 | |
Line contains a tab character. | 189 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
'if' is not followed by whitespace. | 190 | |
'{' is not preceded with whitespace. | 190 | |
Line is longer than 80 characters. | 191 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
Line is longer than 80 characters. | 198 | |
Line contains a tab character. | 198 | |
'{' is not preceded with whitespace. | 198 | |
Line contains a tab character. | 199 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 202 | |
'{' is not preceded with whitespace. | 202 | |
Line contains a tab character. | 204 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
'if' is not followed by whitespace. | 206 | |
'{' is not preceded with whitespace. | 206 | |
Line is longer than 80 characters. | 207 | |
Line contains a tab character. | 207 | |
Line is longer than 80 characters. | 208 | |
Line contains a tab character. | 208 | |
'cast' is not followed by whitespace. | 208 | |
Line has trailing spaces. | 209 | |
Line contains a tab character. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
'cast' is not followed by whitespace. | 211 | |
'{' is not preceded with whitespace. | 211 | |
Line is longer than 80 characters. | 213 | |
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 | |
Parameter validationResult should be final. | 215 | |
Line is longer than 80 characters. | 216 | |
Line contains a tab character. | 216 | |
Line is longer than 80 characters. | 217 | |
Line contains a tab character. | 217 | |
Line is longer than 80 characters. | 218 | |
Line contains a tab character. | 218 | |
Line is longer than 80 characters. | 220 | |
Line contains a tab character. | 220 | |
Line is longer than 80 characters. | 221 | |
Line contains a tab character. | 221 | |
'if' is not followed by whitespace. | 221 | |
'{' is not preceded with whitespace. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
Line is longer than 80 characters. | 223 | |
Line contains a tab character. | 223 | |
Line is longer than 80 characters. | 224 | |
Line contains a tab character. | 224 | |
'cast' is not followed by whitespace. | 224 | |
Line contains a tab character. | 225 | |
'}' should be on the same line. | 225 | |
Line contains a tab character. | 226 | |
'else' is not followed by whitespace. | 226 | |
'{' is not preceded with whitespace. | 226 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
Line is longer than 80 characters. | 228 | |
Line contains a tab character. | 228 | |
Line is longer than 80 characters. | 229 | |
Line contains a tab character. | 229 | |
'cast' is not followed by whitespace. | 229 | |
Line contains a tab character. | 230 | |
Line is longer than 80 characters. | 231 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 233 | |
'}' is not followed by whitespace. | 233 | |
'}' is not preceded with whitespace. | 233 | |
Line contains a tab character. | 234 | |
'}' should be on the same line. | 234 | |
Line contains a tab character. | 235 | |
'else' is not followed by whitespace. | 235 | |
'{' is not preceded with whitespace. | 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 | |
'}' is not followed by whitespace. | 238 | |
'}' is not preceded with whitespace. | 238 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 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. | 247 | |
'else' is not followed by whitespace. | 248 | |
'{' is not preceded with whitespace. | 248 | |
Line is longer than 80 characters. | 249 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line is longer than 80 characters. | 251 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Missing a Javadoc comment. | 258 | |
Line contains a tab character. | 259 | |
Line is longer than 80 characters. | 262 | |
Line contains a tab character. | 262 | |
Line is longer than 80 characters. | 263 | |
Line contains a tab character. | 263 | |
',' is not followed by whitespace. | 263 | |
',' is not followed by whitespace. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 267 | |
Missing a Javadoc comment. | 267 | |
Missing a Javadoc comment. | 268 | |
Parameter w should be final. | 268 | |
'{' is not preceded with whitespace. | 268 | |
Line contains a tab character. | 269 | |
Line is longer than 80 characters. | 272 | |
'{' is not preceded with whitespace. | 272 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Parameter event should be final. | 275 | |
Line is longer than 80 characters. | 276 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
'{' is not preceded with whitespace. | 285 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Parameter event should be final. | 288 | |
Line contains a tab character. | 289 | |
'if' is not followed by whitespace. | 289 | |
'{' is not preceded with whitespace. | 289 | |
Line is longer than 80 characters. | 290 | |
Line contains a tab character. | 290 | |
'for' is not followed by whitespace. | 290 | |
'=' is not preceded with whitespace. | 290 | |
'=' is not followed by whitespace. | 290 | |
'<' is not preceded with whitespace. | 290 | |
'{' is not preceded with whitespace. | 290 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line 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 | |
'}' should be on the same line. | 296 | |
Line contains a tab character. | 297 | |
'else' is not followed by whitespace. | 297 | |
'{' is not preceded with whitespace. | 297 | |
Line is longer than 80 characters. | 298 | |
Line contains a tab character. | 298 | |
'for' is not followed by whitespace. | 298 | |
'=' is not preceded with whitespace. | 298 | |
'=' is not followed by whitespace. | 298 | |
'<' is not preceded with whitespace. | 298 | |
'{' is not preceded with whitespace. | 298 | |
Line is longer than 80 characters. | 299 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line is longer than 80 characters. | 302 | |
Line contains a tab character. | 302 | |
Line is longer than 80 characters. | 303 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 312 | |
Method 'generateCourseSummarySection' is not designed for extension - needs to be abstract, final or empty. | 312 | |
Missing a Javadoc comment. | 312 | |
'{' is not preceded with whitespace. | 312 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 317 | |
Line is longer than 80 characters. | 322 | |
Line contains a tab character. | 328 | |
Method 'generateCourseInformationForProposal' is not designed for extension - needs to be abstract, final or empty. | 328 | |
Missing a Javadoc comment. | 328 | |
Line contains a tab character. | 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. | 335 | |
Line is longer than 80 characters. | 336 | |
Line is longer than 80 characters. | 337 | |
Line is longer than 80 characters. | 338 | |
Line is longer than 80 characters. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line is longer than 80 characters. | 343 | |
Line contains a tab character. | 343 | |
Line is longer than 80 characters. | 344 | |
Line contains a tab character. | 344 | |
Line is longer than 80 characters. | 345 | |
Line contains a tab character. | 346 | |
Line contains a tab character. | 347 | |
Line is longer than 80 characters. | 348 | |
Line contains a tab character. | 348 | |
Line is longer than 80 characters. | 349 | |
Line contains a tab character. | 350 | |
Line contains a tab character. | 351 | |
Line is longer than 80 characters. | 352 | |
Line contains a tab character. | 352 | |
Line is longer than 80 characters. | 353 | |
Line contains a tab character. | 353 | |
Line is longer than 80 characters. | 355 | |
Line is longer than 80 characters. | 356 | |
Method 'generateCourseInformation' is not designed for extension - needs to be abstract, final or empty. | 362 | |
Missing a Javadoc comment. | 362 | |
'{' is not preceded with whitespace. | 362 | |
Line is longer than 80 characters. | 366 | |
Line is longer than 80 characters. | 367 | |
Line is longer than 80 characters. | 368 | |
Line is longer than 80 characters. | 369 | |
Line is longer than 80 characters. | 370 | |
Line is longer than 80 characters. | 371 | |
Line is longer than 80 characters. | 373 | |
Line contains a tab character. | 374 | |
Line contains a tab character. | 375 | |
Line is longer than 80 characters. | 376 | |
Line contains a tab character. | 376 | |
Line is longer than 80 characters. | 377 | |
Line contains a tab character. | 377 | |
Line is longer than 80 characters. | 378 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 380 | |
Line is longer than 80 characters. | 381 | |
Line contains a tab character. | 381 | |
Line is longer than 80 characters. | 382 | |
Line contains a tab character. | 383 | |
Line contains a tab character. | 384 | |
Line is longer than 80 characters. | 385 | |
Line contains a tab character. | 385 | |
Line is longer than 80 characters. | 386 | |
Line contains a tab character. | 386 | |
Line is longer than 80 characters. | 388 | |
Method 'generateGovernanceSection' is not designed for extension - needs to be abstract, final or empty. | 393 | |
Missing a Javadoc comment. | 393 | |
'{' is not preceded with whitespace. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 395 | |
Line is longer than 80 characters. | 397 | |
Line is longer than 80 characters. | 398 | |
Line is longer than 80 characters. | 399 | |
Method 'generateCourseLogisticsSection' is not designed for extension - needs to be abstract, final or empty. | 403 | |
Missing a Javadoc comment. | 403 | |
Line contains a tab character. | 404 | |
'{' is not preceded with whitespace. | 404 | |
Line contains a tab character. | 405 | |
Line is longer than 80 characters. | 406 | |
Line contains a tab character. | 406 | |
Line is longer than 80 characters. | 408 | |
Line is longer than 80 characters. | 409 | |
Line is longer than 80 characters. | 410 | |
Line is longer than 80 characters. | 411 | |
Line is longer than 80 characters. | 412 | |
Line is longer than 80 characters. | 413 | |
Line is longer than 80 characters. | 415 | |
Line is longer than 80 characters. | 416 | |
Line is longer than 80 characters. | 419 | |
Line is longer than 80 characters. | 422 | |
Line is longer than 80 characters. | 423 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 425 | |
Line is longer than 80 characters. | 426 | |
Line contains a tab character. | 426 | |
Line is longer than 80 characters. | 427 | |
Line contains a tab character. | 427 | |
Line is longer than 80 characters. | 428 | |
Line contains a tab character. | 428 | |
Line is longer than 80 characters. | 429 | |
Line contains a tab character. | 429 | |
Line is longer than 80 characters. | 430 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Line is longer than 80 characters. | 433 | |
Line is longer than 80 characters. | 434 | |
Line is longer than 80 characters. | 435 | |
'{' is not preceded with whitespace. | 437 | |
Line contains a tab character. | 438 | |
Line is longer than 80 characters. | 439 | |
Line contains a tab character. | 439 | |
Parameter row should be final. | 439 | |
Line contains a tab character. | 440 | |
Parameter column1 should be final. | 440 | |
Parameter column2 should be final. | 440 | |
Line contains a tab character. | 441 | |
'if' is not followed by whitespace. | 441 | |
'&&' should be on a new line. | 441 | |
Line is longer than 80 characters. | 442 | |
Line contains a tab character. | 442 | |
'&&' should be on a new line. | 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 | |
'type' hides a field. | 444 | |
Line contains a tab character. | 445 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 447 | |
'if' is not followed by whitespace. | 447 | |
'{' is not preceded with whitespace. | 447 | |
Line contains a tab character. | 448 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 450 | |
'if' is not followed by whitespace. | 450 | |
'{' is not preceded with whitespace. | 450 | |
Line contains a tab character. | 451 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 454 | |
'if' is not followed by whitespace. | 454 | |
'{' is not preceded with whitespace. | 454 | |
Line is longer than 80 characters. | 455 | |
Line contains a tab character. | 455 | |
'if' is not followed by whitespace. | 455 | |
'cast' is not followed by whitespace. | 455 | |
'{' is not preceded with whitespace. | 455 | |
Line contains a tab character. | 456 | |
Line contains a tab character. | 457 | |
Line contains a tab character. | 458 | |
'}' should be on the same line. | 458 | |
Line is longer than 80 characters. | 459 | |
Line contains a tab character. | 459 | |
'if' is not followed by whitespace. | 459 | |
'{' is not preceded with whitespace. | 459 | |
Line is longer than 80 characters. | 460 | |
Line contains a tab character. | 460 | |
'if' is not followed by whitespace. | 460 | |
'cast' is not followed by whitespace. | 460 | |
'{' is not preceded with whitespace. | 460 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
Line contains a tab character. | 465 | |
Line contains a tab character. | 466 | |
Line is longer than 80 characters. | 471 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 473 | |
Line is longer than 80 characters. | 474 | |
Line is longer than 80 characters. | 475 | |
Line contains a tab character. | 475 | |
Line contains a tab character. | 476 | |
Line contains a tab character. | 477 | |
Line is longer than 80 characters. | 478 | |
Line contains a tab character. | 478 | |
Line is longer than 80 characters. | 479 | |
Line contains a tab character. | 479 | |
Line is longer than 80 characters. | 480 | |
Line contains a tab character. | 480 | |
Line is longer than 80 characters. | 481 | |
Line contains a tab character. | 481 | |
Line is longer than 80 characters. | 482 | |
Line contains a tab character. | 482 | |
Line is longer than 80 characters. | 483 | |
Line contains a tab character. | 483 | |
Method 'generateLearningObjectivesSection' is not designed for extension - needs to be abstract, final or empty. | 490 | |
Missing a Javadoc comment. | 490 | |
'{' is not preceded with whitespace. | 490 | |
Line contains a tab character. | 491 | |
Line is longer than 80 characters. | 492 | |
Line contains a tab character. | 492 | |
Line is longer than 80 characters. | 494 | |
Line is longer than 80 characters. | 495 | |
Line contains a tab character. | 495 | |
Method 'generateActiveDatesSection' is not designed for extension - needs to be abstract, final or empty. | 502 | |
Missing a Javadoc comment. | 502 | |
'{' is not preceded with whitespace. | 502 | |
Line contains a tab character. | 503 | |
Line contains a tab character. | 504 | |
Line is longer than 80 characters. | 506 | |
Line is longer than 80 characters. | 507 | |
Line is longer than 80 characters. | 509 | |
Method 'generateFeesSection' is not designed for extension - needs to be abstract, final or empty. | 513 | |
Missing a Javadoc comment. | 513 | |
Line contains a tab character. | 514 | |
Line contains a tab character. | 515 | |
Line is longer than 80 characters. | 517 | |
Line is longer than 80 characters. | 519 | |
Line contains a tab character. | 520 | |
Line contains a tab character. | 521 | |
Line contains a tab character. | 522 | |
Line contains a tab character. | 523 | |
Line is longer than 80 characters. | 524 | |
Line is longer than 80 characters. | 525 | |
Line is longer than 80 characters. | 526 | |
Line contains a tab character. | 526 | |
Line contains a tab character. | 527 | |
Line contains a tab character. | 528 | |
Line contains a tab character. | 529 | |
Line contains a tab character. | 530 | |
Line contains a tab character. | 531 | |
Line contains a tab character. | 533 | |
Line is longer than 80 characters. | 534 | |
Line contains a tab character. | 534 | |
Line contains a tab character. | 535 | |
Line contains a tab character. | 536 | |
Line is longer than 80 characters. | 537 | |
Line contains a tab character. | 537 | |
Line is longer than 80 characters. | 538 | |
Line contains a tab character. | 538 | |
Line contains a tab character. | 539 | |
Line contains a tab character. | 541 | |
Line is longer than 80 characters. | 542 | |
Line contains a tab character. | 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. | 551 | |
Method 'generateRequirementsSection' is not designed for extension - needs to be abstract, final or empty. | 553 | |
Missing a Javadoc comment. | 553 | |
'{' is not preceded with whitespace. | 553 | |
Line contains a tab character. | 555 | |
Line is longer than 80 characters. | 556 | |
Line contains a tab character. | 556 | |
Line is longer than 80 characters. | 561 | |
Line is longer than 80 characters. | 568 | |
Missing a Javadoc comment. | 568 | |
Line is longer than 80 characters. | 570 | |
Line is longer than 80 characters. | 573 | |
Parameter panel should be final. | 573 | |
Parameter model should be final. | 573 | |
Parameter path should be final. | 573 | |
Line is longer than 80 characters. | 577 | |
Parameter model should be final. | 577 | |
Parameter path should be final. | 577 | |
Line is longer than 80 characters. | 580 | |
Line is longer than 80 characters. | 581 | |
Line is longer than 80 characters. | 583 | |
Line is longer than 80 characters. | 590 | |
Missing a Javadoc comment. | 596 | |
Parameter path should be final. | 596 | |
Parameter itemLabelMessageKey should be final. | 597 | |
Parameter fieldKeysAndLabels should be final. | 597 | |
'{' is not preceded with whitespace. | 597 | |
Line is longer than 80 characters. | 598 | |
Line contains a tab character. | 598 | |
Line contains a tab character. | 601 | |
Missing a Javadoc comment. | 601 | |
Parameter path should be final. | 601 | |
Line is longer than 80 characters. | 602 | |
Parameter itemLabelMessageKey should be final. | 602 | |
Parameter fieldKeysAndLabels should be final. | 602 | |
Parameter customBindings should be final. | 602 | |
'{' is not preceded with whitespace. | 602 | |
Line contains a tab character. | 603 | |
Line is longer than 80 characters. | 604 | |
Line is longer than 80 characters. | 605 | |
Line is longer than 80 characters. | 610 | |
Line is longer than 80 characters. | 615 | |
Line contains a tab character. | 615 | |
Line is longer than 80 characters. | 617 | |
Line contains a tab character. | 617 | |
'if' is not followed by whitespace. | 617 | |
'3' is a magic number. | 617 | |
'{' is not preceded with whitespace. | 617 | |
Line contains a tab character. | 618 | |
Line contains a tab character. | 619 | |
Line is longer than 80 characters. | 620 | |
Line contains a tab character. | 620 | |
'if' is not followed by whitespace. | 620 | |
'{' is not preceded with whitespace. | 620 | |
Line is longer than 80 characters. | 621 | |
Line contains a tab character. | 621 | |
Line contains a tab character. | 622 | |
Line is longer than 80 characters. | 631 | |
Missing a Javadoc comment. | 632 | |
Parameter fieldKey should be final. | 633 | |
Parameter labelKey should be final. | 633 | |
Parameter parentPath should be final. | 633 | |
Line is longer than 80 characters. | 635 | |
Line is longer than 80 characters. | 639 | |
Line is longer than 80 characters. | 646 | |
Missing a Javadoc comment. | 646 | |
Parameter fieldKey should be final. | 646 | |
Parameter messageKey should be final. | 646 | |
',' is not followed by whitespace. | 646 | |
Parameter parentPath should be final. | 646 | |
Line is longer than 80 characters. | 647 | |
Line is longer than 80 characters. | 650 | |
Missing a Javadoc comment. | 650 | |
Parameter fieldKey should be final. | 650 | |
Parameter messageKey should be final. | 650 | |
Parameter parentPath should be final. | 650 | |
Parameter widget should be final. | 650 | |
Parameter binding should be final. | 650 | |
Line is longer than 80 characters. | 655 | |
Line contains a tab character. | 665 | |
Method 'generateCourseBriefSection' is not designed for extension - needs to be abstract, final or empty. | 665 | |
Missing a Javadoc comment. | 665 | |
Line is longer than 80 characters. | 666 | |
Line contains a tab character. | 666 | |
Line contains a tab character. | 667 | |
Line contains a tab character. | 668 | |
Line is longer than 80 characters. | 669 | |
Line is longer than 80 characters. | 670 | |
Line is longer than 80 characters. | 671 | |
Line is longer than 80 characters. | 672 | |
Line is longer than 80 characters. | 673 | |
Line is longer than 80 characters. | 674 | |
Line is longer than 80 characters. | 676 | |
Line is longer than 80 characters. | 679 | |
Line is longer than 80 characters. | 680 | |
Line contains a tab character. | 681 | |
Line contains a tab character. | 682 | |
Line is longer than 80 characters. | 683 | |
Line contains a tab character. | 683 | |
Line is longer than 80 characters. | 684 | |
Line contains a tab character. | 684 | |
Line is longer than 80 characters. | 685 | |
Line contains a tab character. | 685 | |
Line is longer than 80 characters. | 686 | |
Line contains a tab character. | 686 | |
Line is longer than 80 characters. | 687 | |
Line contains a tab character. | 687 | |
Line contains a tab character. | 688 | |
Line is longer than 80 characters. | 690 | |
Line is longer than 80 characters. | 691 | |
Line is longer than 80 characters. | 692 | |
'{' is not preceded with whitespace. | 694 | |
Line contains a tab character. | 695 | |
Line is longer than 80 characters. | 696 | |
Line contains a tab character. | 696 | |
Parameter row should be final. | 696 | |
Line contains a tab character. | 697 | |
Parameter column1 should be final. | 697 | |
Parameter column2 should be final. | 697 | |
Line contains a tab character. | 698 | |
'if' is not followed by whitespace. | 698 | |
'&&' should be on a new line. | 698 | |
Line is longer than 80 characters. | 699 | |
Line contains a tab character. | 699 | |
'&&' should be on a new line. | 699 | |
Line is longer than 80 characters. | 700 | |
Line contains a tab character. | 700 | |
'{' is not preceded with whitespace. | 700 | |
Line is longer than 80 characters. | 701 | |
Line contains a tab character. | 701 | |
'type' hides a field. | 701 | |
Line contains a tab character. | 702 | |
Line contains a tab character. | 703 | |
Line contains a tab character. | 704 | |
'if' is not followed by whitespace. | 704 | |
'{' is not preceded with whitespace. | 704 | |
Line contains a tab character. | 705 | |
Line contains a tab character. | 706 | |
Line contains a tab character. | 707 | |
'if' is not followed by whitespace. | 707 | |
'{' is not preceded with whitespace. | 707 | |
Line contains a tab character. | 708 | |
Line contains a tab character. | 709 | |
Line contains a tab character. | 711 | |
'if' is not followed by whitespace. | 711 | |
'{' is not preceded with whitespace. | 711 | |
Line is longer than 80 characters. | 712 | |
Line contains a tab character. | 712 | |
'if' is not followed by whitespace. | 712 | |
'cast' is not followed by whitespace. | 712 | |
'{' is not preceded with whitespace. | 712 | |
Line contains a tab character. | 713 | |
Line contains a tab character. | 714 | |
Line contains a tab character. | 715 | |
'}' should be on the same line. | 715 | |
Line is longer than 80 characters. | 716 | |
Line contains a tab character. | 716 | |
'if' is not followed by whitespace. | 716 | |
'{' is not preceded with whitespace. | 716 | |
Line is longer than 80 characters. | 717 | |
Line contains a tab character. | 717 | |
'if' is not followed by whitespace. | 717 | |
'cast' is not followed by whitespace. | 717 | |
'{' is not preceded with whitespace. | 717 | |
Line contains a tab character. | 718 | |
Line contains a tab character. | 719 | |
Line contains a tab character. | 720 | |
Line contains a tab character. | 721 | |
Line contains a tab character. | 722 | |
Line contains a tab character. | 723 | |
Line is longer than 80 characters. | 726 | |
Line is longer than 80 characters. | 727 | |
Line is longer than 80 characters. | 728 | |
Line is longer than 80 characters. | 729 | |
Line is longer than 80 characters. | 730 | |
Line contains a tab character. | 731 | |
Line contains a tab character. | 732 | |
Line is longer than 80 characters. | 733 | |
Line is longer than 80 characters. | 734 | |
Line contains a tab character. | 734 | |
Line contains a tab character. | 735 | |
Line contains a tab character. | 736 | |
Line is longer than 80 characters. | 737 | |
Line contains a tab character. | 737 | |
Line is longer than 80 characters. | 738 | |
Line contains a tab character. | 738 | |
Line is longer than 80 characters. | 739 | |
Line contains a tab character. | 739 | |
Line is longer than 80 characters. | 740 | |
Line contains a tab character. | 740 | |
Line is longer than 80 characters. | 741 | |
Line contains a tab character. | 741 | |
Line is longer than 80 characters. | 742 | |
Line contains a tab character. | 742 | |
Line is longer than 80 characters. | 746 | |
Line contains a tab character. | 747 | |
Line contains a tab character. | 748 | |
Line contains a tab character. | 749 | |
Line contains a tab character. | 750 | |
Line is longer than 80 characters. | 751 | |
Line is longer than 80 characters. | 752 | |
Line is longer than 80 characters. | 753 | |
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 is longer than 80 characters. | 759 | |
Line contains a tab character. | 760 | |
Line contains a tab character. | 761 | |
Line is longer than 80 characters. | 762 | |
Line contains a tab character. | 762 | |
Line is longer than 80 characters. | 763 | |
Line contains a tab character. | 763 | |
Line is longer than 80 characters. | 764 | |
Line contains a tab character. | 765 | |
Line contains a tab character. | 766 | |
Line is longer than 80 characters. | 767 | |
Line contains a tab character. | 767 | |
Line is longer than 80 characters. | 768 | |
Line contains a tab character. | 769 | |
Line contains a tab character. | 770 | |
Line is longer than 80 characters. | 771 | |
Line contains a tab character. | 771 | |
Line is longer than 80 characters. | 772 | |
Line contains a tab character. | 772 | |
Line contains a tab character. | 773 | |
Line is longer than 80 characters. | 774 | |
Line contains a tab character. | 778 | |
Line contains a tab character. | 780 | |
Method 'generateCourseCatalogSection' is not designed for extension - needs to be abstract, final or empty. | 780 | |
Missing a Javadoc comment. | 780 | |
Line is longer than 80 characters. | 781 | |
Line contains a tab character. | 781 | |
Line is longer than 80 characters. | 782 | |
Line contains a tab character. | 782 | |
Line contains a tab character. | 783 | |
Line contains a tab character. | 784 | |
'{' is not preceded with whitespace. | 784 | |
Line contains a tab character. | 786 | |
Line is longer than 80 characters. | 787 | |
Line contains a tab character. | 787 | |
Parameter widget should be final. | 787 | |
Parameter model should be final. | 787 | |
Parameter path should be final. | 787 | |
Line contains a tab character. | 788 | |
Line contains a tab character. | 790 | |
Line contains a tab character. | 792 | |
Line is longer than 80 characters. | 793 | |
Line contains a tab character. | 793 | |
Parameter widget should be final. | 793 | |
Parameter model should be final. | 793 | |
Parameter path should be final. | 793 | |
Line contains a tab character. | 794 | |
Line is longer than 80 characters. | 795 | |
Line contains a tab character. | 795 | |
Line contains a tab character. | 796 | |
Line is longer than 80 characters. | 797 | |
Line contains a tab character. | 797 | |
Line contains a tab character. | 798 | |
Line contains a tab character. | 799 | |
'if' is not followed by whitespace. | 799 | |
'!=' is not followed by whitespace. | 799 | |
'{' is not preceded with whitespace. | 799 | |
Line is longer than 80 characters. | 800 | |
Line contains a tab character. | 800 | |
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 | |
'while' is not followed by whitespace. | 803 | |
'{' is not preceded with whitespace. | 803 | |
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 contains a tab character. | 806 | |
'cast' is not followed by whitespace. | 806 | |
Line contains a tab character. | 807 | |
Line contains a tab character. | 808 | |
'if' is not followed by whitespace. | 808 | |
'{' is not preceded with whitespace. | 808 | |
Line is longer than 80 characters. | 809 | |
Line contains a tab character. | 809 | |
'+' is not followed by whitespace. | 809 | |
Line contains a tab character. | 810 | |
Line contains a tab character. | 811 | |
Line contains a tab character. | 812 | |
Line contains a tab character. | 814 | |
'if' is not followed by whitespace. | 814 | |
'{' is not preceded with whitespace. | 814 | |
Line contains a tab character. | 815 | |
Line is longer than 80 characters. | 816 | |
Line contains a tab character. | 816 | |
Line contains a tab character. | 817 | |
Line contains a tab character. | 818 | |
Line contains a tab character. | 819 | |
Line 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 contains a tab character. | 823 | |
Line contains a tab character. | 824 | |
Line contains a tab character. | 825 | |
Line contains a tab character. | 827 | |
Line contains a tab character. | 828 | |
Line contains a tab character. | 829 | |
Line contains a tab character. | 831 | |
Line contains a tab character. | 832 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 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 | |
'{' should be on the previous line. | 72 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Line has trailing spaces. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 90 | |
'{' is not preceded with whitespace. | 90 | |
'{' is not followed by whitespace. | 90 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 90 | |
'}' is not preceded with whitespace. | 90 | |
Method 'setModelDefinition' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter modelDefinition should be final. | 92 | |
'modelDefinition' hides a field. | 92 | |
'{' is not preceded with whitespace. | 92 | |
Method 'setStatementTypes' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter stmtTypes should be final. | 96 | |
'stmtTypes' hides a field. | 96 | |
Method 'generateLayout' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter layoutController should be final. | 100 | |
Line has trailing spaces. | 108 | |
Line is longer than 80 characters. | 110 | |
Line has trailing spaces. | 113 | |
Line is longer than 80 characters. | 114 | |
Method 'generateLayout' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter layoutController should be final. | 114 | |
Parameter modelId should be final. | 114 | |
Line has trailing spaces. | 118 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 119 | |
'cast' is not followed by whitespace. | 119 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 56 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 76 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
Line has trailing spaces. | 93 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Missing a Javadoc comment. | 102 | |
Variable 'cluProposalRpcServiceAsync' must be private and have accessor methods. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
Missing a Javadoc comment. | 103 | |
Variable 'courseServiceAsync' must be private and have accessor methods. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Missing a Javadoc comment. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
Missing a Javadoc comment. | 106 | |
Line contains a tab character. | 108 | |
Missing a Javadoc comment. | 108 | |
Variable 'cfg' must be private and have accessor methods. | 108 | |
Line has trailing spaces. | 109 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Missing a Javadoc comment. | 110 | |
Missing a Javadoc comment. | 112 | |
Line contains a tab character. | 114 | |
Missing a Javadoc comment. | 114 | |
Line contains a tab character. | 115 | |
Missing a Javadoc comment. | 115 | |
Line contains a tab character. | 117 | |
Missing a Javadoc comment. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Missing a Javadoc comment. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Missing a Javadoc comment. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Missing a Javadoc comment. | 120 | |
Line contains a tab character. | 121 | |
Missing a Javadoc comment. | 121 | |
Line contains a tab character. | 122 | |
Missing a Javadoc comment. | 122 | |
Line contains a tab character. | 123 | |
Missing a Javadoc comment. | 123 | |
Line contains a tab character. | 124 | |
Missing a Javadoc comment. | 124 | |
Line contains a tab character. | 126 | |
Missing a Javadoc comment. | 126 | |
Line is longer than 80 characters. | 128 | |
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 contains a tab character. | 130 | |
Missing a Javadoc comment. | 130 | |
Missing a Javadoc comment. | 131 | |
Variable 'reqDataModel' must be private and have accessor methods. | 131 | |
Missing a Javadoc comment. | 133 | |
'{' is not preceded with whitespace. | 133 | |
Method 'setViewContext' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Parameter viewContext should be final. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
'if' is not followed by whitespace. | 143 | |
'{' is not preceded with whitespace. | 143 | |
Line contains a tab character. | 144 | |
'if' is not followed by whitespace. | 144 | |
'{' is not preceded with whitespace. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
'}' should be on the same line. | 146 | |
Line contains a tab character. | 147 | |
'else' is not followed by whitespace. | 147 | |
'{' is not preceded with whitespace. | 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 | |
'}' should be on the same line. | 151 | |
Line contains a tab character. | 152 | |
'else' is not followed by whitespace. | 152 | |
'{' is not preceded with whitespace. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Missing a Javadoc comment. | 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 | |
Line is longer than 80 characters. | 166 | |
'{' is not preceded with whitespace. | 167 | |
'{' is not preceded with whitespace. | 171 | |
Parameter workCompleteCallback should be final. | 173 | |
Line is longer than 80 characters. | 174 | |
Expression can be simplified. | 174 | |
'{' is not preceded with whitespace. | 174 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
'if' is not followed by whitespace. | 190 | |
'{' is not preceded with whitespace. | 190 | |
Line contains a tab character. | 191 | |
Line has trailing spaces. | 192 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
'}' should be on the same line. | 193 | |
Line contains a tab character. | 194 | |
'else' 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 has trailing spaces. | 197 | |
Line is longer than 80 characters. | 200 | |
'{' is not preceded with whitespace. | 200 | |
Line contains a tab character. | 201 | |
Parameter event should be final. | 201 | |
Line has trailing spaces. | 202 | |
Line is longer than 80 characters. | 202 | |
Line contains a tab character. | 202 | |
Line has trailing spaces. | 203 | |
Line contains a tab character. | 203 | |
Line is longer than 80 characters. | 206 | |
'{' is not preceded with whitespace. | 206 | |
Parameter saveAction should be final. | 207 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 214 | |
Missing a Javadoc comment. | 214 | |
Parameter workCompleteCallback should be final. | 214 | |
'{' is not preceded with whitespace. | 214 | |
Line contains a tab character. | 215 | |
'if' is not followed by whitespace. | 215 | |
'{' is not preceded with whitespace. | 215 | |
'{' is not preceded with whitespace. | 217 | |
Line is longer than 80 characters. | 218 | |
'{' is not preceded with whitespace. | 219 | |
Line is longer than 80 characters. | 220 | |
'else' is not followed by whitespace. | 221 | |
'{' is not preceded with whitespace. | 221 | |
Line is longer than 80 characters. | 226 | |
Missing a Javadoc comment. | 226 | |
Parameter workCompleteCallback should be final. | 226 | |
'{' is not preceded with whitespace. | 226 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
'{' is not preceded with whitespace. | 227 | |
Line contains a tab character. | 228 | |
'+' is not preceded with whitespace. | 228 | |
'+' is not followed by whitespace. | 228 | |
Line contains a tab character. | 229 | |
'if' is not followed by whitespace. | 229 | |
'{' is not preceded with whitespace. | 229 | |
Line is longer than 80 characters. | 230 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
'}' should be on the same line. | 231 | |
Line contains a tab character. | 232 | |
'else' is not followed by whitespace. | 232 | |
'{' is not preceded with whitespace. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
'}' should be on the same line. | 235 | |
Line contains a tab character. | 236 | |
'else' is not followed by whitespace. | 236 | |
'{' is not preceded with whitespace. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Missing a Javadoc comment. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
'{' is not preceded with whitespace. | 248 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Parameter model should be final. | 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 | |
'if' is not followed by whitespace. | 255 | |
'{' is not preceded with whitespace. | 255 | |
Line is longer than 80 characters. | 256 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line is longer than 80 characters. | 258 | |
Line contains a tab character. | 258 | |
'if' is not followed by whitespace. | 258 | |
'==' is not preceded with whitespace. | 258 | |
'==' is not followed by whitespace. | 258 | |
'{' is not preceded with whitespace. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 262 | |
Line is longer than 80 characters. | 263 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
'if' is not followed by whitespace. | 264 | |
'{' is not preceded with whitespace. | 264 | |
Line is longer than 80 characters. | 265 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line is longer than 80 characters. | 267 | |
Line contains a tab character. | 267 | |
'if' is not followed by whitespace. | 267 | |
'cast' is not followed by whitespace. | 267 | |
'{' is not preceded with whitespace. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line is longer than 80 characters. | 270 | |
Line contains a tab character. | 270 | |
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 contains a tab character. | 274 | |
Parameter caught should be final. | 275 | |
Line has trailing spaces. | 276 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 279 | |
Parameter caught should be final. | 280 | |
Line contains a tab character. | 281 | |
Line is longer than 80 characters. | 282 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 285 | |
'{' is not preceded with whitespace. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line has trailing spaces. | 288 | |
Line is longer than 80 characters. | 288 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line has trailing spaces. | 290 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Parameter result should be final. | 291 | |
Line is longer than 80 characters. | 292 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line has trailing spaces. | 299 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Parameter cause should be final. | 303 | |
Line is longer than 80 characters. | 304 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line has trailing spaces. | 308 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line is longer than 80 characters. | 312 | |
Missing a Javadoc comment. | 312 | |
'{' is not preceded with whitespace. | 312 | |
Line is longer than 80 characters. | 315 | |
Parameter stmtTypes should be final. | 318 | |
Line is longer than 80 characters. | 319 | |
Line is longer than 80 characters. | 322 | |
'||' should be on a new line. | 322 | |
Line is longer than 80 characters. | 323 | |
Method 'requestModel' is not designed for extension - needs to be abstract, final or empty. | 340 | |
Line is longer than 80 characters. | 342 | |
Parameter modelType should be final. | 342 | |
'if' is not followed by whitespace. | 343 | |
'{' is not preceded with whitespace. | 343 | |
Line contains a tab character. | 344 | |
'{' is not preceded with whitespace. | 344 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 347 | |
'if' is not followed by whitespace. | 347 | |
'{' is not preceded with whitespace. | 347 | |
Line is longer than 80 characters. | 348 | |
Line contains a tab character. | 348 | |
'cast' is not followed by whitespace. | 348 | |
'+' is not preceded with whitespace. | 348 | |
'+' is not followed by whitespace. | 348 | |
Line contains a tab character. | 349 | |
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 | |
'if' is not followed by whitespace. | 354 | |
'{' is not preceded with whitespace. | 354 | |
Line is longer than 80 characters. | 355 | |
Line contains a tab character. | 355 | |
Line is longer than 80 characters. | 356 | |
Line contains a tab character. | 356 | |
'cast' is not followed by whitespace. | 356 | |
'+' is not preceded with whitespace. | 356 | |
'+' is not followed by whitespace. | 356 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
Line contains a tab character. | 360 | |
Line is longer than 80 characters. | 362 | |
Line contains a tab character. | 362 | |
Line is longer than 80 characters. | 363 | |
Line contains a tab character. | 363 | |
Line contains a tab character. | 364 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 367 | |
'{' is not preceded with whitespace. | 368 | |
Line contains a tab character. | 369 | |
Missing a Javadoc comment. | 376 | |
Line is longer than 80 characters. | 377 | |
'{' is not preceded with whitespace. | 377 | |
Line is longer than 80 characters. | 379 | |
'{' is not preceded with whitespace. | 379 | |
Line contains a tab character. | 380 | |
Line contains a tab character. | 381 | |
Parameter caught should be final. | 381 | |
Line is longer than 80 characters. | 382 | |
'+' is not preceded with whitespace. | 382 | |
'+' is not followed by whitespace. | 382 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Parameter proposalId should be final. | 388 | |
Line is longer than 80 characters. | 389 | |
Line contains a tab character. | 389 | |
Line is longer than 80 characters. | 390 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 391 | |
Missing a Javadoc comment. | 395 | |
Line is longer than 80 characters. | 396 | |
Parameter id should be final. | 396 | |
'{' is not preceded with whitespace. | 396 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
'{' is not preceded with whitespace. | 398 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
Parameter caught should be final. | 401 | |
'+' is not preceded with whitespace. | 402 | |
'+' is not followed by whitespace. | 402 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 407 | |
Line contains a tab character. | 408 | |
Parameter result should be final. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
Line contains a tab character. | 411 | |
Line is longer than 80 characters. | 412 | |
Parameter result should be final. | 414 | |
'if' is not followed by whitespace. | 415 | |
'{' is not preceded with whitespace. | 415 | |
Line is longer than 80 characters. | 416 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 422 | |
Missing a Javadoc comment. | 425 | |
Line is longer than 80 characters. | 426 | |
Line contains a tab character. | 426 | |
'{' is not preceded with whitespace. | 426 | |
Line is longer than 80 characters. | 427 | |
Line contains a tab character. | 427 | |
'if' is not followed by whitespace. | 427 | |
'cast' is not followed by whitespace. | 427 | |
'{' is not preceded with whitespace. | 427 | |
Line is longer than 80 characters. | 428 | |
Line contains a tab character. | 428 | |
'cast' is not followed by whitespace. | 428 | |
'{' is not preceded with whitespace. | 428 | |
Line has trailing spaces. | 429 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Parameter caught should be final. | 431 | |
Line is longer than 80 characters. | 432 | |
Line contains a tab character. | 432 | |
'+' is not preceded with whitespace. | 432 | |
'+' is not followed by whitespace. | 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 | |
Parameter result should be final. | 438 | |
Line is longer than 80 characters. | 444 | |
Parameter result should be final. | 446 | |
Line is longer than 80 characters. | 448 | |
Line is longer than 80 characters. | 449 | |
Missing a Javadoc comment. | 463 | |
Line is longer than 80 characters. | 464 | |
'{' is not preceded with whitespace. | 464 | |
Missing a Javadoc comment. | 473 | |
Line is longer than 80 characters. | 474 | |
Parameter versionComment should be final. | 474 | |
'{' is not preceded with whitespace. | 474 | |
Line has trailing spaces. | 476 | |
Line has trailing spaces. | 480 | |
Line is longer than 80 characters. | 482 | |
Line has trailing spaces. | 485 | |
Line is longer than 80 characters. | 487 | |
Line contains a tab character. | 488 | |
Parameter result should be final. | 488 | |
Line contains a tab character. | 489 | |
Line contains a tab character. | 490 | |
Line contains a tab character. | 491 | |
Line is longer than 80 characters. | 492 | |
Line contains a tab character. | 492 | |
Line contains a tab character. | 493 | |
Line is longer than 80 characters. | 494 | |
Line contains a tab character. | 494 | |
'+' is not preceded with whitespace. | 494 | |
'+' is not followed by whitespace. | 494 | |
Line contains a tab character. | 495 | |
Line has trailing spaces. | 496 | |
Line contains a tab character. | 496 | |
Line is longer than 80 characters. | 497 | |
Line contains a tab character. | 497 | |
Line contains a tab character. | 498 | |
Line is longer than 80 characters. | 499 | |
Line contains a tab character. | 499 | |
Line has trailing spaces. | 500 | |
Line contains a tab character. | 500 | |
Line has trailing spaces. | 501 | |
Line is longer than 80 characters. | 501 | |
Line contains a tab character. | 501 | |
Line has trailing spaces. | 502 | |
Line contains a tab character. | 502 | |
Line contains a tab character. | 503 | |
Line contains a tab character. | 504 | |
Line has trailing spaces. | 505 | |
Line contains a tab character. | 505 | |
Line contains a tab character. | 506 | |
Line has trailing spaces. | 507 | |
Line contains a tab character. | 507 | |
Line contains a tab character. | 508 | |
Parameter caught should be final. | 508 | |
'+' is not preceded with whitespace. | 509 | |
'+' is not followed by whitespace. | 509 | |
Line contains a tab character. | 512 | |
Line contains a tab character. | 513 | |
Method 'doSaveAction' is not designed for extension - needs to be abstract, final or empty. | 516 | |
Missing a Javadoc comment. | 516 | |
'{' is not preceded with whitespace. | 516 | |
Parameter model should be final. | 519 | |
'{' is not preceded with whitespace. | 522 | |
Line is longer than 80 characters. | 523 | |
Line contains a tab character. | 523 | |
Line is longer than 80 characters. | 524 | |
Line contains a tab character. | 524 | |
Line contains a tab character. | 525 | |
Line contains a tab character. | 528 | |
Parameter result should be final. | 530 | |
Line contains a tab character. | 532 | |
Line contains a tab character. | 534 | |
'if' is not followed by whitespace. | 534 | |
'{' is not preceded with whitespace. | 534 | |
'{' is not preceded with whitespace. | 535 | |
'}' should be on the same line. | 538 | |
'else' is not followed by whitespace. | 539 | |
'{' is not preceded with whitespace. | 539 | |
Line contains a tab character. | 540 | |
Line contains a tab character. | 542 | |
'}' should be on the same line. | 542 | |
Line contains a tab character. | 543 | |
'else' is not followed by whitespace. | 543 | |
'{' is not preceded with whitespace. | 543 | |
Line contains a tab character. | 544 | |
Line is longer than 80 characters. | 545 | |
Line contains a tab character. | 545 | |
'5000' is a magic number. | 545 | |
Line contains a tab character. | 546 | |
Parameter cause should be final. | 553 | |
Line contains a tab character. | 554 | |
Line is longer than 80 characters. | 555 | |
Method 'startSectionRequired' is not designed for extension - needs to be abstract, final or empty. | 562 | |
Missing a Javadoc comment. | 562 | |
'{' is not preceded with whitespace. | 562 | |
'+' is not preceded with whitespace. | 563 | |
'+' is not followed by whitespace. | 563 | |
Line has trailing spaces. | 564 | |
Line is longer than 80 characters. | 565 | |
'{' is not preceded with whitespace. | 569 | |
Line is longer than 80 characters. | 570 | |
Line has trailing spaces. | 572 | |
Line is longer than 80 characters. | 573 | |
Line contains a tab character. | 573 | |
'==' is not preceded with whitespace. | 573 | |
'==' is not followed by whitespace. | 573 | |
Missing a Javadoc comment. | 576 | |
Parameter proposalTitle should be final. | 576 | |
Parameter courseTitle should be final. | 576 | |
'{' is not preceded with whitespace. | 576 | |
Line is longer than 80 characters. | 577 | |
Line contains a tab character. | 577 | |
Line has trailing spaces. | 579 | |
Method 'saveProposalClu' is not designed for extension - needs to be abstract, final or empty. | 580 | |
Missing a Javadoc comment. | 580 | |
'{' is not preceded with whitespace. | 580 | |
Line contains a tab character. | 581 | |
Line is longer than 80 characters. | 582 | |
Line contains a tab character. | 584 | |
Line contains a tab character. | 585 | |
Parameter caught should be final. | 585 | |
Line contains a tab character. | 586 | |
Line contains a tab character. | 587 | |
Line is longer than 80 characters. | 588 | |
'5000' is a magic number. | 588 | |
Line contains a tab character. | 589 | |
Line is longer than 80 characters. | 593 | |
'{' is not preceded with whitespace. | 593 | |
Parameter caught should be final. | 595 | |
Parameter result should be final. | 599 | |
Line contains a tab character. | 600 | |
Line is longer than 80 characters. | 602 | |
Line contains a tab character. | 602 | |
'if' is not followed by whitespace. | 602 | |
'!=' is not preceded with whitespace. | 602 | |
'!=' is not followed by whitespace. | 602 | |
'{' is not preceded with whitespace. | 602 | |
Line is longer than 80 characters. | 603 | |
Line contains a tab character. | 603 | |
Line contains a tab character. | 604 | |
Line is longer than 80 characters. | 606 | |
'5000' is a magic number. | 606 | |
Line contains a tab character. | 607 | |
'else' is not preceded with whitespace. | 607 | |
'}' is not followed by whitespace. | 607 | |
'else' is not followed by whitespace. | 607 | |
'{' is not preceded with whitespace. | 607 | |
Line has trailing spaces. | 608 | |
Line contains a tab character. | 608 | |
Line contains a tab character. | 609 | |
Line contains a tab character. | 610 | |
Line contains a tab character. | 611 | |
Line contains a tab character. | 613 | |
Line contains a tab character. | 614 | |
'{' is not preceded with whitespace. | 614 | |
Line is longer than 80 characters. | 615 | |
Line contains a tab character. | 615 | |
'cast' is not followed by whitespace. | 615 | |
Line is longer than 80 characters. | 616 | |
Line contains a tab character. | 616 | |
Line contains a tab character. | 617 | |
Line contains a tab character. | 618 | |
Line has trailing spaces. | 619 | |
Line contains a tab character. | 619 | |
Line is longer than 80 characters. | 620 | |
Line contains a tab character. | 620 | |
Line is longer than 80 characters. | 621 | |
Line contains a tab character. | 621 | |
'cast' is not followed by whitespace. | 621 | |
'+' is not preceded with whitespace. | 621 | |
'+' is not followed by whitespace. | 621 | |
Line is longer than 80 characters. | 622 | |
Line contains a tab character. | 622 | |
Line has trailing spaces. | 623 | |
Line contains a tab character. | 623 | |
Line is longer than 80 characters. | 624 | |
Line contains a tab character. | 624 | |
Line contains a tab character. | 625 | |
Line is longer than 80 characters. | 626 | |
Line contains a tab character. | 626 | |
'+' is not preceded with whitespace. | 626 | |
'+' is not followed by whitespace. | 626 | |
Line is longer than 80 characters. | 627 | |
Line contains a tab character. | 627 | |
'{' is not preceded with whitespace. | 627 | |
Line contains a tab character. | 628 | |
Line contains a tab character. | 629 | |
Line has trailing spaces. | 630 | |
Line contains a tab character. | 630 | |
Line contains a tab character. | 631 | |
Line contains a tab character. | 632 | |
Line contains a tab character. | 633 | |
Line contains a tab character. | 634 | |
'if' is not followed by whitespace. | 634 | |
'{' is not preceded with whitespace. | 634 | |
Line is longer than 80 characters. | 635 | |
Line contains a tab character. | 635 | |
Line contains a tab character. | 636 | |
'}' should be on the same line. | 636 | |
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 | |
'cast' is not followed by whitespace. | 638 | |
'+' is not preceded with whitespace. | 638 | |
'+' is not followed by whitespace. | 638 | |
Line contains a tab character. | 639 | |
Line contains a tab character. | 640 | |
Line has trailing spaces. | 641 | |
Line contains a tab character. | 641 | |
Line contains a tab character. | 642 | |
'if' is not followed by whitespace. | 642 | |
'{' is not preceded with whitespace. | 642 | |
Line is longer than 80 characters. | 643 | |
Line contains a tab character. | 643 | |
Line contains a tab character. | 644 | |
Line is longer than 80 characters. | 645 | |
Line contains a tab character. | 645 | |
'4000' is a magic number. | 645 | |
Line contains a tab character. | 646 | |
Line contains a tab character. | 650 | |
Method 'setLastUpdated' is not designed for extension - needs to be abstract, final or empty. | 655 | |
Missing a Javadoc comment. | 655 | |
'{' is not preceded with whitespace. | 655 | |
Line contains a tab character. | 656 | |
'cast' is not followed by whitespace. | 656 | |
Line contains a tab character. | 657 | |
'if' is not followed by whitespace. | 657 | |
'{' is not preceded with whitespace. | 657 | |
Line contains a tab character. | 658 | |
Line contains a tab character. | 659 | |
'}' should be on the same line. | 659 | |
Line contains a tab character. | 660 | |
'else' is not followed by whitespace. | 660 | |
'{' is not preceded with whitespace. | 660 | |
Line contains a tab character. | 661 | |
Line contains a tab character. | 662 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 665 | |
Line contains a tab character. | 666 | |
'{' is not preceded with whitespace. | 666 | |
Line contains a tab character. | 667 | |
Line contains a tab character. | 668 | |
Line has trailing spaces. | 669 | |
Method 'showDefaultView' is not designed for extension - needs to be abstract, final or empty. | 670 | |
Parameter onReadyCallback should be final. | 671 | |
Line contains a tab character. | 672 | |
'if' is not followed by whitespace. | 672 | |
'{' is not preceded with whitespace. | 672 | |
Line contains a tab character. | 673 | |
Line contains a tab character. | 674 | |
'}' should be on the same line. | 674 | |
Line contains a tab character. | 675 | |
'else' is not followed by whitespace. | 675 | |
'{' is not preceded with whitespace. | 675 | |
Line contains a tab character. | 676 | |
Line contains a tab character. | 677 | |
Line contains a tab character. | 680 | |
Method 'setParentController' is not designed for extension - needs to be abstract, final or empty. | 680 | |
Parameter controller should be final. | 681 | |
Line contains a tab character. | 685 | |
Method 'checkAuthorization' is not designed for extension - needs to be abstract, final or empty. | 685 | |
Line is longer than 80 characters. | 686 | |
Line contains a tab character. | 686 | |
Line contains a tab character. | 687 | |
',' is not followed by whitespace. | 687 | |
',' is not followed by whitespace. | 687 | |
Line contains a tab character. | 688 | |
Line contains a tab character. | 689 | |
Line is longer than 80 characters. | 690 | |
Line contains a tab character. | 690 | |
'(' is followed by whitespace. | 690 | |
')' is preceded with whitespace. | 690 | |
Line is longer than 80 characters. | 691 | |
Line contains a tab character. | 691 | |
Line contains a tab character. | 692 | |
Line is longer than 80 characters. | 694 | |
Line contains a tab character. | 694 | |
'{' is not preceded with whitespace. | 694 | |
Line contains a tab character. | 696 | |
Line contains a tab character. | 697 | |
Parameter caught should be final. | 697 | |
Line is longer than 80 characters. | 698 | |
Line contains a tab character. | 698 | |
Line is longer than 80 characters. | 699 | |
Line contains a tab character. | 699 | |
Line is longer than 80 characters. | 700 | |
'+' is not preceded with whitespace. | 700 | |
'+' is not followed by whitespace. | 700 | |
Line contains a tab character. | 701 | |
Line contains a tab character. | 703 | |
Line contains a tab character. | 704 | |
Parameter result should be final. | 704 | |
Line is longer than 80 characters. | 705 | |
Line contains a tab character. | 705 | |
Line contains a tab character. | 706 | |
Line contains a tab character. | 707 | |
Line contains a tab character. | 708 | |
'}' should be on the same line. | 708 | |
Line contains a tab character. | 709 | |
Line is longer than 80 characters. | 710 | |
Line contains a tab character. | 710 | |
Line contains a tab character. | 711 | |
Line contains a tab character. | 712 | |
Line contains a tab character. | 713 | |
Line contains a tab character. | 714 | |
Line contains a tab character. | 716 | |
Method 'isAuthorizationRequired' is not designed for extension - needs to be abstract, final or empty. | 716 | |
Line contains a tab character. | 717 | |
Line contains a tab character. | 718 | |
Line contains a tab character. | 719 | |
Line contains a tab character. | 721 | |
Method 'setAuthorizationRequired' is not designed for extension - needs to be abstract, final or empty. | 721 | |
Line contains a tab character. | 722 | |
Parameter required should be final. | 722 | |
Line contains a tab character. | 723 | |
Line contains a tab character. | 724 | |
Method 'setProposalHeaderTitle' is not designed for extension - needs to be abstract, final or empty. | 726 | |
Missing a Javadoc comment. | 726 | |
'{' is not preceded with whitespace. | 726 | |
Line contains a tab character. | 727 | |
Line contains a tab character. | 728 | |
'{' is not preceded with whitespace. | 728 | |
Line contains a tab character. | 729 | |
Line contains a tab character. | 730 | |
'}' should be on the same line. | 730 | |
Line contains a tab character. | 731 | |
'else' is not followed by whitespace. | 731 | |
'{' is not preceded with whitespace. | 731 | |
Line contains a tab character. | 732 | |
Line contains a tab character. | 733 | |
Line contains a tab character. | 734 | |
Line contains a tab character. | 735 | |
Line contains a tab character. | 736 | |
Line contains a tab character. | 737 | |
Line contains a tab character. | 740 | |
Method 'getWfUtilities' is not designed for extension - needs to be abstract, final or empty. | 740 | |
Line contains a tab character. | 741 | |
Line contains a tab character. | 742 | |
Line contains a tab character. | 743 | |
Line contains a tab character. | 745 | |
Method 'beforeViewChange' is not designed for extension - needs to be abstract, final or empty. | 745 | |
Line is longer than 80 characters. | 746 | |
Line contains a tab character. | 746 | |
Parameter viewChangingTo should be final. | 746 | |
Line is longer than 80 characters. | 747 | |
Line contains a tab character. | 747 | |
Line is longer than 80 characters. | 748 | |
Line contains a tab character. | 748 | |
Line is longer than 80 characters. | 749 | |
Line contains a tab character. | 749 | |
Line contains a tab character. | 750 | |
Line contains a tab character. | 751 | |
'{' is not preceded with whitespace. | 751 | |
Line contains a tab character. | 753 | |
Line contains a tab character. | 754 | |
Parameter result should be final. | 754 | |
Line contains a tab character. | 755 | |
'if' is not followed by whitespace. | 755 | |
'{' is not preceded with whitespace. | 755 | |
Line is longer than 80 characters. | 756 | |
Line contains a tab character. | 756 | |
'if' is not followed by whitespace. | 756 | |
'cast' is not followed by whitespace. | 756 | |
'{' is not preceded with whitespace. | 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 | |
'{' is not preceded with whitespace. | 759 | |
Line contains a tab character. | 761 | |
Line is longer than 80 characters. | 762 | |
Line contains a tab character. | 762 | |
Parameter result should be final. | 762 | |
Line contains a tab character. | 763 | |
switch without "default" clause. | 763 | |
'{' is not preceded with whitespace. | 763 | |
Line is longer than 80 characters. | 764 | |
Line contains a tab character. | 764 | |
Line is longer than 80 characters. | 765 | |
Line contains a tab character. | 765 | |
Line is longer than 80 characters. | 766 | |
Line contains a tab character. | 766 | |
Line is longer than 80 characters. | 767 | |
Line contains a tab character. | 767 | |
'{' is not preceded with whitespace. | 767 | |
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 | |
Parameter action should be final. | 770 | |
Line is longer than 80 characters. | 771 | |
Line contains a tab character. | 771 | |
'if' is not followed by whitespace. | 771 | |
'{' is not preceded with whitespace. | 771 | |
Line is longer than 80 characters. | 772 | |
Line contains a tab character. | 772 | |
Line is longer than 80 characters. | 773 | |
Line contains a tab character. | 773 | |
'}' should be on the same line. | 773 | |
Line is longer than 80 characters. | 774 | |
Line contains a tab character. | 774 | |
'else' is not followed by whitespace. | 774 | |
'{' is not preceded with whitespace. | 774 | |
Line is longer than 80 characters. | 775 | |
Line contains a tab character. | 775 | |
Line is longer than 80 characters. | 776 | |
Line contains a tab character. | 776 | |
Line is longer than 80 characters. | 777 | |
Line contains a tab character. | 777 | |
Line has trailing spaces. | 778 | |
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 | |
Line is longer than 80 characters. | 781 | |
Line contains a tab character. | 781 | |
Line contains a tab character. | 782 | |
Line is longer than 80 characters. | 783 | |
Line contains a tab character. | 783 | |
Line is longer than 80 characters. | 784 | |
Line contains a tab character. | 784 | |
'{' is not preceded with whitespace. | 784 | |
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 | |
Parameter model should be final. | 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. | 789 | |
Line contains a tab character. | 789 | |
Line is longer than 80 characters. | 790 | |
Line contains a tab character. | 790 | |
Line is longer than 80 characters. | 791 | |
Line contains a tab character. | 791 | |
Line is longer than 80 characters. | 792 | |
Line contains a tab character. | 792 | |
Line is longer than 80 characters. | 793 | |
Line contains a tab character. | 793 | |
Line is longer than 80 characters. | 795 | |
Line contains a tab character. | 795 | |
Line is longer than 80 characters. | 796 | |
Line contains a tab character. | 796 | |
Parameter cause should be final. | 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 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 | |
'}' is not followed by whitespace. | 802 | |
'}' is not preceded with whitespace. | 802 | |
Line is longer than 80 characters. | 803 | |
Line contains a tab character. | 803 | |
Line is longer than 80 characters. | 805 | |
Line contains a tab character. | 805 | |
Line is longer than 80 characters. | 806 | |
Line contains a tab character. | 806 | |
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 | |
Line has trailing spaces. | 809 | |
Line is longer than 80 characters. | 809 | |
Line contains a tab character. | 809 | |
Line has trailing spaces. | 810 | |
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 contains a tab character. | 812 | |
Line contains a tab character. | 813 | |
Line contains a tab character. | 814 | |
Line contains a tab character. | 815 | |
Line contains a tab character. | 816 | |
'}' should be on the same line. | 816 | |
Line contains a tab character. | 817 | |
'else' is not followed by whitespace. | 817 | |
'{' is not preceded with whitespace. | 817 | |
Line contains a tab character. | 818 | |
Line contains a tab character. | 819 | |
Line contains a tab character. | 820 | |
'}' should be on the same line. | 820 | |
Line contains a tab character. | 821 | |
'else' is not followed by whitespace. | 821 | |
'{' is not preceded with whitespace. | 821 | |
Line contains a tab character. | 822 | |
Line contains a tab character. | 823 | |
Line contains a tab character. | 824 | |
Line contains a tab character. | 825 | |
Line contains a tab character. | 826 | |
Line has trailing spaces. | 827 | |
Line contains a tab character. | 827 | |
Method 'getSaveButton' is not designed for extension - needs to be abstract, final or empty. | 828 | |
Missing a Javadoc comment. | 828 | |
'{' is not preceded with whitespace. | 828 | |
Line contains a tab character. | 829 | |
'if' is not followed by whitespace. | 829 | |
'{' is not preceded with whitespace. | 829 | |
Line contains a tab character. | 830 | |
'{' is not preceded with whitespace. | 830 | |
Line contains a tab character. | 831 | |
Parameter event should be final. | 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 | |
'}' should be on the same line. | 835 | |
Line contains a tab character. | 836 | |
'else' is not followed by whitespace. | 836 | |
'{' is not preceded with whitespace. | 836 | |
Line contains a tab character. | 837 | |
'{' is not preceded with whitespace. | 837 | |
Parameter event should be final. | 838 | |
Line is longer than 80 characters. | 839 | |
Line contains a tab character. | 842 | |
Line has trailing spaces. | 844 | |
Method 'getCancelButton' is not designed for extension - needs to be abstract, final or empty. | 845 | |
Missing a Javadoc comment. | 845 | |
'{' is not preceded with whitespace. | 845 | |
Line has trailing spaces. | 846 | |
Line contains a tab character. | 846 | |
Line is longer than 80 characters. | 847 | |
'{' is not preceded with whitespace. | 847 | |
Parameter event should be final. | 848 | |
Line contains a tab character. | 849 | |
'if' is not followed by whitespace. | 849 | |
'{' is not preceded with whitespace. | 849 | |
Line is longer than 80 characters. | 850 | |
Line contains a tab character. | 850 | |
Line contains a tab character. | 851 | |
'}' should be on the same line. | 851 | |
Line contains a tab character. | 852 | |
'else' is not followed by whitespace. | 852 | |
'{' is not preceded with whitespace. | 852 | |
Line is longer than 80 characters. | 853 | |
Line contains a tab character. | 853 | |
Line contains a tab character. | 854 | |
Line has trailing spaces. | 859 | |
Line contains a tab character. | 859 | |
Line contains a tab character. | 860 | |
Method 'onHistoryEvent' is not designed for extension - needs to be abstract, final or empty. | 860 | |
Line contains a tab character. | 861 | |
Parameter historyStack should be final. | 861 | |
Line contains a tab character. | 862 | |
Line is longer than 80 characters. | 863 | |
Line contains a tab character. | 863 | |
Line contains a tab character. | 864 | |
Line has trailing spaces. | 865 | |
Line contains a tab character. | 865 | |
'if' is not followed by whitespace. | 865 | |
'&&' should be on a new line. | 865 | |
Line is longer than 80 characters. | 866 | |
Line contains a tab character. | 866 | |
'{' is not preceded with whitespace. | 866 | |
Line is longer than 80 characters. | 867 | |
Line contains a tab character. | 867 | |
Line contains a tab character. | 868 | |
Line contains a tab character. | 869 | |
Line has trailing spaces. | 870 | |
Line contains a tab character. | 870 | |
Line contains a tab character. | 871 | |
Missing a Javadoc comment. | 871 | |
'{' is not preceded with whitespace. | 871 | |
Line contains a tab character. | 872 | |
Line contains a tab character. | 873 | |
Line contains a tab character. | 874 | |
Line contains a tab character. | 875 | |
Line contains a tab character. | 876 | |
Method 'getCourseId' is not designed for extension - needs to be abstract, final or empty. | 878 | |
Missing a Javadoc comment. | 878 | |
'{' is not preceded with whitespace. | 878 | |
Method 'isNew' is not designed for extension - needs to be abstract, final or empty. | 882 | |
Missing a Javadoc comment. | 882 | |
Method 'getReqDataModel' is not designed for extension - needs to be abstract, final or empty. | 886 | |
Missing a Javadoc comment. | 886 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 24 | |
Line contains a tab character. | 26 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Parameter reason should be final. | 62 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 86 | |
Line is longer than 80 characters. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter controller should be final. | 89 | |
Parameter name should be final. | 89 | |
Parameter viewType should be final. | 89 | |
Missing a Javadoc comment. | 99 | |
Method 'getView' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Method length is 176 lines (max allowed is 150). | 103 | |
Line is longer than 80 characters. | 104 | |
Parameter viewType should be final. | 104 | |
Line is longer than 80 characters. | 159 | |
Line has trailing spaces. | 162 | |
Line is longer than 80 characters. | 176 | |
Line is longer than 80 characters. | 200 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 236 | |
Line is longer than 80 characters. | 248 | |
Line is longer than 80 characters. | 256 | |
Line is longer than 80 characters. | 264 | |
Missing a Javadoc comment. | 282 | |
Line is longer than 80 characters. | 283 | |
Missing a Javadoc comment. | 286 | |
Missing a Javadoc comment. | 291 | |
Missing a Javadoc comment. | 298 | |
Missing a Javadoc comment. | 303 | |
Method 'hideView' is not designed for extension - needs to be abstract, final or empty. | 308 | |
Parameter view should be final. | 309 | |
Method 'renderView' is not designed for extension - needs to be abstract, final or empty. | 313 | |
Parameter view should be final. | 314 | |
Line is longer than 80 characters. | 315 | |
Method 'getViewEnumValue' is not designed for extension - needs to be abstract, final or empty. | 318 | |
Parameter enumValue should be final. | 319 | |
Line is longer than 80 characters. | 328 | |
Method 'showView' is not designed for extension - needs to be abstract, final or empty. | 328 | |
Missing a Javadoc comment. | 328 | |
Parameter viewType should be final. | 328 | |
Parameter onReadyCallback should be final. | 328 |
Violation | Message | Line |
---|---|---|
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. | 23 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 44 | |
'{' is not preceded with whitespace. | 44 | |
'{' is not followed by whitespace. | 44 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 44 | |
'}' is not preceded with whitespace. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Variable 'summaryConfigurer' must be private and have accessor methods. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Variable 'rpcServiceAsync' must be private and have accessor methods. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Variable 'definition' must be private and have accessor methods. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 68 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Missing a Javadoc comment. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter viewType should be final. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 79 | |
'{' is not preceded with whitespace. | 79 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Parameter event should be final. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line has trailing spaces. | 87 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 97 | |
Method 'setVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter versionIndId should be final. | 97 | |
'versionIndId' hides a field. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Missing a Javadoc comment. | 101 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 107 | |
'if' is not followed by whitespace. | 107 | |
'{' is not preceded with whitespace. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
'}' should be on the same line. | 109 | |
'else' is not followed by whitespace. | 110 | |
'{' is not preceded with whitespace. | 110 | |
Line contains a tab character. | 111 | |
Line has trailing spaces. | 115 | |
Line is longer than 80 characters. | 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 | |
Line has trailing spaces. | 120 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
'}' should be on the same line. | 121 | |
Line contains a tab character. | 122 | |
'else' is not followed by whitespace. | 122 | |
'{' is not preceded with whitespace. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line has trailing spaces. | 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 | |
'{' is not preceded with whitespace. | 130 | |
Line contains a tab character. | 131 | |
Line has trailing spaces. | 132 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
'{' is not preceded with whitespace. | 133 | |
Line has trailing spaces. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Parameter caught should be final. | 136 | |
Line contains a tab character. | 137 | |
'+' is not preceded with whitespace. | 137 | |
'+' is not followed by whitespace. | 137 | |
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 contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Parameter result should be final. | 143 | |
Line contains a tab character. | 144 | |
'if' is not followed by whitespace. | 144 | |
'{' is not preceded with whitespace. | 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 | |
'if' is not followed by whitespace. | 148 | |
'{' is not preceded with whitespace. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
'}' should be on the same line. | 153 | |
Line contains a tab character. | 154 | |
'else' is not followed by whitespace. | 154 | |
'{' is not preceded with whitespace. | 154 | |
Line is longer than 80 characters. | 155 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line 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 | |
'}' should be on the same line. | 163 | |
Line contains a tab character. | 164 | |
'else' is not followed by whitespace. | 164 | |
'{' is not preceded with whitespace. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
'if' is not followed by whitespace. | 168 | |
'{' is not preceded with whitespace. | 168 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
'}' should be on the same line. | 170 | |
Line contains a tab character. | 171 | |
'else' is not followed by whitespace. | 171 | |
'{' is not preceded with whitespace. | 171 | |
Line is longer than 80 characters. | 172 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line has trailing spaces. | 177 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line has trailing spaces. | 180 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line has trailing spaces. | 183 | |
Line contains a tab character. | 183 | |
Method 'showDefaultView' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Line contains a tab character. | 186 | |
Line has trailing spaces. | 187 | |
Line contains a tab character. | 187 | |
Parameter result should be final. | 191 | |
Line is longer than 80 characters. | 193 | |
Line contains a tab character. | 193 | |
Line has trailing spaces. | 194 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Parameter result should be final. | 196 | |
Line contains a tab character. | 197 | |
Line is longer than 80 characters. | 198 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line has trailing spaces. | 205 | |
Line has trailing spaces. | 209 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Parameter onReadyCallback should be final. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line has trailing spaces. | 216 | |
Missing a Javadoc comment. | 217 | |
Line contains a tab character. | 222 | |
Line has trailing spaces. | 223 | |
Line contains a tab character. | 223 | |
Line is longer than 80 characters. | 224 | |
Line contains a tab character. | 224 | |
'{' is not preceded with whitespace. | 224 | |
Line contains a tab character. | 226 | |
Parameter caught should be final. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line is longer than 80 characters. | 230 | |
Parameter result should be final. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 238 | |
Line has trailing spaces. | 239 | |
Missing a Javadoc comment. | 243 | |
Line is longer than 80 characters. | 244 | |
Parameter stmtTypes should be final. | 247 | |
Line is longer than 80 characters. | 248 | |
Line is longer than 80 characters. | 251 | |
'||' should be on a new line. | 251 | |
Line is longer than 80 characters. | 252 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 260 | |
Line has trailing spaces. | 273 | |
Method 'generateActionDropDown' is not designed for extension - needs to be abstract, final or empty. | 274 | |
Missing a Javadoc comment. | 274 | |
'{' is not preceded with whitespace. | 274 | |
Line is longer than 80 characters. | 275 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 277 | |
Line has trailing spaces. | 278 | |
Line contains a tab character. | 279 | |
Line has trailing spaces. | 281 | |
Missing a Javadoc comment. | 282 | |
Line contains a tab character. | 283 | |
'if' is not followed by whitespace. | 283 | |
'{' is not preceded with whitespace. | 283 | |
Line contains a tab character. | 284 | |
Line has trailing spaces. | 285 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
'for' is not followed by whitespace. | 286 | |
':' is not preceded with whitespace. | 286 | |
'{' is not preceded with whitespace. | 286 | |
Line is longer than 80 characters. | 287 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Parameter newState should be final. | 289 | |
Line contains a tab character. | 290 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
'5000' is a magic number. | 291 | |
Line is longer than 80 characters. | 292 | |
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 is longer than 80 characters. | 295 | |
Line contains a tab character. | 295 | |
'5000' is a magic number. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
'if' is not followed by whitespace. | 301 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
'}' should be on the same line. | 303 | |
Line contains a tab character. | 304 | |
'else' 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 contains a tab character. | 308 | |
Line has trailing spaces. | 310 | |
Line contains a tab character. | 311 | |
Method 'getStatusLabel' is not designed for extension - needs to be abstract, final or empty. | 311 | |
Missing a Javadoc comment. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 314 | |
Line has trailing spaces. | 315 | |
Method 'getDefinition' is not designed for extension - needs to be abstract, final or empty. | 316 | |
Missing a Javadoc comment. | 316 | |
'{' is not preceded with whitespace. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 320 | |
Method 'setCurrentVersionId' is not designed for extension - needs to be abstract, final or empty. | 320 | |
Missing a Javadoc comment. | 320 | |
Parameter id should be final. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 324 | |
Method 'getCurrentVersionId' is not designed for extension - needs to be abstract, final or empty. | 324 | |
Missing a Javadoc comment. | 324 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 326 | |
Line has trailing spaces. | 327 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Method 'getVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 328 | |
Missing a Javadoc comment. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line has trailing spaces. | 331 | |
Line contains a tab character. | 331 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 332 | |
Missing a Javadoc comment. | 332 | |
Parameter courseMessageKey should be final. | 332 | |
Line is longer than 80 characters. | 333 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 337 | |
Line has trailing spaces. | 339 | |
Line contains a tab character. | 339 | |
Line has trailing spaces. | 340 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Method 'showView' is not designed for extension - needs to be abstract, final or empty. | 341 | |
Line is longer than 80 characters. | 342 | |
Line contains a tab character. | 342 | |
Parameter viewType should be final. | 342 | |
Parameter onReadyCallback should be final. | 342 | |
Line contains a tab character. | 343 | |
'if' is not followed by whitespace. | 343 | |
'{' is not preceded with whitespace. | 343 | |
Line contains a tab character. | 344 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 346 | |
'}' should be on the same line. | 346 | |
Line contains a tab character. | 347 | |
'else' is not followed by whitespace. | 347 | |
'{' is not preceded with whitespace. | 347 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
Line contains a tab character. | 350 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Line contains a tab character. | 356 | |
Method 'setCurrentTitle' is not designed for extension - needs to be abstract, final or empty. | 356 | |
Missing a Javadoc comment. | 356 | |
Parameter currentTitle should be final. | 356 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 56 | |
Line has trailing spaces. | 67 | |
Line is longer than 80 characters. | 67 | |
Line has trailing spaces. | 68 | |
Line is longer than 80 characters. | 72 | |
'{' is not preceded with whitespace. | 72 | |
Line has trailing spaces. | 73 | |
Missing a Javadoc comment. | 73 | |
Line has trailing spaces. | 74 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Line has trailing spaces. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 81 | |
Line has trailing spaces. | 82 | |
Missing a Javadoc comment. | 83 | |
Name 'REFERENCE_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 85 | |
Variable 'rpcServiceAsync' must be private and have accessor methods. | 85 | |
Line has trailing spaces. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Missing a Javadoc comment. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Missing a Javadoc comment. | 88 | |
Line contains a tab character. | 89 | |
Missing a Javadoc comment. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Missing a Javadoc comment. | 95 | |
Parameter viewType should be final. | 95 | |
'{' is not preceded with whitespace. | 95 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 103 | |
Method 'setViewContext' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Parameter viewContext should be final. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
'if' is not followed by whitespace. | 107 | |
'{' is not preceded with whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line has trailing spaces. | 112 | |
Missing a Javadoc comment. | 113 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 118 | |
'{' is not preceded with whitespace. | 119 | |
'{' is not preceded with whitespace. | 123 | |
Parameter workCompleteCallback should be final. | 125 | |
Line is longer than 80 characters. | 126 | |
'{' is not preceded with whitespace. | 126 | |
'{' is not preceded with whitespace. | 127 | |
Line is longer than 80 characters. | 128 | |
'else' is not followed by whitespace. | 129 | |
'{' is not preceded with whitespace. | 129 | |
Line is longer than 80 characters. | 130 | |
Line has trailing spaces. | 131 | |
Line has trailing spaces. | 136 | |
Line has trailing spaces. | 139 | |
Line has trailing spaces. | 141 | |
Line has trailing spaces. | 143 | |
Line has trailing spaces. | 144 | |
Line contains a tab character. | 144 | |
Line has trailing spaces. | 146 | |
Line has trailing spaces. | 147 | |
Line has trailing spaces. | 148 | |
Method 'generateActionDropDown' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
'{' is not preceded with whitespace. | 148 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Parameter newState should be final. | 151 | |
Line contains a tab character. | 152 | |
Line is longer than 80 characters. | 153 | |
'5000' is a magic number. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 156 | |
Line is longer than 80 characters. | 157 | |
'5000' is a magic number. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line has trailing spaces. | 162 | |
Line contains a tab character. | 163 | |
Line has trailing spaces. | 165 | |
Missing a Javadoc comment. | 166 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
'if' is not followed by whitespace. | 178 | |
'{' is not preceded with whitespace. | 178 | |
'if' is not followed by whitespace. | 181 | |
'==' is not preceded with whitespace. | 181 | |
'==' is not followed by whitespace. | 181 | |
'{' is not preceded with whitespace. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 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 | |
'{' is not preceded with whitespace. | 187 | |
Line contains a tab character. | 189 | |
Parameter caught should be final. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line is longer than 80 characters. | 194 | |
Parameter result should be final. | 197 | |
Line is longer than 80 characters. | 198 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 202 | |
Line has trailing spaces. | 203 | |
Missing a Javadoc comment. | 207 | |
Line has trailing spaces. | 208 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
'for' is not followed by whitespace. | 209 | |
':' is not preceded with whitespace. | 209 | |
'{' is not preceded with whitespace. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
'if' is not followed by whitespace. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
'}' should be on the same line. | 214 | |
Line contains a tab character. | 215 | |
'else' is not followed by whitespace. | 215 | |
'{' is not preceded with whitespace. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line is longer than 80 characters. | 221 | |
Missing a Javadoc comment. | 221 | |
'{' is not preceded with whitespace. | 221 | |
Line is longer than 80 characters. | 224 | |
Parameter stmtTypes should be final. | 227 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 231 | |
'||' should be on a new line. | 231 | |
Line is longer than 80 characters. | 232 | |
'if' is not followed by whitespace. | 238 | |
'{' is not preceded with whitespace. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line has trailing spaces. | 249 | |
Method 'requestModel' is not designed for extension - needs to be abstract, final or empty. | 250 | |
Line is longer than 80 characters. | 252 | |
Parameter modelType should be final. | 252 | |
'if' is not followed by whitespace. | 253 | |
'{' is not preceded with whitespace. | 253 | |
'{' is not preceded with whitespace. | 254 | |
'if' is not followed by whitespace. | 257 | |
'{' is not preceded with whitespace. | 257 | |
'cast' is not followed by whitespace. | 258 | |
'else' is not followed by whitespace. | 259 | |
'{' is not preceded with whitespace. | 259 | |
Line has trailing spaces. | 262 | |
Line has trailing spaces. | 266 | |
'else' is not preceded with whitespace. | 269 | |
'}' is not followed by whitespace. | 269 | |
'{' is not preceded with whitespace. | 269 | |
Line has trailing spaces. | 275 | |
Line has trailing spaces. | 276 | |
Missing a Javadoc comment. | 276 | |
Line is longer than 80 characters. | 277 | |
'{' is not preceded with whitespace. | 277 | |
Line contains a tab character. | 278 | |
'{' is not preceded with whitespace. | 280 | |
Parameter caught should be final. | 283 | |
'+' is not preceded with whitespace. | 284 | |
'+' is not followed by whitespace. | 284 | |
Parameter result should be final. | 290 | |
Line is longer than 80 characters. | 297 | |
Parameter result should be final. | 299 | |
Line is longer than 80 characters. | 301 | |
Line has trailing spaces. | 310 | |
Missing a Javadoc comment. | 311 | |
Line is longer than 80 characters. | 312 | |
Line contains a tab character. | 313 | |
'{' is not preceded with whitespace. | 313 | |
Parameter caught should be final. | 316 | |
'+' is not preceded with whitespace. | 317 | |
'+' is not followed by whitespace. | 317 | |
Parameter result should be final. | 323 | |
Line has trailing spaces. | 335 | |
Missing a Javadoc comment. | 336 | |
Line is longer than 80 characters. | 337 | |
'{' is not preceded with whitespace. | 337 | |
Method 'getCourseId' is not designed for extension - needs to be abstract, final or empty. | 343 | |
Missing a Javadoc comment. | 343 | |
Line has trailing spaces. | 346 | |
Method 'getVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 347 | |
Missing a Javadoc comment. | 347 | |
'cast' is not followed by whitespace. | 348 | |
Method 'setCourseId' is not designed for extension - needs to be abstract, final or empty. | 351 | |
Missing a Javadoc comment. | 351 | |
Parameter courseId should be final. | 351 | |
'courseId' hides a field. | 351 | |
Line has trailing spaces. | 353 | |
Line has trailing spaces. | 355 | |
Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 356 | |
Missing a Javadoc comment. | 356 | |
Parameter cluType should be final. | 356 | |
'cluType' hides a field. | 356 | |
'{' is not preceded with whitespace. | 356 | |
'{' is not preceded with whitespace. | 359 | |
Line has trailing spaces. | 360 | |
Line has trailing spaces. | 363 | |
Line has trailing spaces. | 364 | |
Method 'showDefaultView' is not designed for extension - needs to be abstract, final or empty. | 365 | |
Parameter result should be final. | 370 | |
Line is longer than 80 characters. | 372 | |
Line contains a tab character. | 372 | |
Line has trailing spaces. | 379 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 380 | |
Parameter onReadyCallback should be final. | 381 | |
Line contains a tab character. | 382 | |
Line has trailing spaces. | 384 | |
Missing a Javadoc comment. | 385 | |
'{' is not preceded with whitespace. | 385 | |
'{' is not preceded with whitespace. | 386 | |
Parameter event should be final. | 387 | |
Line contains a tab character. | 388 | |
Line has trailing spaces. | 390 | |
Line has trailing spaces. | 392 | |
Line has trailing spaces. | 393 | |
Method 'setHeaderTitle' is not designed for extension - needs to be abstract, final or empty. | 394 | |
Missing a Javadoc comment. | 394 | |
Line has trailing spaces. | 395 | |
Line has trailing spaces. | 396 | |
Line contains a tab character. | 396 | |
Line contains a tab character. | 397 | |
'{' is not preceded with whitespace. | 397 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 399 | |
'}' should be on the same line. | 399 | |
Line contains a tab character. | 400 | |
'else' is not followed by whitespace. | 400 | |
'{' is not preceded with whitespace. | 400 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line has trailing spaces. | 403 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Line has trailing spaces. | 405 | |
Line contains a tab character. | 405 | |
Line contains a tab character. | 406 | |
Line contains a tab character. | 407 | |
Line contains a tab character. | 408 | |
Line has trailing spaces. | 410 | |
Missing a Javadoc comment. | 411 | |
Line contains a tab character. | 412 | |
'if' is not followed by whitespace. | 412 | |
'{' is not preceded with whitespace. | 412 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Line has trailing spaces. | 416 | |
Missing a Javadoc comment. | 417 | |
Line contains a tab character. | 418 | |
'{' is not preceded with whitespace. | 418 | |
Line contains a tab character. | 419 | |
Line contains a tab character. | 420 | |
Parameter event should be final. | 420 | |
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 contains a tab character. | 426 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 428 | |
Missing a Javadoc comment. | 428 | |
Parameter courseMessageKey should be final. | 428 | |
Line is longer than 80 characters. | 429 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
Line contains a tab character. | 431 | |
Line contains a tab character. | 432 | |
Line contains a tab character. | 433 | |
Line has trailing spaces. | 435 | |
Line contains a tab character. | 436 | |
Method 'getStatusLabel' is not designed for extension - needs to be abstract, final or empty. | 436 | |
Missing a Javadoc comment. | 436 | |
Line contains a tab character. | 437 | |
Line contains a tab character. | 438 | |
Line contains a tab character. | 439 | |
Line has trailing spaces. | 440 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 441 | |
Method 'getVersionHistoryWidget' is not designed for extension - needs to be abstract, final or empty. | 441 | |
Missing a Javadoc comment. | 441 | |
'{' is not preceded with whitespace. | 441 | |
Line is longer than 80 characters. | 442 | |
Line contains a tab character. | 442 | |
'{' is not preceded with whitespace. | 442 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 445 | |
Parameter event should be final. | 445 | |
Line is longer than 80 characters. | 446 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 448 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 450 | |
Line has trailing spaces. | 451 | |
Line contains a tab character. | 451 | |
Line contains a tab character. | 452 | |
Line has trailing spaces. | 453 | |
Line contains a tab character. | 453 | |
Line contains a tab character. | 454 | |
Method 'onHistoryEvent' is not designed for extension - needs to be abstract, final or empty. | 454 | |
Line contains a tab character. | 455 | |
Parameter historyStack should be final. | 455 | |
Line contains a tab character. | 456 | |
Line contains a tab character. | 457 | |
'{' is not preceded with whitespace. | 457 | |
Line is longer than 80 characters. | 458 | |
Line contains a tab character. | 458 | |
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 'getCourseTitle' is not designed for extension - needs to be abstract, final or empty. | 462 | |
Missing a Javadoc comment. | 462 | |
'{' is not preceded with whitespace. | 462 | |
Line contains a tab character. | 463 | |
Line contains a tab character. | 464 | |
Line is longer than 80 characters. | 466 | |
Line contains a tab character. | 466 | |
Line contains a tab character. | 467 | |
Method 'getCurrentId' is not designed for extension - needs to be abstract, final or empty. | 467 | |
Missing a Javadoc comment. | 467 | |
Line contains a tab character. | 468 | |
Line contains a tab character. | 469 | |
Method 'getReqDataModel' is not designed for extension - needs to be abstract, final or empty. | 471 |
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 | |
Line has trailing spaces. | 66 | |
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 has trailing spaces. | 83 | |
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 has trailing spaces. | 154 | |
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. | 180 | |
'{' is not preceded with whitespace. | 181 | |
Parameter event should be final. | 183 | |
Line has trailing spaces. | 184 | |
Line is longer than 80 characters. | 193 | |
Parameter caught should be final. | 195 | |
Line is longer than 80 characters. | 200 | |
Parameter storedRules should be final. | 200 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 207 | |
Line is longer than 80 characters. | 212 | |
Line is longer than 80 characters. | 213 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 219 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 234 | |
'4000' is a magic number. | 234 | |
Line is longer than 80 characters. | 235 | |
Line is longer than 80 characters. | 236 | |
Line has trailing spaces. | 238 | |
Missing a Javadoc comment. | 241 | |
Parameter tree should be final. | 241 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 253 | |
Line is longer than 80 characters. | 255 | |
Line is longer than 80 characters. | 258 | |
Method 'getCourseReqInfo' is not designed for extension - needs to be abstract, final or empty. | 271 | |
Missing a Javadoc comment. | 271 | |
Parameter stmtTypeId should be final. | 271 | |
Line is longer than 80 characters. | 272 | |
'for' is not followed by whitespace. | 273 | |
Method 'getInternalCourseReqID' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Missing a Javadoc comment. | 281 | |
Parameter rule should be final. | 281 | |
'for' is not followed by whitespace. | 282 | |
Line is longer than 80 characters. | 288 | |
Line has trailing spaces. | 289 | |
Line is longer than 80 characters. | 289 | |
Method 'getStmtTypeInfo' is not designed for extension - needs to be abstract, final or empty. | 294 | |
Missing a Javadoc comment. | 294 | |
Parameter stmtTypeId should be final. | 294 | |
Line is longer than 80 characters. | 303 | |
Line is longer than 80 characters. | 304 | |
Line has trailing spaces. | 310 | |
Method 'deleteRule' is not designed for extension - needs to be abstract, final or empty. | 315 | |
Missing a Javadoc comment. | 315 | |
Parameter internalProgReqID should be final. | 315 | |
Method 'addRule' is not designed for extension - needs to be abstract, final or empty. | 325 | |
Missing a Javadoc comment. | 325 | |
Parameter rule should be final. | 325 | |
Line is longer than 80 characters. | 330 | |
Method 'updateRule' is not designed for extension - needs to be abstract, final or empty. | 330 | |
Missing a Javadoc comment. | 330 | |
Parameter internalProgReqID should be final. | 330 | |
Parameter rule should be final. | 330 | |
Line has trailing spaces. | 333 | |
Method 'markRuleAsDeleted' is not designed for extension - needs to be abstract, final or empty. | 335 | |
Missing a Javadoc comment. | 335 | |
Parameter internalCourseReqID should be final. | 335 | |
Line is longer than 80 characters. | 336 | |
'||' should be on a new line. | 336 | |
Line is longer than 80 characters. | 337 | |
Method 'markRuleAsEdited' is not designed for extension - needs to be abstract, final or empty. | 342 | |
Missing a Javadoc comment. | 342 | |
Parameter internalCourseReqID should be final. | 342 | |
Line is longer than 80 characters. | 343 | |
Method 'getStmtTypeName' is not designed for extension - needs to be abstract, final or empty. | 348 | |
Missing a Javadoc comment. | 348 | |
Parameter stmtTypeId should be final. | 348 | |
Avoid inline conditionals. | 350 | |
Line has trailing spaces. | 352 | |
Method 'isRuleExists' is not designed for extension - needs to be abstract, final or empty. | 353 | |
Missing a Javadoc comment. | 353 | |
Parameter stmtTypeId should be final. | 353 | |
'for' is not followed by whitespace. | 355 | |
Line is longer than 80 characters. | 356 | |
Method 'removeEmptyRules' is not designed for extension - needs to be abstract, final or empty. | 363 | |
Missing a Javadoc comment. | 363 | |
'for' is not followed by whitespace. | 364 | |
Method 'isDirty' is not designed for extension - needs to be abstract, final or empty. | 373 | |
Missing a Javadoc comment. | 373 | |
'for' is not followed by whitespace. | 379 | |
Method 'revertRuleChanges' is not designed for extension - needs to be abstract, final or empty. | 388 | |
Missing a Javadoc comment. | 388 | |
'for' is not followed by whitespace. | 391 | |
Line is longer than 80 characters. | 392 | |
Line has trailing spaces. | 396 | |
Method 'getRule' is not designed for extension - needs to be abstract, final or empty. | 397 | |
Missing a Javadoc comment. | 397 | |
Parameter internalCourseReqID should be final. | 397 | |
Line is longer than 80 characters. | 401 | |
Missing a Javadoc comment. | 401 | |
Line is longer than 80 characters. | 403 | |
Line is longer than 80 characters. | 406 | |
Parameter caught should be final. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
Parameter stmtInfoTypes should be final. | 415 | |
Line has trailing spaces. | 417 | |
Line is longer than 80 characters. | 417 | |
'stmtTypes' hides a field. | 417 | |
Missing a Javadoc comment. | 426 | |
Parameter rule should be final. | 426 | |
Line is longer than 80 characters. | 427 | |
Method 'isInitialized' is not designed for extension - needs to be abstract, final or empty. | 430 | |
Missing a Javadoc comment. | 430 | |
Method 'setInitialized' is not designed for extension - needs to be abstract, final or empty. | 434 | |
Missing a Javadoc comment. | 434 | |
Parameter initialized should be final. | 434 | |
Method 'getStmtTypes' is not designed for extension - needs to be abstract, final or empty. | 438 | |
Missing a Javadoc comment. | 438 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Using the '.*' form of import should be avoided - org.kuali.student.core.statement.dto.*. | 38 | |
Using the '.*' form of import should be avoided - org.kuali.student.lum.common.client.widgets.*. | 40 | |
Missing a Javadoc comment. | 54 | |
Line is longer than 80 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
Line is longer than 80 characters. | 57 | |
Missing a Javadoc comment. | 57 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 58 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Line is longer than 80 characters. | 63 | |
Missing a Javadoc comment. | 63 | |
Line is longer than 80 characters. | 64 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 65 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 73 | |
Line is longer than 80 characters. | 74 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 81 | |
'9999' is a magic number. | 81 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Missing a Javadoc comment. | 88 | |
Line is longer than 80 characters. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter parentController should be final. | 90 | |
'parentController' hides a field. | 90 | |
Parameter viewEnum should be final. | 90 | |
Parameter name should be final. | 90 | |
Parameter modelId should be final. | 90 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 108 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 112 | |
Line is longer than 80 characters. | 113 | |
Missing a Javadoc comment. | 116 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 129 | |
Missing a Javadoc comment. | 146 | |
Line is longer than 80 characters. | 148 | |
'{' is not preceded with whitespace. | 148 | |
Parameter result should be final. | 150 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 152 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 159 | |
Method 'setRuleTree' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Parameter stmtTreeInfo should be final. | 159 | |
Parameter newRuleFlag should be final. | 159 | |
Parameter internalCourseReqID should be final. | 159 | |
'internalCourseReqID' hides a field. | 159 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 181 | |
Method 'getRuleTree' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Missing a Javadoc comment. | 182 | |
Method 'isNewRule' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Missing a Javadoc comment. | 187 | |
Line is longer than 80 characters. | 192 | |
Missing a Javadoc comment. | 192 | |
Variable 'editReqCompCallback' must be private and have accessor methods. | 192 | |
'{' is not preceded with whitespace. | 192 | |
Parameter reqComp should be final. | 193 | |
Missing a Javadoc comment. | 200 | |
Variable 'ruleChangedCallback' must be private and have accessor methods. | 200 | |
'{' is not preceded with whitespace. | 200 | |
Parameter ruleChanged should be final. | 201 | |
Line is longer than 80 characters. | 202 | |
Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 206 | |
Missing a Javadoc comment. | 206 | |
Parameter enabled should be final. | 206 | |
Line is longer than 80 characters. | 208 | |
Method 'isDirty' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 226 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 230 | |
Missing a Javadoc comment. | 233 | |
Name 'NL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 234 | |
Line is longer than 80 characters. | 243 | |
Line is longer than 80 characters. | 244 | |
Missing a Javadoc comment. | 244 | |
Variable 'actionButtonClickedReqCompCallback' must be private and have accessor methods. | 244 | |
'{' is not preceded with whitespace. | 244 | |
Line is longer than 80 characters. | 258 | |
Parameter caught should be final. | 259 | |
Line is longer than 80 characters. | 268 | |
Line is longer than 80 characters. | 271 | |
Line is longer than 80 characters. | 274 | |
Line is longer than 80 characters. | 275 | |
Line is longer than 80 characters. | 276 | |
Line is longer than 80 characters. | 277 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 282 | |
Line is longer than 80 characters. | 288 | |
Line is longer than 80 characters. | 289 | |
Line is longer than 80 characters. | 291 | |
Line is longer than 80 characters. | 302 | |
Missing a Javadoc comment. | 302 | |
Variable 'newReqCompSelectedCallbackCallback' must be private and have accessor methods. | 302 | |
'{' is not preceded with whitespace. | 302 | |
Missing a Javadoc comment. | 308 | |
Line is longer than 80 characters. | 310 | |
Parameter cause should be final. | 311 | |
Line is longer than 80 characters. | 312 | |
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. | 316 | |
Line is longer than 80 characters. | 317 | |
Line has trailing spaces. | 323 | |
Line is longer than 80 characters. | 323 | |
Line is longer than 80 characters. | 328 | |
Missing a Javadoc comment. | 328 | |
Parameter reqComponentTypeInfoList should be final. | 328 | |
Line is longer than 80 characters. | 332 | |
Line is longer than 80 characters. | 334 | |
Line has trailing spaces. | 338 | |
Parameter id should be final. | 342 | |
Line is longer than 80 characters. | 344 | |
'cast' is not followed by whitespace. | 344 | |
Parameter throwable should be final. | 346 | |
Line is longer than 80 characters. | 348 | |
Line is longer than 80 characters. | 352 | |
Line is longer than 80 characters. | 353 | |
Line is longer than 80 characters. | 355 | |
Parameter throwable should be final. | 355 | |
Line is longer than 80 characters. | 356 | |
Line is longer than 80 characters. | 357 | |
Parameter cluInfo should be final. | 361 | |
Line is longer than 80 characters. | 362 | |
Line is longer than 80 characters. | 372 | |
Parameter id should be final. | 379 | |
Line is longer than 80 characters. | 381 | |
'cast' is not followed by whitespace. | 381 | |
Parameter throwable should be final. | 383 | |
Line is longer than 80 characters. | 385 | |
Line is longer than 80 characters. | 389 | |
Line is longer than 80 characters. | 390 | |
Line is longer than 80 characters. | 392 | |
Parameter throwable should be final. | 392 | |
Line is longer than 80 characters. | 393 | |
Line is longer than 80 characters. | 394 | |
Parameter cluInfo should be final. | 398 | |
Line is longer than 80 characters. | 399 | |
Line is longer than 80 characters. | 407 | |
Line is longer than 80 characters. | 415 | |
Missing a Javadoc comment. | 415 | |
Variable 'retrieveCompositionTemplateCallback' must be private and have accessor methods. | 415 | |
'{' is not preceded with whitespace. | 415 | |
Line is longer than 80 characters. | 417 | |
Parameter caught should be final. | 418 | |
Line is longer than 80 characters. | 420 | |
',' is not followed by whitespace. | 420 | |
Line is longer than 80 characters. | 430 | |
Missing a Javadoc comment. | 430 | |
Variable 'retrieveFieldsMetadataCallback' must be private and have accessor methods. | 430 | |
'{' is not preceded with whitespace. | 430 | |
Line is longer than 80 characters. | 437 | |
Parameter caught should be final. | 438 | |
Line is longer than 80 characters. | 440 | |
',' is not followed by whitespace. | 440 | |
Line is longer than 80 characters. | 450 | |
Missing a Javadoc comment. | 450 | |
Variable 'retrieveCustomWidgetCallback' must be private and have accessor methods. | 450 | |
'{' is not preceded with whitespace. | 450 | |
Line is longer than 80 characters. | 457 | |
Method 'isUserClickedSaveButton' is not designed for extension - needs to be abstract, final or empty. | 462 | |
Missing a Javadoc comment. | 462 | |
Method 'setUserClickedSaveButton' is not designed for extension - needs to be abstract, final or empty. | 466 | |
Missing a Javadoc comment. | 466 | |
Parameter userClickedSaveButton should be final. | 466 | |
'userClickedSaveButton' hides a field. | 466 | |
Method 'getInternalCourseReqID' is not designed for extension - needs to be abstract, final or empty. | 470 | |
Missing a Javadoc comment. | 470 |
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. | 8 | |
Using the '.*' form of import should be avoided - org.kuali.student.common.ui.client.mvc.*. | 9 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
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 | |
Line is longer than 80 characters. | 387 | |
Line is longer than 80 characters. | 388 | |
'{' is not preceded with whitespace. | 388 | |
Parameter event should be final. | 390 | |
Line is longer than 80 characters. | 398 | |
Line is longer than 80 characters. | 400 | |
Parameter rules should be final. | 400 | |
'rules' hides a field. | 400 | |
Line has trailing spaces. | 404 | |
Line is longer than 80 characters. | 404 | |
Line has trailing spaces. | 408 | |
Line has trailing spaces. | 414 | |
Missing a Javadoc comment. | 415 | |
'public' modifier out of order with the JLS suggestions. | 415 |
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. | 22 | |
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. | 22 | |
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. | 8 | |
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. | 15 | |
Line is longer than 80 characters. | 16 | |
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. | 11 | |
Line is longer than 80 characters. | 21 | |
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 is longer than 80 characters. | 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 is longer than 80 characters. | 173 | |
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. | 26 | |
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. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
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 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Line contains a tab character. | 40 | |
Parameter id should be final. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Method 'save' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Parameter dto should be final. | 53 | |
Parameter properties should be final. | 53 | |
Line contains a tab character. | 54 | |
'cast' is not followed by whitespace. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
'if' is not followed by whitespace. | 55 | |
'!=' is not preceded with whitespace. | 55 | |
'!=' is not followed by whitespace. | 55 | |
'&&' is not preceded with whitespace. | 55 | |
'&&' is not followed by whitespace. | 55 | |
'cast' is not followed by whitespace. | 55 | |
'{' is not preceded with whitespace. | 55 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
'if' is not followed by whitespace. | 57 | |
'{' is not preceded with whitespace. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
'else' is not preceded with whitespace. | 59 | |
'}' is not followed by whitespace. | 59 | |
'else' is not followed by whitespace. | 59 | |
'{' is not preceded with whitespace. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
'else' is not preceded with whitespace. | 62 | |
'}' is not followed by whitespace. | 62 | |
'else' is not followed by whitespace. | 62 | |
'{' is not preceded with whitespace. | 62 | |
Line contains a tab character. | 63 | |
'{' is not preceded with whitespace. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Method 'getDefaultMetaDataState' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 77 | |
Method 'getDefaultWorkflowDocumentType' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Method 'checkDocumentLevelPermissions' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 87 | |
Method 'getDtoClass' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Method 'setCourseService' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter courseService should be final. | 92 | |
'courseService' hides a field. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Method 'createNewCourseVersion' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter courseId should be final. | 96 | |
Parameter versionComment should be final. | 96 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
',' is not followed by whitespace. | 102 | |
Line has trailing spaces. | 103 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 105 |
Violation | Message | Line |
---|---|---|
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 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 | |
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 statementTreeViewInfo should be final. | 83 | |
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 statementTreeViewInfo should be final. | 97 | |
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. | 16 | |
Missing a Javadoc comment. | 16 | |
'=' is not preceded with whitespace. | 16 | |
'=' is not followed by whitespace. | 16 | |
'}' is not preceded with whitespace. | 16 | |
',' is not followed by whitespace. | 16 | |
'=' is not preceded with whitespace. | 16 | |
'=' is not followed by whitespace. | 16 | |
'}' is not preceded with whitespace. | 16 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 20 | |
Method 'changeState' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter courseId should be final. | 20 | |
Parameter newState should be final. | 20 | |
Parameter currentVersionStart should be final. | 20 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line is longer than 80 characters. | 24 | |
Line contains a tab character. | 24 | |
Line is longer than 80 characters. | 25 | |
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. | 29 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
'||' should be on a new line. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Must have at least one statement. | 44 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 58 | |
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. | 69 | |
'(' is preceded with whitespace. | 69 | |
Parameter thisVerCourse should be final. | 69 | |
Parameter thisVerNewState should be final. | 69 | |
Parameter currVerCourse should be final. | 69 | |
Parameter currVerNewState should be final. | 69 | |
Parameter makeCurrent should be final. | 69 | |
Parameter currentVersionStart should be final. | 69 | |
Expected @throws tag for 'Exception'. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
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. | 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 | |
Line contains a tab character. | 91 | |
Expression can be simplified. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
'&&' should be on a new line. | 99 | |
Line contains a tab character. | 100 | |
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 has trailing spaces. | 104 | |
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 has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
':' is not preceded with whitespace. | 109 | |
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 | |
'||' should be on a new line. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
'||' should be on a new line. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line 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 | |
Line contains a tab character. | 124 | |
Method 'setCourseService' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Parameter courseService should be final. | 124 | |
'courseService' hides a field. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 |
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 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 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 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. | 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. | 78 | |
Line is longer than 80 characters. | 79 | |
Missing a Javadoc comment. | 99 | |
Parameter event should be final. | 103 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 107 | |
Missing a Javadoc comment. | 113 | |
Parameter event should be final. | 117 | |
Line is longer than 80 characters. | 119 | |
Method 'getFindProposalsWidget' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 135 | |
Parameter result should be final. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Method 'getFindCoursesWidget' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 167 | |
Line is longer than 80 characters. | 168 | |
Parameter event should be final. | 168 | |
Line is longer than 80 characters. | 173 | |
Method 'getFindMajorsWidget' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Missing a Javadoc comment. | 184 | |
Line is longer than 80 characters. | 188 | |
Line is longer than 80 characters. | 193 | |
Parameter result should be final. | 196 | |
Line is longer than 80 characters. | 200 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 210 | |
Method 'getHowToWidget' is not designed for extension - needs to be abstract, final or empty. | 223 | |
Missing a Javadoc comment. | 223 | |
Parameter event should be final. | 228 | |
'800' is a magic number. | 231 | |
'600' is a magic number. | 231 | |
Method 'getActionListLink' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Missing a Javadoc comment. | 239 | |
Line is longer than 80 characters. | 240 | |
Missing a Javadoc comment. | 245 | |
Parameter key should be final. | 245 | |
Missing a Javadoc comment. | 249 | |
Parameter title should be final. | 249 |
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 |
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. | 8 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 14 | |
Line has trailing spaces. | 16 | |
'{' is not preceded with whitespace. | 20 | |
Line has trailing spaces. | 21 | |
Line contains a tab character. | 21 | |
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 is longer than 80 characters. | 24 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 27 | |
'{' is not preceded with whitespace. | 27 | |
'{' is not followed by whitespace. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 27 | |
'}' is not preceded with whitespace. | 27 | |
Line is longer than 80 characters. | 29 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter controller should be final. | 29 | |
Parameter name should be final. | 29 | |
Parameter viewType should be final. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
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 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 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. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Method 'hideView' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Line contains a tab character. | 52 | |
Parameter view should be final. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Method 'renderView' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Line contains a tab character. | 57 | |
Parameter view should be final. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line is longer than 80 characters. | 61 | |
Method 'showView' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter viewType should be final. | 61 | |
Parameter onReadyCallback should be final. | 61 | |
Line contains a tab character. | 62 | |
'if' is not followed by whitespace. | 62 | |
'{' is not preceded with whitespace. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 |
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. | 6 | |
Unused import - org.kuali.student.lum.lu.ui.course.client.controllers.CurriculumHomeController.LUMViews. | 6 | |
Line is longer than 80 characters. | 12 | |
Line has trailing spaces. | 13 | |
'{' is not preceded with whitespace. | 17 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Parameter controller should be final. | 23 | |
Parameter viewType should be final. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Method 'addWidget' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter w should be final. | 31 | |
'{' is not preceded with whitespace. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 |
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. | 33 | |
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 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Method 'setModelDefinition' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
'(' is preceded with whitespace. | 43 | |
Parameter modelDefinition should be final. | 43 | |
'modelDefinition' hides a field. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 49 | |
Method 'getController' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
'(' is preceded with whitespace. | 49 | |
Line contains a tab character. | 50 | |
'{' should be on the previous line. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
'(' is preceded with whitespace. | 54 | |
Parameter controller should be final. | 54 | |
'controller' hides a field. | 54 | |
Line contains a tab character. | 55 | |
'{' should be on the previous line. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 60 | |
Method 'configureCatalogBrowser' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
'(' is preceded with whitespace. | 60 | |
Parameter layout should be final. | 60 | |
Line contains a tab character. | 61 | |
'{' should be on the previous line. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
'(' is preceded with whitespace. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
'(' is preceded with whitespace. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
'(' is preceded with whitespace. | 70 | |
Line contains a tab character. | 71 | |
'{' should be on the previous line. | 71 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
'(' is preceded with whitespace. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
'(' is preceded with whitespace. | 77 | |
'(' is preceded with whitespace. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 81 | |
Missing a Javadoc comment. | 81 | |
'(' is preceded with whitespace. | 81 | |
Line contains a tab character. | 82 | |
'{' should be on the previous line. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
'(' is preceded with whitespace. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
'(' is preceded with whitespace. | 88 | |
'(' is preceded with whitespace. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Missing a Javadoc comment. | 92 | |
'(' is preceded with whitespace. | 92 | |
Parameter md should be final. | 92 | |
Parameter fieldKey should be final. | 92 | |
'(' is preceded with whitespace. | 95 | |
'(' is preceded with whitespace. | 96 | |
'(' is preceded with whitespace. | 97 | |
'(' is preceded with whitespace. | 100 | |
'(' is preceded with whitespace. | 101 | |
'(' is preceded with whitespace. | 102 | |
'(' is preceded with whitespace. | 103 | |
'(' is preceded with whitespace. | 104 | |
';' is preceded with whitespace. | 105 | |
'(' is preceded with whitespace. | 106 | |
'(' is preceded with whitespace. | 107 | |
'(' is preceded with whitespace. | 107 | |
'(' is preceded with whitespace. | 108 | |
'(' is preceded with whitespace. | 108 | |
'(' is preceded with whitespace. | 109 | |
'(' is preceded with whitespace. | 109 | |
'(' is preceded with whitespace. | 109 | |
Line contains a tab character. | 115 | |
Missing a Javadoc comment. | 115 | |
'(' is preceded with whitespace. | 115 | |
Parameter fieldKey should be final. | 115 | |
Line contains a tab character. | 116 | |
'{' should be on the previous line. | 116 | |
Line contains a tab character. | 117 | |
'(' is preceded with whitespace. | 117 | |
Line contains a tab character. | 118 | |
'(' is preceded with whitespace. | 118 | |
Line contains a tab character. | 120 | |
'(' is preceded with whitespace. | 120 | |
'(' should be on the previous line. | 121 | |
'(' is preceded with whitespace. | 122 | |
'(' is preceded with whitespace. | 122 | |
'(' is preceded with whitespace. | 125 | |
Line contains a tab character. | 126 | |
'(' is preceded with whitespace. | 126 | |
Line has trailing spaces. | 127 | |
'(' should be on the previous line. | 127 | |
'(' is preceded with whitespace. | 128 | |
'(' is preceded with whitespace. | 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 | |
'(' is preceded with whitespace. | 131 | |
'(' is preceded with whitespace. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 135 | |
Missing a Javadoc comment. | 135 | |
'(' is preceded with whitespace. | 135 | |
Parameter labelKey should be final. | 135 | |
Line contains a tab character. | 136 | |
'{' should be on the previous line. | 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 is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
'(' is preceded with whitespace. | 139 | |
'(' is preceded with whitespace. | 139 | |
Line contains a tab character. | 140 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
Parameter section should be final. | 142 | |
Parameter fieldKey should be final. | 142 | |
Parameter messageKey should be final. | 142 | |
Parameter widget should be final. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line has trailing spaces. | 145 | |
Line contains a tab character. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter section should be final. | 146 | |
Parameter fieldKey should be final. | 146 | |
Parameter messageKey should be final. | 146 | |
Parameter widget should be final. | 146 | |
Parameter parentPath should be final. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
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 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 |
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. | 19 | |
Using the '.*' form of import should be avoided - org.kuali.student.common.ui.client.mvc.*. | 20 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 26 | |
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. | 27 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 43 | |
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. | 35 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 41 | |
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. | 17 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Using the '.*' form of import should be avoided - org.kuali.student.lum.common.client.widgets.*. | 43 | |
Missing a Javadoc comment. | 48 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Method 'afterModelIsLoaded' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter cluSetModel should be final. | 62 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 70 | |
Line is longer than 80 characters. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter clusetViewEnum should be final. | 73 | |
Parameter name should be final. | 73 | |
Parameter modelId should be final. | 73 | |
Line is longer than 80 characters. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter name should be final. | 77 | |
Parameter modelId should be final. | 77 | |
Parameter showTitle should be final. | 77 | |
'||' should be on a new line. | 80 | |
Line is longer than 80 characters. | 88 | |
Parameter caught should be final. | 90 | |
Parameter result should be final. | 95 | |
Line is longer than 80 characters. | 98 | |
Parameter caught should be final. | 100 | |
Parameter result should be final. | 105 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 122 | |
Parameter modelDefinition should be final. | 122 | |
'modelDefinition' hides a field. | 122 | |
Missing a Javadoc comment. | 126 | |
Parameter searchDefinition should be final. | 126 | |
'searchDefinition' hides a field. | 126 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Parameter onReadyCallback should be final. | 131 | |
Missing a Javadoc comment. | 138 | |
Missing a Javadoc comment. | 147 | |
Parameter clusetViewEnum should be final. | 147 | |
'||' should be on a new line. | 148 | |
Method 'onHistoryEvent' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Parameter historyStack should be final. | 159 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 164 | |
Missing a Javadoc comment. | 168 | |
Parameter event should be final. | 172 | |
Line is longer than 80 characters. | 183 | |
Line has trailing spaces. | 190 | |
Line has trailing spaces. | 191 | |
Line has trailing spaces. | 195 | |
Line has trailing spaces. | 196 | |
Missing a Javadoc comment. | 207 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 215 | |
Line is longer than 80 characters. | 216 | |
Parameter date should be final. | 218 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 227 | |
Parameter widget should be final. | 227 | |
Parameter model should be final. | 227 | |
Parameter path should be final. | 227 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 232 | |
Parameter widget should be final. | 232 | |
Parameter model should be final. | 232 | |
Parameter path should be final. | 232 | |
Line is longer than 80 characters. | 251 | |
Line is longer than 80 characters. | 263 | |
Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 263 | |
Missing a Javadoc comment. | 263 | |
Parameter fieldKey should be final. | 263 | |
Parameter messageKey should be final. | 263 | |
Line is longer than 80 characters. | 267 | |
Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 267 | |
Missing a Javadoc comment. | 267 | |
Parameter fieldKey should be final. | 267 | |
Parameter messageKey should be final. | 267 | |
Parameter optional should be final. | 267 | |
Line is longer than 80 characters. | 268 | |
Line is longer than 80 characters. | 271 | |
Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 271 | |
Missing a Javadoc comment. | 271 | |
Parameter fieldKey should be final. | 271 | |
Parameter messageKey should be final. | 271 | |
Parameter widget should be final. | 271 | |
Parameter widget2 should be final. | 271 | |
Parameter parentPath should be final. | 271 | |
Parameter binding should be final. | 271 | |
Parameter optional should be final. | 271 | |
Line is longer than 80 characters. | 275 | |
Line is longer than 80 characters. | 284 | |
Missing a Javadoc comment. | 298 | |
Line is longer than 80 characters. | 304 | |
Parameter event should be final. | 307 | |
Line is longer than 80 characters. | 312 | |
'+' should be on a new line. | 312 | |
Line is longer than 80 characters. | 316 | |
Parameter result should be final. | 318 | |
Line is longer than 80 characters. | 319 | |
Line is longer than 80 characters. | 326 | |
Line is longer than 80 characters. | 328 | |
'40' is a magic number. | 328 | |
Method 'getSelectedCluSetId' is not designed for extension - needs to be abstract, final or empty. | 333 | |
Missing a Javadoc comment. | 333 | |
Method 'setSelectedCluSetId' is not designed for extension - needs to be abstract, final or empty. | 337 | |
Missing a Javadoc comment. | 337 | |
Parameter selectedCluSetId should be final. | 337 | |
'selectedCluSetId' hides a field. | 337 | |
Missing a Javadoc comment. | 341 | |
Line is longer than 80 characters. | 342 | |
'?' should be on a new line. | 342 | |
Avoid inline conditionals. | 342 | |
Line is longer than 80 characters. | 344 | |
Line is longer than 80 characters. | 345 | |
Line is longer than 80 characters. | 347 | |
Line is longer than 80 characters. | 349 | |
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. | 363 | |
Missing a Javadoc comment. | 363 | |
Parameter title should be final. | 363 | |
Parameter withDivider should be final. | 363 | |
'if' construct must use '{}'s. | 366 | |
Missing a Javadoc comment. | 371 | |
Parameter labelKey should be final. | 371 | |
Line is longer than 80 characters. | 372 | |
Missing a Javadoc comment. | 375 | |
Parameter labelKey should be final. | 375 | |
Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 379 | |
Missing a Javadoc comment. | 379 | |
Parameter labelKey should be final. | 379 | |
Line is longer than 80 characters. | 380 | |
Missing a Javadoc comment. | 383 | |
Parameter fieldKey should be final. | 384 | |
Parameter messageKey should be final. | 385 | |
Parameter widget should be final. | 386 | |
Parameter parentPath should be final. | 387 | |
Missing a Javadoc comment. | 399 | |
Parameter section should be final. | 399 | |
Parameter fieldKey should be final. | 400 | |
Parameter messageKey should be final. | 401 | |
Parameter widget should be final. | 402 | |
Parameter parentPath should be final. | 403 | |
Line is longer than 80 characters. | 404 | |
Missing a Javadoc comment. | 409 | |
Parameter fieldKey should be final. | 409 | |
Line is longer than 80 characters. | 412 | |
Missing a Javadoc comment. | 416 | |
Missing a Javadoc comment. | 418 | |
Missing a Javadoc comment. | 419 | |
Missing a Javadoc comment. | 420 | |
Line is longer than 80 characters. | 422 | |
Missing a Javadoc comment. | 422 | |
Parameter inLookupMetadata should be final. | 422 | |
Parameter additionalLookupMetadata should be final. | 422 | |
'additionalLookupMetadata' hides a field. | 422 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 428 | |
Missing a Javadoc comment. | 428 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 432 | |
Missing a Javadoc comment. | 432 | |
Parameter name should be final. | 432 | |
'name' hides a field. | 432 | |
Method 'getInitLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 436 | |
Missing a Javadoc comment. | 436 | |
Method 'setInitLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 440 | |
Missing a Javadoc comment. | 440 | |
Parameter initLookupMetadata should be final. | 440 | |
'initLookupMetadata' hides a field. | 440 | |
Method 'getAdditionalLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 444 | |
Missing a Javadoc comment. | 444 | |
Line is longer than 80 characters. | 448 | |
Method 'setAdditionalLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 448 | |
Missing a Javadoc comment. | 448 | |
Parameter additionalLookupMetadata should be final. | 448 | |
'additionalLookupMetadata' hides a field. | 448 | |
Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 454 | |
Parameter controller should be final. | 455 |
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 | |
Unused import - org.kuali.student.common.ui.client.widgets.layout.VerticalFlowPanel. | 25 | |
Missing a Javadoc comment. | 38 | |
'{' should be on the previous line. | 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 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
'{' should be on the previous line. | 49 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Redundant 'public' modifier. | 51 | |
'(' is preceded with whitespace. | 51 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
'(' is preceded with whitespace. | 56 | |
Parameter lookupMetadata should be final. | 56 | |
'lookupMetadata' hides a field. | 56 | |
Line contains a tab character. | 57 | |
'{' should be on the previous line. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
'(' 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. | 62 | |
'(' is preceded with whitespace. | 62 | |
Line contains a tab character. | 63 | |
'(' is preceded with whitespace. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
Variable 'parameters' must be private and have accessor methods. | 66 | |
Line contains a tab character. | 68 | |
Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
'(' is preceded with whitespace. | 68 | |
Line contains a tab character. | 69 | |
'{' should be on the previous line. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
'{' should be on the previous line. | 71 | |
Line contains a tab character. | 72 | |
'(' is 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. | 77 | |
Method 'setParameters' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
'(' is preceded with whitespace. | 77 | |
Parameter parameters should be final. | 77 | |
'parameters' hides a field. | 77 | |
Line contains a tab character. | 78 | |
'{' should be on the previous line. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Missing a Javadoc comment. | 82 | |
'(' is preceded with whitespace. | 82 | |
Line contains a tab character. | 83 | |
'{' should be on the previous line. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
'(' is preceded with whitespace. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
'(' is preceded with whitespace. | 85 | |
Line contains a tab character. | 86 | |
'{' should be on the previous line. | 86 | |
Line contains a tab character. | 87 | |
'(' is preceded with whitespace. | 87 | |
Line contains a tab character. | 88 | |
'{' should be on the previous line. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
'(' is preceded with whitespace. | 89 | |
'(' is preceded with whitespace. | 89 | |
'(' is preceded with whitespace. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
'(' is preceded with whitespace. | 92 | |
Line contains a tab character. | 93 | |
'{' should be on the previous line. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
'(' is preceded with whitespace. | 94 | |
'(' is preceded with whitespace. | 94 | |
'(' is preceded with whitespace. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 100 | |
Method 'getOnSelectectedCallback' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
'(' is preceded with whitespace. | 100 | |
Line contains a tab character. | 101 | |
'{' should be on the previous line. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Method 'setOnSelectectedCallback' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
'(' is preceded with whitespace. | 105 | |
Parameter onSelectectedCallback should be final. | 105 | |
'onSelectectedCallback' hides a field. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Missing a Javadoc comment. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
'{' should be on the previous line. | 111 | |
Line contains a tab character. | 113 | |
Missing a Javadoc comment. | 113 | |
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 callback should be final. | 116 | |
'callback' hides a field. | 116 | |
Line contains a tab character. | 117 | |
Parameter searchBackedTable should be final. | 117 | |
'searchBackedTable' hides a field. | 117 | |
Line contains a tab character. | 118 | |
'{' should be on the previous line. | 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 | |
Line contains a tab character. | 124 | |
'(' is preceded with whitespace. | 124 | |
Parameter event should be final. | 124 | |
Line contains a tab character. | 125 | |
'{' should be on the previous line. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
'(' is preceded with whitespace. | 126 | |
'(' is preceded with whitespace. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 132 | |
Method 'executeSearch' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Line contains a tab character. | 133 | |
'(' is preceded with whitespace. | 133 | |
Line contains a tab character. | 134 | |
'{' should be on the previous line. | 134 | |
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 | |
Line contains a tab character. | 139 | |
'(' is preceded with whitespace. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
'(' is preceded with whitespace. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
'(' is preceded with whitespace. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
'(' is preceded with whitespace. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
'(' is preceded with whitespace. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
'(' is preceded with whitespace. | 148 | |
Line has trailing spaces. | 149 | |
Line contains a tab character. | 149 | |
'(' is preceded with whitespace. | 149 | |
Line contains a tab character. | 150 | |
'(' is preceded with whitespace. | 150 | |
Line contains a tab character. | 152 | |
'(' is preceded with whitespace. | 152 | |
Line contains a tab character. | 153 | |
'(' is preceded with whitespace. | 153 | |
Line contains a tab character. | 154 | |
'(' is preceded with whitespace. | 154 | |
Line contains a tab character. | 155 | |
'(' is preceded with whitespace. | 155 | |
'(' is preceded with whitespace. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
'{' should be on the previous line. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
'(' is preceded with whitespace. | 159 | |
Line contains a tab character. | 160 | |
'(' is preceded with whitespace. | 160 | |
Line contains a tab character. | 161 | |
'{' is not preceded with whitespace. | 161 | |
Line contains a tab character. | 162 | |
'(' is preceded with whitespace. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
'(' is preceded with whitespace. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
'(' is preceded with whitespace. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
'(' is preceded with whitespace. | 168 | |
Line contains a tab character. | 169 | |
'(' is preceded with whitespace. | 169 | |
'(' is preceded with whitespace. | 169 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 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. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
'(' is preceded with whitespace. | 188 | |
'(' is preceded with whitespace. | 188 | |
Line contains a tab character. | 189 | |
'(' is preceded with whitespace. | 189 | |
Line contains a tab character. | 190 | |
'(' is preceded with whitespace. | 190 | |
Line contains a tab character. | 191 | |
'(' is preceded with whitespace. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 194 | |
Method 'getSelectedIds' is not designed for extension - needs to be abstract, final or empty. | 194 | |
Missing a Javadoc comment. | 194 | |
'(' is preceded with whitespace. | 194 | |
Line contains a tab character. | 195 | |
'{' should be on the previous line. | 195 | |
Line contains a tab character. | 196 | |
'(' is preceded with whitespace. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
'{' should be on the previous line. | 198 | |
Line contains a tab character. | 199 | |
'(' is preceded with whitespace. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 204 | |
Method 'getSelectedValues' is not designed for extension - needs to be abstract, final or empty. | 204 | |
Missing a Javadoc comment. | 204 | |
'(' is preceded with whitespace. | 204 | |
Line contains a tab character. | 205 | |
'{' should be on the previous line. | 205 | |
Line is longer than 80 characters. | 207 | |
Line contains a tab character. | 207 | |
'(' is preceded with whitespace. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
'{' should be on the previous line. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
'(' is preceded with whitespace. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
'{' should be on the previous line. | 212 | |
Line is longer than 80 characters. | 213 | |
Line contains a tab character. | 213 | |
'(' is preceded with whitespace. | 213 | |
'(' is preceded with whitespace. | 213 | |
Line is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 | |
'(' is preceded with whitespace. | 214 | |
'(' is preceded with whitespace. | 214 | |
Line is longer than 80 characters. | 215 | |
Line contains a tab character. | 215 | |
'(' is preceded with whitespace. | 215 | |
'(' is preceded with whitespace. | 215 | |
Line contains a tab character. | 216 | |
Expression can be simplified. | 216 | |
Line contains a tab character. | 217 | |
'{' should be on the previous line. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 226 | |
Method 'isMultiSelect' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Missing a Javadoc comment. | 226 | |
'(' is preceded with whitespace. | 226 | |
Line contains a tab character. | 227 | |
'{' should be on the previous line. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 231 | |
Method 'setMultiSelect' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Missing a Javadoc comment. | 231 | |
'(' is preceded with whitespace. | 231 | |
Parameter multiSelect should be final. | 231 | |
'multiSelect' hides a field. | 231 | |
Line contains a tab character. | 232 | |
'{' should be on the previous line. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 |
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 |
---|---|---|
Unused import - org.kuali.student.common.ui.client.widgets.KSErrorDialog. | 28 | |
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 | |
Line contains a tab character. | 80 | |
Line is longer than 80 characters. | 82 | |
Missing a Javadoc comment. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Missing a Javadoc comment. | 84 | |
Line contains a tab character. | 85 | |
Missing a Javadoc comment. | 85 | |
Line contains a tab character. | 87 | |
Missing a Javadoc comment. | 87 | |
'(' is preceded with whitespace. | 87 | |
Parameter nextBrowsePanel should be final. | 87 | |
'nextBrowsePanel' hides a field. | 87 | |
Line contains a tab character. | 88 | |
Parameter nextParamMetadata should be final. | 88 | |
'nextParamMetadata' hides a field. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
'(' is preceded with whitespace. | 94 | |
Parameter selectedIds should be final. | 94 | |
Line contains a tab character. | 95 | |
'(' is preceded with whitespace. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
'(' is preceded with whitespace. | 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 | |
'(' is preceded with whitespace. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
'(' is preceded with whitespace. | 100 | |
'(' is preceded with whitespace. | 100 | |
'(' is preceded with whitespace. | 100 | |
Line contains a tab character. | 101 | |
'(' is preceded with whitespace. | 101 | |
Line contains a tab character. | 102 | |
'(' is preceded with whitespace. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 106 | |
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. | 110 | |
Missing a Javadoc comment. | 110 | |
'(' is preceded with whitespace. | 110 | |
Parameter controller should be final. | 110 | |
'controller' hides a field. | 110 | |
Line contains a tab character. | 111 | |
'{' should be on the previous line. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
'(' is preceded with whitespace. | 116 | |
Parameter selectedIds should be final. | 116 | |
Line contains a tab character. | 117 | |
'(' is preceded with whitespace. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
'(' is preceded with whitespace. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
'(' is preceded with whitespace. | 121 | |
Line contains a tab character. | 122 | |
'(' is preceded with whitespace. | 122 | |
'(' is preceded with whitespace. | 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 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 128 | |
Missing a Javadoc comment. | 128 | |
'(' is preceded with whitespace. | 128 | |
Parameter current should be final. | 128 | |
Line contains a tab character. | 129 | |
'(' is preceded with whitespace. | 129 | |
Line contains a tab character. | 130 | |
'(' is preceded with whitespace. | 130 | |
Line contains a tab character. | 131 | |
'(' is preceded with whitespace. | 131 | |
Line contains a tab character. | 132 | |
'(' is preceded with whitespace. | 132 | |
'(' is preceded with whitespace. | 132 | |
Line contains a tab character. | 133 | |
'(' is preceded with whitespace. | 133 | |
'(' is preceded with whitespace. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 27 | |
Unused import - com.google.gwt.core.client.GWT. | 34 | |
Missing a Javadoc comment. | 43 | |
'{' should be on the previous line. | 44 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
'(' is preceded with whitespace. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
'(' is preceded with whitespace. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
'(' is preceded with whitespace. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
'(' is preceded with whitespace. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Variable 'pagingScrollTable' must be private and have accessor methods. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
'(' is preceded with whitespace. | 52 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
'(' is preceded with whitespace. | 56 | |
Line contains a tab character. | 57 | |
'{' should be on the previous line. | 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. | 62 | |
Line contains a tab character. | 64 | |
Method 'clearTable' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
'(' is preceded with whitespace. | 64 | |
Line contains a tab character. | 65 | |
'{' should be on the previous line. | 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. | 70 | |
Method 'removeSelected' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
'(' is preceded with whitespace. | 70 | |
Line contains a tab character. | 71 | |
'{' should be on the previous line. | 71 | |
Line contains a tab character. | 72 | |
'(' is preceded with whitespace. | 72 | |
Line contains a tab character. | 73 | |
'{' should be on the previous line. | 73 | |
Line contains a tab character. | 74 | |
'(' is preceded with whitespace. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
'(' is preceded with whitespace. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
Method 'performSearch' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
'(' is preceded with whitespace. | 79 | |
Parameter searchRequest should be final. | 79 | |
Line contains a tab character. | 80 | |
Parameter listResultMetadata should be final. | 80 | |
Line contains a tab character. | 81 | |
Parameter resultIdKey should be final. | 81 | |
Line contains a tab character. | 82 | |
'{' should be on the previous line. | 82 | |
Line contains a tab character. | 84 | |
'(' is preceded with whitespace. | 84 | |
Line contains a tab character. | 86 | |
'(' is preceded with whitespace. | 86 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
'{' should be on the previous line. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
'(' is preceded with whitespace. | 90 | |
'(' is preceded with whitespace. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
'(' is preceded with whitespace. | 94 | |
'(' is preceded with whitespace. | 94 | |
'{' is not preceded with whitespace. | 94 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
'(' is preceded with whitespace. | 97 | |
Parameter searchResults should be final. | 97 | |
Line contains a tab character. | 98 | |
'{' should be on the previous line. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
'(' is preceded with whitespace. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
'{' should be on the previous line. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
'(' is preceded with whitespace. | 103 | |
Line contains a tab character. | 104 | |
'{' should be on the previous line. | 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 | |
'(' is preceded with whitespace. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
'(' is preceded with whitespace. | 107 | |
Line contains a tab character. | 108 | |
'{' should be on the previous line. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
'(' is preceded with whitespace. | 109 | |
'(' is preceded with whitespace. | 109 | |
Line contains a tab character. | 110 | |
'{' should be on the previous line. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
'(' is preceded with whitespace. | 111 | |
'(' is preceded with whitespace. | 111 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
'(' is preceded with whitespace. | 113 | |
'(' is preceded with whitespace. | 113 | |
'(' is preceded with whitespace. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
'(' is preceded with whitespace. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
'(' is preceded with whitespace. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Missing a Javadoc comment. | 125 | |
'(' is preceded with whitespace. | 125 | |
Parameter listResultMetadata should be final. | 125 | |
Line contains a tab character. | 126 | |
Parameter resultIdKey should be final. | 126 | |
Line contains a tab character. | 127 | |
'{' should be on the previous line. | 127 | |
Line contains a tab character. | 128 | |
'(' is preceded with whitespace. | 128 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
'(' is preceded with whitespace. | 131 | |
Line contains a tab character. | 132 | |
'(' is preceded with whitespace. | 132 | |
'900' is a magic number. | 132 | |
'200' is a magic number. | 132 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
'(' is preceded with whitespace. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
'{' should be on the previous line. | 136 | |
Comment matches to-do format 'TODO:'. | 137 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
'(' is preceded with whitespace. | 138 | |
Line contains a tab character. | 139 | |
'(' is preceded with whitespace. | 139 | |
Line contains a tab character. | 140 | |
'(' is followed by whitespace. | 140 | |
'!' is followed by whitespace. | 140 | |
'(' is preceded with whitespace. | 140 | |
Line contains a tab character. | 141 | |
'{' should be on the previous line. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
'(' is preceded with whitespace. | 142 | |
'(' is preceded with whitespace. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
'(' is preceded with whitespace. | 145 | |
Line contains a tab character. | 146 | |
'{' should be on the previous line. | 146 | |
Line contains a tab character. | 147 | |
'(' is preceded with whitespace. | 147 | |
'(' is preceded with whitespace. | 147 | |
'370' is a magic number. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
'(' is preceded with whitespace. | 149 | |
Line contains a tab character. | 150 | |
'(' is preceded with whitespace. | 150 | |
Line contains a tab character. | 152 | |
'(' is preceded with whitespace. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 155 | |
Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
'(' is preceded with whitespace. | 155 | |
Line contains a tab character. | 156 | |
'{' should be on the previous line. | 156 | |
Line contains a tab character. | 157 | |
'(' is preceded with whitespace. | 157 | |
Line has trailing spaces. | 158 | |
Line contains a tab character. | 158 | |
'(' is preceded with whitespace. | 158 | |
Line contains a tab character. | 159 | |
'(' is preceded with whitespace. | 159 | |
Line contains a tab character. | 160 | |
'(' is preceded with whitespace. | 160 | |
Line contains a tab character. | 161 | |
'(' is preceded with whitespace. | 161 | |
Line contains a tab character. | 162 | |
'(' is preceded with whitespace. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 166 | |
Method 'addSelectionHandler' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
'(' is preceded with whitespace. | 166 | |
Parameter selectionHandler should be final. | 166 | |
Line contains a tab character. | 167 | |
'{' should be on the previous line. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
'(' is preceded with whitespace. | 168 | |
'(' is preceded with whitespace. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 171 | |
Method 'getSelectedRows' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Missing a Javadoc comment. | 171 | |
'(' is preceded with whitespace. | 171 | |
Line contains a tab character. | 172 | |
'{' should be on the previous line. | 172 | |
Line contains a tab character. | 173 | |
'(' is preceded with whitespace. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
'(' is preceded with whitespace. | 175 | |
'(' is preceded with whitespace. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
'{' should be on the previous line. | 177 | |
Line contains a tab character. | 178 | |
'(' is preceded with whitespace. | 178 | |
'(' is preceded with whitespace. | 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 | |
'(' is preceded with whitespace. | 183 | |
Line contains a tab character. | 184 | |
'{' should be on the previous line. | 184 | |
Line contains a tab character. | 185 | |
'(' is preceded with whitespace. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
'(' is preceded with whitespace. | 187 | |
'(' is preceded with whitespace. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
'{' should be on the previous line. | 189 | |
Line contains a tab character. | 190 | |
'(' is preceded with whitespace. | 190 | |
'(' is preceded with whitespace. | 190 | |
'(' is preceded with whitespace. | 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 | |
Method 'getAllIds' is not designed for extension - needs to be abstract, final or empty. | 195 | |
Missing a Javadoc comment. | 195 | |
'(' is preceded with whitespace. | 195 | |
Line contains a tab character. | 196 | |
'{' should be on the previous line. | 196 | |
Line contains a tab character. | 197 | |
'(' is preceded with whitespace. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
'{' should be on the previous line. | 199 | |
Line contains a tab character. | 200 | |
'(' is preceded with whitespace. | 200 | |
'(' is preceded with whitespace. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 205 | |
Method 'getAllRows' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Missing a Javadoc comment. | 205 | |
'(' is preceded with whitespace. | 205 | |
Line contains a tab character. | 206 | |
'{' should be on the previous line. | 206 | |
Line contains a tab character. | 207 | |
'(' is preceded with whitespace. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
'{' should be on the previous line. | 209 | |
Line contains a tab character. | 210 | |
'(' is preceded with whitespace. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 |
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. | 20 | |
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.ui.shared.IdAttributes. | 8 | |
Unused import - org.kuali.student.core.assembly.data.AssemblyException. | 9 | |
Unused import - org.kuali.student.core.assembly.transform.MetadataFilter. | 15 | |
Unused import - org.kuali.student.core.assembly.transform.TransformFilter. | 16 | |
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. | 22 | |
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 |