The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
92 | 0 | 0 | 10085 |
Rules | Violations | Severity |
---|---|---|
JavadocPackage
|
21 | Error |
NewlineAtEndOfFile | 6 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
|
3205 | Error |
RegexpSingleline
|
624 | Error |
JavadocMethod | 560 | Error |
JavadocType | 113 | Error |
JavadocVariable | 666 | Error |
JavadocStyle | 4 | 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 | 12 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 19 | Error |
LineLength | 1827 | Error |
MethodLength | 2 | Error |
ParameterNumber | 1 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 298 | Error |
NoWhitespaceAfter | 2 | Error |
NoWhitespaceBefore | 2 | Error |
OperatorWrap | 34 | Error |
ParenPad | 15 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 89 | Error |
WhitespaceAround | 740 | Error |
ModifierOrder | 10 | Error |
RedundantModifier | 214 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 4 | Error |
LeftCurly | 93 | Error |
NeedBraces | 19 | Error |
RightCurly | 42 | Error |
AvoidInlineConditionals | 20 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 85 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 25 | Error |
MissingSwitchDefault | 2 | Error |
RedundantThrows | 1 | Error |
SimplifyBooleanExpression | 5 | Error |
SimplifyBooleanReturn | 1 | Error |
DesignForExtension | 395 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 2 | Error |
InterfaceIsType | 22 | Error |
VisibilityModifier | 54 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 819 | 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 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 | |
Parameter input should be final. | 149 | |
Missing a Javadoc comment. | 169 | |
Parameter cluSetInfo should be final. | 169 | |
Line is longer than 80 characters. | 170 | |
'?' is not preceded with whitespace. | 170 | |
Avoid inline conditionals. | 170 | |
Line is longer than 80 characters. | 181 | |
'+' should be on a new line. | 181 | |
Line is longer than 80 characters. | 184 | |
'?' is not preceded with whitespace. | 188 | |
'?' should be on a new line. | 188 | |
Avoid inline conditionals. | 188 | |
'?' is not preceded with whitespace. | 192 | |
'?' should be on a new line. | 192 | |
Avoid inline conditionals. | 192 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 205 | |
Missing a Javadoc comment. | 212 | |
Parameter cluSetInfo should be final. | 212 | |
Line is longer than 80 characters. | 219 | |
Line is longer than 80 characters. | 223 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 242 | |
Line contains a tab character. | 242 | |
Line is longer than 80 characters. | 244 | |
',' is not followed by whitespace. | 246 | |
Line is longer than 80 characters. | 258 | |
',' is not followed by whitespace. | 260 | |
Line is longer than 80 characters. | 272 | |
Missing a Javadoc comment. | 272 | |
Parameter wrapperCluSet should be final. | 272 | |
Parameter cluSetInfo should be final. | 272 | |
Missing a Javadoc comment. | 283 | |
Parameter input should be final. | 283 | |
Line is longer than 80 characters. | 285 | |
Line has trailing spaces. | 293 | |
Line is longer than 80 characters. | 294 | |
'&&' should be on a new line. | 294 | |
Line is longer than 80 characters. | 295 | |
'&&' should be on a new line. | 295 | |
'{' is not preceded with whitespace. | 296 | |
Line is longer than 80 characters. | 297 | |
Line is longer than 80 characters. | 298 | |
'?' is not preceded with whitespace. | 298 | |
Avoid inline conditionals. | 298 | |
':' should be on a new line. | 298 | |
Line has trailing spaces. | 309 | |
Line is longer than 80 characters. | 310 | |
Line is longer than 80 characters. | 312 | |
Line contains a tab character. | 314 | |
',' is not followed by whitespace. | 314 | |
Line is longer than 80 characters. | 322 | |
',' is not followed by whitespace. | 324 | |
Line is longer than 80 characters. | 344 | |
Missing a Javadoc comment. | 344 | |
Parameter query should be final. | 344 | |
'if' is not followed by whitespace. | 345 | |
'for' is not followed by whitespace. | 356 | |
'for' is not followed by whitespace. | 358 | |
'if' is not followed by whitespace. | 359 | |
Line is longer than 80 characters. | 367 | |
Missing a Javadoc comment. | 367 | |
Parameter cluSetInfo should be final. | 367 | |
Line is longer than 80 characters. | 373 | |
Line contains a tab character. | 374 | |
Line contains a tab character. | 375 | |
'for' is not followed by whitespace. | 375 | |
':' is not preceded with whitespace. | 375 | |
':' is not followed by whitespace. | 375 | |
'{' is not preceded with whitespace. | 375 | |
Line is longer than 80 characters. | 376 | |
Line contains a tab character. | 376 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Line is longer than 80 characters. | 382 | |
Line is longer than 80 characters. | 384 | |
Line is longer than 80 characters. | 386 | |
Line is longer than 80 characters. | 389 | |
Line is longer than 80 characters. | 397 | |
Missing a Javadoc comment. | 420 | |
Parameter clusData should be final. | 420 | |
'if' is not followed by whitespace. | 423 | |
'{' is not preceded with whitespace. | 423 | |
Missing a Javadoc comment. | 431 | |
Parameter cluSetHelper should be final. | 431 | |
'if' is not followed by whitespace. | 451 | |
'{' is not preceded with whitespace. | 451 | |
'?' is not preceded with whitespace. | 453 | |
Avoid inline conditionals. | 453 | |
'3' is a magic number. | 453 | |
':' should be on a new line. | 453 | |
Line is longer than 80 characters. | 466 | |
Line is longer than 80 characters. | 480 | |
Missing a Javadoc comment. | 480 | |
Parameter cluSetRangeHelper should be final. | 480 | |
Line is longer than 80 characters. | 481 | |
Missing a Javadoc comment. | 484 | |
Parameter text should be final. | 484 | |
'if' construct must use '{}'s. | 486 | |
Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 492 | |
Parameter input should be final. | 493 | |
Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 497 | |
Parameter input should be final. | 498 | |
Line is longer than 80 characters. | 499 | |
Method 'getLuService' is not designed for extension - needs to be abstract, final or empty. | 502 | |
Missing a Javadoc comment. | 502 | |
Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 506 | |
Missing a Javadoc comment. | 506 | |
Parameter luService should be final. | 506 | |
'luService' hides a field. | 506 | |
Line contains a tab character. | 510 | |
Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 510 | |
Line contains a tab character. | 511 | |
Line contains a tab character. | 512 | |
Line contains a tab character. | 513 | |
Line has trailing spaces. | 514 | |
Line contains a tab character. | 514 | |
Line contains a tab character. | 515 | |
Method 'getDefaultMetadata' is not designed for extension - needs to be abstract, final or empty. | 515 | |
Method 'getDocumentPropertyName' is not designed for extension - needs to be abstract, final or empty. | 521 | |
Line contains a tab character. | 522 | |
Line is longer than 80 characters. | 523 | |
Line contains a tab character. | 523 | |
Line contains a tab character. | 524 | |
Line contains a tab character. | 526 | |
Method 'getDtoName' is not designed for extension - needs to be abstract, final or empty. | 526 | |
Line contains a tab character. | 527 | |
Line contains a tab character. | 528 | |
Line contains a tab character. | 529 | |
Line contains a tab character. | 531 | |
Method 'getQualification' is not designed for extension - needs to be abstract, final or empty. | 531 | |
Line is longer than 80 characters. | 532 | |
Line contains a tab character. | 532 | |
Parameter idType should be final. | 532 | |
Parameter id should be final. | 532 | |
Line contains a tab character. | 533 | |
Name 'DOCUMENT_TYPE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 533 | |
Line contains a tab character. | 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 |
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 | |
Unused import - com.google.gwt.user.client.ui.Label. | 103 | |
Unused import - com.google.gwt.user.client.ui.VerticalPanel. | 104 | |
Missing a Javadoc comment. | 114 | |
Variable 'groupName' must be private and have accessor methods. | 114 | |
Missing a Javadoc comment. | 116 | |
Variable 'type' must be private and have accessor methods. | 116 | |
Missing a Javadoc comment. | 117 | |
Variable 'state' must be private and have accessor methods. | 117 | |
Missing a Javadoc comment. | 119 | |
Name 'WITH_DIVIDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
Variable 'WITH_DIVIDER' must be private and have accessor methods. | 119 | |
Missing a Javadoc comment. | 120 | |
Name 'NO_DIVIDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
Variable 'NO_DIVIDER' must be private and have accessor methods. | 120 | |
Line has trailing spaces. | 122 | |
Missing a Javadoc comment. | 123 | |
Missing a Javadoc comment. | 124 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 126 | |
Missing a Javadoc comment. | 127 | |
Variable 'documentTool' must be private and have accessor methods. | 127 | |
Missing a Javadoc comment. | 130 | |
Missing a Javadoc comment. | 131 | |
Missing a Javadoc comment. | 133 | |
Line is longer than 80 characters. | 134 | |
Missing a Javadoc comment. | 134 | |
Missing a Javadoc comment. | 134 | |
Missing a Javadoc comment. | 134 | |
Missing a Javadoc comment. | 134 | |
Missing a Javadoc comment. | 134 | |
Missing a Javadoc comment. | 134 | |
Missing a Javadoc comment. | 134 | |
Missing a Javadoc comment. | 134 | |
Line is longer than 80 characters. | 135 | |
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 135 | |
',' is not followed by whitespace. | 135 | |
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 135 | |
Missing a Javadoc comment. | 136 | |
Missing a Javadoc comment. | 136 | |
Missing a Javadoc comment. | 139 | |
Variable 'modelDefinition' must be private and have accessor methods. | 139 | |
Missing a Javadoc comment. | 140 | |
Variable 'stmtTypes' must be private and have accessor methods. | 140 | |
Method 'setModelDefinition' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
Parameter modelDefinition should be final. | 142 | |
'modelDefinition' hides a field. | 142 | |
Method 'setStatementTypes' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter stmtTypes should be final. | 146 | |
'stmtTypes' hides a field. | 146 | |
Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Line contains a tab character. | 156 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 171 | |
Line has trailing spaces. | 176 | |
Line is longer than 80 characters. | 178 | |
',' is not followed by whitespace. | 178 | |
Line has trailing spaces. | 179 | |
Line is longer than 80 characters. | 181 | |
',' is not followed by whitespace. | 181 | |
Line has trailing spaces. | 184 | |
Line is longer than 80 characters. | 186 | |
'cast' is not followed by whitespace. | 186 | |
Line is longer than 80 characters. | 187 | |
Line has trailing spaces. | 188 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 194 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
'}' should be on the same line. | 199 | |
'else' is not followed by whitespace. | 200 | |
'{' is not preceded with whitespace. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
'cast' is not followed by whitespace. | 201 | |
Line contains a tab character. | 202 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 207 | |
Line is longer than 80 characters. | 208 | |
'cast' is not followed by whitespace. | 209 | |
Line has trailing spaces. | 210 | |
Line is longer than 80 characters. | 211 | |
Line has trailing spaces. | 212 | |
Parameter event should be final. | 214 | |
Line has trailing spaces. | 219 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 222 | |
Parameter event should be final. | 225 | |
Line contains a tab character. | 226 | |
Line has trailing spaces. | 231 | |
Method 'getContinueButton' is not designed for extension - needs to be abstract, final or empty. | 232 | |
Missing a Javadoc comment. | 232 | |
'{' is not preceded with whitespace. | 232 | |
'{' is not preceded with whitespace. | 233 | |
Parameter event should be final. | 234 | |
Line contains a tab character. | 235 | |
Method 'addCluStartSection' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Missing a Javadoc comment. | 240 | |
Parameter layout should be final. | 240 | |
Line is longer than 80 characters. | 241 | |
Line is longer than 80 characters. | 243 | |
Line is longer than 80 characters. | 244 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 246 | |
'600' is a magic number. | 248 | |
Method 'generateCourseRequisitesSection' is not designed for extension - needs to be abstract, final or empty. | 251 | |
Missing a Javadoc comment. | 251 | |
Parameter layout should be final. | 251 | |
Line is longer than 80 characters. | 252 | |
Method 'generateActiveDatesSection' is not designed for extension - needs to be abstract, final or empty. | 255 | |
Missing a Javadoc comment. | 255 | |
Line is longer than 80 characters. | 256 | |
Line is longer than 80 characters. | 258 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 260 | |
Method 'generateActiveDateEndSection' is not designed for extension - needs to be abstract, final or empty. | 265 | |
Missing a Javadoc comment. | 265 | |
Line is longer than 80 characters. | 266 | |
Line is longer than 80 characters. | 267 | |
Method 'generateActiveDateStartSection' is not designed for extension - needs to be abstract, final or empty. | 271 | |
Missing a Javadoc comment. | 271 | |
Line is longer than 80 characters. | 272 | |
Line is longer than 80 characters. | 273 | |
Method 'generateGovernanceSection' is not designed for extension - needs to be abstract, final or empty. | 277 | |
Missing a Javadoc comment. | 277 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 279 | |
Line is longer than 80 characters. | 280 | |
Line is longer than 80 characters. | 281 | |
Method 'generateCourseInfoSection' is not designed for extension - needs to be abstract, final or empty. | 286 | |
Missing a Javadoc comment. | 286 | |
Line is longer than 80 characters. | 287 | |
Line is longer than 80 characters. | 288 | |
Line is longer than 80 characters. | 289 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 293 | |
Method 'generateCourseNumberSection' is not designed for extension - needs to be abstract, final or empty. | 299 | |
Missing a Javadoc comment. | 299 | |
Line is longer than 80 characters. | 305 | |
Line is longer than 80 characters. | 306 | |
Method 'generateCrossListed_Ver_Joint_Section' is not designed for extension - needs to be abstract, final or empty. | 315 | |
Missing a Javadoc comment. | 315 | |
Name 'generateCrossListed_Ver_Joint_Section' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 315 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 318 | |
Line is longer than 80 characters. | 319 | |
Line is longer than 80 characters. | 320 | |
Line is longer than 80 characters. | 326 | |
Line has trailing spaces. | 331 | |
Line is longer than 80 characters. | 332 | |
Line has trailing spaces. | 334 | |
Line is longer than 80 characters. | 335 | |
Line is longer than 80 characters. | 343 | |
Line has trailing spaces. | 348 | |
Line is longer than 80 characters. | 349 | |
Line is longer than 80 characters. | 357 | |
Line has trailing spaces. | 362 | |
Line has trailing spaces. | 363 | |
Line is longer than 80 characters. | 363 | |
Line has trailing spaces. | 365 | |
Line has trailing spaces. | 372 | |
Line has trailing spaces. | 373 | |
Method 'addFeeMultiplicityFields' is not designed for extension - needs to be abstract, final or empty. | 373 | |
Missing a Javadoc comment. | 373 | |
Parameter section should be final. | 373 | |
Parameter path should be final. | 374 | |
Parameter addItemlabelMessageKey should be final. | 374 | |
Line is longer than 80 characters. | 375 | |
Parameter itemLabelMessageKey should be final. | 375 | |
Parameter fieldConfigs should be final. | 375 | |
Line is longer than 80 characters. | 376 | |
Parameter swappableFieldsDefinition should be final. | 376 | |
Parameter deletionParentKeys should be final. | 377 | |
Line is longer than 80 characters. | 384 | |
Line has trailing spaces. | 388 | |
Method 'setupMultiplicityConfig' is not designed for extension - needs to be abstract, final or empty. | 389 | |
Missing a Javadoc comment. | 389 | |
More than 7 parameters. | 389 | |
Parameter multiplicityType should be final. | 390 | |
Parameter styleType should be final. | 391 | |
Parameter path should be final. | 392 | |
Parameter addItemlabelMessageKey should be final. | 392 | |
Line is longer than 80 characters. | 393 | |
Parameter itemLabelMessageKey should be final. | 393 | |
Parameter fieldConfigs should be final. | 393 | |
Line is longer than 80 characters. | 394 | |
Parameter swappableFieldsDefinition should be final. | 394 | |
Parameter deletionParentKeys should be final. | 395 | |
Line is longer than 80 characters. | 397 | |
Line is longer than 80 characters. | 403 | |
Line is longer than 80 characters. | 408 | |
Line has trailing spaces. | 419 | |
Method 'addMultiplicityFields' is not designed for extension - needs to be abstract, final or empty. | 419 | |
Missing a Javadoc comment. | 419 | |
Parameter section should be final. | 419 | |
Parameter path should be final. | 420 | |
Parameter addItemlabelMessageKey should be final. | 420 | |
Line is longer than 80 characters. | 421 | |
Parameter itemLabelMessageKey should be final. | 421 | |
Parameter fieldConfigs should be final. | 421 | |
Line is longer than 80 characters. | 422 | |
Parameter swappableFieldsDefinition should be final. | 422 | |
Parameter deletionParentKeys should be final. | 423 | |
Line is longer than 80 characters. | 430 | |
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 is longer than 80 characters. | 604 | |
Method 'generateStudentRegistrationOptionsSection' is not designed for extension - needs to be abstract, final or empty. | 612 | |
Missing a Javadoc comment. | 612 | |
Line is longer than 80 characters. | 613 | |
Line is longer than 80 characters. | 615 | |
Line is longer than 80 characters. | 616 | |
Method 'generateGradesAssessmentsSection' is not designed for extension - needs to be abstract, final or empty. | 621 | |
Missing a Javadoc comment. | 621 | |
Line is longer than 80 characters. | 622 | |
Line is longer than 80 characters. | 624 | |
Method 'generateCourseFormatsSection' is not designed for extension - needs to be abstract, final or empty. | 629 | |
Missing a Javadoc comment. | 629 | |
Line is longer than 80 characters. | 631 | |
Line is longer than 80 characters. | 632 | |
Line is longer than 80 characters. | 633 | |
Line has trailing spaces. | 634 | |
Line is longer than 80 characters. | 638 | |
Line has trailing spaces. | 644 | |
Line is longer than 80 characters. | 667 | |
Line is longer than 80 characters. | 673 | |
Line has trailing spaces. | 688 | |
Line has trailing spaces. | 691 | |
Method 'generateSchedulingSection' is not designed for extension - needs to be abstract, final or empty. | 695 | |
Missing a Javadoc comment. | 695 | |
Line is longer than 80 characters. | 696 | |
Line is longer than 80 characters. | 697 | |
Method 'generateDurationSection' is not designed for extension - needs to be abstract, final or empty. | 701 | |
Missing a Javadoc comment. | 701 | |
Line is longer than 80 characters. | 702 | |
Line is longer than 80 characters. | 703 | |
Name 'duration_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 704 | |
Line is longer than 80 characters. | 705 | |
Line is longer than 80 characters. | 706 | |
Method 'generateFinalExamSection' is not designed for extension - needs to be abstract, final or empty. | 712 | |
Missing a Javadoc comment. | 712 | |
Line is longer than 80 characters. | 713 | |
Name 'finalExam_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 714 | |
Name 'finalExamRationale_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 715 | |
Name 'finalExamRationale_group2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 716 | |
Line is longer than 80 characters. | 718 | |
'{' is not preceded with whitespace. | 720 | |
Line is longer than 80 characters. | 721 | |
Line contains a tab character. | 721 | |
Line is longer than 80 characters. | 722 | |
Line contains a tab character. | 722 | |
Line is longer than 80 characters. | 723 | |
Line contains a tab character. | 723 | |
Line contains a tab character. | 724 | |
Line contains a tab character. | 725 | |
Line contains a tab character. | 726 | |
Line contains a tab character. | 727 | |
Line has trailing spaces. | 728 | |
Line contains a tab character. | 728 | |
Line contains a tab character. | 729 | |
Line contains a tab character. | 730 | |
Line contains a tab character. | 732 | |
Method 'generateInstructorsSection' is not designed for extension - needs to be abstract, final or empty. | 737 | |
Missing a Javadoc comment. | 737 | |
Line is longer than 80 characters. | 738 | |
Method 'generateLearningObjectivesSection' is not designed for extension - needs to be abstract, final or empty. | 743 | |
Missing a Javadoc comment. | 743 | |
Line is longer than 80 characters. | 744 | |
Method 'generateLearningObjectivesNestedSection' is not designed for extension - needs to be abstract, final or empty. | 749 | |
Missing a Javadoc comment. | 749 | |
Line is longer than 80 characters. | 752 | |
Line is longer than 80 characters. | 755 | |
Line is longer than 80 characters. | 756 | |
',' is not followed by whitespace. | 756 | |
Line has trailing spaces. | 757 | |
Line is longer than 80 characters. | 758 | |
'{' is not preceded with whitespace. | 758 | |
Line contains a tab character. | 759 | |
Line is longer than 80 characters. | 760 | |
Line contains a tab character. | 760 | |
Parameter event should be final. | 760 | |
Line contains a tab character. | 761 | |
Line contains a tab character. | 762 | |
Line has trailing spaces. | 763 | |
Line contains a tab character. | 763 | |
Line has trailing spaces. | 765 | |
Missing a Javadoc comment. | 774 | |
Missing a Javadoc comment. | 775 | |
Variable 'people' must be private and have accessor methods. | 775 | |
Missing a Javadoc comment. | 777 | |
Line is longer than 80 characters. | 779 | |
Line is longer than 80 characters. | 781 | |
Line is longer than 80 characters. | 789 | |
Line is longer than 80 characters. | 791 | |
Line is longer than 80 characters. | 794 | |
Line is longer than 80 characters. | 799 | |
Line is longer than 80 characters. | 807 | |
Method 'isMultipleSelect' is not designed for extension - needs to be abstract, final or empty. | 816 | |
Missing a Javadoc comment. | 816 | |
Missing a Javadoc comment. | 821 | |
Missing a Javadoc comment. | 822 | |
Method 'generateShortTitleSection' is not designed for extension - needs to be abstract, final or empty. | 829 | |
Missing a Javadoc comment. | 829 | |
Line is longer than 80 characters. | 830 | |
Line is longer than 80 characters. | 835 | |
Method 'initSectionView' is not designed for extension - needs to be abstract, final or empty. | 835 | |
Missing a Javadoc comment. | 835 | |
Parameter viewEnum should be final. | 835 | |
Parameter labelKey should be final. | 835 | |
Line is longer than 80 characters. | 836 | |
Line is longer than 80 characters. | 842 | |
Method 'initSection' is not designed for extension - needs to be abstract, final or empty. | 842 | |
Missing a Javadoc comment. | 842 | |
Parameter title should be final. | 842 | |
Parameter withDivider should be final. | 842 | |
'if' construct must use '{}'s. | 850 | |
Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 855 | |
Missing a Javadoc comment. | 855 | |
Parameter labelKey should be final. | 855 | |
Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 859 | |
Missing a Javadoc comment. | 859 | |
Parameter labelKey should be final. | 859 | |
Line is longer than 80 characters. | 860 | |
Method 'getH1Title' is not designed for extension - needs to be abstract, final or empty. | 863 | |
Missing a Javadoc comment. | 863 | |
Parameter labelKey should be final. | 863 | |
Method 'getH2Title' is not designed for extension - needs to be abstract, final or empty. | 867 | |
Missing a Javadoc comment. | 867 | |
Parameter labelKey should be final. | 867 | |
Method 'getH3Title' is not designed for extension - needs to be abstract, final or empty. | 871 | |
Missing a Javadoc comment. | 871 | |
Parameter labelKey should be final. | 871 | |
Method 'getH4Title' is not designed for extension - needs to be abstract, final or empty. | 875 | |
Missing a Javadoc comment. | 875 | |
Parameter labelKey should be final. | 875 | |
Method 'getH5Title' is not designed for extension - needs to be abstract, final or empty. | 879 | |
Missing a Javadoc comment. | 879 | |
Parameter labelKey should be final. | 879 | |
Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 886 | |
Missing a Javadoc comment. | 886 | |
Parameter section should be final. | 886 | |
Parameter fieldKey should be final. | 886 | |
Line is longer than 80 characters. | 890 | |
Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 890 | |
Missing a Javadoc comment. | 890 | |
Parameter section should be final. | 890 | |
Parameter fieldKey should be final. | 890 | |
Parameter messageKey should be final. | 890 | |
Line is longer than 80 characters. | 894 | |
Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 894 | |
Missing a Javadoc comment. | 894 | |
Parameter section should be final. | 894 | |
Parameter fieldKey should be final. | 894 | |
Parameter messageKey should be final. | 894 | |
Parameter widget should be final. | 894 | |
Line is longer than 80 characters. | 898 | |
Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 898 | |
Missing a Javadoc comment. | 898 | |
Parameter section should be final. | 898 | |
Parameter fieldKey should be final. | 898 | |
Parameter messageKey should be final. | 898 | |
Parameter parentPath should be final. | 898 | |
Line is longer than 80 characters. | 902 | |
Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 902 | |
Missing a Javadoc comment. | 902 | |
Parameter section should be final. | 902 | |
Parameter fieldKey should be final. | 902 | |
Parameter messageKey should be final. | 902 | |
Parameter widget should be final. | 902 | |
Parameter parentPath should be final. | 902 | |
Line is longer than 80 characters. | 906 | |
Method 'generateFinancialsSection' is not designed for extension - needs to be abstract, final or empty. | 914 | |
Method length is 158 lines (max allowed is 150). | 914 | |
Missing a Javadoc comment. | 914 | |
Line is longer than 80 characters. | 915 | |
Line is longer than 80 characters. | 917 | |
Line is longer than 80 characters. | 919 | |
Line is longer than 80 characters. | 920 | |
Line has trailing spaces. | 923 | |
Line is longer than 80 characters. | 924 | |
Line is longer than 80 characters. | 926 | |
Line is longer than 80 characters. | 928 | |
Line is longer than 80 characters. | 929 | |
Line has trailing spaces. | 930 | |
Line has trailing spaces. | 931 | |
Line is longer than 80 characters. | 938 | |
Line is longer than 80 characters. | 940 | |
Line has trailing spaces. | 941 | |
Line is longer than 80 characters. | 941 | |
Line has trailing spaces. | 942 | |
Line is longer than 80 characters. | 942 | |
Line has trailing spaces. | 943 | |
Line is longer than 80 characters. | 943 | |
Line is longer than 80 characters. | 944 | |
Line has trailing spaces. | 945 | |
Line is longer than 80 characters. | 946 | |
Line has trailing spaces. | 952 | |
Line is longer than 80 characters. | 960 | |
Line is longer than 80 characters. | 967 | |
Line has trailing spaces. | 978 | |
Line is longer than 80 characters. | 979 | |
Line has trailing spaces. | 985 | |
Line is longer than 80 characters. | 986 | |
Line has trailing spaces. | 991 | |
Line has trailing spaces. | 996 | |
Line is longer than 80 characters. | 997 | |
Line has trailing spaces. | 998 | |
Line has trailing spaces. | 1006 | |
Line is longer than 80 characters. | 1007 | |
Line has trailing spaces. | 1011 | |
Line has trailing spaces. | 1015 | |
Line is longer than 80 characters. | 1015 | |
'+' should be on a new line. | 1015 | |
Line is longer than 80 characters. | 1016 | |
Line has trailing spaces. | 1021 | |
Line has trailing spaces. | 1032 | |
Line has trailing spaces. | 1038 | |
Line has trailing spaces. | 1041 | |
Line has trailing spaces. | 1046 | |
Line has trailing spaces. | 1048 | |
Line has trailing spaces. | 1049 | |
Line is longer than 80 characters. | 1050 | |
Line is longer than 80 characters. | 1052 | |
Line is longer than 80 characters. | 1053 | |
Line has trailing spaces. | 1072 | |
Method 'setupRevenueSection' is not designed for extension - needs to be abstract, final or empty. | 1073 | |
Missing a Javadoc comment. | 1073 | |
Parameter parentSection should be final. | 1073 | |
Line is longer than 80 characters. | 1074 | |
Line is longer than 80 characters. | 1076 | |
Line is longer than 80 characters. | 1077 | |
Line has trailing spaces. | 1078 | |
Line has trailing spaces. | 1079 | |
Line has trailing spaces. | 1080 | |
Line has trailing spaces. | 1084 | |
Line has trailing spaces. | 1087 | |
Line has trailing spaces. | 1088 | |
Line is longer than 80 characters. | 1088 | |
Line has trailing spaces. | 1094 | |
Method 'setupExpenditureSection' is not designed for extension - needs to be abstract, final or empty. | 1095 | |
Missing a Javadoc comment. | 1095 | |
Parameter parentSection should be final. | 1095 | |
Line is longer than 80 characters. | 1096 | |
Line is longer than 80 characters. | 1097 | |
Line has trailing spaces. | 1100 | |
Line has trailing spaces. | 1101 | |
Line has trailing spaces. | 1102 | |
Line has trailing spaces. | 1106 | |
Line has trailing spaces. | 1109 | |
Line has trailing spaces. | 1110 | |
Line is longer than 80 characters. | 1110 | |
Line has trailing spaces. | 1116 | |
Line has trailing spaces. | 1117 | |
Line is longer than 80 characters. | 1117 | |
Method 'makeCondition' is not designed for extension - needs to be abstract, final or empty. | 1117 | |
Missing a Javadoc comment. | 1117 | |
Parameter fieldPath should be final. | 1117 | |
Parameter messageLabelKey should be final. | 1117 | |
Parameter value should be final. | 1118 | |
Line has trailing spaces. | 1121 | |
Method 'getCourseTitlePath' is not designed for extension - needs to be abstract, final or empty. | 1129 | |
Method 'getProposalPath' is not designed for extension - needs to be abstract, final or empty. | 1134 | |
Method 'getProposalTitlePath' is not designed for extension - needs to be abstract, final or empty. | 1139 | |
Method 'getViewsEnum' is not designed for extension - needs to be abstract, final or empty. | 1144 | |
Method 'getSectionTitle' is not designed for extension - needs to be abstract, final or empty. | 1150 | |
Parameter model should be final. | 1151 | |
Method 'getProposalHeaderTitle' is not designed for extension - needs to be abstract, final or empty. | 1162 | |
Parameter model should be final. | 1163 | |
Missing a Javadoc comment. | 1180 | |
Missing a Javadoc comment. | 1181 | |
Variable 'key' must be private and have accessor methods. | 1181 | |
Missing a Javadoc comment. | 1182 | |
Variable 'hasDataValueBinding' must be private and have accessor methods. | 1182 | |
Missing a Javadoc comment. | 1184 | |
Parameter key should be final. | 1184 | |
'key' hides a field. | 1184 | |
Line is longer than 80 characters. | 1189 | |
Parameter widget should be final. | 1189 | |
Parameter model should be final. | 1189 | |
Parameter path should be final. | 1189 | |
Line is longer than 80 characters. | 1210 | |
Line is longer than 80 characters. | 1217 | |
Avoid inline conditionals. | 1217 | |
Line is longer than 80 characters. | 1232 | |
Parameter widget should be final. | 1232 | |
Parameter model should be final. | 1232 | |
Parameter path should be final. | 1232 | |
Line is longer than 80 characters. | 1235 | |
Line is longer than 80 characters. | 1257 | |
Avoid inline conditionals. | 1257 | |
Line is longer than 80 characters. | 1259 | |
Avoid inline conditionals. | 1259 | |
Missing a Javadoc comment. | 1274 | |
Missing a Javadoc comment. | 1275 | |
Variable 'fieldKey' must be private and have accessor methods. | 1275 | |
Missing a Javadoc comment. | 1276 | |
Variable 'labelKey' must be private and have accessor methods. | 1276 | |
Missing a Javadoc comment. | 1277 | |
Variable 'nextLine' must be private and have accessor methods. | 1277 | |
Line has trailing spaces. | 1278 | |
Missing a Javadoc comment. | 1279 | |
Missing a Javadoc comment. | 1281 | |
Parameter fieldKey should be final. | 1281 | |
'fieldKey' hides a field. | 1281 | |
Parameter labelKey should be final. | 1281 | |
'labelKey' hides a field. | 1281 | |
Line is longer than 80 characters. | 1282 | |
Parameter fieldWidget should be final. | 1282 | |
Parameter modelWidgetBinding should be final. | 1282 | |
Parameter nextLine should be final. | 1282 | |
'nextLine' hides a field. | 1282 | |
Missing a Javadoc comment. | 1287 | |
Missing a Javadoc comment. | 1290 | |
Parameter fieldKey should be final. | 1290 | |
'fieldKey' hides a field. | 1290 | |
Missing a Javadoc comment. | 1293 | |
Missing a Javadoc comment. | 1296 | |
Parameter labelKey should be final. | 1296 | |
'labelKey' hides a field. | 1296 | |
Missing a Javadoc comment. | 1299 | |
Missing a Javadoc comment. | 1302 | |
Parameter nextLine should be final. | 1302 | |
'nextLine' hides a field. | 1302 |
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 | |
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 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 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. | 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 | |
'{' should be on the previous line. | 72 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 76 | |
Line is longer than 80 characters. | 77 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 81 | |
Variable 'type' must be private and have accessor methods. | 81 | |
Missing a Javadoc comment. | 82 | |
Variable 'state' must be private and have accessor methods. | 82 | |
Missing a Javadoc comment. | 83 | |
Variable 'groupName' must be private and have accessor methods. | 83 | |
Missing a Javadoc comment. | 84 | |
Variable 'modelDefinition' must be private and have accessor methods. | 84 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 89 | |
Line contains a tab character. | 91 | |
Missing a Javadoc comment. | 91 | |
Line has trailing spaces. | 92 | |
Missing a Javadoc comment. | 93 | |
'{' is not preceded with whitespace. | 93 | |
Line contains a tab character. | 95 | |
Missing a Javadoc comment. | 95 | |
Variable 'view' must be private and have accessor methods. | 95 | |
Line contains a tab character. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter view should be final. | 97 | |
'view' hides a field. | 97 | |
'{' is not preceded with whitespace. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Parameter event should be final. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Missing a Javadoc comment. | 107 | |
Parameter type should be final. | 107 | |
'type' hides a field. | 107 | |
Parameter state should be final. | 107 | |
'state' hides a field. | 107 | |
Line is longer than 80 characters. | 108 | |
Parameter groupName should be final. | 108 | |
'groupName' hides a field. | 108 | |
Parameter modelDefinition should be final. | 108 | |
'modelDefinition' hides a field. | 108 | |
Parameter stmtTypes should be final. | 108 | |
'stmtTypes' hides a field. | 108 | |
Parameter controller should be final. | 108 | |
'controller' hides a field. | 108 | |
Parameter modelId should be final. | 108 | |
'modelId' hides a field. | 108 | |
'cast' is not followed by whitespace. | 116 | |
Line is longer than 80 characters. | 119 | |
Method 'initSectionView' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
'(' is preceded with whitespace. | 119 | |
Parameter viewEnum should be final. | 119 | |
Parameter labelKey should be final. | 119 | |
Line is longer than 80 characters. | 120 | |
Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Parameter labelKey should be final. | 124 | |
Line is longer than 80 characters. | 125 | |
Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter labelKey should be final. | 127 | |
Line is longer than 80 characters. | 130 | |
Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter fieldKey should be final. | 130 | |
Parameter messageKey should be final. | 130 | |
Line is longer than 80 characters. | 133 | |
Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Parameter fieldKey should be final. | 133 | |
Parameter messageKey should be final. | 133 | |
Parameter optional should be final. | 133 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 137 | |
Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Parameter fieldKey should be final. | 137 | |
Parameter messageKey should be final. | 137 | |
Parameter widget should be final. | 137 | |
Parameter widget2 should be final. | 137 | |
Parameter parentPath should be final. | 137 | |
Parameter binding should be final. | 137 | |
Parameter optional should be final. | 137 | |
Line is longer than 80 characters. | 141 | |
'if' is not followed by whitespace. | 145 | |
'{' is not preceded with whitespace. | 145 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 150 | |
'if' is not followed by whitespace. | 154 | |
'{' is not preceded with whitespace. | 154 | |
Line contains a tab character. | 155 | |
',' is not followed by whitespace. | 159 | |
Line is longer than 80 characters. | 164 | |
Line contains a tab character. | 164 | |
Method 'generateProposalSummarySection' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 164 | |
Parameter canEditSections should be final. | 164 | |
'{' is not preceded with whitespace. | 164 | |
Line is longer than 80 characters. | 166 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 173 | |
Line has trailing spaces. | 174 | |
'if' is not followed by whitespace. | 175 | |
'{' is not preceded with whitespace. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line is longer than 80 characters. | 179 | |
Line contains a tab character. | 179 | |
'cast' is not followed by whitespace. | 179 | |
Line is longer than 80 characters. | 180 | |
Line contains a tab character. | 180 | |
'cast' is not followed by whitespace. | 180 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
'cast' is not followed by whitespace. | 182 | |
'{' is not preceded with whitespace. | 182 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Parameter result should be final. | 185 | |
Line contains a tab character. | 186 | |
'if' is not followed by whitespace. | 186 | |
'{' is not preceded with whitespace. | 186 | |
Line contains a tab character. | 187 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
'if' is not followed by whitespace. | 188 | |
'{' is not preceded with whitespace. | 188 | |
Line is longer than 80 characters. | 189 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 196 | |
'{' is not preceded with whitespace. | 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. | 200 | |
'{' is not preceded with whitespace. | 200 | |
Line contains a tab character. | 202 | |
Line is longer than 80 characters. | 203 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
'if' is not followed by whitespace. | 204 | |
'{' is not preceded with whitespace. | 204 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
'cast' is not followed by whitespace. | 205 | |
'{' is not preceded with whitespace. | 205 | |
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 | |
Line is longer than 80 characters. | 209 | |
Line contains a tab character. | 209 | |
Parameter validationResult should be final. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
Line is longer than 80 characters. | 212 | |
Line contains a tab character. | 212 | |
Line 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 | |
'if' is not followed by whitespace. | 215 | |
'{' is not preceded with whitespace. | 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 | |
'cast' is not followed by whitespace. | 218 | |
Line contains a tab character. | 219 | |
'}' should be on the same line. | 219 | |
Line contains a tab character. | 220 | |
'else' is not followed by whitespace. | 220 | |
'{' is not preceded with whitespace. | 220 | |
Line is longer than 80 characters. | 221 | |
Line contains a tab character. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
Line is longer than 80 characters. | 223 | |
Line contains a tab character. | 223 | |
'cast' is not followed by whitespace. | 223 | |
Line contains a tab character. | 224 | |
Line is longer than 80 characters. | 225 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 227 | |
'}' is not followed by whitespace. | 227 | |
'}' is not preceded with whitespace. | 227 | |
Line contains a tab character. | 228 | |
'}' should be on the same line. | 228 | |
Line contains a tab character. | 229 | |
'else' 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 | |
Line contains a tab character. | 232 | |
'}' is not followed by whitespace. | 232 | |
'}' is not preceded with whitespace. | 232 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
'}' should be on the same line. | 241 | |
'else' is not followed by whitespace. | 242 | |
'{' is not preceded with whitespace. | 242 | |
Line is longer than 80 characters. | 243 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line is longer than 80 characters. | 245 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Missing a Javadoc comment. | 252 | |
Line contains a tab character. | 253 | |
Line is longer than 80 characters. | 256 | |
Line contains a tab character. | 256 | |
Line is longer than 80 characters. | 257 | |
Line contains a tab character. | 257 | |
',' is not followed by whitespace. | 257 | |
',' is not followed by whitespace. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 261 | |
Missing a Javadoc comment. | 261 | |
Missing a Javadoc comment. | 262 | |
Parameter w should be final. | 262 | |
'{' is not preceded with whitespace. | 262 | |
Line contains a tab character. | 263 | |
Line is longer than 80 characters. | 266 | |
'{' is not preceded with whitespace. | 266 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Parameter event should be final. | 269 | |
Line is longer than 80 characters. | 270 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
'{' is not preceded with whitespace. | 279 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Parameter event should be final. | 282 | |
Line contains a tab character. | 283 | |
'if' is not followed by whitespace. | 283 | |
'{' is not preceded with whitespace. | 283 | |
Line is longer than 80 characters. | 284 | |
Line contains a tab character. | 284 | |
'for' is not followed by whitespace. | 284 | |
'=' is not preceded with whitespace. | 284 | |
'=' is not followed by whitespace. | 284 | |
'<' is not preceded with whitespace. | 284 | |
'{' is not preceded with whitespace. | 284 | |
Line is longer than 80 characters. | 285 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line is longer than 80 characters. | 288 | |
Line contains a tab character. | 288 | |
Line is longer than 80 characters. | 289 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
'}' should be on the same line. | 290 | |
Line contains a tab character. | 291 | |
'else' is not followed by whitespace. | 291 | |
'{' is not preceded with whitespace. | 291 | |
Line is longer than 80 characters. | 292 | |
Line contains a tab character. | 292 | |
'for' is not followed by whitespace. | 292 | |
'=' is not preceded with whitespace. | 292 | |
'=' is not followed by whitespace. | 292 | |
'<' is not preceded with whitespace. | 292 | |
'{' is not preceded with whitespace. | 292 | |
Line is longer than 80 characters. | 293 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line is longer than 80 characters. | 296 | |
Line contains a tab character. | 296 | |
Line is longer than 80 characters. | 297 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 306 | |
Method 'generateCourseSummarySection' is not designed for extension - needs to be abstract, final or empty. | 306 | |
Missing a Javadoc comment. | 306 | |
'{' is not preceded with whitespace. | 306 | |
Line is longer than 80 characters. | 310 | |
Line is longer than 80 characters. | 311 | |
Line is longer than 80 characters. | 316 | |
Line contains a tab character. | 322 | |
Method 'generateCourseInformationForProposal' is not designed for extension - needs to be abstract, final or empty. | 322 | |
Missing a Javadoc comment. | 322 | |
Line contains a tab character. | 323 | |
'{' is not preceded with whitespace. | 323 | |
Line is longer than 80 characters. | 327 | |
Line is longer than 80 characters. | 328 | |
Line is longer than 80 characters. | 329 | |
Line is longer than 80 characters. | 330 | |
Line is longer than 80 characters. | 331 | |
Line is longer than 80 characters. | 332 | |
Line is longer than 80 characters. | 334 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 336 | |
Line is longer than 80 characters. | 337 | |
Line contains a tab character. | 337 | |
Line is longer than 80 characters. | 338 | |
Line contains a tab character. | 338 | |
Line is longer than 80 characters. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line is longer than 80 characters. | 342 | |
Line contains a tab character. | 342 | |
Line is longer than 80 characters. | 343 | |
Line contains a tab character. | 344 | |
Line contains a tab character. | 345 | |
Line is longer than 80 characters. | 346 | |
Line contains a tab character. | 346 | |
Line is longer than 80 characters. | 347 | |
Line contains a tab character. | 347 | |
Line is longer than 80 characters. | 349 | |
Line is longer than 80 characters. | 350 | |
Method 'generateCourseInformation' is not designed for extension - needs to be abstract, final or empty. | 356 | |
Missing a Javadoc comment. | 356 | |
'{' is not preceded with whitespace. | 356 | |
Line is longer than 80 characters. | 360 | |
Line is longer than 80 characters. | 361 | |
Line is longer than 80 characters. | 362 | |
Line is longer than 80 characters. | 363 | |
Line is longer than 80 characters. | 364 | |
Line is longer than 80 characters. | 365 | |
Line is longer than 80 characters. | 367 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
Line is longer than 80 characters. | 370 | |
Line contains a tab character. | 370 | |
Line is longer than 80 characters. | 371 | |
Line contains a tab character. | 371 | |
Line is longer than 80 characters. | 372 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 374 | |
Line is longer than 80 characters. | 375 | |
Line contains a tab character. | 375 | |
Line is longer than 80 characters. | 376 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Line is longer than 80 characters. | 379 | |
Line contains a tab character. | 379 | |
Line is longer than 80 characters. | 380 | |
Line contains a tab character. | 380 | |
Line is longer than 80 characters. | 382 | |
Method 'generateGovernanceSection' is not designed for extension - needs to be abstract, final or empty. | 387 | |
Missing a Javadoc comment. | 387 | |
'{' is not preceded with whitespace. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Line is longer than 80 characters. | 391 | |
Line is longer than 80 characters. | 392 | |
Line is longer than 80 characters. | 393 | |
Method 'generateCourseLogisticsSection' is not designed for extension - needs to be abstract, final or empty. | 397 | |
Missing a Javadoc comment. | 397 | |
Line contains a tab character. | 398 | |
'{' is not preceded with whitespace. | 398 | |
Line contains a tab character. | 399 | |
Line is longer than 80 characters. | 400 | |
Line contains a tab character. | 400 | |
Line is longer than 80 characters. | 402 | |
Line is longer than 80 characters. | 403 | |
Line is longer than 80 characters. | 404 | |
Line is longer than 80 characters. | 405 | |
Line is longer than 80 characters. | 406 | |
Line is longer than 80 characters. | 407 | |
Line is longer than 80 characters. | 409 | |
Line is longer than 80 characters. | 410 | |
Line is longer than 80 characters. | 413 | |
Line is longer than 80 characters. | 416 | |
Line is longer than 80 characters. | 417 | |
Line contains a tab character. | 418 | |
Line contains a tab character. | 419 | |
Line is longer than 80 characters. | 420 | |
Line contains a tab character. | 420 | |
Line is longer than 80 characters. | 421 | |
Line contains a tab character. | 421 | |
Line is longer than 80 characters. | 422 | |
Line contains a tab character. | 422 | |
Line is longer than 80 characters. | 423 | |
Line contains a tab character. | 423 | |
Line is longer than 80 characters. | 424 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 425 | |
Line is longer than 80 characters. | 427 | |
Line is longer than 80 characters. | 428 | |
Line is longer than 80 characters. | 429 | |
'{' is not preceded with whitespace. | 431 | |
Line contains a tab character. | 432 | |
Line is longer than 80 characters. | 433 | |
Line contains a tab character. | 433 | |
Parameter row should be final. | 433 | |
Line contains a tab character. | 434 | |
Parameter column1 should be final. | 434 | |
Parameter column2 should be final. | 434 | |
Line contains a tab character. | 435 | |
'if' is not followed by whitespace. | 435 | |
'&&' should be on a new line. | 435 | |
Line is longer than 80 characters. | 436 | |
Line contains a tab character. | 436 | |
'&&' should be on a new line. | 436 | |
Line is longer than 80 characters. | 437 | |
Line contains a tab character. | 437 | |
'{' is not preceded with whitespace. | 437 | |
Line is longer than 80 characters. | 438 | |
Line contains a tab character. | 438 | |
'type' hides a field. | 438 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 441 | |
'if' is not followed by whitespace. | 441 | |
'{' is not preceded with whitespace. | 441 | |
Line contains a tab character. | 442 | |
Line contains a tab character. | 443 | |
Line contains a tab character. | 444 | |
'if' is not followed by whitespace. | 444 | |
'{' is not preceded with whitespace. | 444 | |
Line contains a tab character. | 445 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 448 | |
'if' is not followed by whitespace. | 448 | |
'{' is not preceded with whitespace. | 448 | |
Line is longer than 80 characters. | 449 | |
Line contains a tab character. | 449 | |
'if' is not followed by whitespace. | 449 | |
'cast' is not followed by whitespace. | 449 | |
'{' is not preceded with whitespace. | 449 | |
Line contains a tab character. | 450 | |
Line contains a tab character. | 451 | |
Line contains a tab character. | 452 | |
'}' should be on the same line. | 452 | |
Line is longer than 80 characters. | 453 | |
Line contains a tab character. | 453 | |
'if' is not followed by whitespace. | 453 | |
'{' is not preceded with whitespace. | 453 | |
Line is longer than 80 characters. | 454 | |
Line contains a tab character. | 454 | |
'if' is not followed by whitespace. | 454 | |
'cast' is not followed by whitespace. | 454 | |
'{' is not preceded with whitespace. | 454 | |
Line contains a tab character. | 455 | |
Line contains a tab character. | 456 | |
Line contains a tab character. | 457 | |
Line contains a tab character. | 458 | |
Line contains a tab character. | 459 | |
Line contains a tab character. | 460 | |
Line is longer than 80 characters. | 465 | |
Line contains a tab character. | 466 | |
Line contains a tab character. | 467 | |
Line is longer than 80 characters. | 468 | |
Line is longer than 80 characters. | 469 | |
Line contains a tab character. | 469 | |
Line contains a tab character. | 470 | |
Line contains a tab character. | 471 | |
Line is longer than 80 characters. | 472 | |
Line contains a tab character. | 472 | |
Line is longer than 80 characters. | 473 | |
Line contains a tab character. | 473 | |
Line is longer than 80 characters. | 474 | |
Line contains a tab character. | 474 | |
Line is longer than 80 characters. | 475 | |
Line contains a tab character. | 475 | |
Line is longer than 80 characters. | 476 | |
Line contains a tab character. | 476 | |
Line is longer than 80 characters. | 477 | |
Line contains a tab character. | 477 | |
Method 'generateLearningObjectivesSection' is not designed for extension - needs to be abstract, final or empty. | 484 | |
Missing a Javadoc comment. | 484 | |
'{' is not preceded with whitespace. | 484 | |
Line contains a tab character. | 485 | |
Line is longer than 80 characters. | 486 | |
Line contains a tab character. | 486 | |
Line is longer than 80 characters. | 488 | |
Line is longer than 80 characters. | 489 | |
Line contains a tab character. | 489 | |
Method 'generateActiveDatesSection' is not designed for extension - needs to be abstract, final or empty. | 496 | |
Missing a Javadoc comment. | 496 | |
'{' is not preceded with whitespace. | 496 | |
Line contains a tab character. | 497 | |
Line contains a tab character. | 498 | |
Line is longer than 80 characters. | 500 | |
Line is longer than 80 characters. | 501 | |
Line is longer than 80 characters. | 503 | |
Method 'generateFeesSection' is not designed for extension - needs to be abstract, final or empty. | 507 | |
Missing a Javadoc comment. | 507 | |
Line contains a tab character. | 508 | |
Line contains a tab character. | 509 | |
Line is longer than 80 characters. | 511 | |
Line is longer than 80 characters. | 513 | |
Line contains a tab character. | 514 | |
Line contains a tab character. | 515 | |
Line contains a tab character. | 516 | |
Line contains a tab character. | 517 | |
Line is longer than 80 characters. | 518 | |
Line is longer than 80 characters. | 519 | |
Line is longer than 80 characters. | 520 | |
Line contains a tab character. | 520 | |
Line contains a tab character. | 521 | |
Line contains a tab character. | 522 | |
Line contains a tab character. | 523 | |
Line contains a tab character. | 524 | |
Line contains a tab character. | 525 | |
Line contains a tab character. | 527 | |
Line is longer than 80 characters. | 528 | |
Line contains a tab character. | 528 | |
Line contains a tab character. | 529 | |
Line contains a tab character. | 530 | |
Line is longer than 80 characters. | 531 | |
Line contains a tab character. | 531 | |
Line is longer than 80 characters. | 532 | |
Line contains a tab character. | 532 | |
Line contains a tab character. | 533 | |
Line contains a tab character. | 535 | |
Line is longer than 80 characters. | 536 | |
Line contains a tab character. | 536 | |
Line is longer than 80 characters. | 537 | |
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. | 545 | |
Method 'generateRequirementsSection' is not designed for extension - needs to be abstract, final or empty. | 547 | |
Missing a Javadoc comment. | 547 | |
'{' is not preceded with whitespace. | 547 | |
Line contains a tab character. | 549 | |
Line is longer than 80 characters. | 550 | |
Line contains a tab character. | 550 | |
Line is longer than 80 characters. | 555 | |
Line is longer than 80 characters. | 562 | |
Missing a Javadoc comment. | 562 | |
Line is longer than 80 characters. | 564 | |
Line is longer than 80 characters. | 567 | |
Parameter panel should be final. | 567 | |
Parameter model should be final. | 567 | |
Parameter path should be final. | 567 | |
Line is longer than 80 characters. | 571 | |
Parameter model should be final. | 571 | |
Parameter path should be final. | 571 | |
Line has trailing spaces. | 574 | |
Line is longer than 80 characters. | 575 | |
Line is longer than 80 characters. | 576 | |
Parameter result should be final. | 578 | |
Line is longer than 80 characters. | 579 | |
Line has trailing spaces. | 580 | |
Line is longer than 80 characters. | 583 | |
Line has trailing spaces. | 586 | |
Line is longer than 80 characters. | 586 | |
Line is longer than 80 characters. | 592 | |
Missing a Javadoc comment. | 598 | |
Parameter path should be final. | 598 | |
Parameter itemLabelMessageKey should be final. | 599 | |
Parameter fieldKeysAndLabels should be final. | 599 | |
'{' is not preceded with whitespace. | 599 | |
Line is longer than 80 characters. | 600 | |
Line contains a tab character. | 600 | |
Line contains a tab character. | 603 | |
Missing a Javadoc comment. | 603 | |
Parameter path should be final. | 603 | |
Line is longer than 80 characters. | 604 | |
Parameter itemLabelMessageKey should be final. | 604 | |
Parameter fieldKeysAndLabels should be final. | 604 | |
Parameter customBindings should be final. | 604 | |
'{' is not preceded with whitespace. | 604 | |
Line contains a tab character. | 605 | |
Line is longer than 80 characters. | 606 | |
Line is longer than 80 characters. | 607 | |
Line is longer than 80 characters. | 612 | |
Line is longer than 80 characters. | 617 | |
Line contains a tab character. | 617 | |
Line is longer than 80 characters. | 619 | |
Line contains a tab character. | 619 | |
'if' is not followed by whitespace. | 619 | |
'3' is a magic number. | 619 | |
'{' is not preceded with whitespace. | 619 | |
Line contains a tab character. | 620 | |
Line contains a tab character. | 621 | |
Line is longer than 80 characters. | 622 | |
Line contains a tab character. | 622 | |
'if' is not followed by whitespace. | 622 | |
'{' is not preceded with whitespace. | 622 | |
Line is longer than 80 characters. | 623 | |
Line contains a tab character. | 623 | |
Line contains a tab character. | 624 | |
Line is longer than 80 characters. | 633 | |
Missing a Javadoc comment. | 634 | |
Parameter fieldKey should be final. | 635 | |
Parameter labelKey should be final. | 635 | |
Parameter parentPath should be final. | 635 | |
Line is longer than 80 characters. | 637 | |
Line is longer than 80 characters. | 641 | |
Line is longer than 80 characters. | 648 | |
Missing a Javadoc comment. | 648 | |
Parameter fieldKey should be final. | 648 | |
Parameter messageKey should be final. | 648 | |
',' is not followed by whitespace. | 648 | |
Parameter parentPath should be final. | 648 | |
Line is longer than 80 characters. | 649 | |
Line is longer than 80 characters. | 652 | |
Missing a Javadoc comment. | 652 | |
Parameter fieldKey should be final. | 652 | |
Parameter messageKey should be final. | 652 | |
Parameter parentPath should be final. | 652 | |
Parameter widget should be final. | 652 | |
Parameter binding should be final. | 652 | |
Line is longer than 80 characters. | 657 | |
Line contains a tab character. | 667 | |
Method 'generateCourseBriefSection' is not designed for extension - needs to be abstract, final or empty. | 667 | |
Missing a Javadoc comment. | 667 | |
Line is longer than 80 characters. | 668 | |
Line contains a tab character. | 668 | |
Line contains a tab character. | 669 | |
Line contains a tab character. | 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. | 675 | |
Line is longer than 80 characters. | 676 | |
Line is longer than 80 characters. | 678 | |
Line is longer than 80 characters. | 681 | |
Line is longer than 80 characters. | 682 | |
Line contains a tab character. | 683 | |
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 is longer than 80 characters. | 688 | |
Line contains a tab character. | 688 | |
Line is longer than 80 characters. | 689 | |
Line contains a tab character. | 689 | |
Line contains a tab character. | 690 | |
Line is longer than 80 characters. | 692 | |
Line is longer than 80 characters. | 693 | |
Line is longer than 80 characters. | 694 | |
'{' is not preceded with whitespace. | 696 | |
Line contains a tab character. | 697 | |
Line is longer than 80 characters. | 698 | |
Line contains a tab character. | 698 | |
Parameter row should be final. | 698 | |
Line contains a tab character. | 699 | |
Parameter column1 should be final. | 699 | |
Parameter column2 should be final. | 699 | |
Line contains a tab character. | 700 | |
'if' is not followed by whitespace. | 700 | |
'&&' should be on a new line. | 700 | |
Line is longer than 80 characters. | 701 | |
Line contains a tab character. | 701 | |
'&&' should be on a new line. | 701 | |
Line is longer than 80 characters. | 702 | |
Line contains a tab character. | 702 | |
'{' is not preceded with whitespace. | 702 | |
Line is longer than 80 characters. | 703 | |
Line contains a tab character. | 703 | |
'type' hides a field. | 703 | |
Line contains a tab character. | 704 | |
Line contains a tab character. | 705 | |
Line contains a tab character. | 706 | |
'if' is not followed by whitespace. | 706 | |
'{' is not preceded with whitespace. | 706 | |
Line contains a tab character. | 707 | |
Line contains a tab character. | 708 | |
Line contains a tab character. | 709 | |
'if' is not followed by whitespace. | 709 | |
'{' is not preceded with whitespace. | 709 | |
Line contains a tab character. | 710 | |
Line contains a tab character. | 711 | |
Line contains a tab character. | 713 | |
'if' is not followed by whitespace. | 713 | |
'{' is not preceded with whitespace. | 713 | |
Line is longer than 80 characters. | 714 | |
Line contains a tab character. | 714 | |
'if' is not followed by whitespace. | 714 | |
'cast' is not followed by whitespace. | 714 | |
'{' is not preceded with whitespace. | 714 | |
Line contains a tab character. | 715 | |
Line contains a tab character. | 716 | |
Line contains a tab character. | 717 | |
'}' should be on the same line. | 717 | |
Line is longer than 80 characters. | 718 | |
Line contains a tab character. | 718 | |
'if' is not followed by whitespace. | 718 | |
'{' is not preceded with whitespace. | 718 | |
Line is longer than 80 characters. | 719 | |
Line contains a tab character. | 719 | |
'if' is not followed by whitespace. | 719 | |
'cast' is not followed by whitespace. | 719 | |
'{' is not preceded with whitespace. | 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 contains a tab character. | 724 | |
Line contains a tab character. | 725 | |
Line is longer than 80 characters. | 728 | |
Line is longer than 80 characters. | 729 | |
Line is longer than 80 characters. | 730 | |
Line is longer than 80 characters. | 731 | |
Line is longer than 80 characters. | 732 | |
Line contains a tab character. | 733 | |
Line contains a tab character. | 734 | |
Line is longer than 80 characters. | 735 | |
Line is longer than 80 characters. | 736 | |
Line contains a tab character. | 736 | |
Line contains a tab character. | 737 | |
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. | 743 | |
Line contains a tab character. | 743 | |
Line is longer than 80 characters. | 744 | |
Line contains a tab character. | 744 | |
Line is longer than 80 characters. | 748 | |
Line contains a tab character. | 749 | |
Line contains a tab character. | 750 | |
Line contains a tab character. | 751 | |
Line contains a tab character. | 752 | |
Line is longer than 80 characters. | 753 | |
Line is longer than 80 characters. | 754 | |
Line is longer than 80 characters. | 755 | |
Line contains a tab character. | 755 | |
Line contains a tab character. | 756 | |
Line contains a tab character. | 757 | |
Line contains a tab character. | 758 | |
Line contains a tab character. | 759 | |
Line contains a tab character. | 760 | |
Line is longer than 80 characters. | 761 | |
Line contains a tab character. | 762 | |
Line contains a tab character. | 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. | 767 | |
Line contains a tab character. | 768 | |
Line is longer than 80 characters. | 769 | |
Line contains a tab character. | 769 | |
Line is longer than 80 characters. | 770 | |
Line contains a tab character. | 771 | |
Line contains a tab character. | 772 | |
Line is longer than 80 characters. | 773 | |
Line contains a tab character. | 773 | |
Line is longer than 80 characters. | 774 | |
Line contains a tab character. | 774 | |
Line contains a tab character. | 775 | |
Line is longer than 80 characters. | 776 | |
Line contains a tab character. | 780 | |
Line contains a tab character. | 782 | |
Method 'generateCourseCatalogSection' is not designed for extension - needs to be abstract, final or empty. | 782 | |
Missing a Javadoc comment. | 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 | |
Line contains a tab character. | 785 | |
Line contains a tab character. | 786 | |
'{' is not preceded with whitespace. | 786 | |
Line contains a tab character. | 788 | |
Line is longer than 80 characters. | 789 | |
Line contains a tab character. | 789 | |
Parameter widget should be final. | 789 | |
Parameter model should be final. | 789 | |
Parameter path should be final. | 789 | |
Line contains a tab character. | 790 | |
Line contains a tab character. | 792 | |
Line contains a tab character. | 794 | |
Line is longer than 80 characters. | 795 | |
Line contains a tab character. | 795 | |
Parameter widget should be final. | 795 | |
Parameter model should be final. | 795 | |
Parameter path should be final. | 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 is longer than 80 characters. | 799 | |
Line contains a tab character. | 799 | |
Line contains a tab character. | 800 | |
Line contains a tab character. | 801 | |
'if' is not followed by whitespace. | 801 | |
'!=' is not followed by whitespace. | 801 | |
'{' is not preceded with whitespace. | 801 | |
Line is longer than 80 characters. | 802 | |
Line contains a tab character. | 802 | |
Line contains a tab character. | 803 | |
Line is longer than 80 characters. | 804 | |
Line contains a tab character. | 804 | |
Line contains a tab character. | 805 | |
'while' is not followed by whitespace. | 805 | |
'{' is not preceded with whitespace. | 805 | |
Line contains a tab character. | 806 | |
Line is longer than 80 characters. | 807 | |
Line contains a tab character. | 807 | |
'{' is not preceded with whitespace. | 807 | |
Line contains a tab character. | 808 | |
'cast' is not followed by whitespace. | 808 | |
Line contains a tab character. | 809 | |
Line contains a tab character. | 810 | |
'if' is not followed by whitespace. | 810 | |
'{' is not preceded with whitespace. | 810 | |
Line is longer than 80 characters. | 811 | |
Line contains a tab character. | 811 | |
'+' is not followed by whitespace. | 811 | |
Line contains a tab character. | 812 | |
Line contains a tab character. | 813 | |
Line contains a tab character. | 814 | |
Line contains a tab character. | 816 | |
'if' is not followed by whitespace. | 816 | |
'{' is not preceded with whitespace. | 816 | |
Line contains a tab character. | 817 | |
Line is longer than 80 characters. | 818 | |
Line contains a tab character. | 818 | |
Line contains a tab character. | 819 | |
Line contains a tab character. | 820 | |
Line contains a tab character. | 821 | |
Line is longer than 80 characters. | 823 | |
Line contains a tab character. | 823 | |
Line is longer than 80 characters. | 824 | |
Line contains a tab character. | 824 | |
Line contains a tab character. | 825 | |
Line contains a tab character. | 826 | |
Line contains a tab character. | 827 | |
Line contains a tab character. | 829 | |
Line contains a tab character. | 830 | |
Line contains a tab character. | 831 | |
Line contains a tab character. | 833 | |
Line contains a tab character. | 834 |
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. | 79 | |
Line is longer than 80 characters. | 80 | |
First sentence should end with a period. | 88 | |
Line is longer than 80 characters. | 95 | |
'{' is not preceded with whitespace. | 95 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Missing a Javadoc comment. | 98 | |
Variable 'cluProposalRpcServiceAsync' must be private and have accessor methods. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Missing a Javadoc comment. | 99 | |
Variable 'courseServiceAsync' must be private and have accessor methods. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Missing a Javadoc comment. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Missing a Javadoc comment. | 102 | |
Line contains a tab character. | 104 | |
Missing a Javadoc comment. | 104 | |
Variable 'cfg' must be private and have accessor methods. | 104 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 108 | |
Line contains a tab character. | 110 | |
Missing a Javadoc comment. | 110 | |
Line contains a tab character. | 111 | |
Missing a Javadoc comment. | 111 | |
Line contains a tab character. | 113 | |
Missing a Javadoc comment. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
Missing a Javadoc comment. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Missing a Javadoc comment. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Missing a Javadoc comment. | 116 | |
Line contains a tab character. | 117 | |
Missing a Javadoc comment. | 117 | |
Line contains a tab character. | 118 | |
Missing a Javadoc comment. | 118 | |
Line contains a tab character. | 119 | |
Missing a Javadoc comment. | 119 | |
Line contains a tab character. | 121 | |
Missing a Javadoc comment. | 121 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
Missing a Javadoc comment. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Missing a Javadoc comment. | 124 | |
Line contains a tab character. | 125 | |
Missing a Javadoc comment. | 125 | |
Missing a Javadoc comment. | 127 | |
'{' is not preceded with whitespace. | 127 | |
Method 'setViewContext' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Parameter viewContext should be final. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
'if' is not followed by whitespace. | 136 | |
'{' is not preceded with whitespace. | 136 | |
Line contains a tab character. | 137 | |
'if' is not followed by whitespace. | 137 | |
'{' is not preceded with whitespace. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
'}' should be on the same line. | 139 | |
Line contains a tab character. | 140 | |
'else' is not followed by whitespace. | 140 | |
'{' is not preceded with whitespace. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
'}' should be on the same line. | 144 | |
Line contains a tab character. | 145 | |
'else' is not followed by whitespace. | 145 | |
'{' is not preceded with whitespace. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Missing a Javadoc comment. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
',' is not followed by whitespace. | 154 | |
Line is longer than 80 characters. | 160 | |
'{' is not preceded with whitespace. | 161 | |
'{' is not preceded with whitespace. | 165 | |
Parameter workCompleteCallback should be final. | 167 | |
Line is longer than 80 characters. | 168 | |
Expression can be simplified. | 168 | |
'{' is not preceded with whitespace. | 168 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
'if' is not followed by whitespace. | 184 | |
'{' is not preceded with whitespace. | 184 | |
Line contains a tab character. | 185 | |
Line has trailing spaces. | 186 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
'}' should be on the same line. | 187 | |
Line contains a tab character. | 188 | |
'else' is not followed by whitespace. | 188 | |
'{' is not preceded with whitespace. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line has trailing spaces. | 191 | |
Line is longer than 80 characters. | 194 | |
'{' is not preceded with whitespace. | 194 | |
Line contains a tab character. | 195 | |
Parameter event should be final. | 195 | |
Line has trailing spaces. | 196 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 196 | |
Line has trailing spaces. | 197 | |
Line contains a tab character. | 197 | |
Line is longer than 80 characters. | 200 | |
'{' is not preceded with whitespace. | 200 | |
Parameter saveAction should be final. | 201 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 208 | |
Missing a Javadoc comment. | 208 | |
Parameter workCompleteCallback should be final. | 208 | |
'{' is not preceded with whitespace. | 208 | |
Line contains a tab character. | 209 | |
'if' is not followed by whitespace. | 209 | |
'{' is not preceded with whitespace. | 209 | |
'{' is not preceded with whitespace. | 211 | |
Line is longer than 80 characters. | 212 | |
'{' is not preceded with whitespace. | 213 | |
Line is longer than 80 characters. | 214 | |
'else' is not followed by whitespace. | 215 | |
'{' is not preceded with whitespace. | 215 | |
Line is longer than 80 characters. | 220 | |
Missing a Javadoc comment. | 220 | |
Parameter workCompleteCallback should be final. | 220 | |
'{' is not preceded with whitespace. | 220 | |
Line is longer than 80 characters. | 221 | |
Line contains a tab character. | 221 | |
'{' is not preceded with whitespace. | 221 | |
Line contains a tab character. | 222 | |
'+' is not preceded with whitespace. | 222 | |
'+' is not followed by whitespace. | 222 | |
Line contains a tab character. | 223 | |
'if' is not followed by whitespace. | 223 | |
'{' is not preceded with whitespace. | 223 | |
Line is longer than 80 characters. | 224 | |
Line contains a tab character. | 224 | |
Line 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 contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
'}' should be on the same line. | 229 | |
Line contains a tab character. | 230 | |
'else' is not followed by whitespace. | 230 | |
'{' is not preceded with whitespace. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Missing a Javadoc comment. | 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 contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
'{' is not preceded with whitespace. | 242 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Parameter model should be final. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
'if' is not followed by whitespace. | 249 | |
'{' is not preceded with whitespace. | 249 | |
Line is longer than 80 characters. | 250 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line is longer than 80 characters. | 252 | |
Line contains a tab character. | 252 | |
'if' is not followed by whitespace. | 252 | |
'==' is not preceded with whitespace. | 252 | |
'==' is not followed by whitespace. | 252 | |
'{' is not preceded with whitespace. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 256 | |
Line is longer than 80 characters. | 257 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
'if' is not followed by whitespace. | 258 | |
'{' is not preceded with whitespace. | 258 | |
Line is longer than 80 characters. | 259 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line is longer than 80 characters. | 261 | |
Line contains a tab character. | 261 | |
'if' is not followed by whitespace. | 261 | |
'cast' is not followed by whitespace. | 261 | |
'{' is not preceded with whitespace. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line is longer than 80 characters. | 264 | |
Line contains a tab character. | 264 | |
Line is longer than 80 characters. | 266 | |
Line contains a tab character. | 266 | |
Line is longer than 80 characters. | 267 | |
Line contains a tab character. | 267 | |
'{' is not preceded with whitespace. | 267 | |
Line contains a tab character. | 268 | |
Parameter caught should be final. | 269 | |
Line has trailing spaces. | 270 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 273 | |
Parameter caught should be final. | 274 | |
Line contains a tab character. | 275 | |
Line is longer than 80 characters. | 276 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 279 | |
'{' is not preceded with whitespace. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line has trailing spaces. | 282 | |
Line is longer than 80 characters. | 282 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line has trailing spaces. | 284 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Parameter result should be final. | 285 | |
Line is longer than 80 characters. | 286 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line has trailing spaces. | 293 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Parameter cause should be final. | 297 | |
Line is longer than 80 characters. | 298 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line has trailing spaces. | 302 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line is longer than 80 characters. | 306 | |
Missing a Javadoc comment. | 306 | |
'{' is not preceded with whitespace. | 306 | |
Line is longer than 80 characters. | 309 | |
Parameter stmtTypes should be final. | 312 | |
Line is longer than 80 characters. | 313 | |
Line is longer than 80 characters. | 316 | |
'||' should be on a new line. | 316 | |
Line is longer than 80 characters. | 317 | |
Line contains a tab character. | 334 | |
Expected an @return tag. | 337 | |
Method 'getViewsEnum' is not designed for extension - needs to be abstract, final or empty. | 337 | |
Method 'requestModel' is not designed for extension - needs to be abstract, final or empty. | 342 | |
Line is longer than 80 characters. | 344 | |
Parameter modelType should be final. | 344 | |
'if' is not followed by whitespace. | 345 | |
'{' is not preceded with whitespace. | 345 | |
Line contains a tab character. | 346 | |
'{' is not preceded with whitespace. | 346 | |
Line contains a tab character. | 347 | |
Line contains a tab character. | 349 | |
'if' is not followed by whitespace. | 349 | |
'{' is not preceded with whitespace. | 349 | |
Line is longer than 80 characters. | 350 | |
Line contains a tab character. | 350 | |
'cast' is not followed by whitespace. | 350 | |
'+' is not preceded with whitespace. | 350 | |
'+' is not followed by whitespace. | 350 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Line contains a tab character. | 353 | |
Line has trailing spaces. | 354 | |
Line contains a tab character. | 354 | |
Line is longer than 80 characters. | 355 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 356 | |
'if' is not followed by whitespace. | 356 | |
'{' is not preceded with whitespace. | 356 | |
Line is longer than 80 characters. | 357 | |
Line contains a tab character. | 357 | |
Line is longer than 80 characters. | 358 | |
Line contains a tab character. | 358 | |
'cast' is not followed by whitespace. | 358 | |
'+' is not preceded with whitespace. | 358 | |
'+' is not followed by whitespace. | 358 | |
Line contains a tab character. | 359 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 361 | |
Line contains a tab character. | 362 | |
Line is longer than 80 characters. | 364 | |
Line contains a tab character. | 364 | |
Line is longer than 80 characters. | 365 | |
Line contains a tab character. | 365 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
'{' is not preceded with whitespace. | 370 | |
Line contains a tab character. | 371 | |
Missing a Javadoc comment. | 378 | |
Line is longer than 80 characters. | 379 | |
'{' is not preceded with whitespace. | 379 | |
Line is longer than 80 characters. | 381 | |
'{' is not preceded with whitespace. | 381 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 383 | |
Parameter caught should be final. | 383 | |
Line is longer than 80 characters. | 384 | |
'+' is not preceded with whitespace. | 384 | |
'+' is not followed by whitespace. | 384 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
Parameter proposalId should be final. | 390 | |
Line is longer than 80 characters. | 391 | |
Line contains a tab character. | 391 | |
Line is longer than 80 characters. | 392 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
Missing a Javadoc comment. | 397 | |
Line is longer than 80 characters. | 398 | |
Parameter id should be final. | 398 | |
'{' is not preceded with whitespace. | 398 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 400 | |
'{' is not preceded with whitespace. | 400 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Parameter caught should be final. | 403 | |
'+' is not preceded with whitespace. | 404 | |
'+' is not followed by whitespace. | 404 | |
Line contains a tab character. | 407 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
Parameter result should be final. | 410 | |
Line contains a tab character. | 411 | |
Line contains a tab character. | 412 | |
Line contains a tab character. | 413 | |
Line is longer than 80 characters. | 414 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 420 | |
Missing a Javadoc comment. | 420 | |
Line is longer than 80 characters. | 421 | |
Line contains a tab character. | 421 | |
'{' is not preceded with whitespace. | 421 | |
Line is longer than 80 characters. | 422 | |
Line contains a tab character. | 422 | |
'if' is not followed by whitespace. | 422 | |
'cast' is not followed by whitespace. | 422 | |
'{' is not preceded with whitespace. | 422 | |
Line is longer than 80 characters. | 423 | |
Line contains a tab character. | 423 | |
'cast' is not followed by whitespace. | 423 | |
'{' is not preceded with whitespace. | 423 | |
Line has trailing spaces. | 424 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
Parameter caught should be final. | 426 | |
Line is longer than 80 characters. | 427 | |
Line contains a tab character. | 427 | |
'+' is not preceded with whitespace. | 427 | |
'+' is not followed by whitespace. | 427 | |
Line is longer than 80 characters. | 428 | |
Line contains a tab character. | 428 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
Line has trailing spaces. | 431 | |
Line contains a tab character. | 431 | |
Line contains a tab character. | 432 | |
Line contains a tab character. | 433 | |
Parameter result should be final. | 433 | |
Line contains a tab character. | 434 | |
'if' is not followed by whitespace. | 434 | |
'{' is not preceded with whitespace. | 434 | |
Line contains a tab character. | 435 | |
Line contains a tab character. | 436 | |
Line is longer than 80 characters. | 437 | |
Line contains a tab character. | 437 | |
Line contains a tab character. | 438 | |
Line is longer than 80 characters. | 439 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 441 | |
Line contains a tab character. | 442 | |
'}' should be on the same line. | 442 | |
Line contains a tab character. | 443 | |
'else' is not followed by whitespace. | 443 | |
'{' is not preceded with whitespace. | 443 | |
Line is longer than 80 characters. | 444 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 445 | |
Line contains a tab character. | 446 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 448 | |
Missing a Javadoc comment. | 450 | |
Line is longer than 80 characters. | 451 | |
'{' is not preceded with whitespace. | 451 | |
Missing a Javadoc comment. | 460 | |
Line is longer than 80 characters. | 461 | |
Parameter versionComment should be final. | 461 | |
'{' is not preceded with whitespace. | 461 | |
Line has trailing spaces. | 463 | |
Line has trailing spaces. | 467 | |
Line is longer than 80 characters. | 469 | |
Line has trailing spaces. | 472 | |
Line is longer than 80 characters. | 474 | |
Line contains a tab character. | 475 | |
Parameter result should be final. | 475 | |
Line contains a tab character. | 476 | |
Line contains a tab character. | 477 | |
Line contains a tab character. | 478 | |
Line is longer than 80 characters. | 479 | |
Line contains a tab character. | 479 | |
Line contains a tab character. | 480 | |
Line is longer than 80 characters. | 481 | |
Line contains a tab character. | 481 | |
'+' is not preceded with whitespace. | 481 | |
'+' is not followed by whitespace. | 481 | |
Line contains a tab character. | 482 | |
Line has trailing spaces. | 483 | |
Line contains a tab character. | 483 | |
Line is longer than 80 characters. | 484 | |
Line contains a tab character. | 484 | |
Line contains a tab character. | 485 | |
Line is longer than 80 characters. | 486 | |
Line contains a tab character. | 486 | |
Line contains a tab character. | 487 | |
Line has trailing spaces. | 488 | |
Line contains a tab character. | 488 | |
Line contains a tab character. | 489 | |
Parameter caught should be final. | 489 | |
'+' is not preceded with whitespace. | 490 | |
'+' is not followed by whitespace. | 490 | |
Line contains a tab character. | 493 | |
Line contains a tab character. | 494 | |
Method 'doSaveAction' is not designed for extension - needs to be abstract, final or empty. | 497 | |
Missing a Javadoc comment. | 497 | |
'{' is not preceded with whitespace. | 497 | |
Parameter model should be final. | 500 | |
'{' is not preceded with whitespace. | 503 | |
Line is longer than 80 characters. | 504 | |
Line contains a tab character. | 504 | |
Line is longer than 80 characters. | 505 | |
Line contains a tab character. | 505 | |
Line contains a tab character. | 506 | |
Line contains a tab character. | 509 | |
Parameter result should be final. | 511 | |
Line contains a tab character. | 513 | |
Line contains a tab character. | 515 | |
'if' is not followed by whitespace. | 515 | |
'{' is not preceded with whitespace. | 515 | |
'{' is not preceded with whitespace. | 516 | |
'}' should be on the same line. | 519 | |
'else' is not followed by whitespace. | 520 | |
'{' is not preceded with whitespace. | 520 | |
Line contains a tab character. | 521 | |
Line contains a tab character. | 523 | |
'}' should be on the same line. | 523 | |
Line contains a tab character. | 524 | |
'else' is not followed by whitespace. | 524 | |
'{' is not preceded with whitespace. | 524 | |
Line contains a tab character. | 525 | |
Line is longer than 80 characters. | 526 | |
Line contains a tab character. | 526 | |
Line contains a tab character. | 527 | |
Parameter cause should be final. | 534 | |
Line contains a tab character. | 535 | |
Line is longer than 80 characters. | 536 | |
Method 'startSectionRequired' is not designed for extension - needs to be abstract, final or empty. | 543 | |
Missing a Javadoc comment. | 543 | |
'{' is not preceded with whitespace. | 543 | |
'+' is not preceded with whitespace. | 544 | |
'+' is not followed by whitespace. | 544 | |
Line is longer than 80 characters. | 546 | |
'{' is not preceded with whitespace. | 549 | |
Line is longer than 80 characters. | 551 | |
Line is longer than 80 characters. | 554 | |
Line contains a tab character. | 554 | |
'==' is not preceded with whitespace. | 554 | |
'==' is not followed by whitespace. | 554 | |
Method 'saveProposalClu' is not designed for extension - needs to be abstract, final or empty. | 557 | |
Missing a Javadoc comment. | 557 | |
'{' is not preceded with whitespace. | 557 | |
Line contains a tab character. | 558 | |
Line is longer than 80 characters. | 559 | |
Line contains a tab character. | 561 | |
Line contains a tab character. | 562 | |
Parameter caught should be final. | 562 | |
Line contains a tab character. | 563 | |
Line contains a tab character. | 564 | |
Line is longer than 80 characters. | 565 | |
'5000' is a magic number. | 565 | |
Line contains a tab character. | 566 | |
Line is longer than 80 characters. | 570 | |
'{' is not preceded with whitespace. | 570 | |
Parameter caught should be final. | 572 | |
Parameter result should be final. | 576 | |
Line contains a tab character. | 577 | |
Line is longer than 80 characters. | 579 | |
Line contains a tab character. | 579 | |
'if' is not followed by whitespace. | 579 | |
'!=' is not preceded with whitespace. | 579 | |
'!=' is not followed by whitespace. | 579 | |
'{' is not preceded with whitespace. | 579 | |
Line is longer than 80 characters. | 580 | |
Line contains a tab character. | 580 | |
Line contains a tab character. | 581 | |
Line is longer than 80 characters. | 583 | |
'5000' is a magic number. | 583 | |
Line contains a tab character. | 584 | |
'else' is not preceded with whitespace. | 584 | |
'}' is not followed by whitespace. | 584 | |
'else' is not followed by whitespace. | 584 | |
'{' is not preceded with whitespace. | 584 | |
Line has trailing spaces. | 585 | |
Line contains a tab character. | 585 | |
Line contains a tab character. | 586 | |
Line contains a tab character. | 587 | |
Line contains a tab character. | 588 | |
Line contains a tab character. | 590 | |
Line contains a tab character. | 591 | |
'{' is not preceded with whitespace. | 591 | |
Line is longer than 80 characters. | 592 | |
Line contains a tab character. | 592 | |
'cast' is not followed by whitespace. | 592 | |
Line is longer than 80 characters. | 593 | |
Line contains a tab character. | 593 | |
Line contains a tab character. | 594 | |
Line contains a tab character. | 595 | |
Line has trailing spaces. | 596 | |
Line contains a tab character. | 596 | |
Line is longer than 80 characters. | 597 | |
Line contains a tab character. | 597 | |
Line is longer than 80 characters. | 598 | |
Line contains a tab character. | 598 | |
'cast' is not followed by whitespace. | 598 | |
'+' is not preceded with whitespace. | 598 | |
'+' is not followed by whitespace. | 598 | |
Line is longer than 80 characters. | 599 | |
Line contains a tab character. | 599 | |
Line contains a tab character. | 600 | |
Line has trailing spaces. | 601 | |
Line contains a tab character. | 601 | |
Line contains a tab character. | 602 | |
Line contains a tab character. | 603 | |
Line contains a tab character. | 604 | |
Line contains a tab character. | 605 | |
'if' is not followed by whitespace. | 605 | |
'{' is not preceded with whitespace. | 605 | |
Line is longer than 80 characters. | 606 | |
Line contains a tab character. | 606 | |
Line contains a tab character. | 607 | |
'}' should be on the same line. | 607 | |
Line contains a tab character. | 608 | |
'if' is not followed by whitespace. | 608 | |
'{' is not preceded with whitespace. | 608 | |
Line is longer than 80 characters. | 609 | |
Line contains a tab character. | 609 | |
'cast' is not followed by whitespace. | 609 | |
'+' is not preceded with whitespace. | 609 | |
'+' is not followed by whitespace. | 609 | |
Line contains a tab character. | 610 | |
Line contains a tab character. | 611 | |
Line has trailing spaces. | 612 | |
Line contains a tab character. | 612 | |
Line contains a tab character. | 613 | |
'if' is not followed by whitespace. | 613 | |
'{' is not preceded with whitespace. | 613 | |
Line is longer than 80 characters. | 614 | |
Line contains a tab character. | 614 | |
Line contains a tab character. | 615 | |
Line is longer than 80 characters. | 616 | |
Line contains a tab character. | 616 | |
'4000' is a magic number. | 616 | |
Line contains a tab character. | 617 | |
Line contains a tab character. | 621 | |
Method 'setLastUpdated' is not designed for extension - needs to be abstract, final or empty. | 626 | |
Missing a Javadoc comment. | 626 | |
'{' is not preceded with whitespace. | 626 | |
Line contains a tab character. | 627 | |
'cast' is not followed by whitespace. | 627 | |
Line contains a tab character. | 628 | |
'if' is not followed by whitespace. | 628 | |
'{' is not preceded with whitespace. | 628 | |
Line contains a tab character. | 629 | |
Line contains a tab character. | 630 | |
'}' should be on the same line. | 630 | |
Line contains a tab character. | 631 | |
'else' is not followed by whitespace. | 631 | |
'{' is not preceded with whitespace. | 631 | |
Line contains a tab character. | 632 | |
Line contains a tab character. | 633 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 636 | |
Line contains a tab character. | 637 | |
'{' is not preceded with whitespace. | 637 | |
Line contains a tab character. | 638 | |
Line contains a tab character. | 639 | |
Line has trailing spaces. | 640 | |
Method 'showDefaultView' is not designed for extension - needs to be abstract, final or empty. | 641 | |
Parameter onReadyCallback should be final. | 642 | |
Line contains a tab character. | 643 | |
'if' is not followed by whitespace. | 643 | |
'{' is not preceded with whitespace. | 643 | |
Line contains a tab character. | 644 | |
Line contains a tab character. | 645 | |
'}' should be on the same line. | 645 | |
Line contains a tab character. | 646 | |
'else' is not followed by whitespace. | 646 | |
'{' is not preceded with whitespace. | 646 | |
Line contains a tab character. | 647 | |
Line contains a tab character. | 648 | |
Line contains a tab character. | 651 | |
Method 'setParentController' is not designed for extension - needs to be abstract, final or empty. | 651 | |
Parameter controller should be final. | 652 | |
Line contains a tab character. | 656 | |
Method 'checkAuthorization' is not designed for extension - needs to be abstract, final or empty. | 656 | |
Line is longer than 80 characters. | 657 | |
Line contains a tab character. | 657 | |
Line contains a tab character. | 658 | |
',' is not followed by whitespace. | 658 | |
',' is not followed by whitespace. | 658 | |
Line contains a tab character. | 659 | |
Line contains a tab character. | 660 | |
Line is longer than 80 characters. | 661 | |
Line contains a tab character. | 661 | |
'(' is followed by whitespace. | 661 | |
')' is preceded with whitespace. | 661 | |
Line is longer than 80 characters. | 662 | |
Line contains a tab character. | 662 | |
Line contains a tab character. | 663 | |
Line is longer than 80 characters. | 665 | |
Line contains a tab character. | 665 | |
'{' is not preceded with whitespace. | 665 | |
Line contains a tab character. | 667 | |
Line contains a tab character. | 668 | |
Parameter caught should be final. | 668 | |
Line is longer than 80 characters. | 669 | |
Line contains a tab character. | 669 | |
Line is longer than 80 characters. | 670 | |
Line contains a tab character. | 670 | |
Line is longer than 80 characters. | 671 | |
'+' is not preceded with whitespace. | 671 | |
'+' is not followed by whitespace. | 671 | |
Line contains a tab character. | 672 | |
Line contains a tab character. | 674 | |
Line contains a tab character. | 675 | |
Parameter result should be final. | 675 | |
Line is longer than 80 characters. | 676 | |
Line contains a tab character. | 676 | |
Line contains a tab character. | 677 | |
Line contains a tab character. | 678 | |
Line contains a tab character. | 679 | |
'}' should be on the same line. | 679 | |
Line contains a tab character. | 680 | |
Line is longer than 80 characters. | 681 | |
Line contains a tab character. | 681 | |
Line contains a tab character. | 682 | |
Line contains a tab character. | 683 | |
Line contains a tab character. | 684 | |
Line contains a tab character. | 685 | |
Line contains a tab character. | 687 | |
Method 'isAuthorizationRequired' is not designed for extension - needs to be abstract, final or empty. | 687 | |
Line contains a tab character. | 688 | |
Line contains a tab character. | 689 | |
Line contains a tab character. | 690 | |
Line contains a tab character. | 692 | |
Method 'setAuthorizationRequired' is not designed for extension - needs to be abstract, final or empty. | 692 | |
Line contains a tab character. | 693 | |
Parameter required should be final. | 693 | |
Line contains a tab character. | 694 | |
Line contains a tab character. | 695 | |
Method 'setProposalHeaderTitle' is not designed for extension - needs to be abstract, final or empty. | 697 | |
Missing a Javadoc comment. | 697 | |
'{' is not preceded with whitespace. | 697 | |
Line contains a tab character. | 698 | |
Line contains a tab character. | 699 | |
'{' is not preceded with whitespace. | 699 | |
Line contains a tab character. | 700 | |
Line contains a tab character. | 701 | |
'}' should be on the same line. | 701 | |
Line contains a tab character. | 702 | |
'else' is not followed by whitespace. | 702 | |
'{' is not preceded with whitespace. | 702 | |
Line contains a tab character. | 703 | |
Line contains a tab character. | 704 | |
Line contains a tab character. | 705 | |
Line contains a tab character. | 706 | |
Line contains a tab character. | 707 | |
Line contains a tab character. | 708 | |
Line contains a tab character. | 711 | |
Method 'getWfUtilities' is not designed for extension - needs to be abstract, final or empty. | 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 'beforeViewChange' is not designed for extension - needs to be abstract, final or empty. | 716 | |
Line is longer than 80 characters. | 717 | |
Line contains a tab character. | 717 | |
Parameter viewChangingTo should be final. | 717 | |
Line is longer than 80 characters. | 718 | |
Line contains a tab character. | 718 | |
Line is longer than 80 characters. | 719 | |
Line contains a tab character. | 719 | |
Line is longer than 80 characters. | 720 | |
Line contains a tab character. | 720 | |
Line contains a tab character. | 721 | |
Line contains a tab character. | 722 | |
'{' is not preceded with whitespace. | 722 | |
Line contains a tab character. | 724 | |
Line contains a tab character. | 725 | |
Parameter result should be final. | 725 | |
Line contains a tab character. | 726 | |
'if' is not followed by whitespace. | 726 | |
'{' is not preceded with whitespace. | 726 | |
Line is longer than 80 characters. | 727 | |
Line contains a tab character. | 727 | |
'if' is not followed by whitespace. | 727 | |
'cast' is not followed by whitespace. | 727 | |
'{' is not preceded with whitespace. | 727 | |
Line is longer than 80 characters. | 728 | |
Line contains a tab character. | 728 | |
Line is longer than 80 characters. | 729 | |
Line contains a tab character. | 729 | |
Line is longer than 80 characters. | 730 | |
Line contains a tab character. | 730 | |
'{' is not preceded with whitespace. | 730 | |
Line contains a tab character. | 732 | |
Line is longer than 80 characters. | 733 | |
Line contains a tab character. | 733 | |
Parameter result should be final. | 733 | |
Line contains a tab character. | 734 | |
switch without "default" clause. | 734 | |
'{' is not preceded with whitespace. | 734 | |
Line is longer than 80 characters. | 735 | |
Line contains a tab character. | 735 | |
Line is longer than 80 characters. | 736 | |
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 | |
'{' is not preceded with whitespace. | 738 | |
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 | |
Parameter action should be final. | 741 | |
Line is longer than 80 characters. | 742 | |
Line contains a tab character. | 742 | |
'if' is not followed by whitespace. | 742 | |
'{' is not preceded with whitespace. | 742 | |
Line is longer than 80 characters. | 743 | |
Line contains a tab character. | 743 | |
Line is longer than 80 characters. | 744 | |
Line contains a tab character. | 744 | |
'}' should be on the same line. | 744 | |
Line is longer than 80 characters. | 745 | |
Line contains a tab character. | 745 | |
'else' is not followed by whitespace. | 745 | |
'{' is not preceded with whitespace. | 745 | |
Line is longer than 80 characters. | 746 | |
Line contains a tab character. | 746 | |
Line is longer than 80 characters. | 747 | |
Line contains a tab character. | 747 | |
Line is longer than 80 characters. | 748 | |
Line contains a tab character. | 748 | |
Line has trailing spaces. | 749 | |
Line is longer than 80 characters. | 749 | |
Line contains a tab character. | 749 | |
Line is longer than 80 characters. | 750 | |
Line contains a tab character. | 750 | |
Line is longer than 80 characters. | 751 | |
Line contains a tab character. | 751 | |
Line is longer than 80 characters. | 752 | |
Line contains a tab character. | 752 | |
Line contains a tab character. | 753 | |
Line is longer than 80 characters. | 754 | |
Line contains a tab character. | 754 | |
Line is longer than 80 characters. | 755 | |
Line contains a tab character. | 755 | |
'{' is not preceded with whitespace. | 755 | |
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 | |
Parameter model should be final. | 758 | |
Line is longer than 80 characters. | 759 | |
Line contains a tab character. | 759 | |
'{' is not preceded with whitespace. | 759 | |
Line is longer than 80 characters. | 760 | |
Line contains a tab character. | 760 | |
Line is longer than 80 characters. | 761 | |
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. | 764 | |
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 | |
Parameter cause should be final. | 767 | |
Line is longer than 80 characters. | 768 | |
Line contains a tab character. | 768 | |
Line is longer than 80 characters. | 769 | |
Line contains a tab character. | 769 | |
Line is longer than 80 characters. | 770 | |
Line contains a tab character. | 770 | |
Line 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 is longer than 80 characters. | 773 | |
Line contains a tab character. | 773 | |
'}' is not followed by whitespace. | 773 | |
'}' is not preceded with whitespace. | 773 | |
Line is longer than 80 characters. | 774 | |
Line contains a tab character. | 774 | |
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 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 contains a tab character. | 781 | |
Line contains a tab character. | 782 | |
Line contains a tab character. | 783 | |
Line contains a tab character. | 784 | |
Line contains a tab character. | 785 | |
'}' should be on the same line. | 785 | |
Line contains a tab character. | 786 | |
'else' is not followed by whitespace. | 786 | |
'{' is not preceded with whitespace. | 786 | |
Line contains a tab character. | 787 | |
Line contains a tab character. | 788 | |
Line contains a tab character. | 789 | |
'}' should be on the same line. | 789 | |
Line contains a tab character. | 790 | |
'else' is not followed by whitespace. | 790 | |
'{' is not preceded with whitespace. | 790 | |
Line contains a tab character. | 791 | |
Line contains a tab character. | 792 | |
Line contains a tab character. | 793 | |
Line contains a tab character. | 794 | |
Line contains a tab character. | 795 | |
Line has trailing spaces. | 796 | |
Line contains a tab character. | 796 | |
Method 'getSaveButton' is not designed for extension - needs to be abstract, final or empty. | 797 | |
Missing a Javadoc comment. | 797 | |
'{' is not preceded with whitespace. | 797 | |
Line contains a tab character. | 798 | |
'if' is not followed by whitespace. | 798 | |
'{' is not preceded with whitespace. | 798 | |
Line contains a tab character. | 799 | |
'{' is not preceded with whitespace. | 799 | |
Line contains a tab character. | 800 | |
Parameter event should be final. | 800 | |
Line is longer than 80 characters. | 801 | |
Line contains a tab character. | 801 | |
Line contains a tab character. | 802 | |
Line contains a tab character. | 803 | |
Line contains a tab character. | 804 | |
'}' should be on the same line. | 804 | |
Line contains a tab character. | 805 | |
'else' is not followed by whitespace. | 805 | |
'{' is not preceded with whitespace. | 805 | |
Line contains a tab character. | 806 | |
'{' is not preceded with whitespace. | 806 | |
Parameter event should be final. | 807 | |
Line is longer than 80 characters. | 808 | |
Line contains a tab character. | 811 | |
Line has trailing spaces. | 813 | |
Method 'getCancelButton' is not designed for extension - needs to be abstract, final or empty. | 814 | |
Missing a Javadoc comment. | 814 | |
'{' is not preceded with whitespace. | 814 | |
Line has trailing spaces. | 815 | |
Line contains a tab character. | 815 | |
Line is longer than 80 characters. | 816 | |
'{' is not preceded with whitespace. | 816 | |
Parameter event should be final. | 817 | |
Line contains a tab character. | 818 | |
'if' is not followed by whitespace. | 818 | |
'{' is not preceded with whitespace. | 818 | |
Line is longer than 80 characters. | 819 | |
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 is longer than 80 characters. | 822 | |
Line contains a tab character. | 822 | |
Line contains a tab character. | 823 | |
Line has trailing spaces. | 828 | |
Line contains a tab character. | 828 | |
Line contains a tab character. | 829 | |
Method 'onHistoryEvent' is not designed for extension - needs to be abstract, final or empty. | 829 | |
Line contains a tab character. | 830 | |
Parameter historyStack should be final. | 830 | |
Line contains a tab character. | 831 | |
Line is longer than 80 characters. | 832 | |
Line contains a tab character. | 832 | |
Line contains a tab character. | 833 | |
Line has trailing spaces. | 834 | |
Line contains a tab character. | 834 | |
'if' is not followed by whitespace. | 834 | |
'&&' should be on a new line. | 834 | |
Line is longer than 80 characters. | 835 | |
Line contains a tab character. | 835 | |
'{' is not preceded with whitespace. | 835 | |
Line is longer than 80 characters. | 836 | |
Line contains a tab character. | 836 | |
Line contains a tab character. | 837 | |
Line contains a tab character. | 838 | |
Line has trailing spaces. | 839 | |
Line contains a tab character. | 839 | |
Line contains a tab character. | 840 | |
Missing a Javadoc comment. | 840 | |
'{' is not preceded with whitespace. | 840 | |
Line contains a tab character. | 841 | |
Line contains a tab character. | 842 | |
Line contains a tab character. | 843 | |
Line contains a tab character. | 844 | |
Line contains a tab character. | 845 | |
Method 'isNew' is not designed for extension - needs to be abstract, final or empty. | 847 | |
Missing a Javadoc comment. | 847 |
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 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 | |
Parameter reason should be final. | 36 | |
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 | |
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 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter controller should be final. | 62 | |
Parameter name should be final. | 62 | |
Parameter viewType should be final. | 62 | |
Missing a Javadoc comment. | 72 | |
Method 'getView' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Method length is 164 lines (max allowed is 150). | 76 | |
Line is longer than 80 characters. | 77 | |
Parameter viewType should be final. | 77 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 209 | |
Line is longer than 80 characters. | 217 | |
Line is longer than 80 characters. | 225 | |
Missing a Javadoc comment. | 243 | |
Line is longer than 80 characters. | 244 | |
Missing a Javadoc comment. | 247 | |
Missing a Javadoc comment. | 252 | |
Missing a Javadoc comment. | 259 | |
Missing a Javadoc comment. | 264 | |
Method 'hideView' is not designed for extension - needs to be abstract, final or empty. | 269 | |
Parameter view should be final. | 270 | |
Method 'renderView' is not designed for extension - needs to be abstract, final or empty. | 274 | |
Parameter view should be final. | 275 | |
Line is longer than 80 characters. | 276 | |
Method 'getViewsEnum' is not designed for extension - needs to be abstract, final or empty. | 279 | |
Method 'getViewEnumValue' is not designed for extension - needs to be abstract, final or empty. | 284 | |
Parameter enumValue should be final. | 285 | |
Line is longer than 80 characters. | 294 | |
Method 'showView' is not designed for extension - needs to be abstract, final or empty. | 294 | |
Missing a Javadoc comment. | 294 | |
Parameter viewType should be final. | 294 | |
Parameter onReadyCallback should be final. | 294 |
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. | 55 | |
Line has trailing spaces. | 66 | |
Line is longer than 80 characters. | 66 | |
Line has trailing spaces. | 67 | |
Line has trailing spaces. | 71 | |
Line is longer than 80 characters. | 71 | |
Line has trailing spaces. | 72 | |
Missing a Javadoc comment. | 72 | |
Line has trailing spaces. | 73 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 77 | |
Line has trailing spaces. | 78 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 80 | |
Line has trailing spaces. | 81 | |
Missing a Javadoc comment. | 82 | |
Name 'REFERENCE_TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 84 | |
Variable 'rpcServiceAsync' must be private and have accessor methods. | 84 | |
Line has trailing spaces. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Missing a Javadoc comment. | 86 | |
Line is longer than 80 characters. | 87 | |
Line contains a tab character. | 87 | |
Missing a Javadoc comment. | 87 | |
Line contains a tab character. | 88 | |
Missing a Javadoc comment. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Missing a Javadoc comment. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Missing a Javadoc comment. | 92 | |
Parameter viewType should be final. | 92 | |
'{' is not preceded with whitespace. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 99 | |
Method 'setViewContext' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter viewContext should be final. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
'if' is not followed by whitespace. | 103 | |
'{' is not preceded with whitespace. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line has trailing spaces. | 108 | |
Missing a Javadoc comment. | 109 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 114 | |
'{' is not preceded with whitespace. | 115 | |
'{' is not preceded with whitespace. | 119 | |
Parameter workCompleteCallback should be final. | 121 | |
Line is longer than 80 characters. | 122 | |
'{' is not preceded with whitespace. | 122 | |
'{' is not preceded with whitespace. | 123 | |
Line is longer than 80 characters. | 124 | |
'else' is not followed by whitespace. | 125 | |
'{' is not preceded with whitespace. | 125 | |
Line is longer than 80 characters. | 126 | |
Line has trailing spaces. | 127 | |
Line has trailing spaces. | 132 | |
Line has trailing spaces. | 135 | |
Line has trailing spaces. | 137 | |
Line has trailing spaces. | 139 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 140 | |
Line has trailing spaces. | 142 | |
Line has trailing spaces. | 143 | |
Line has trailing spaces. | 144 | |
Method 'generateActionDropDown' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
'{' is not preceded with whitespace. | 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 contains a tab character. | 147 | |
Parameter newState should be final. | 147 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
'5000' is a magic number. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 152 | |
Line is longer than 80 characters. | 153 | |
'5000' is a magic number. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line has trailing spaces. | 158 | |
Line contains a tab character. | 159 | |
Line has trailing spaces. | 161 | |
Missing a Javadoc comment. | 162 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line is longer than 80 characters. | 172 | |
Line contains a tab character. | 172 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
'if' is not followed by whitespace. | 174 | |
'{' is not preceded with whitespace. | 174 | |
'if' is not followed by whitespace. | 177 | |
'==' is not preceded with whitespace. | 177 | |
'==' is not followed by whitespace. | 177 | |
'{' is not preceded with whitespace. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 181 | |
Line has trailing spaces. | 182 | |
Line contains a tab character. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
'{' is not preceded with whitespace. | 183 | |
Line contains a tab character. | 185 | |
Parameter caught should be final. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line is longer than 80 characters. | 190 | |
Parameter result should be final. | 193 | |
Line is longer than 80 characters. | 194 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 198 | |
Line has trailing spaces. | 199 | |
Missing a Javadoc comment. | 203 | |
Line has trailing spaces. | 204 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
'for' is not followed by whitespace. | 205 | |
':' is not preceded with whitespace. | 205 | |
'{' is not preceded with whitespace. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
'if' is not followed by whitespace. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
'}' should be on the same line. | 210 | |
Line contains a tab character. | 211 | |
'else' is not followed by whitespace. | 211 | |
'{' is not preceded with whitespace. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line is longer than 80 characters. | 217 | |
Missing a Javadoc comment. | 217 | |
'{' is not preceded with whitespace. | 217 | |
Line is longer than 80 characters. | 220 | |
Parameter stmtTypes should be final. | 223 | |
Line is longer than 80 characters. | 224 | |
Line is longer than 80 characters. | 227 | |
'||' should be on a new line. | 227 | |
Line is longer than 80 characters. | 228 | |
'if' is not followed by whitespace. | 234 | |
'{' is not preceded with whitespace. | 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 has trailing spaces. | 245 | |
Expected an @return tag. | 249 | |
Method 'getViewsEnum' is not designed for extension - needs to be abstract, final or empty. | 249 | |
Line has trailing spaces. | 253 | |
Method 'requestModel' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Line is longer than 80 characters. | 256 | |
Parameter modelType should be final. | 256 | |
'if' is not followed by whitespace. | 257 | |
'{' is not preceded with whitespace. | 257 | |
'{' is not preceded with whitespace. | 258 | |
'if' is not followed by whitespace. | 261 | |
'{' is not preceded with whitespace. | 261 | |
'cast' is not followed by whitespace. | 262 | |
'else' is not followed by whitespace. | 263 | |
'{' is not preceded with whitespace. | 263 | |
Line has trailing spaces. | 266 | |
Line has trailing spaces. | 270 | |
'else' is not preceded with whitespace. | 273 | |
'}' is not followed by whitespace. | 273 | |
'{' is not preceded with whitespace. | 273 | |
Line has trailing spaces. | 279 | |
Line has trailing spaces. | 280 | |
Missing a Javadoc comment. | 280 | |
Line is longer than 80 characters. | 281 | |
'{' is not preceded with whitespace. | 281 | |
Line contains a tab character. | 282 | |
'{' is not preceded with whitespace. | 284 | |
Parameter caught should be final. | 287 | |
'+' is not preceded with whitespace. | 288 | |
'+' is not followed by whitespace. | 288 | |
Parameter result should be final. | 294 | |
Line has trailing spaces. | 306 | |
Missing a Javadoc comment. | 307 | |
Line is longer than 80 characters. | 308 | |
Line contains a tab character. | 309 | |
'{' is not preceded with whitespace. | 309 | |
Parameter caught should be final. | 312 | |
'+' is not preceded with whitespace. | 313 | |
'+' is not followed by whitespace. | 313 | |
Parameter result should be final. | 319 | |
Line has trailing spaces. | 331 | |
Missing a Javadoc comment. | 332 | |
Line is longer than 80 characters. | 333 | |
'{' is not preceded with whitespace. | 333 | |
Method 'getCourseId' is not designed for extension - needs to be abstract, final or empty. | 339 | |
Missing a Javadoc comment. | 339 | |
Line has trailing spaces. | 342 | |
Method 'getVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 343 | |
Missing a Javadoc comment. | 343 | |
'cast' is not followed by whitespace. | 344 | |
Method 'setCourseId' is not designed for extension - needs to be abstract, final or empty. | 347 | |
Missing a Javadoc comment. | 347 | |
Parameter courseId should be final. | 347 | |
'courseId' hides a field. | 347 | |
Line has trailing spaces. | 349 | |
Line has trailing spaces. | 351 | |
Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 352 | |
Missing a Javadoc comment. | 352 | |
Parameter cluType should be final. | 352 | |
'cluType' hides a field. | 352 | |
'{' is not preceded with whitespace. | 352 | |
'{' is not preceded with whitespace. | 355 | |
Line has trailing spaces. | 356 | |
Line has trailing spaces. | 359 | |
Line has trailing spaces. | 360 | |
Method 'showDefaultView' is not designed for extension - needs to be abstract, final or empty. | 361 | |
Parameter result should be final. | 366 | |
Line is longer than 80 characters. | 368 | |
Line contains a tab character. | 368 | |
Line has trailing spaces. | 375 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 376 | |
Parameter onReadyCallback should be final. | 377 | |
Line contains a tab character. | 378 | |
Line has trailing spaces. | 380 | |
Missing a Javadoc comment. | 381 | |
'{' is not preceded with whitespace. | 381 | |
'{' is not preceded with whitespace. | 382 | |
Parameter event should be final. | 383 | |
Line contains a tab character. | 384 | |
Line has trailing spaces. | 386 | |
Line has trailing spaces. | 388 | |
Line has trailing spaces. | 389 | |
Method 'setHeaderTitle' is not designed for extension - needs to be abstract, final or empty. | 390 | |
Missing a Javadoc comment. | 390 | |
Line has trailing spaces. | 391 | |
Line has trailing spaces. | 392 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
'{' is not preceded with whitespace. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 395 | |
'}' should be on the same line. | 395 | |
Line contains a tab character. | 396 | |
'else' is not followed by whitespace. | 396 | |
'{' is not preceded with whitespace. | 396 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
Line has trailing spaces. | 399 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 400 | |
Line has trailing spaces. | 401 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Line has trailing spaces. | 406 | |
Missing a Javadoc comment. | 407 | |
Line contains a tab character. | 408 | |
'if' is not followed by whitespace. | 408 | |
'{' is not preceded with whitespace. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
Line has trailing spaces. | 412 | |
Missing a Javadoc comment. | 413 | |
Line contains a tab character. | 414 | |
'{' is not preceded with whitespace. | 414 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 416 | |
Parameter event should be final. | 416 | |
Line contains a tab character. | 417 | |
Line contains a tab character. | 418 | |
Line contains a tab character. | 419 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line contains a tab character. | 422 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 424 | |
Missing a Javadoc comment. | 424 | |
Parameter courseMessageKey should be final. | 424 | |
Line is longer than 80 characters. | 425 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
Line contains a tab character. | 427 | |
Line contains a tab character. | 428 | |
Line contains a tab character. | 429 | |
Line has trailing spaces. | 431 | |
Line contains a tab character. | 432 | |
Method 'getStatusLabel' is not designed for extension - needs to be abstract, final or empty. | 432 | |
Missing a Javadoc comment. | 432 | |
Line contains a tab character. | 433 | |
Line contains a tab character. | 434 | |
Line contains a tab character. | 435 | |
Line has trailing spaces. | 436 | |
Line contains a tab character. | 436 | |
Line contains a tab character. | 437 | |
Method 'getVersionHistoryWidget' is not designed for extension - needs to be abstract, final or empty. | 437 | |
Missing a Javadoc comment. | 437 | |
'{' is not preceded with whitespace. | 437 | |
Line is longer than 80 characters. | 438 | |
Line contains a tab character. | 438 | |
'{' is not preceded with whitespace. | 438 | |
Line contains a tab character. | 440 | |
Line contains a tab character. | 441 | |
Parameter event should be final. | 441 | |
Line is longer than 80 characters. | 442 | |
Line contains a tab character. | 442 | |
Line contains a tab character. | 443 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 445 | |
Line contains a tab character. | 446 | |
Line has trailing spaces. | 447 | |
Line contains a tab character. | 447 | |
Line contains a tab character. | 448 | |
Line has trailing spaces. | 449 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 450 | |
Method 'onHistoryEvent' is not designed for extension - needs to be abstract, final or empty. | 450 | |
Line contains a tab character. | 451 | |
Parameter historyStack should be final. | 451 | |
Line contains a tab character. | 452 | |
Line contains a tab character. | 453 | |
'{' is not preceded with whitespace. | 453 | |
Line is longer than 80 characters. | 454 | |
Line contains a tab character. | 454 | |
Line contains a tab character. | 455 | |
Line contains a tab character. | 456 | |
Line has trailing spaces. | 457 | |
Line contains a tab character. | 457 | |
Line contains a tab character. | 458 | |
Method 'getCourseTitle' is not designed for extension - needs to be abstract, final or empty. | 458 | |
Missing a Javadoc comment. | 458 | |
'{' is not preceded with whitespace. | 458 | |
Line contains a tab character. | 459 | |
Line contains a tab character. | 460 | |
Line is longer than 80 characters. | 462 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
Method 'getCurrentId' is not designed for extension - needs to be abstract, final or empty. | 463 | |
Missing a Javadoc comment. | 463 | |
Line contains a tab character. | 464 | |
Line contains a tab character. | 465 |
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 'getViewsEnum' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Method 'getViewEnumValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Parameter enumValue should be final. | 59 | |
Line has trailing spaces. | 62 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Parameter onReadyCallback should be final. | 64 | |
Line contains a tab character. | 65 | |
'if' is not followed by whitespace. | 65 | |
'{' is not preceded with whitespace. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 70 |
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 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Parameter stmtInfoTypes should be final. | 98 | |
Line is longer than 80 characters. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter courseId should be final. | 110 | |
Line is longer than 80 characters. | 119 | |
Line is longer than 80 characters. | 120 | |
Parameter caught should be final. | 122 | |
Parameter foundRules should be final. | 129 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
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 is longer than 80 characters. | 136 | |
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 contains a tab character. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line has trailing spaces. | 149 | |
Line is longer than 80 characters. | 152 | |
Method 'updateRules' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Parameter newSubRule should be final. | 152 | |
Parameter internalCourseReqID should be final. | 152 | |
Parameter isNewRule should be final. | 152 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 171 | |
Method 'updateCourseRequisites' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Missing a Javadoc comment. | 171 | |
Line is longer than 80 characters. | 175 | |
'{' is not preceded with whitespace. | 176 | |
Parameter event should be final. | 178 | |
Line has trailing spaces. | 179 | |
Line is longer than 80 characters. | 188 | |
Parameter caught should be final. | 190 | |
Line is longer than 80 characters. | 195 | |
Parameter storedRules should be final. | 195 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 207 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 209 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 215 | |
Line is longer than 80 characters. | 216 | |
Line is longer than 80 characters. | 229 | |
'4000' is a magic number. | 229 | |
Line is longer than 80 characters. | 230 | |
Line is longer than 80 characters. | 231 | |
Line has trailing spaces. | 233 | |
Missing a Javadoc comment. | 236 | |
Parameter tree should be final. | 236 | |
Line is longer than 80 characters. | 240 | |
Line is longer than 80 characters. | 248 | |
Line is longer than 80 characters. | 250 | |
Line is longer than 80 characters. | 253 | |
Method 'getCourseReqInfo' is not designed for extension - needs to be abstract, final or empty. | 266 | |
Missing a Javadoc comment. | 266 | |
Parameter stmtTypeId should be final. | 266 | |
Line is longer than 80 characters. | 267 | |
'for' is not followed by whitespace. | 268 | |
Method 'getInternalCourseReqID' is not designed for extension - needs to be abstract, final or empty. | 276 | |
Missing a Javadoc comment. | 276 | |
Parameter rule should be final. | 276 | |
'for' is not followed by whitespace. | 277 | |
Line is longer than 80 characters. | 283 | |
Line has trailing spaces. | 284 | |
Line is longer than 80 characters. | 284 | |
Method 'getStmtTypeInfo' is not designed for extension - needs to be abstract, final or empty. | 289 | |
Missing a Javadoc comment. | 289 | |
Parameter stmtTypeId should be final. | 289 | |
Line is longer than 80 characters. | 298 | |
Line is longer than 80 characters. | 299 | |
Line has trailing spaces. | 305 | |
Method 'deleteRule' is not designed for extension - needs to be abstract, final or empty. | 310 | |
Missing a Javadoc comment. | 310 | |
Parameter internalProgReqID should be final. | 310 | |
Method 'addRule' is not designed for extension - needs to be abstract, final or empty. | 320 | |
Missing a Javadoc comment. | 320 | |
Parameter rule should be final. | 320 | |
Line is longer than 80 characters. | 325 | |
Method 'updateRule' is not designed for extension - needs to be abstract, final or empty. | 325 | |
Missing a Javadoc comment. | 325 | |
Parameter internalProgReqID should be final. | 325 | |
Parameter rule should be final. | 325 | |
Line has trailing spaces. | 328 | |
Method 'markRuleAsDeleted' is not designed for extension - needs to be abstract, final or empty. | 330 | |
Missing a Javadoc comment. | 330 | |
Parameter internalCourseReqID should be final. | 330 | |
Line is longer than 80 characters. | 331 | |
'||' should be on a new line. | 331 | |
Line is longer than 80 characters. | 332 | |
Method 'markRuleAsEdited' is not designed for extension - needs to be abstract, final or empty. | 337 | |
Missing a Javadoc comment. | 337 | |
Parameter internalCourseReqID should be final. | 337 | |
Line is longer than 80 characters. | 338 | |
Method 'getStmtTypeName' is not designed for extension - needs to be abstract, final or empty. | 343 | |
Missing a Javadoc comment. | 343 | |
Parameter stmtTypeId should be final. | 343 | |
Avoid inline conditionals. | 345 | |
Line has trailing spaces. | 347 | |
Method 'isRuleExists' is not designed for extension - needs to be abstract, final or empty. | 348 | |
Missing a Javadoc comment. | 348 | |
Parameter stmtTypeId should be final. | 348 | |
'for' is not followed by whitespace. | 350 | |
Line is longer than 80 characters. | 351 | |
Method 'removeEmptyRules' is not designed for extension - needs to be abstract, final or empty. | 358 | |
Missing a Javadoc comment. | 358 | |
'for' is not followed by whitespace. | 359 | |
Method 'isDirty' is not designed for extension - needs to be abstract, final or empty. | 368 | |
Missing a Javadoc comment. | 368 | |
'for' is not followed by whitespace. | 374 | |
Method 'revertRuleChanges' is not designed for extension - needs to be abstract, final or empty. | 383 | |
Missing a Javadoc comment. | 383 | |
'for' is not followed by whitespace. | 386 | |
Line is longer than 80 characters. | 387 | |
Line has trailing spaces. | 391 | |
Method 'getRule' is not designed for extension - needs to be abstract, final or empty. | 392 | |
Missing a Javadoc comment. | 392 | |
Parameter internalCourseReqID should be final. | 392 | |
Line is longer than 80 characters. | 396 | |
Missing a Javadoc comment. | 396 | |
Line is longer than 80 characters. | 398 | |
Line is longer than 80 characters. | 401 | |
Parameter caught should be final. | 403 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Parameter stmtInfoTypes should be final. | 410 | |
Line has trailing spaces. | 412 | |
Line is longer than 80 characters. | 412 | |
'stmtTypes' hides a field. | 412 | |
Missing a Javadoc comment. | 421 | |
Parameter rule should be final. | 421 | |
Line is longer than 80 characters. | 422 | |
Method 'isInitialized' is not designed for extension - needs to be abstract, final or empty. | 425 | |
Missing a Javadoc comment. | 425 | |
Method 'setInitialized' is not designed for extension - needs to be abstract, final or empty. | 429 | |
Missing a Javadoc comment. | 429 | |
Parameter initialized should be final. | 429 | |
Method 'getStmtTypes' is not designed for extension - needs to be abstract, final or empty. | 433 | |
Missing a Javadoc comment. | 433 |
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 | |
Missing package-info.java file. | 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. | 13 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 45 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
'9999' is a magic number. | 53 | |
Missing a Javadoc comment. | 54 | |
Line has trailing spaces. | 55 | |
Missing a Javadoc comment. | 55 | |
Line is longer than 80 characters. | 57 | |
Missing a Javadoc comment. | 57 | |
Line is longer than 80 characters. | 59 | |
Missing a Javadoc comment. | 59 | |
'parentController' hides a field. | 59 | |
Parameter viewEnum should be final. | 59 | |
Parameter name should be final. | 59 | |
Line is longer than 80 characters. | 60 | |
Parameter modelId should be final. | 60 | |
Parameter rulesData should be final. | 60 | |
Parameter isReadOnly should be final. | 60 | |
'isReadOnly' hides a field. | 60 | |
Method 'isDirty' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 82 | |
Parameter result should be final. | 84 | |
Line is longer than 80 characters. | 94 | |
Line has trailing spaces. | 96 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 102 | |
'{' is not preceded with whitespace. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Parameter result should be final. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 107 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 115 | |
'cast' is not followed by whitespace. | 115 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 119 | |
Line has trailing spaces. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 124 | |
Method 'revertRuleChanges' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 132 | |
Parameter rule should be final. | 132 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 148 | |
'cast' is not followed by whitespace. | 148 | |
Line is longer than 80 characters. | 149 | |
Line has trailing spaces. | 155 | |
Line has trailing spaces. | 157 | |
Method 'displayRules' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 184 | |
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. | 202 | |
Missing a Javadoc comment. | 202 | |
Parameter firstSubHeader should be final. | 202 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 206 | |
Avoid inline conditionals. | 206 | |
Line is longer than 80 characters. | 211 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 217 | |
'{' is not preceded with whitespace. | 218 | |
Parameter event should be final. | 219 | |
Parameter courseExists should be final. | 223 | |
Line is longer than 80 characters. | 225 | |
Line is longer than 80 characters. | 231 | |
'{' is not preceded with whitespace. | 231 | |
Parameter result should be final. | 233 | |
Line is longer than 80 characters. | 235 | |
Line is longer than 80 characters. | 236 | |
Line is longer than 80 characters. | 244 | |
Line has trailing spaces. | 248 | |
Line is longer than 80 characters. | 248 | |
Line is longer than 80 characters. | 255 | |
Missing a Javadoc comment. | 255 | |
',' is not followed by whitespace. | 255 | |
Line has trailing spaces. | 259 | |
Line is longer than 80 characters. | 260 | |
Line is longer than 80 characters. | 262 | |
Line is longer than 80 characters. | 266 | |
Missing a Javadoc comment. | 266 | |
Parameter event should be final. | 269 | |
Line is longer than 80 characters. | 270 | |
'{' is not preceded with whitespace. | 270 | |
Parameter result should be final. | 272 | |
Line is longer than 80 characters. | 273 | |
Line is longer than 80 characters. | 274 | |
Line has trailing spaces. | 276 | |
Line has trailing spaces. | 279 | |
Line contains a tab character. | 279 | |
Parameter event should be final. | 281 | |
Line has trailing spaces. | 289 | |
Line contains a tab character. | 289 | |
Missing a Javadoc comment. | 292 | |
'public' modifier out of order with the JLS suggestions. | 292 | |
Parameter stmtInfo should be final. | 292 | |
Line is longer than 80 characters. | 293 | |
Line is longer than 80 characters. | 296 | |
Missing a Javadoc comment. | 296 | |
'public' modifier out of order with the JLS suggestions. | 296 | |
Parameter rule should be final. | 296 | |
Line is longer than 80 characters. | 301 | |
Line is longer than 80 characters. | 307 | |
Missing a Javadoc comment. | 307 | |
'private' modifier out of order with the JLS suggestions. | 307 | |
Parameter rule should be final. | 307 | |
Parameter list should be final. | 307 | |
Line is longer than 80 characters. | 315 | |
Line is longer than 80 characters. | 317 | |
Line is longer than 80 characters. | 320 | |
Missing a Javadoc comment. | 330 | |
Line is longer than 80 characters. | 332 | |
'{' is not preceded with whitespace. | 332 | |
Parameter result should be final. | 334 | |
Line is longer than 80 characters. | 335 | |
Parameter result should be final. | 338 | |
Line is longer than 80 characters. | 340 | |
'cast' is not followed by whitespace. | 340 | |
Line has trailing spaces. | 343 | |
Line is longer than 80 characters. | 345 | |
'if' is not followed by whitespace. | 345 | |
'!' is followed by whitespace. | 345 | |
'cast' is not followed by whitespace. | 345 | |
'{' is not preceded with whitespace. | 345 | |
Line is longer than 80 characters. | 346 | |
'}' should be on the same line. | 347 | |
'else' is not followed by whitespace. | 348 | |
'{' is not preceded with whitespace. | 348 | |
Line is longer than 80 characters. | 349 | |
Line is longer than 80 characters. | 356 | |
Method 'storeRules' is not designed for extension - needs to be abstract, final or empty. | 356 | |
Missing a Javadoc comment. | 356 | |
Line is longer than 80 characters. | 357 | |
Parameter cause should be final. | 359 | |
Line is longer than 80 characters. | 361 | |
Parameter model should be final. | 365 | |
'cast' is not followed by whitespace. | 366 | |
Line is longer than 80 characters. | 368 | |
Line is longer than 80 characters. | 369 | |
'{' is not preceded with whitespace. | 369 | |
Parameter event should be final. | 371 | |
Line is longer than 80 characters. | 379 | |
Line is longer than 80 characters. | 381 | |
Parameter rules should be final. | 381 | |
'rules' hides a field. | 381 | |
Line has trailing spaces. | 385 | |
Line is longer than 80 characters. | 385 | |
Line has trailing spaces. | 389 | |
Line has trailing spaces. | 395 | |
Missing a Javadoc comment. | 396 | |
'public' modifier out of order with the JLS suggestions. | 396 |
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 |
---|---|---|
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 | |
Unused import - org.kuali.student.common.ui.client.util.WindowTitleUtils. | 6 | |
Unused import - org.kuali.student.common.ui.client.widgets.headers.KSDocumentHeader. | 7 | |
Missing a Javadoc comment. | 13 | |
'{' is not preceded with whitespace. | 13 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line has trailing spaces. | 16 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Parameter controller should be final. | 17 | |
Parameter name should be final. | 17 | |
Line contains a tab character. | 18 | |
Parameter viewType should be final. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line is longer than 80 characters. | 23 | |
Line contains a tab character. | 23 | |
',' is not followed by whitespace. | 23 | |
Line contains a tab character. | 24 | |
Line has trailing spaces. | 25 | |
Line contains a tab character. | 25 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 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. | 11 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Unused import - org.kuali.student.common.ui.client.widgets.KSErrorDialog. | 19 | |
Missing a Javadoc comment. | 21 | |
'{' is not preceded with whitespace. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
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 | |
Variable 'metadataServiceAsync' must be private and have accessor methods. | 24 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Variable 'cluProposalRpcServiceAsync' must be private and have accessor methods. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Variable 'configurer' must be private and have accessor methods. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter controller should be final. | 28 | |
Parameter viewType should be final. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 57 | |
Method 'setup' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
'{' is not preceded with whitespace. | 57 | |
Line is longer than 80 characters. | 58 | |
Parameter caught should be final. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Parameter metadata should be final. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 73 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter permType should be final. | 77 | |
Parameter searchType should be final. | 77 | |
Line contains a tab character. | 78 | |
',' is not followed by whitespace. | 78 | |
Line has trailing spaces. | 80 | |
Missing a Javadoc comment. | 81 | |
Line is longer than 80 characters. | 82 | |
Parameter permType should be final. | 82 | |
Parameter permissionAttributes should be final. | 82 | |
',' is not followed by whitespace. | 82 | |
Line is longer than 80 characters. | 83 | |
Parameter caught should be final. | 85 | |
Line is longer than 80 characters. | 86 | |
Parameter result should be final. | 89 | |
Line is longer than 80 characters. | 90 | |
'if' is not followed by whitespace. | 91 | |
Must have at least one statement. | 91 | |
Line has trailing spaces. | 93 | |
Line has trailing spaces. | 99 | |
Line has trailing spaces. | 103 | |
Line contains a tab character. | 103 |
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. | 36 | |
Missing a Javadoc comment. | 40 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 40 | |
'}' is not preceded with whitespace. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Method 'getCourseStatements' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Line is longer than 80 characters. | 49 | |
Parameter courseId should be final. | 49 | |
Parameter nlUsageTypeKey should be final. | 49 | |
Parameter language should be final. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 59 | |
Method 'storeCourseStatements' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter courseId should be final. | 59 | |
Parameter states should be final. | 59 | |
Line is longer than 80 characters. | 60 | |
Parameter rules should be final. | 60 | |
Line is longer than 80 characters. | 62 | |
Method 'createCourseStatement' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Line is longer than 80 characters. | 89 | |
Parameter courseId should be final. | 89 | |
Parameter statementTreeViewInfo should be final. | 89 | |
Line is longer than 80 characters. | 92 | |
Method 'deleteCourseStatement' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Line is longer than 80 characters. | 98 | |
Parameter courseId should be final. | 98 | |
Parameter statementTreeViewInfo should be final. | 98 | |
Line is longer than 80 characters. | 99 | |
Method 'updateCourseStatement' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Line is longer than 80 characters. | 103 | |
Parameter courseId should be final. | 103 | |
Parameter statementTreeViewInfo should be final. | 103 | |
Line is longer than 80 characters. | 106 | |
Line is longer than 80 characters. | 111 | |
Method 'changeState' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter courseId should be final. | 111 | |
Parameter newState should be final. | 111 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 115 | |
Method 'changeState' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter courseId should be final. | 115 | |
Parameter newState should be final. | 115 | |
Parameter currentVersionStart should be final. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
'||' should be on a new line. | 134 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Must have at least one statement. | 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 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 149 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 155 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 164 | |
'(' is preceded with whitespace. | 164 | |
Parameter thisVerCourse should be final. | 164 | |
Parameter thisVerNewState should be final. | 164 | |
Parameter currVerCourse should be final. | 164 | |
Parameter currVerNewState should be final. | 164 | |
Parameter makeCurrent should be final. | 164 | |
Parameter currentVersionStart should be final. | 164 | |
Expected @throws tag for 'Exception'. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line has trailing spaces. | 167 | |
Line contains a tab character. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line has trailing spaces. | 170 | |
Line contains a tab character. | 170 | |
Line has trailing spaces. | 171 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 186 | |
Expression can be simplified. | 186 | |
Line is longer than 80 characters. | 187 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 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 has trailing spaces. | 192 | |
Line contains a tab character. | 192 | |
Line has trailing spaces. | 193 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
'&&' should be on a new line. | 194 | |
Line contains a tab character. | 195 | |
Line has trailing spaces. | 197 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line has trailing spaces. | 199 | |
Line contains a tab character. | 199 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line has trailing spaces. | 203 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
':' is not preceded with whitespace. | 204 | |
Line contains a tab character. | 205 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
Line is longer than 80 characters. | 207 | |
Line contains a tab character. | 207 | |
'||' should be on a new line. | 207 | |
Line is longer than 80 characters. | 208 | |
Line contains a tab character. | 208 | |
'||' should be on a new line. | 208 | |
Line is longer than 80 characters. | 209 | |
Line contains a tab character. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line has trailing spaces. | 214 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Missing a Javadoc comment. | 219 | |
Parameter tree should be final. | 219 | |
Line is longer than 80 characters. | 226 | |
Line is longer than 80 characters. | 228 | |
Line contains a tab character. | 230 | |
Line is longer than 80 characters. | 231 | |
Line contains a tab character. | 231 | |
Line is longer than 80 characters. | 232 | |
Line contains a tab character. | 232 | |
Line is longer than 80 characters. | 233 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Method 'setCourseService' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Missing a Javadoc comment. | 239 | |
Parameter courseService should be final. | 239 | |
'courseService' hides a field. | 239 | |
Method 'setStatementService' is not designed for extension - needs to be abstract, final or empty. | 243 | |
Missing a Javadoc comment. | 243 | |
Parameter statementService should be final. | 243 | |
'statementService' hides a field. | 243 |
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 | |
Unused import - org.kuali.student.common.ui.client.widgets.headers.KSHeader. | 32 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 46 | |
'{' is not preceded with whitespace. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Method 'onModuleLoad' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Line is longer than 80 characters. | 55 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 66 | |
'{' is not preceded with whitespace. | 66 | |
Line is longer than 80 characters. | 68 | |
'if' construct must use '{}'s. | 74 | |
'if' is not followed by whitespace. | 74 | |
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 |
---|---|---|
Missing a Javadoc comment. | 10 | |
'{' is not preceded with whitespace. | 10 | |
Line is longer than 80 characters. | 11 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Line has trailing spaces. | 15 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Parameter controller should be final. | 16 | |
Parameter viewType should be final. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Variable 'searchMetadata' must be private and have accessor methods. | 34 | |
Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter searchMeta should be final. | 36 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 57 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 78 | |
Missing a Javadoc comment. | 98 | |
Parameter event should be final. | 102 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 106 | |
Missing a Javadoc comment. | 112 | |
Parameter event should be final. | 116 | |
Line is longer than 80 characters. | 118 | |
Method 'getFindProposalsWidget' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 134 | |
Parameter result should be final. | 137 | |
Line is longer than 80 characters. | 141 | |
Line is longer than 80 characters. | 143 | |
Method 'getFindCoursesWidget' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Line is longer than 80 characters. | 158 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 165 | |
Parameter event should be final. | 165 | |
Line is longer than 80 characters. | 170 | |
Method 'getFindMajorsWidget' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Missing a Javadoc comment. | 181 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 190 | |
Parameter result should be final. | 193 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 199 | |
Line is longer than 80 characters. | 201 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 207 | |
Method 'getHowToWidget' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Missing a Javadoc comment. | 220 | |
Parameter event should be final. | 225 | |
'800' is a magic number. | 228 | |
'600' is a magic number. | 228 | |
Method 'getActionListLink' is not designed for extension - needs to be abstract, final or empty. | 236 | |
Missing a Javadoc comment. | 236 | |
Line is longer than 80 characters. | 237 | |
Missing a Javadoc comment. | 242 | |
Parameter key should be final. | 242 | |
Missing a Javadoc comment. | 246 | |
Parameter title should be final. | 246 |
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.common.ui.client.widgets.KSFooter. | 9 | |
Missing a Javadoc comment. | 16 | |
'{' is not preceded with whitespace. | 16 | |
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 18 | |
'{' is not preceded with whitespace. | 18 | |
'{' is not followed by whitespace. | 18 | |
Missing a Javadoc comment. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
Variable 'contentPanel' must be private and have accessor methods. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Variable 'container' must be private and have accessor methods. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Parameter controllerId should be final. | 23 | |
Parameter header 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. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Parameter header should be final. | 30 | |
'{' is not preceded with whitespace. | 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. | 35 | |
Line contains a tab character. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
'{' is not preceded with whitespace. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Parameter event should be final. | 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 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
'{' is not preceded with whitespace. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Method 'hideView' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Line contains a tab character. | 60 | |
Parameter view should be final. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Method 'renderView' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Line contains a tab character. | 65 | |
Parameter view should be final. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
'{' is not preceded with whitespace. | 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 contains a tab character. | 73 | |
Method 'showDefaultView' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Line contains a tab character. | 74 | |
Parameter onReadyCallback should be final. | 74 | |
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 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
'}' should be on the same line. | 78 | |
Line contains a tab character. | 79 | |
'else' is not followed by whitespace. | 79 | |
'{' is not preceded with whitespace. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 9 | |
Missing a Javadoc comment. | 13 | |
'{' is not preceded with whitespace. | 13 | |
Line has trailing spaces. | 14 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line is longer than 80 characters. | 16 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Line is longer than 80 characters. | 17 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 20 | |
'{' is not preceded with whitespace. | 20 | |
'{' is not followed by whitespace. | 20 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 20 | |
'}' is not preceded with whitespace. | 20 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Parameter controller should be final. | 22 | |
Parameter name should be final. | 22 | |
Parameter viewType should be final. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line is longer than 80 characters. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
'{' is not preceded with whitespace. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'hideView' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Line contains a tab character. | 45 | |
Parameter view should be final. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Method 'renderView' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Line contains a tab character. | 50 | |
Parameter view should be final. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Method 'showView' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter viewType should be final. | 54 | |
Parameter onReadyCallback should be final. | 54 | |
Line contains a tab character. | 55 | |
'if' is not followed by whitespace. | 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 |
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 | |
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. | 15 | |
Missing a Javadoc comment. | 15 | |
Line has trailing spaces. | 16 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Parameter controller should be final. | 17 | |
Parameter viewType should be final. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Method 'addWidget' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Parameter w should be final. | 25 | |
'{' is not preceded with whitespace. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 |
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 |
---|---|---|
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 60 | |
'{' is not preceded with whitespace. | 60 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 63 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 64 | |
Missing a Javadoc comment. | 64 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 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 | |
Line has trailing spaces. | 68 | |
Line is longer than 80 characters. | 69 | |
Line has trailing spaces. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 72 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 77 | |
Missing a Javadoc comment. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Missing a Javadoc comment. | 80 | |
Line contains a tab character. | 81 | |
Missing a Javadoc comment. | 81 | |
Line contains a tab character. | 83 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 87 | |
'=' is not followed by whitespace. | 87 | |
Missing a Javadoc comment. | 88 | |
'=' is not preceded with whitespace. | 88 | |
'=' is not followed by whitespace. | 88 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 94 | |
'{' is not preceded with whitespace. | 94 | |
Line contains a tab character. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter url should be final. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Parameter callback should be final. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 106 | |
Missing a Javadoc comment. | 106 | |
'{' is not preceded with whitespace. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Method 'onLoad' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
'{' is not preceded with whitespace. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
',' is not followed by whitespace. | 112 | |
',' is not followed by whitespace. | 112 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
',' is not followed by whitespace. | 114 | |
Line contains a tab character. | 115 | |
Parameter caught should be final. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
Parameter result should be final. | 120 | |
',' is not followed by whitespace. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
'+' is not preceded with whitespace. | 121 | |
'+' is not followed by whitespace. | 121 | |
Line contains a tab character. | 122 | |
'if' is not followed by whitespace. | 122 | |
'{' is not preceded with whitespace. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line has trailing spaces. | 129 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
'{' is not preceded with whitespace. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Missing a Javadoc comment. | 142 | |
'{' is not preceded with whitespace. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line has trailing spaces. | 159 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
',' is not followed by whitespace. | 162 | |
',' is not followed by whitespace. | 162 | |
'+' is not preceded with whitespace. | 162 | |
'+' is not followed by whitespace. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 169 | |
Missing a Javadoc comment. | 169 | |
'{' is not preceded with whitespace. | 169 | |
Line contains a tab character. | 170 | |
'{' is not preceded with whitespace. | 170 | |
Line contains a tab character. | 172 | |
Parameter event should be final. | 172 | |
Line contains a tab character. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
Parameter offsetWidth should be final. | 177 | |
Parameter offsetHeight should be final. | 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 contains a tab character. | 187 | |
Missing a Javadoc comment. | 187 | |
Line contains a tab character. | 188 | |
Line is longer than 80 characters. | 189 | |
Line contains a tab character. | 189 | |
',' is not followed by whitespace. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 192 | |
Missing a Javadoc comment. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 195 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
',' is not followed by whitespace. | 197 | |
Line contains a tab character. | 198 | |
'{' is not preceded with whitespace. | 198 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Parameter event should be final. | 201 | |
Line is longer than 80 characters. | 202 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
'}' is not followed by whitespace. | 203 | |
'}' is not preceded with whitespace. | 203 | |
Line is longer than 80 characters. | 204 | |
Line contains a tab character. | 204 | |
',' is not followed by whitespace. | 204 | |
Line contains a tab character. | 205 | |
'{' is not preceded with whitespace. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Parameter event should be final. | 207 | |
Line is longer than 80 characters. | 208 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
'}' is not followed by whitespace. | 209 | |
'}' is not preceded with whitespace. | 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 | |
'+' is not preceded with whitespace. | 211 | |
'+' is not followed by whitespace. | 211 | |
Line contains a tab character. | 212 | |
Line is longer than 80 characters. | 213 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
'{' is not preceded with whitespace. | 214 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Parameter event should be final. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
'}' is not followed by whitespace. | 220 | |
'}' is not preceded with whitespace. | 220 | |
Line contains a tab character. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
'+' is not preceded with whitespace. | 224 | |
'+' is not followed by whitespace. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 227 | |
Line is longer than 80 characters. | 228 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 232 | |
Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 232 | |
Missing a Javadoc comment. | 232 | |
Parameter wrappedContent should be final. | 232 | |
'{' is not preceded with whitespace. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 236 | |
Method 'setHeaderCustomLinks' is not designed for extension - needs to be abstract, final or empty. | 236 | |
Missing a Javadoc comment. | 236 | |
Parameter links should be final. | 236 | |
'{' is not preceded with whitespace. | 236 | |
Line contains a tab character. | 237 | |
'for' is not followed by whitespace. | 237 | |
':' is not preceded with whitespace. | 237 | |
'{' is not preceded with whitespace. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line is longer than 80 characters. | 241 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 246 | |
Method 'setFooterLinks' is not designed for extension - needs to be abstract, final or empty. | 246 | |
Missing a Javadoc comment. | 246 | |
Parameter links should be final. | 246 | |
'{' is not preceded with whitespace. | 246 | |
Line contains a tab character. | 247 | |
'for' is not followed by whitespace. | 247 | |
':' is not preceded with whitespace. | 247 | |
'{' is not preceded with whitespace. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line is longer than 80 characters. | 254 | |
Missing a Javadoc comment. | 254 | |
Parameter event should be final. | 263 | |
'}' is not followed by whitespace. | 265 | |
'}' is not preceded with whitespace. | 265 | |
Parameter event should be final. | 270 | |
'}' is not followed by whitespace. | 273 | |
'}' is not preceded with whitespace. | 273 | |
Parameter event should be final. | 277 | |
'}' is not followed by whitespace. | 279 | |
'}' is not preceded with whitespace. | 279 | |
Missing a Javadoc comment. | 286 | |
'{' is not preceded with whitespace. | 286 | |
Line contains a tab character. | 287 | |
'{' is not preceded with whitespace. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line is longer than 80 characters. | 295 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
'{' is not preceded with whitespace. | 296 | |
Line contains a tab character. | 297 | |
Parameter event should be final. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Missing a Javadoc comment. | 307 |
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. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Expected an @return tag. | 112 | |
Line contains a tab character. | 112 | |
Method 'getViewsEnum' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Line contains a tab character. | 113 | |
'(' is preceded with whitespace. | 113 | |
'{' is not preceded with whitespace. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line has trailing spaces. | 116 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
'(' is preceded with whitespace. | 120 | |
Line contains a tab character. | 121 | |
'(' is preceded with whitespace. | 121 | |
'(' is preceded with whitespace. | 121 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
'(' is preceded with whitespace. | 124 | |
Parameter result should be final. | 124 | |
Line contains a tab character. | 125 | |
'{' should be on the previous line. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
'(' is preceded with whitespace. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
'(' is preceded with whitespace. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Method 'getViewEnumValue' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Line contains a tab character. | 137 | |
'(' is preceded with whitespace. | 137 | |
Parameter enumValue should be final. | 137 | |
'{' is not preceded with whitespace. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 141 | |
Method 'setParentController' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Line contains a tab character. | 142 | |
'(' is preceded with whitespace. | 142 | |
Parameter controller should be final. | 142 | |
'controller' hides a field. | 142 | |
Line contains a tab character. | 143 | |
'(' is preceded with whitespace. | 143 | |
Line contains a tab character. | 144 |
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. | 38 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 51 | |
Line has trailing spaces. | 58 | |
Missing a Javadoc comment. | 58 | |
Line has trailing spaces. | 60 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Line has trailing spaces. | 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. | 68 | |
Line is longer than 80 characters. | 69 | |
Missing a Javadoc comment. | 69 | |
Variable 'cluSetManagementRpcServiceAsync' must be private and have accessor methods. | 69 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 73 | |
Variable 'progressWindow' must be private and have accessor methods. | 73 | |
Missing a Javadoc comment. | 76 | |
'{' is not preceded with whitespace. | 76 | |
Line has trailing spaces. | 81 | |
Method 'getMainView' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Line has trailing spaces. | 85 | |
Method 'showView' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Line is longer than 80 characters. | 94 | |
Parameter caught should be final. | 96 | |
Line is longer than 80 characters. | 98 | |
Parameter result should be final. | 101 | |
Line is longer than 80 characters. | 105 | |
Line is longer than 80 characters. | 107 | |
Line is longer than 80 characters. | 118 | |
Parameter caught should be final. | 120 | |
Line is longer than 80 characters. | 122 | |
Parameter result should be final. | 125 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 131 | |
Missing a Javadoc comment. | 142 | |
Parameter result should be final. | 148 | |
Missing a Javadoc comment. | 159 | |
Line has trailing spaces. | 161 | |
Line is longer than 80 characters. | 163 | |
Line is longer than 80 characters. | 165 | |
Parameter result should be final. | 168 | |
Expression can be simplified. | 169 | |
Line is longer than 80 characters. | 171 | |
'50' is a magic number. | 171 | |
Parameter result should be final. | 179 | |
Expression can be simplified. | 180 | |
Line is longer than 80 characters. | 182 | |
'50' is a magic number. | 182 | |
Line has trailing spaces. | 189 | |
Line has trailing spaces. | 192 | |
Line has trailing spaces. | 198 | |
Line is longer than 80 characters. | 202 | |
'{' is not preceded with whitespace. | 203 | |
'{' is not preceded with whitespace. | 207 | |
Parameter workCompleteCallback should be final. | 209 | |
Line is longer than 80 characters. | 210 | |
'{' is not preceded with whitespace. | 210 | |
Line has trailing spaces. | 216 | |
Line has trailing spaces. | 218 | |
Line has trailing spaces. | 224 | |
Missing a Javadoc comment. | 225 | |
Line is longer than 80 characters. | 236 | |
'{' is not preceded with whitespace. | 236 | |
Parameter caught should be final. | 239 | |
Line has trailing spaces. | 242 | |
Line is longer than 80 characters. | 242 | |
Parameter result should be final. | 246 | |
Line has trailing spaces. | 253 | |
Line has trailing spaces. | 254 | |
Line contains a tab character. | 254 | |
Line has trailing spaces. | 257 | |
Missing a Javadoc comment. | 258 | |
Parameter modelDefinition should be final. | 258 | |
'{' is not preceded with whitespace. | 258 | |
'{' is not preceded with whitespace. | 260 | |
Line is longer than 80 characters. | 267 | |
'{' is not preceded with whitespace. | 267 | |
Parameter saveAction should be final. | 269 | |
Line is longer than 80 characters. | 270 | |
Line has trailing spaces. | 277 | |
Expected an @return tag. | 282 | |
Method 'getViewsEnum' is not designed for extension - needs to be abstract, final or empty. | 282 | |
Method 'renderView' is not designed for extension - needs to be abstract, final or empty. | 287 | |
Parameter view should be final. | 288 | |
Method 'requestModel' is not designed for extension - needs to be abstract, final or empty. | 294 | |
Line is longer than 80 characters. | 296 | |
Parameter modelType should be final. | 296 | |
Method 'doSaveAction' is not designed for extension - needs to be abstract, final or empty. | 300 | |
Missing a Javadoc comment. | 300 | |
'{' is not preceded with whitespace. | 300 | |
'if' is not followed by whitespace. | 305 | |
'!=' is not preceded with whitespace. | 305 | |
'!=' is not followed by whitespace. | 305 | |
'{' is not preceded with whitespace. | 305 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Parameter result should be final. | 308 | |
Line has trailing spaces. | 309 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
'if' is not followed by whitespace. | 312 | |
'{' is not preceded with whitespace. | 312 | |
Line contains a tab character. | 313 | |
Line is longer than 80 characters. | 314 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
'if' is not followed by whitespace. | 315 | |
'{' is not preceded with whitespace. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line has trailing spaces. | 319 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
'if' is not followed by whitespace. | 320 | |
'{' is not preceded with whitespace. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 | |
Line is longer than 80 characters. | 324 | |
Line contains a tab character. | 324 | |
Line is longer than 80 characters. | 325 | |
Line contains a tab character. | 325 | |
'cast' is not followed by whitespace. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
'}' should be on the same line. | 327 | |
Line contains a tab character. | 328 | |
'else' is not followed by whitespace. | 328 | |
'{' is not preceded with whitespace. | 328 | |
Line is longer than 80 characters. | 329 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line has trailing spaces. | 331 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line is longer than 80 characters. | 337 | |
Missing a Javadoc comment. | 337 | |
Line is longer than 80 characters. | 339 | |
'{' is not preceded with whitespace. | 340 | |
Parameter result should be final. | 343 | |
Line has trailing spaces. | 345 | |
'{' is not preceded with whitespace. | 354 | |
Line is longer than 80 characters. | 361 | |
Parameter caught should be final. | 364 | |
Line has trailing spaces. | 368 | |
Line is longer than 80 characters. | 373 | |
Parameter caught should be final. | 375 | |
Line has trailing spaces. | 376 | |
Parameter result should be final. | 380 | |
'&&' should be on a new line. | 381 | |
Line is longer than 80 characters. | 385 | |
Line is longer than 80 characters. | 386 | |
'{' is not preceded with whitespace. | 392 | |
Method 'showDefaultView' is not designed for extension - needs to be abstract, final or empty. | 408 | |
Parameter result should be final. | 412 | |
Line has trailing spaces. | 421 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 422 | |
Parameter onReadyCallback should be final. | 423 | |
Line contains a tab character. | 424 | |
Missing a Javadoc comment. | 427 | |
Method 'setParentController' is not designed for extension - needs to be abstract, final or empty. | 431 | |
Parameter controller should be final. | 432 | |
Line has trailing spaces. | 433 | |
Line has trailing spaces. | 435 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 24 | |
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. | 38 | |
Missing a Javadoc comment. | 54 | |
Line is longer than 80 characters. | 56 | |
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. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 70 | |
Line has trailing spaces. | 72 | |
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 | |
'{' is not preceded with whitespace. | 88 | |
Parameter caught should be final. | 90 | |
Parameter result should be final. | 94 | |
Line is longer than 80 characters. | 97 | |
Parameter caught should be final. | 99 | |
Parameter result should be final. | 103 | |
Line has trailing spaces. | 114 | |
Missing a Javadoc comment. | 115 | |
Parameter modelDefinition should be final. | 115 | |
'modelDefinition' hides a field. | 115 | |
Line has trailing spaces. | 118 | |
Missing a Javadoc comment. | 119 | |
Parameter searchDefinition should be final. | 119 | |
'searchDefinition' hides a field. | 119 | |
Line has trailing spaces. | 122 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Parameter onReadyCallback should be final. | 124 | |
Line has trailing spaces. | 130 | |
Missing a Javadoc comment. | 131 | |
Line has trailing spaces. | 133 | |
Line has trailing spaces. | 139 | |
Missing a Javadoc comment. | 140 | |
Parameter clusetViewEnum should be final. | 140 | |
'||' should be on a new line. | 141 | |
Line has trailing spaces. | 150 | |
Method 'onHistoryEvent' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Parameter historyStack should be final. | 152 | |
Line has trailing spaces. | 154 | |
'cast' is not followed by whitespace. | 155 | |
Line is longer than 80 characters. | 156 | |
Line is longer than 80 characters. | 157 | |
Missing a Javadoc comment. | 161 | |
Parameter event should be final. | 165 | |
Line is longer than 80 characters. | 175 | |
Line has trailing spaces. | 176 | |
Line has trailing spaces. | 177 | |
Line has trailing spaces. | 178 | |
Line has trailing spaces. | 182 | |
Line has trailing spaces. | 183 | |
Line has trailing spaces. | 187 | |
Line has trailing spaces. | 188 | |
Line has trailing spaces. | 198 | |
Missing a Javadoc comment. | 199 | |
Line is longer than 80 characters. | 206 | |
Line is longer than 80 characters. | 207 | |
Line has trailing spaces. | 208 | |
Line is longer than 80 characters. | 208 | |
Parameter date should be final. | 210 | |
Line is longer than 80 characters. | 212 | |
Line has trailing spaces. | 215 | |
Line is longer than 80 characters. | 218 | |
Parameter widget should be final. | 218 | |
Parameter model should be final. | 218 | |
Parameter path should be final. | 218 | |
Line is longer than 80 characters. | 219 | |
Line is longer than 80 characters. | 223 | |
Parameter widget should be final. | 223 | |
Parameter model should be final. | 223 | |
Parameter path should be final. | 223 | |
Line has trailing spaces. | 226 | |
'if' is not followed by whitespace. | 228 | |
'!=' is not preceded with whitespace. | 228 | |
'!=' is not followed by whitespace. | 228 | |
'{' is not preceded with whitespace. | 228 | |
Line is longer than 80 characters. | 242 | |
Line has trailing spaces. | 245 | |
Line has trailing spaces. | 253 | |
Line is longer than 80 characters. | 254 | |
Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Missing a Javadoc comment. | 254 | |
Parameter fieldKey should be final. | 254 | |
Parameter messageKey should be final. | 254 | |
Line is longer than 80 characters. | 257 | |
Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 257 | |
Missing a Javadoc comment. | 257 | |
Parameter fieldKey should be final. | 257 | |
Parameter messageKey should be final. | 257 | |
Parameter optional should be final. | 257 | |
Line is longer than 80 characters. | 258 | |
Line is longer than 80 characters. | 261 | |
Method 'getFieldRow' is not designed for extension - needs to be abstract, final or empty. | 261 | |
Missing a Javadoc comment. | 261 | |
Parameter fieldKey should be final. | 261 | |
Parameter messageKey should be final. | 261 | |
Parameter widget should be final. | 261 | |
Parameter widget2 should be final. | 261 | |
Parameter parentPath should be final. | 261 | |
Parameter binding should be final. | 261 | |
Parameter optional should be final. | 261 | |
Line is longer than 80 characters. | 265 | |
'if' is not followed by whitespace. | 269 | |
'{' is not preceded with whitespace. | 269 | |
Line is longer than 80 characters. | 274 | |
'if' is not followed by whitespace. | 278 | |
'{' is not preceded with whitespace. | 278 | |
',' is not followed by whitespace. | 283 | |
Missing a Javadoc comment. | 288 | |
Line has trailing spaces. | 293 | |
Line is longer than 80 characters. | 294 | |
Parameter event should be final. | 297 | |
Line is longer than 80 characters. | 302 | |
'+' should be on a new line. | 302 | |
Line contains a tab character. | 303 | |
Line is longer than 80 characters. | 306 | |
Parameter result should be final. | 308 | |
Line is longer than 80 characters. | 309 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 318 | |
'40' is a magic number. | 318 | |
Line has trailing spaces. | 322 | |
Method 'getSelectedCluSetId' is not designed for extension - needs to be abstract, final or empty. | 323 | |
Missing a Javadoc comment. | 323 | |
Method 'setSelectedCluSetId' is not designed for extension - needs to be abstract, final or empty. | 327 | |
Missing a Javadoc comment. | 327 | |
Parameter selectedCluSetId should be final. | 327 | |
'selectedCluSetId' hides a field. | 327 | |
Missing a Javadoc comment. | 331 | |
Line is longer than 80 characters. | 332 | |
'?' is not preceded with whitespace. | 332 | |
'?' should be on a new line. | 332 | |
Avoid inline conditionals. | 332 | |
Line is longer than 80 characters. | 334 | |
Line is longer than 80 characters. | 335 | |
Line is longer than 80 characters. | 337 | |
Line is longer than 80 characters. | 339 | |
Line is longer than 80 characters. | 340 | |
Line is longer than 80 characters. | 341 | |
Line is longer than 80 characters. | 342 | |
Line is longer than 80 characters. | 343 | |
Line has trailing spaces. | 344 | |
Line has trailing spaces. | 352 | |
Line is longer than 80 characters. | 353 | |
Missing a Javadoc comment. | 353 | |
Parameter title should be final. | 353 | |
Parameter withDivider should be final. | 353 | |
'if' construct must use '{}'s. | 356 | |
Line has trailing spaces. | 360 | |
Missing a Javadoc comment. | 361 | |
Parameter labelKey should be final. | 361 | |
Line is longer than 80 characters. | 362 | |
Line has trailing spaces. | 364 | |
Missing a Javadoc comment. | 365 | |
Parameter labelKey should be final. | 365 | |
Line has trailing spaces. | 368 | |
Method 'generateMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 369 | |
Missing a Javadoc comment. | 369 | |
Parameter labelKey should be final. | 369 | |
Line is longer than 80 characters. | 370 | |
Line has trailing spaces. | 372 | |
Line has trailing spaces. | 373 | |
Missing a Javadoc comment. | 373 | |
'(' is followed by whitespace. | 373 | |
Line has trailing spaces. | 374 | |
Parameter fieldKey should be final. | 374 | |
Line has trailing spaces. | 375 | |
Parameter messageKey should be final. | 375 | |
Line has trailing spaces. | 376 | |
Parameter widget should be final. | 376 | |
Parameter parentPath should be final. | 377 | |
'}' should be on the same line. | 383 | |
'else' is not followed by whitespace. | 384 | |
'{' is not preceded with whitespace. | 384 | |
Line has trailing spaces. | 390 | |
Missing a Javadoc comment. | 390 | |
Parameter section should be final. | 390 | |
Line has trailing spaces. | 391 | |
Parameter fieldKey should be final. | 391 | |
Line has trailing spaces. | 392 | |
Parameter messageKey should be final. | 392 | |
Line has trailing spaces. | 393 | |
Parameter widget should be final. | 393 | |
Parameter parentPath should be final. | 394 | |
Line is longer than 80 characters. | 395 | |
Missing a Javadoc comment. | 400 | |
Parameter fieldKey should be final. | 400 | |
Line is longer than 80 characters. | 403 | |
Missing a Javadoc comment. | 407 | |
Missing a Javadoc comment. | 409 | |
Missing a Javadoc comment. | 410 | |
Missing a Javadoc comment. | 411 | |
Line is longer than 80 characters. | 413 | |
Missing a Javadoc comment. | 413 | |
Parameter inLookupMetadata should be final. | 413 | |
Parameter additionalLookupMetadata should be final. | 413 | |
'additionalLookupMetadata' hides a field. | 413 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 419 | |
Missing a Javadoc comment. | 419 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 423 | |
Missing a Javadoc comment. | 423 | |
Parameter name should be final. | 423 | |
'name' hides a field. | 423 | |
Method 'getInitLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 427 | |
Missing a Javadoc comment. | 427 | |
Method 'setInitLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 431 | |
Missing a Javadoc comment. | 431 | |
Parameter initLookupMetadata should be final. | 431 | |
'initLookupMetadata' hides a field. | 431 | |
Method 'getAdditionalLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 435 | |
Missing a Javadoc comment. | 435 | |
Line is longer than 80 characters. | 439 | |
Method 'setAdditionalLookupMetadata' is not designed for extension - needs to be abstract, final or empty. | 439 | |
Missing a Javadoc comment. | 439 | |
Parameter additionalLookupMetadata should be final. | 439 | |
'additionalLookupMetadata' hides a field. | 439 | |
Line has trailing spaces. | 442 | |
Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 445 | |
Parameter controller should be final. | 446 | |
Line has trailing spaces. | 452 |
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. | 26 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 44 | |
'{' should be on the previous line. | 45 | |
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 is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
'(' is preceded with whitespace. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Variable 'pagingScrollTable' must be private and have accessor methods. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
'(' is preceded with whitespace. | 53 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
'(' is preceded with whitespace. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
'(' is preceded with whitespace. | 57 | |
Line contains a tab character. | 58 | |
'{' should be on the previous line. | 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 | |
Line contains a tab character. | 65 | |
Method 'clearTable' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
'(' is preceded with whitespace. | 65 | |
Line contains a tab character. | 66 | |
'{' should be on the previous line. | 66 | |
Line contains a tab character. | 67 | |
'(' is preceded with whitespace. | 67 | |
Line contains a tab character. | 68 | |
'(' is preceded with whitespace. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Method 'removeSelected' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
'(' is preceded with whitespace. | 71 | |
Line contains a tab character. | 72 | |
'{' should be on the previous line. | 72 | |
Line contains a tab character. | 73 | |
'(' is preceded with whitespace. | 73 | |
Line contains a tab character. | 74 | |
'{' should be on the previous line. | 74 | |
Line contains a tab character. | 75 | |
'(' is preceded with whitespace. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
'(' is preceded with whitespace. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Method 'performSearch' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
'(' is preceded with whitespace. | 80 | |
Parameter searchRequest should be final. | 80 | |
Line contains a tab character. | 81 | |
Parameter listResultMetadata should be final. | 81 | |
Line contains a tab character. | 82 | |
Parameter resultIdKey should be final. | 82 | |
Line contains a tab character. | 83 | |
'{' should be on the previous line. | 83 | |
Line contains a tab character. | 85 | |
'(' is preceded with whitespace. | 85 | |
Line contains a tab character. | 87 | |
'(' is preceded with whitespace. | 87 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
'{' should be on the previous line. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
'(' is preceded with whitespace. | 91 | |
'(' is preceded with whitespace. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
'(' is preceded with whitespace. | 95 | |
'(' is preceded with whitespace. | 95 | |
'{' is not preceded with whitespace. | 95 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
'(' is preceded with whitespace. | 98 | |
Parameter searchResults should be final. | 98 | |
Line contains a tab character. | 99 | |
'{' should be on the previous line. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
'(' is preceded with whitespace. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
'{' should be on the previous line. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
'(' is preceded with whitespace. | 104 | |
Line contains a tab character. | 105 | |
'{' should be on the previous line. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
'(' is preceded with whitespace. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
'(' is preceded with whitespace. | 108 | |
Line contains a tab character. | 109 | |
'{' should be on the previous line. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
'(' is preceded with whitespace. | 110 | |
'(' is preceded with whitespace. | 110 | |
Line contains a tab character. | 111 | |
'{' should be on the previous line. | 111 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
'(' is preceded with whitespace. | 112 | |
'(' is preceded with whitespace. | 112 | |
Line contains a tab character. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
'(' is preceded with whitespace. | 114 | |
'(' is preceded with whitespace. | 114 | |
'(' is preceded with whitespace. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
'(' is preceded with whitespace. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
'(' is preceded with whitespace. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
Missing a Javadoc comment. | 126 | |
'(' is preceded with whitespace. | 126 | |
Parameter listResultMetadata should be final. | 126 | |
Line contains a tab character. | 127 | |
Parameter resultIdKey should be final. | 127 | |
Line contains a tab character. | 128 | |
'{' should be on the previous line. | 128 | |
Line contains a tab character. | 129 | |
'(' is preceded with whitespace. | 129 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
'(' is preceded with whitespace. | 132 | |
Line contains a tab character. | 133 | |
'(' is preceded with whitespace. | 133 | |
'900' is a magic number. | 133 | |
'200' is a magic number. | 133 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
'(' is preceded with whitespace. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
'{' should be on the previous line. | 137 | |
Comment matches to-do format 'TODO:'. | 138 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
'(' is preceded with whitespace. | 139 | |
Line contains a tab character. | 140 | |
'(' is preceded with whitespace. | 140 | |
Line contains a tab character. | 141 | |
'(' is followed by whitespace. | 141 | |
'!' is followed by whitespace. | 141 | |
'(' is preceded with whitespace. | 141 | |
Line contains a tab character. | 142 | |
'{' should be on the previous line. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
'(' is preceded with whitespace. | 143 | |
'(' is preceded with whitespace. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
'(' is preceded with whitespace. | 146 | |
Line contains a tab character. | 147 | |
'{' should be on the previous line. | 147 | |
Line contains a tab character. | 148 | |
'(' is preceded with whitespace. | 148 | |
'(' is preceded with whitespace. | 148 | |
'370' is a magic number. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
'(' is preceded with whitespace. | 150 | |
Line contains a tab character. | 151 | |
'(' is preceded with whitespace. | 151 | |
Line contains a tab character. | 153 | |
'(' is preceded with whitespace. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 156 | |
Method 'redraw' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Missing a Javadoc comment. | 156 | |
'(' is preceded with whitespace. | 156 | |
Line contains a tab character. | 157 | |
'{' should be on the previous line. | 157 | |
Line contains a tab character. | 158 | |
'(' is preceded with whitespace. | 158 | |
Line has trailing spaces. | 159 | |
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 | |
'(' is preceded with whitespace. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 167 | |
Method 'addSelectionHandler' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Missing a Javadoc comment. | 167 | |
'(' is preceded with whitespace. | 167 | |
Parameter selectionHandler should be final. | 167 | |
Line contains a tab character. | 168 | |
'{' should be on the previous line. | 168 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
'(' is preceded with whitespace. | 169 | |
'(' is preceded with whitespace. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 172 | |
Method 'getSelectedRows' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Missing a Javadoc comment. | 172 | |
'(' is preceded with whitespace. | 172 | |
Line contains a tab character. | 173 | |
'{' should be on the previous line. | 173 | |
Line contains a tab character. | 174 | |
'(' is preceded with whitespace. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
'(' is preceded with whitespace. | 176 | |
'(' is preceded with whitespace. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
'{' should be on the previous line. | 178 | |
Line contains a tab character. | 179 | |
'(' is preceded with whitespace. | 179 | |
'(' is preceded with whitespace. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 184 | |
Method 'getSelectedIds' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Missing a Javadoc comment. | 184 | |
'(' is preceded with whitespace. | 184 | |
Line contains a tab character. | 185 | |
'{' should be on the previous line. | 185 | |
Line contains a tab character. | 186 | |
'(' is preceded with whitespace. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
'(' is preceded with whitespace. | 188 | |
'(' is preceded with whitespace. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
'{' should be on the previous line. | 190 | |
Line contains a tab character. | 191 | |
'(' is preceded with whitespace. | 191 | |
'(' is preceded with whitespace. | 191 | |
'(' is preceded with whitespace. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 196 | |
Method 'getAllIds' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Missing a Javadoc comment. | 196 | |
'(' is preceded with whitespace. | 196 | |
Line contains a tab character. | 197 | |
'{' should be on the previous line. | 197 | |
Line contains a tab character. | 198 | |
'(' is preceded with whitespace. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
'{' should be on the previous line. | 200 | |
Line contains a tab character. | 201 | |
'(' is preceded with whitespace. | 201 | |
'(' is preceded with whitespace. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 206 | |
Method 'getAllRows' is not designed for extension - needs to be abstract, final or empty. | 206 | |
Missing a Javadoc comment. | 206 | |
'(' is preceded with whitespace. | 206 | |
Line contains a tab character. | 207 | |
'{' should be on the previous line. | 207 | |
Line contains a tab character. | 208 | |
'(' is preceded with whitespace. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
'{' should be on the previous line. | 210 | |
Line contains a tab character. | 211 | |
'(' is preceded with whitespace. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 |
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. | 225 | |
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 | |
Line is longer than 80 characters. | 268 | |
'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 |