The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 23 | ![]() |
NewlineAtEndOfFile | 14 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 601 | ![]() |
RegexpSingleline
| 272 | ![]() |
JavadocMethod | 565 | ![]() |
JavadocType | 49 | ![]() |
JavadocVariable | 371 | ![]() |
JavadocStyle | 12 | ![]() |
ConstantName | 1 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 2 | ![]() |
MemberName | 0 | ![]() |
MethodName | 118 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 14 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 14 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 19 | ![]() |
LineLength | 1725 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 8 | ![]() |
NoWhitespaceAfter | 1 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 7 | ![]() |
ParenPad | 2 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 31 | ![]() |
WhitespaceAround | 200 | ![]() |
ModifierOrder | 2 | ![]() |
RedundantModifier | 20 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 5 | ![]() |
RightCurly | 1 | ![]() |
AvoidInlineConditionals | 27 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 75 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 15 | ![]() |
MissingSwitchDefault | 4 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 300 | ![]() |
FinalClass | 18 | ![]() |
HideUtilityClassConstructor | 4 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 42 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 580 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Variable 'programSectionConfigManager' must be private and have accessor methods. | 20 |
![]() | Method 'configure' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter viewController should be final. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Method 'getProgramController' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Method 'applyPermissions' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line is longer than 80 characters. | 52 |
![]() | 'else' is not preceded with whitespace. | 55 |
![]() | '}' is not followed by whitespace. | 55 |
![]() | 'else' is not followed by whitespace. | 55 |
![]() | '{' is not preceded with whitespace. | 55 |
![]() | Method 'getProgramSectionConfigManager' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 22 |
![]() | Utility classes should not have a public or default constructor. | 25 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '{' is followed by whitespace. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | 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. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Missing a Javadoc comment. | 112 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Variable 'programRemoteService' must be private and have accessor methods. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Variable 'initialized' must be private and have accessor methods. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Variable 'programModel' must be private and have accessor methods. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Variable 'configurer' must be private and have accessor methods. | 59 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Variable 'eventBus' must be private and have accessor methods. | 61 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Variable 'statusLabel' must be private and have accessor methods. | 63 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Variable 'sideBar' must be private and have accessor methods. | 65 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Variable 'reloadMetadata' must be private and have accessor methods. | 71 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Variable 'processBeforeShow' must be private and have accessor methods. | 73 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Parameter name should be final. | 80 |
![]() | Expected @param tag for 'name'. | 80 |
![]() | Parameter programModel should be final. | 80 |
![]() | 'programModel' hides a field. | 80 |
![]() | Expected @param tag for 'programModel'. | 80 |
![]() | Parameter viewContext should be final. | 80 |
![]() | Expected @param tag for 'viewContext'. | 80 |
![]() | Parameter eventBus should be final. | 80 |
![]() | 'eventBus' hides a field. | 80 |
![]() | Expected @param tag for 'eventBus'. | 80 |
![]() | First sentence should end with a period. | 90 |
![]() | Expected an @return tag. | 93 |
![]() | Method 'createProgramRemoteService' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Method 'beforeViewChange' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Parameter viewChangingTo should be final. | 98 |
![]() | Parameter result should be final. | 103 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Parameter result should be final. | 111 |
![]() | switch without "default" clause. | 112 |
![]() | Method 'fireUpdateEvent' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Method 'resetModel' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Method 'resetFieldInteractionFlag' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Method 'requestModel' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Parameter modelType should be final. | 179 |
![]() | Parameter callback should be final. | 179 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Method 'loadModel' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Parameter caught should be final. | 204 |
![]() | Parameter result should be final. | 210 |
![]() | Missing a Javadoc comment. | 219 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Missing a Javadoc comment. | 243 |
![]() | Parameter pgmType should be final. | 243 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | Missing a Javadoc comment. | 254 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Method 'getProgramName' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | Missing a Javadoc comment. | 258 |
![]() | Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 271 |
![]() | Expected @param tag for 'onReadyCallback'. | 272 |
![]() | Parameter model should be final. | 276 |
![]() | Parameter cause should be final. | 286 |
![]() | Expected an @return tag. | 300 |
![]() | Method 'loadMetadataCondition' is not designed for extension - needs to be abstract, final or empty. | 300 |
![]() | Line is longer than 80 characters. | 301 |
![]() | Method 'loadMetadata' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() | Expected @param tag for 'onReadyCallback'. | 309 |
![]() | Line is longer than 80 characters. | 325 |
![]() | Line is longer than 80 characters. | 328 |
![]() | Parameter result should be final. | 331 |
![]() | Parameter caught should be final. | 340 |
![]() | Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() | Missing a Javadoc comment. | 347 |
![]() | Method 'setViewContext' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() | Parameter viewContext should be final. | 356 |
![]() | Method 'afterMetadataLoaded' is not designed for extension - needs to be abstract, final or empty. | 370 |
![]() | Parameter onReadyCallback should be final. | 370 |
![]() | Expected @param tag for 'onReadyCallback'. | 370 |
![]() | Method 'setHeaderTitle' is not designed for extension - needs to be abstract, final or empty. | 384 |
![]() | Missing a Javadoc comment. | 384 |
![]() | Method 'createCommentPanel' is not designed for extension - needs to be abstract, final or empty. | 390 |
![]() | Missing a Javadoc comment. | 390 |
![]() | Line is longer than 80 characters. | 391 |
![]() | Line is longer than 80 characters. | 393 |
![]() | Parameter event should be final. | 396 |
![]() | Missing a Javadoc comment. | 403 |
![]() | Method 'getProgramModel' is not designed for extension - needs to be abstract, final or empty. | 406 |
![]() | Missing a Javadoc comment. | 406 |
![]() | Missing a Javadoc comment. | 410 |
![]() | Method 'getStringProperty' is not designed for extension - needs to be abstract, final or empty. | 413 |
![]() | Missing a Javadoc comment. | 413 |
![]() | Parameter key should be final. | 413 |
![]() | Method 'getDataProperty' is not designed for extension - needs to be abstract, final or empty. | 417 |
![]() | Missing a Javadoc comment. | 417 |
![]() | Parameter key should be final. | 417 |
Violation | Message | Line |
---|---|---|
![]() | Utility classes should not have a public or default constructor. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter data should be final. | 29 |
![]() | 'data' hides a field. | 29 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter row should be final. | 37 |
![]() | 'row' hides a field. | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter section should be final. | 45 |
![]() | 'section' hides a field. | 45 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter type should be final. | 49 |
![]() | Parameter handler should be final. | 49 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter createNew should be final. | 61 |
![]() | 'createNew' hides a field. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '{' is not preceded with whitespace. | 37 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter viewSection should be final. | 53 |
![]() | Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Parameter value should be final. | 19 |
![]() | 'value' hides a field. | 19 |
![]() | Parameter nextStatus should be final. | 19 |
![]() | 'nextStatus' hides a field. | 19 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter value should be final. | 32 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter programModel should be final. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 20 |
![]() | Class ProgramUtils should be declared as final. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'df' must be private and have accessor methods. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter variationData should be final. | 40 |
![]() | Parameter model should be final. | 40 |
![]() | Line has trailing spaces. | 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. | 47 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter programModel should be final. | 50 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | '==' is not preceded with whitespace. | 57 |
![]() | '==' is not followed by whitespace. | 57 |
![]() | '?' is not preceded with whitespace. | 57 |
![]() | Avoid inline conditionals. | 57 |
![]() | '?' is not followed by whitespace. | 57 |
![]() | ':' is not preceded with whitespace. | 57 |
![]() | ':' is not followed by whitespace. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | '==' is not preceded with whitespace. | 58 |
![]() | '==' is not followed by whitespace. | 58 |
![]() | '?' is not preceded with whitespace. | 58 |
![]() | Avoid inline conditionals. | 58 |
![]() | '?' is not followed by whitespace. | 58 |
![]() | ':' is not preceded with whitespace. | 58 |
![]() | ':' is not followed by whitespace. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | '==' is not preceded with whitespace. | 59 |
![]() | '==' is not followed by whitespace. | 59 |
![]() | '?' is not preceded with whitespace. | 59 |
![]() | Avoid inline conditionals. | 59 |
![]() | '?' is not followed by whitespace. | 59 |
![]() | ':' is not preceded with whitespace. | 59 |
![]() | ':' is not followed by whitespace. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | '==' is not preceded with whitespace. | 60 |
![]() | '==' is not followed by whitespace. | 60 |
![]() | '?' is not preceded with whitespace. | 60 |
![]() | Avoid inline conditionals. | 60 |
![]() | '?' is not followed by whitespace. | 60 |
![]() | ':' is not preceded with whitespace. | 60 |
![]() | ':' is not followed by whitespace. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | '==' is not preceded with whitespace. | 61 |
![]() | '==' is not followed by whitespace. | 61 |
![]() | '?' is not preceded with whitespace. | 61 |
![]() | Avoid inline conditionals. | 61 |
![]() | '?' is not followed by whitespace. | 61 |
![]() | ':' is not preceded with whitespace. | 61 |
![]() | ':' is not followed by whitespace. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | '==' is not preceded with whitespace. | 62 |
![]() | '==' is not followed by whitespace. | 62 |
![]() | '?' is not preceded with whitespace. | 62 |
![]() | Avoid inline conditionals. | 62 |
![]() | '?' is not followed by whitespace. | 62 |
![]() | ':' is not preceded with whitespace. | 62 |
![]() | ':' is not followed by whitespace. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | '==' is not preceded with whitespace. | 63 |
![]() | '==' is not followed by whitespace. | 63 |
![]() | '?' is not preceded with whitespace. | 63 |
![]() | Avoid inline conditionals. | 63 |
![]() | '?' is not followed by whitespace. | 63 |
![]() | ':' is not preceded with whitespace. | 63 |
![]() | ':' is not followed by whitespace. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | '==' is not preceded with whitespace. | 64 |
![]() | '==' is not followed by whitespace. | 64 |
![]() | '?' is not preceded with whitespace. | 64 |
![]() | Avoid inline conditionals. | 64 |
![]() | '?' is not followed by whitespace. | 64 |
![]() | ':' is not preceded with whitespace. | 64 |
![]() | ':' is not followed by whitespace. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | '==' is not preceded with whitespace. | 65 |
![]() | '==' is not followed by whitespace. | 65 |
![]() | '?' is not preceded with whitespace. | 65 |
![]() | Avoid inline conditionals. | 65 |
![]() | '?' is not followed by whitespace. | 65 |
![]() | ':' is not preceded with whitespace. | 65 |
![]() | ':' is not followed by whitespace. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | '==' is not preceded with whitespace. | 66 |
![]() | '==' is not followed by whitespace. | 66 |
![]() | '?' is not preceded with whitespace. | 66 |
![]() | Avoid inline conditionals. | 66 |
![]() | '?' is not followed by whitespace. | 66 |
![]() | ':' is not preceded with whitespace. | 66 |
![]() | ':' is not followed by whitespace. | 66 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter dataModel should be final. | 72 |
![]() | Parameter status should be final. | 72 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter dataModel should be final. | 79 |
![]() | Parameter status should be final. | 79 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter inputData should be final. | 84 |
![]() | Parameter status should be final. | 84 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter validationResults should be final. | 93 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter validationResults should be final. | 103 |
![]() | Parameter programModel should be final. | 103 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | 'if' is not followed by whitespace. | 109 |
![]() | '!=' is not preceded with whitespace. | 109 |
![]() | '!=' is not followed by whitespace. | 109 |
![]() | '{' is not preceded with whitespace. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | 'else' is not preceded with whitespace. | 111 |
![]() | '}' is not followed by whitespace. | 111 |
![]() | 'else' is not followed by whitespace. | 111 |
![]() | '{' is not preceded with whitespace. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line has trailing spaces. | 127 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | '5000' is a magic number. | 129 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line contains a tab character. | 131 |
![]() | '5000' is a magic number. | 131 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Parameter configurer should be final. | 137 |
![]() | Parameter modelDefinition should be final. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Parameter eventBus should be final. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Parameter programModel should be final. | 160 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Parameter programModel should be final. | 164 |
![]() | '(' is followed by whitespace. | 165 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Parameter programModel should be final. | 21 |
![]() | Expected @param tag for 'programModel'. | 21 |
![]() | Parameter viewContext should be final. | 21 |
![]() | Expected @param tag for 'viewContext'. | 21 |
![]() | Parameter eventBus should be final. | 21 |
![]() | Expected @param tag for 'eventBus'. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Expected an @return tag. | 29 |
![]() | Method 'createProgramRemoteService' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Parameter title should be final. | 10 |
![]() | Parameter viewToken should be final. | 10 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'model' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Method 'getViewController' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Method 'getEditController' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Method 'getProgramVersionsController' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Method 'setModelValue' is not designed for extension - needs to be abstract, final or empty. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Parameter widget should be final. | 16 |
![]() | Parameter model should be final. | 16 |
![]() | Parameter path should be final. | 16 |
![]() | Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Parameter verticalPanel should be final. | 21 |
![]() | Parameter model should be final. | 21 |
![]() | Parameter path should be final. | 21 |
Violation | Message | Line |
---|---|---|
![]() | 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. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Parameter programModel should be final. | 59 |
![]() | Expected @param tag for 'programModel'. | 59 |
![]() | Parameter viewContext should be final. | 59 |
![]() | Expected @param tag for 'viewContext'. | 59 |
![]() | Parameter eventBus should be final. | 59 |
![]() | Expected @param tag for 'eventBus'. | 59 |
![]() | Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter event should be final. | 84 |
![]() | Parameter event should be final. | 91 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Parameter event should be final. | 97 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Parameter event should be final. | 117 |
![]() | Parameter event should be final. | 123 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Parameter result should be final. | 132 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Parameter result should be final. | 137 |
![]() | Parameter result should be final. | 142 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line is longer than 80 characters. | 156 |
![]() | '5000' is a magic number. | 156 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Method 'doSave' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Method 'loadModel' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Parameter callback should be final. | 174 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Method 'createNewVersionAndLoadModel' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Missing a Javadoc comment. | 183 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Parameter result should be final. | 192 |
![]() | Parameter caught should be final. | 204 |
![]() | Missing a Javadoc comment. | 212 |
![]() | Parameter model should be final. | 215 |
![]() | Parameter result should be final. | 219 |
![]() | Line is longer than 80 characters. | 225 |
![]() | '5000' is a magic number. | 225 |
![]() | Parameter cause should be final. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Parameter result should be final. | 242 |
![]() | Line is longer than 80 characters. | 244 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line is longer than 80 characters. | 266 |
![]() | Missing a Javadoc comment. | 273 |
![]() | Method 'onModelLoadedEvent' is not designed for extension - needs to be abstract, final or empty. | 277 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | 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. | 20 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter section should be final. | 77 |
![]() | Line is longer than 80 characters. | 78 |
Violation | Message | Line |
---|---|---|
![]() | 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 is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Method 'getView' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Parameter controller should be final. | 29 |
![]() | Method 'asWidget' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 41 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - org.kuali.student.lum.program.client.core.view.*. | 11 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | 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 has trailing spaces. | 35 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line has trailing spaces. | 42 |
![]() | Line is longer than 80 characters. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Class CoreCatalogInformationViewConfiguration should be declared as final. | 17 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter sectionView should be final. | 28 |
![]() | 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 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | 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 |
![]() | Class CoreDocsViewConfiguration should be declared as final. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter sectionView should be final. | 20 |
![]() | Line is longer than 80 characters. | 26 |
![]() | ',' is not followed by whitespace. | 26 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | ',' is not followed by whitespace. | 31 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '{' is not preceded with whitespace. | 34 |
![]() | Line is longer than 80 characters. | 35 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | 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. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Class CoreInformationViewConfiguration should be declared as final. | 22 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter sectionView should be final. | 34 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter section should be final. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Unused import - org.kuali.student.lum.program.client.widgets.EditableHeader. | 13 |
![]() | Class CoreLearningObjectivesViewConfiguration should be declared as final. | 18 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter sectionView should be final. | 29 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Class CoreManagingBodiesViewConfiguration should be declared as final. | 16 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter sectionView should be final. | 26 |
![]() | Missing a Javadoc comment. | 36 |
![]() | 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 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter special should be final. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Avoid inline conditionals. | 18 |
![]() | Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Parameter controller should be final. | 27 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line has trailing spaces. | 17 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Parameter programModel should be final. | 35 |
![]() | Expected @param tag for 'programModel'. | 35 |
![]() | Parameter viewContext should be final. | 35 |
![]() | Expected @param tag for 'viewContext'. | 35 |
![]() | Parameter eventBus should be final. | 35 |
![]() | Expected @param tag for 'eventBus'. | 35 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter event should be final. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Parameter event should be final. | 60 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Parameter event should be final. | 66 |
![]() | Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Method 'resetActionList' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Parameter isLatest should be final. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 21 |
![]() | Parameter programModel should be final. | 21 |
![]() | Expected @param tag for 'programModel'. | 21 |
![]() | Parameter viewContext should be final. | 21 |
![]() | Expected @param tag for 'viewContext'. | 21 |
![]() | Parameter eventBus should be final. | 21 |
![]() | Expected @param tag for 'eventBus'. | 21 |
![]() | First sentence should end with a period. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Expected an @return tag. | 29 |
![]() | Method 'createProgramRemoteService' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Parameter title should be final. | 10 |
![]() | Parameter viewToken should be final. | 10 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'model' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Method 'getBaccViewController' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Method 'getBaccEditController' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Method 'getProgramVersionsController' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 58 |
Violation | Message | Line |
---|---|---|
![]() | 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. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Parameter programModel should be final. | 59 |
![]() | Expected @param tag for 'programModel'. | 59 |
![]() | Parameter viewContext should be final. | 59 |
![]() | Expected @param tag for 'viewContext'. | 59 |
![]() | Parameter eventBus should be final. | 59 |
![]() | Expected @param tag for 'eventBus'. | 59 |
![]() | Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter event should be final. | 84 |
![]() | Parameter event should be final. | 91 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Parameter event should be final. | 97 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Parameter event should be final. | 117 |
![]() | Parameter event should be final. | 123 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Parameter result should be final. | 132 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Parameter result should be final. | 137 |
![]() | Parameter result should be final. | 142 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line is longer than 80 characters. | 156 |
![]() | '5000' is a magic number. | 156 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Method 'doSave' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Parameter model should be final. | 176 |
![]() | Parameter result should be final. | 180 |
![]() | Line is longer than 80 characters. | 186 |
![]() | '5000' is a magic number. | 186 |
![]() | Parameter cause should be final. | 194 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Parameter result should be final. | 203 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line is longer than 80 characters. | 222 |
![]() | Line is longer than 80 characters. | 226 |
![]() | Method 'loadModel' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() | Parameter callback should be final. | 234 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Method 'createNewVersionAndLoadModel' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() | Missing a Javadoc comment. | 243 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Parameter result should be final. | 252 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Parameter caught should be final. | 264 |
![]() | Missing a Javadoc comment. | 272 |
![]() | Method 'onModelLoadedEvent' is not designed for extension - needs to be abstract, final or empty. | 276 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | 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. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 22 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 62 |
Violation | Message | Line |
---|---|---|
![]() | 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 is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Method 'getView' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Parameter controller should be final. | 29 |
![]() | Method 'asWidget' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 41 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - org.kuali.student.lum.program.client.credential.view.*. | 11 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | 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 has trailing spaces. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Class CredentialCatalogDetailsViewConfiguration should be declared as final. | 17 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter sectionView should be final. | 28 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | 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 |
![]() | Class CredentialDocsViewConfiguration should be declared as final. | 18 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter sectionView should be final. | 20 |
![]() | Line is longer than 80 characters. | 26 |
![]() | ',' is not followed by whitespace. | 26 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | ',' is not followed by whitespace. | 31 |
![]() | Missing a Javadoc comment. | 34 |
![]() | '{' is not preceded with whitespace. | 34 |
![]() | Line is longer than 80 characters. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Class CredentialInformationViewConfiguration should be declared as final. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter sectionView should be final. | 31 |
![]() | Missing a Javadoc comment. | 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 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Missing a Javadoc comment. | 76 |
![]() | '{' is not preceded with whitespace. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line has trailing spaces. | 82 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Class CredentialLearningObjectivesViewConfiguration should be declared as final. | 17 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter sectionView should be final. | 28 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Class CredentialManagingBodiesViewConfiguration should be declared as final. | 16 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter sectionView should be final. | 27 |
![]() | Missing a Javadoc comment. | 37 |
![]() | 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 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter special should be final. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line has trailing spaces. | 18 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Avoid inline conditionals. | 18 |
![]() | Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Parameter controller should be final. | 27 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Parameter programModel should be final. | 35 |
![]() | Expected @param tag for 'programModel'. | 35 |
![]() | Parameter viewContext should be final. | 35 |
![]() | Expected @param tag for 'viewContext'. | 35 |
![]() | Parameter eventBus should be final. | 35 |
![]() | Expected @param tag for 'eventBus'. | 35 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter event should be final. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Parameter event should be final. | 60 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Parameter event should be final. | 66 |
![]() | Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Method 'resetActionList' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Parameter isLatest should be final. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 |
![]() | Variable 'TYPE' must be private and have accessor methods. | 11 |
![]() | Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() | Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() | Parameter handler should be final. | 19 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 13 |
![]() | Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 |
![]() | Variable 'TYPE' must be private and have accessor methods. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Parameter model should be final. | 19 |
![]() | 'model' hides a field. | 19 |
![]() | Parameter controller should be final. | 19 |
![]() | 'controller' hides a field. | 19 |
![]() | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Method 'getController' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter handler should be final. | 38 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 |
![]() | Variable 'TYPE' must be private and have accessor methods. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter viewToken should be final. | 15 |
![]() | 'viewToken' hides a field. | 15 |
![]() | Method 'getViewToken' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Parameter handler should be final. | 29 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.kuali.student.lum.program.client.major.edit.MajorEditController. | 8 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 15 |
![]() | Variable 'TYPE' must be private and have accessor methods. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter modelDefinition should be final. | 21 |
![]() | 'modelDefinition' hides a field. | 21 |
![]() | Parameter controller should be final. | 21 |
![]() | 'controller' hides a field. | 21 |
![]() | Method 'getModelDefinition' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Method 'getController' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Parameter handler should be final. | 40 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 |
![]() | Variable 'TYPE' must be private and have accessor methods. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter model should be final. | 16 |
![]() | 'model' hides a field. | 16 |
![]() | Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Parameter handler should be final. | 27 |
![]() | Method 'getModel' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 |
![]() | Variable 'TYPE' must be private and have accessor methods. | 11 |
![]() | Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() | Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 18 |
![]() | Parameter handler should be final. | 19 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 |
![]() | Variable 'TYPE' must be private and have accessor methods. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter id should be final. | 15 |
![]() | 'id' hides a field. | 15 |
![]() | Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() | Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Parameter handler should be final. | 25 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 |
![]() | Variable 'TYPE' must be private and have accessor methods. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter specializationId should be final. | 15 |
![]() | 'specializationId' hides a field. | 15 |
![]() | Method 'getSpecializationId' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 28 |
![]() | Parameter handler should be final. | 29 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 |
![]() | Variable 'TYPE' must be private and have accessor methods. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter data should be final. | 17 |
![]() | 'data' hides a field. | 17 |
![]() | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Parameter handler should be final. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 |
![]() | Variable 'TYPE' must be private and have accessor methods. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter specs should be final. | 17 |
![]() | Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Method 'getSpecializations' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Parameter handler should be final. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 12 |
![]() | Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 |
![]() | Variable 'TYPE' must be private and have accessor methods. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter programStatus should be final. | 16 |
![]() | 'programStatus' hides a field. | 16 |
![]() | Method 'getProgramStatus' is not designed for extension - needs to be abstract, final or empty. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Parameter handler should be final. | 30 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 8 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 10 |
![]() | Variable 'TYPE' must be private and have accessor methods. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter programId should be final. | 15 |
![]() | 'programId' hides a field. | 15 |
![]() | Parameter programType should be final. | 15 |
![]() | 'programType' hides a field. | 15 |
![]() | Parameter programRequirementIds should be final. | 15 |
![]() | 'programRequirementIds' hides a field. | 15 |
![]() | Line has trailing spaces. | 18 |
![]() | Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Parameter handler should be final. | 27 |
![]() | Method 'getProgramId' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Method 'getProgramType' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Method 'getProgramRequirementIds' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 8 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 10 |
![]() | Variable 'TYPE' must be private and have accessor methods. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter programId should be final. | 15 |
![]() | 'programId' hides a field. | 15 |
![]() | Parameter programType should be final. | 15 |
![]() | 'programType' hides a field. | 15 |
![]() | Parameter programRequirementIds should be final. | 15 |
![]() | 'programRequirementIds' hides a field. | 15 |
![]() | Line has trailing spaces. | 18 |
![]() | Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Parameter handler should be final. | 27 |
![]() | Method 'getProgramId' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Method 'getProgramType' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Method 'getProgramRequirementIds' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 13 |
![]() | Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 |
![]() | Variable 'TYPE' must be private and have accessor methods. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Parameter currentView should be final. | 23 |
![]() | 'currentView' hides a field. | 23 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter okCallback should be final. | 28 |
![]() | 'okCallback' hides a field. | 28 |
![]() | Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter handler should be final. | 38 |
![]() | Method 'getOkCallback' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Method 'getCurrentView' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - org.kuali.student.lum.program.client.ProgramStatus. | 6 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter value should be final. | 21 |
![]() | 'value' hides a field. | 21 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter showAllActions should be final. | 39 |
![]() | '{' is not preceded with whitespace. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | '{' is not preceded with whitespace. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | 'values' hides a field. | 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. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter value should be final. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 19 |
![]() | Parameter programModel should be final. | 19 |
![]() | Expected @param tag for 'programModel'. | 19 |
![]() | Parameter viewContext should be final. | 19 |
![]() | Expected @param tag for 'viewContext'. | 19 |
![]() | Parameter eventBus should be final. | 19 |
![]() | Expected @param tag for 'eventBus'. | 19 |
![]() | Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 24 |
Violation | Message | Line |
---|---|---|
![]() | '{' is not preceded with whitespace. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Parameter title should be final. | 10 |
![]() | Parameter viewToken should be final. | 10 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.kuali.student.common.assembly.data.Metadata. | 5 |
![]() | Unused import - org.kuali.student.common.ui.client.widgets.KSErrorDialog. | 9 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'programModel' must be private and have accessor methods. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'getProgramViewController' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'getVariationViewController' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '(' is preceded with whitespace. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | '(' is preceded with whitespace. | 58 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Method 'getVariationEditController' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | '(' is preceded with whitespace. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | '(' is preceded with whitespace. | 95 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Method 'getProgramEditController' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Line has trailing spaces. | 110 |
![]() | Method 'getProgramSpecEditController' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Line has trailing spaces. | 114 |
![]() | Method 'getProgramVersionsController' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Line is longer than 80 characters. | 135 |
Violation | Message | Line |
---|---|---|
![]() | 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 is longer than 80 characters. | 11 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Name 'duration_group' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Parameter event should be final. | 46 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter section should be final. | 59 |
![]() | Parameter fieldKey should be final. | 59 |
![]() | Parameter messageKey should be final. | 59 |
![]() | Parameter widget should be final. | 59 |
![]() | Parameter parentPath should be final. | 59 |
![]() | Line is longer than 80 characters. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.kuali.student.common.ui.client.application.Application. | 3 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Parameter programModel should be final. | 72 |
![]() | Expected @param tag for 'programModel'. | 72 |
![]() | Parameter viewContext should be final. | 72 |
![]() | Expected @param tag for 'viewContext'. | 72 |
![]() | Parameter eventBus should be final. | 72 |
![]() | Expected @param tag for 'eventBus'. | 72 |
![]() | Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter event should be final. | 98 |
![]() | Parameter event should be final. | 105 |
![]() | Parameter event should be final. | 111 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Parameter result should be final. | 125 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Parameter result should be final. | 130 |
![]() | Parameter result should be final. | 135 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line is longer than 80 characters. | 149 |
![]() | '5000' is a magic number. | 149 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Parameter event should be final. | 158 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line has trailing spaces. | 171 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line is longer than 80 characters. | 180 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Parameter event should be final. | 202 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Parameter event should be final. | 216 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Parameter event should be final. | 236 |
![]() | Method 'loadModel' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() | Parameter callback should be final. | 243 |
![]() | Line is longer than 80 characters. | 252 |
![]() | Method 'createNewVersionAndLoadModel' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() | Missing a Javadoc comment. | 252 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Parameter result should be final. | 261 |
![]() | Parameter caught should be final. | 273 |
![]() | Missing a Javadoc comment. | 281 |
![]() | Parameter model should be final. | 284 |
![]() | Parameter result should be final. | 288 |
![]() | Line is longer than 80 characters. | 294 |
![]() | '5000' is a magic number. | 294 |
![]() | Parameter cause should be final. | 302 |
![]() | Line is longer than 80 characters. | 303 |
![]() | Missing a Javadoc comment. | 308 |
![]() | Method 'doSave' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() | Missing a Javadoc comment. | 317 |
![]() | Line is longer than 80 characters. | 318 |
![]() | Parameter result should be final. | 320 |
![]() | Line is longer than 80 characters. | 323 |
![]() | Line is longer than 80 characters. | 326 |
![]() | Line is longer than 80 characters. | 330 |
![]() | Line has trailing spaces. | 331 |
![]() | Line is longer than 80 characters. | 333 |
![]() | Line is longer than 80 characters. | 337 |
![]() | ';' is not followed by whitespace. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line is longer than 80 characters. | 339 |
![]() | 'if' is not followed by whitespace. | 340 |
![]() | '==' is not preceded with whitespace. | 340 |
![]() | '==' is not followed by whitespace. | 340 |
![]() | '{' is not preceded with whitespace. | 340 |
![]() | Line contains a tab character. | 341 |
![]() | 'else' is not preceded with whitespace. | 342 |
![]() | '}' is not followed by whitespace. | 342 |
![]() | 'else' is not followed by whitespace. | 342 |
![]() | '{' is not preceded with whitespace. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line has trailing spaces. | 346 |
![]() | Line is longer than 80 characters. | 365 |
![]() | Line is longer than 80 characters. | 369 |
![]() | Line is longer than 80 characters. | 371 |
![]() | Line is longer than 80 characters. | 372 |
![]() | Missing a Javadoc comment. | 380 |
![]() | Line is longer than 80 characters. | 383 |
![]() | Line is longer than 80 characters. | 396 |
![]() | Missing a Javadoc comment. | 410 |
![]() | Method 'onModelLoadedEvent' is not designed for extension - needs to be abstract, final or empty. | 414 |
![]() | Line is longer than 80 characters. | 429 |
![]() | 'for' is not followed by whitespace. | 429 |
![]() | ':' is not preceded with whitespace. | 429 |
![]() | ':' is not followed by whitespace. | 429 |
![]() | '{' is not preceded with whitespace. | 429 |
![]() | Line contains a tab character. | 430 |
![]() | Line contains a tab character. | 434 |
![]() | Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 434 |
![]() | Line contains a tab character. | 435 |
![]() | Parameter onReadyCallback should be final. | 435 |
![]() | Line contains a tab character. | 436 |
![]() | Line contains a tab character. | 437 |
![]() | Line has trailing spaces. | 438 |
![]() | Line contains a tab character. | 438 |
![]() | Line contains a tab character. | 439 |
![]() | Line contains a tab character. | 440 |
Violation | Message | Line |
---|---|---|
![]() | 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. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line has trailing spaces. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Parameter fieldKey should be final. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | Line has trailing spaces. | 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 has trailing spaces. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line has trailing spaces. | 135 |
![]() | Line contains a tab character. | 135 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Parameter value should be final. | 137 |
![]() | Method 'setModelValue' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Parameter widget should be final. | 142 |
![]() | Parameter model should be final. | 142 |
![]() | Parameter path should be final. | 142 |
![]() | 'if' construct must use '{}'s. | 144 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Parameter widget should be final. | 149 |
![]() | Parameter model should be final. | 149 |
![]() | Parameter path should be final. | 149 |
![]() | Line is longer than 80 characters. | 152 |
![]() | '{' is not preceded with whitespace. | 153 |
![]() | 'else' is not preceded with whitespace. | 155 |
![]() | '}' is not followed by whitespace. | 155 |
![]() | 'else' is not followed by whitespace. | 155 |
![]() | '{' is not preceded with whitespace. | 155 |
![]() | 'else' construct must use '{}'s. | 158 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - org.kuali.student.lum.program.client.major.view.*. | 11 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 24 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | 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 |
![]() | ',' is not followed by whitespace. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line has trailing spaces. | 42 |
![]() | Line is longer than 80 characters. | 43 |
Violation | Message | Line |
---|---|---|
![]() | 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 is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Missing a Javadoc comment. | 29 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Method 'getView' is not designed for extension - needs to be abstract, final or empty. | 17 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Parameter controller should be final. | 30 |
![]() | Method 'asWidget' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter event should be final. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Method 'checkPermission' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Parameter model should be final. | 55 |
![]() | Method 'applyRestrictions' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Method 'removeRestrictions' is not designed for extension - needs to be abstract, final or empty. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Class CatalogInformationViewConfiguration should be declared as final. | 17 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter sectionView should be final. | 29 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Unused import - org.kuali.student.lum.program.client.widgets.EditableHeader. | 13 |
![]() | Class LearningObjectivesViewConfiguration should be declared as final. | 18 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter sectionView should be final. | 30 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 35 |
Violation | Message | Line |
---|---|---|
![]() | 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. | 10 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Class MajorInformationViewConfiguration should be declared as final. | 21 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter sectionView should be final. | 33 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Missing a Javadoc comment. | 90 |
![]() | '{' is not preceded with whitespace. | 90 |
![]() | 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 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 13 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 27 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Parameter programModel should be final. | 36 |
![]() | Expected @param tag for 'programModel'. | 36 |
![]() | Parameter viewContext should be final. | 36 |
![]() | Expected @param tag for 'viewContext'. | 36 |
![]() | Parameter eventBus should be final. | 36 |
![]() | Expected @param tag for 'eventBus'. | 36 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter event should be final. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Parameter event should be final. | 61 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Parameter event should be final. | 67 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Method 'resetActionList' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | '{' is not preceded with whitespace. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | '{' is not preceded with whitespace. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Parameter isLatest should be final. | 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 contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 98 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 128 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Unused import - org.kuali.student.lum.program.client.widgets.EditableHeader. | 13 |
![]() | Class ManagingBodiesViewConfiguration should be declared as final. | 18 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter sectionView should be final. | 29 |
![]() | Missing a Javadoc comment. | 41 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter special should be final. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Avoid inline conditionals. | 18 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter special should be final. | 22 |
![]() | Parameter reloadRequirements should be final. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Avoid inline conditionals. | 25 |
![]() | Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Parameter controller should be final. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 9 |
![]() | Class SpecializationsViewConfiguration should be declared as final. | 20 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter sectionView should be final. | 32 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | 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 |
![]() | Unused import - org.kuali.student.lum.program.client.widgets.EditableHeader. | 14 |
![]() | Class SupportingDocsViewConfiguration should be declared as final. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter sectionView should be final. | 21 |
![]() | Line is longer than 80 characters. | 27 |
![]() | ',' is not followed by whitespace. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | ',' is not followed by whitespace. | 32 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '{' is not preceded with whitespace. | 35 |
![]() | Line is longer than 80 characters. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | 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. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 9 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter dataModel should be final. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line contains a tab character. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 11 |
![]() | Name 'button_activate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Line has trailing spaces. | 20 |
![]() | Name 'button_approve' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 |
![]() | Line has trailing spaces. | 29 |
![]() | Name 'catalogInformation_catalogDescr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 |
![]() | Line has trailing spaces. | 38 |
![]() | Name 'catalogInformation_catalogPublicationTargets' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
![]() | Line has trailing spaces. | 47 |
![]() | Name 'catalogInformation_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 |
![]() | Line has trailing spaces. | 56 |
![]() | Name 'catalogInformation_durationCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() | Line has trailing spaces. | 65 |
![]() | Name 'catalogInformation_durationNotes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 |
![]() | Line has trailing spaces. | 74 |
![]() | Name 'catalogInformation_intensity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 |
![]() | Line has trailing spaces. | 83 |
![]() | Name 'catalogInformation_publishedInstructors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 |
![]() | Line has trailing spaces. | 92 |
![]() | Name 'catalogInformation_referenceUrl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 |
![]() | Line has trailing spaces. | 101 |
![]() | Name 'catalogInformation_stdDuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 |
![]() | Line has trailing spaces. | 110 |
![]() | Name 'comments_button' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 |
![]() | Line has trailing spaces. | 119 |
![]() | Name 'common_cancel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 |
![]() | Line has trailing spaces. | 128 |
![]() | Name 'common_edit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 |
![]() | Line has trailing spaces. | 137 |
![]() | Name 'common_failedSave' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 |
![]() | Expected @param tag for 'arg0'. | 142 |
![]() | Line has trailing spaces. | 146 |
![]() | Name 'common_newProgram' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 |
![]() | Line has trailing spaces. | 155 |
![]() | Name 'common_remove' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 |
![]() | Line has trailing spaces. | 164 |
![]() | Name 'common_retrievingData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 |
![]() | Line has trailing spaces. | 173 |
![]() | Name 'common_save' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 |
![]() | Line has trailing spaces. | 182 |
![]() | Name 'common_savingData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 |
![]() | Line has trailing spaces. | 191 |
![]() | Name 'common_status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 |
![]() | Expected @param tag for 'arg0'. | 196 |
![]() | Line has trailing spaces. | 200 |
![]() | Name 'common_successfulSave' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 |
![]() | Line has trailing spaces. | 209 |
![]() | Name 'confirmDialog_text' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 |
![]() | Line has trailing spaces. | 218 |
![]() | Name 'confirmDialog_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 223 |
![]() | Line has trailing spaces. | 227 |
![]() | Name 'link_backCurriculum' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 |
![]() | Line has trailing spaces. | 236 |
![]() | Name 'link_exit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 |
![]() | Line has trailing spaces. | 245 |
![]() | Name 'lo_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 250 |
![]() | Line has trailing spaces. | 254 |
![]() | Name 'major_variationFailed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 259 |
![]() | Expected @param tag for 'arg0'. | 259 |
![]() | Line has trailing spaces. | 263 |
![]() | Line is longer than 80 characters. | 264 |
![]() | Name 'major_variationsFailed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 268 |
![]() | Expected @param tag for 'arg0'. | 268 |
![]() | Line has trailing spaces. | 272 |
![]() | Name 'managingBodies_curriculumOversightDivision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 |
![]() | Line has trailing spaces. | 281 |
![]() | Name 'managingBodies_curriculumOversightUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 |
![]() | Line has trailing spaces. | 290 |
![]() | Name 'managingBodies_deploymentDivision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 |
![]() | Line has trailing spaces. | 299 |
![]() | Name 'managingBodies_deploymentUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 304 |
![]() | Line has trailing spaces. | 308 |
![]() | Name 'managingBodies_financialControlDivision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 313 |
![]() | Line has trailing spaces. | 317 |
![]() | Name 'managingBodies_financialControlUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 |
![]() | Line has trailing spaces. | 326 |
![]() | Name 'managingBodies_financialResourcesDivision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 331 |
![]() | Line has trailing spaces. | 335 |
![]() | Name 'managingBodies_financialResourcesUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 |
![]() | Line has trailing spaces. | 344 |
![]() | Name 'managingBodies_seeAll' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 349 |
![]() | Line has trailing spaces. | 353 |
![]() | Name 'managingBodies_studentOversightDivision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 358 |
![]() | Line has trailing spaces. | 362 |
![]() | Name 'managingBodies_studentOversightUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 |
![]() | Line has trailing spaces. | 371 |
![]() | Name 'program_menu_actions_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 376 |
![]() | Line has trailing spaces. | 380 |
![]() | Name 'program_menu_history_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 385 |
![]() | Line has trailing spaces. | 389 |
![]() | Name 'program_menu_sections' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 394 |
![]() | Line has trailing spaces. | 398 |
![]() | Name 'program_menu_sections_catalogInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 403 |
![]() | Line has trailing spaces. | 407 |
![]() | Name 'program_menu_sections_learningObjectives' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 412 |
![]() | Line has trailing spaces. | 416 |
![]() | Name 'program_menu_sections_managingBodies' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 421 |
![]() | Line has trailing spaces. | 425 |
![]() | Name 'program_menu_sections_programInformation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 430 |
![]() | Line has trailing spaces. | 434 |
![]() | Name 'program_menu_sections_requirements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 439 |
![]() | Line has trailing spaces. | 443 |
![]() | Name 'program_menu_sections_specializations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 448 |
![]() | Line has trailing spaces. | 452 |
![]() | Name 'program_menu_sections_summary' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 457 |
![]() | Line has trailing spaces. | 461 |
![]() | Name 'program_menu_sections_supportingDocuments' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 |
![]() | Line has trailing spaces. | 470 |
![]() | Name 'program_menu_sections_viewAll' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 475 |
![]() | Line has trailing spaces. | 479 |
![]() | Name 'programAction_modify' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 484 |
![]() | Line has trailing spaces. | 488 |
![]() | Name 'programAction_modifyVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 493 |
![]() | Line has trailing spaces. | 497 |
![]() | Name 'programAction_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 502 |
![]() | Line has trailing spaces. | 506 |
![]() | Name 'programInformation_accreditation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 511 |
![]() | Line has trailing spaces. | 515 |
![]() | Name 'programInformation_accreditations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 520 |
![]() | Line is longer than 80 characters. | 523 |
![]() | Line has trailing spaces. | 524 |
![]() | Line is longer than 80 characters. | 525 |
![]() | Line is longer than 80 characters. | 527 |
![]() | Name 'programInformation_activateInstructions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 529 |
![]() | Line has trailing spaces. | 533 |
![]() | Name 'programInformation_activateProgram' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 538 |
![]() | Line has trailing spaces. | 542 |
![]() | Name 'programInformation_addAccreditation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 547 |
![]() | Line has trailing spaces. | 551 |
![]() | Name 'programInformation_admitTerm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 556 |
![]() | Line has trailing spaces. | 560 |
![]() | Name 'programInformation_approvalDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 565 |
![]() | Line has trailing spaces. | 569 |
![]() | Name 'programInformation_cip2000' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 574 |
![]() | Line has trailing spaces. | 578 |
![]() | Name 'programInformation_cip2010' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 583 |
![]() | Line has trailing spaces. | 587 |
![]() | Name 'programInformation_classification' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 592 |
![]() | Line has trailing spaces. | 596 |
![]() | Name 'programInformation_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 601 |
![]() | Line has trailing spaces. | 605 |
![]() | Name 'programInformation_credentialProgram' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 610 |
![]() | Line has trailing spaces. | 614 |
![]() | Name 'programInformation_dates' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 619 |
![]() | Line has trailing spaces. | 623 |
![]() | Name 'programInformation_degreeType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 628 |
![]() | Line has trailing spaces. | 632 |
![]() | Name 'programInformation_enrollTerm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 637 |
![]() | Line has trailing spaces. | 641 |
![]() | Name 'programInformation_entryTerm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 646 |
![]() | Line has trailing spaces. | 650 |
![]() | Name 'programInformation_hegis' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 655 |
![]() | Line has trailing spaces. | 659 |
![]() | Name 'programInformation_identifyingDetails' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 664 |
![]() | Line has trailing spaces. | 668 |
![]() | Name 'programInformation_institution' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 673 |
![]() | Line has trailing spaces. | 677 |
![]() | Name 'programInformation_level' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 682 |
![]() | Line has trailing spaces. | 686 |
![]() | Name 'programInformation_location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 691 |
![]() | Line has trailing spaces. | 695 |
![]() | Name 'programInformation_otherInformation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 700 |
![]() | Line has trailing spaces. | 704 |
![]() | Name 'programInformation_programTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 709 |
![]() | Line has trailing spaces. | 713 |
![]() | Name 'programInformation_startTerm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 718 |
![]() | Line has trailing spaces. | 722 |
![]() | Name 'programInformation_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 727 |
![]() | Line has trailing spaces. | 731 |
![]() | Name 'programInformation_titleDiploma' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 736 |
![]() | Line has trailing spaces. | 740 |
![]() | Name 'programInformation_titleFull' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 745 |
![]() | Line has trailing spaces. | 749 |
![]() | Name 'programInformation_titleShort' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 754 |
![]() | Line has trailing spaces. | 758 |
![]() | Name 'programInformation_titleTranscript' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 763 |
![]() | Line has trailing spaces. | 767 |
![]() | Name 'programRequirements_manageViewPageStep1Title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 772 |
![]() | Line has trailing spaces. | 776 |
![]() | Name 'programRequirements_manageViewPageStep2Title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 781 |
![]() | Line has trailing spaces. | 785 |
![]() | Name 'programRequirements_manageViewPageTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 790 |
![]() | Line has trailing spaces. | 794 |
![]() | Name 'programRequirements_summaryViewPageAddRule' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 799 |
![]() | Expected @param tag for 'arg0'. | 799 |
![]() | Line has trailing spaces. | 803 |
![]() | Name 'programRequirements_summaryViewPageDeleteRequirementDialogMsg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 808 |
![]() | Line has trailing spaces. | 812 |
![]() | Name 'programRequirements_summaryViewPageDeleteRequirementDialogTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 817 |
![]() | Line has trailing spaces. | 821 |
![]() | Name 'programRequirements_summaryViewPageDeleteRuleDialogMsg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 826 |
![]() | Line has trailing spaces. | 830 |
![]() | Name 'programRequirements_summaryViewPageDeleteRuleDialogTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 835 |
![]() | Line has trailing spaces. | 839 |
![]() | Name 'programRequirements_summaryViewPageNoRule' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 844 |
![]() | Expected @param tag for 'arg0'. | 844 |
![]() | Line has trailing spaces. | 848 |
![]() | Name 'programRequirements_summaryViewPageTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 853 |
![]() | Line has trailing spaces. | 857 |
![]() | Line is longer than 80 characters. | 858 |
![]() | Name 'programSpecialization_instructions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 862 |
![]() | Line has trailing spaces. | 866 |
![]() | Name 'sideBar_dialog_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 871 |
![]() | Line has trailing spaces. | 875 |
![]() | Name 'sideBar_form_lastReviewDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 880 |
![]() | Line has trailing spaces. | 884 |
![]() | Name 'sideBar_form_scheduledReviewDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 889 |
![]() | Line has trailing spaces. | 893 |
![]() | Name 'sideBar_history' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 898 |
![]() | Line has trailing spaces. | 902 |
![]() | Name 'sideBar_lastReviewDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 907 |
![]() | Line has trailing spaces. | 911 |
![]() | Name 'sideBar_programLastUpdated' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 916 |
![]() | Line has trailing spaces. | 920 |
![]() | Name 'sideBar_scheduledReviewDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 925 |
![]() | Line has trailing spaces. | 929 |
![]() | Name 'sideBar_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 934 |
![]() | Expected @param tag for 'arg0'. | 934 |
![]() | Line has trailing spaces. | 938 |
![]() | Name 'sideBar_viewHistory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 943 |
![]() | Line has trailing spaces. | 947 |
![]() | Name 'status_active' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 952 |
![]() | Line has trailing spaces. | 956 |
![]() | Name 'status_approved' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 961 |
![]() | Line has trailing spaces. | 965 |
![]() | Name 'status_draft' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 970 |
![]() | Line has trailing spaces. | 974 |
![]() | Name 'status_superseded' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 979 |
![]() | Line has trailing spaces. | 983 |
![]() | Name 'variation_menu_sections' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 988 |
![]() | Line has trailing spaces. | 992 |
![]() | Name 'variation_menu_sections_variationInformation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 997 |
![]() | Line has trailing spaces. | 1001 |
![]() | Name 'variation_new' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1006 |
![]() | Line has trailing spaces. | 1010 |
![]() | Name 'variation_parentProgram' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1015 |
![]() | Line has trailing spaces. | 1019 |
![]() | Name 'variation_summary' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1024 |
![]() | Line has trailing spaces. | 1028 |
![]() | Name 'variation_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1033 |
![]() | Expected @param tag for 'arg0'. | 1033 |
![]() | Line has trailing spaces. | 1037 |
![]() | Name 'variationCatalogInformation_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1042 |
![]() | Line has trailing spaces. | 1046 |
![]() | Name 'variationInformation_button_addSpecialization' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1051 |
![]() | Line has trailing spaces. | 1055 |
![]() | Name 'variationInformation_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1060 |
![]() | Line has trailing spaces. | 1064 |
![]() | Name 'variationInformation_variationTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1069 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Utility classes should not have a public or default constructor. | 8 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Name 'properties' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 9 |
![]() | Missing a Javadoc comment. | 11 |
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.*. | 21 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 48 |
![]() | '{' is not followed by whitespace. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | ';' is not followed by whitespace. | 48 |
![]() | '}' is not preceded with whitespace. | 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 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | '111111' is a magic number. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter eventBus should be final. | 57 |
![]() | 'eventBus' hides a field. | 57 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Method 'setupRules' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter parentController should be final. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Parameter cause should be final. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Parameter modelIn should be final. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Method 'retrieveProgramRequirements' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter parentController should be final. | 96 |
![]() | Line has trailing spaces. | 97 |
![]() | Parameter result should be final. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | 'cast' is not followed by whitespace. | 101 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | 'while' is not followed by whitespace. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | 'cast' is not followed by whitespace. | 106 |
![]() | Line has trailing spaces. | 110 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Parameter caught should be final. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Parameter stmtInfoTypes should be final. | 125 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Parameter programRequirementIds should be final. | 137 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Parameter caught should be final. | 148 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Parameter programReqInfos should be final. | 155 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Line has trailing spaces. | 178 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Method 'updateRules' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Missing a Javadoc comment. | 181 |
![]() | Parameter newSubRule should be final. | 181 |
![]() | Parameter internalProgReqID should be final. | 181 |
![]() | Parameter isNewRule should be final. | 181 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line is longer than 80 characters. | 199 |
![]() | '(' is followed by whitespace. | 200 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Method 'updateProgramEntities' is not designed for extension - needs to be abstract, final or empty. | 233 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Line is longer than 80 characters. | 237 |
![]() | Parameter caught should be final. | 239 |
![]() | Line is longer than 80 characters. | 244 |
![]() | Parameter storedRules should be final. | 244 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line is longer than 80 characters. | 257 |
![]() | Line is longer than 80 characters. | 258 |
![]() | Line is longer than 80 characters. | 263 |
![]() | Line is longer than 80 characters. | 264 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Line has trailing spaces. | 270 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Line has trailing spaces. | 280 |
![]() | Line is longer than 80 characters. | 283 |
![]() | Missing a Javadoc comment. | 283 |
![]() | 'cast' is not followed by whitespace. | 284 |
![]() | 'cast' is not followed by whitespace. | 285 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line has trailing spaces. | 289 |
![]() | Line is longer than 80 characters. | 289 |
![]() | 'cast' is not followed by whitespace. | 289 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Line is longer than 80 characters. | 296 |
![]() | Line is longer than 80 characters. | 299 |
![]() | Missing a Javadoc comment. | 302 |
![]() | Parameter tree should be final. | 302 |
![]() | Line is longer than 80 characters. | 306 |
![]() | Line is longer than 80 characters. | 314 |
![]() | Line is longer than 80 characters. | 316 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Method 'getProgReqInfo' is not designed for extension - needs to be abstract, final or empty. | 332 |
![]() | Missing a Javadoc comment. | 332 |
![]() | Parameter stmtTypeId should be final. | 332 |
![]() | Line is longer than 80 characters. | 333 |
![]() | 'for' is not followed by whitespace. | 334 |
![]() | Method 'getInternalProgReqID' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() | Missing a Javadoc comment. | 342 |
![]() | Parameter progReqInfo should be final. | 342 |
![]() | 'for' is not followed by whitespace. | 343 |
![]() | Line is longer than 80 characters. | 349 |
![]() | Line has trailing spaces. | 350 |
![]() | Line is longer than 80 characters. | 350 |
![]() | Method 'getStmtTypeInfo' is not designed for extension - needs to be abstract, final or empty. | 355 |
![]() | Missing a Javadoc comment. | 355 |
![]() | Parameter stmtTypeId should be final. | 355 |
![]() | Line is longer than 80 characters. | 362 |
![]() | Method 'deleteRule' is not designed for extension - needs to be abstract, final or empty. | 368 |
![]() | Missing a Javadoc comment. | 368 |
![]() | Parameter internalProgReqID should be final. | 368 |
![]() | Line is longer than 80 characters. | 369 |
![]() | Line has trailing spaces. | 378 |
![]() | Method 'addRule' is not designed for extension - needs to be abstract, final or empty. | 378 |
![]() | Missing a Javadoc comment. | 378 |
![]() | Parameter programReqInfo should be final. | 378 |
![]() | Line contains a tab character. | 379 |
![]() | Line is longer than 80 characters. | 384 |
![]() | Method 'updateRule' is not designed for extension - needs to be abstract, final or empty. | 384 |
![]() | Missing a Javadoc comment. | 384 |
![]() | Parameter internalProgReqID should be final. | 384 |
![]() | Parameter programReqInfo should be final. | 384 |
![]() | Line has trailing spaces. | 385 |
![]() | Line contains a tab character. | 385 |
![]() | Line has trailing spaces. | 389 |
![]() | Line has trailing spaces. | 392 |
![]() | Method 'setRuleState' is not designed for extension - needs to be abstract, final or empty. | 395 |
![]() | Parameter programReqInfo should be final. | 395 |
![]() | Expected @param tag for 'programReqInfo'. | 395 |
![]() | Line is longer than 80 characters. | 397 |
![]() | Method 'markRuleAsDeleted' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() | Missing a Javadoc comment. | 402 |
![]() | Parameter internalProgReqID should be final. | 402 |
![]() | Line is longer than 80 characters. | 403 |
![]() | '||' should be on a new line. | 403 |
![]() | Line is longer than 80 characters. | 404 |
![]() | Line is longer than 80 characters. | 405 |
![]() | Method 'markRuleAsEdited' is not designed for extension - needs to be abstract, final or empty. | 409 |
![]() | Missing a Javadoc comment. | 409 |
![]() | Parameter internalProgReqID should be final. | 409 |
![]() | Line is longer than 80 characters. | 410 |
![]() | Line is longer than 80 characters. | 411 |
![]() | Method 'getStmtTypeName' is not designed for extension - needs to be abstract, final or empty. | 415 |
![]() | Missing a Javadoc comment. | 415 |
![]() | Parameter stmtTypeId should be final. | 415 |
![]() | Avoid inline conditionals. | 417 |
![]() | Line has trailing spaces. | 419 |
![]() | Method 'isRuleExists' is not designed for extension - needs to be abstract, final or empty. | 420 |
![]() | Missing a Javadoc comment. | 420 |
![]() | Parameter stmtTypeId should be final. | 420 |
![]() | 'for' is not followed by whitespace. | 422 |
![]() | Line is longer than 80 characters. | 423 |
![]() | Method 'isDirty' is not designed for extension - needs to be abstract, final or empty. | 430 |
![]() | Missing a Javadoc comment. | 430 |
![]() | 'for' is not followed by whitespace. | 436 |
![]() | Method 'revertRuleChanges' is not designed for extension - needs to be abstract, final or empty. | 451 |
![]() | Missing a Javadoc comment. | 451 |
![]() | 'for' is not followed by whitespace. | 454 |
![]() | Line is longer than 80 characters. | 460 |
![]() | Method 'getProgReqByInternalId' is not designed for extension - needs to be abstract, final or empty. | 460 |
![]() | Missing a Javadoc comment. | 460 |
![]() | Parameter internalProgReqID should be final. | 460 |
![]() | Method 'isEmptyRule' is not designed for extension - needs to be abstract, final or empty. | 464 |
![]() | Missing a Javadoc comment. | 464 |
![]() | Parameter tree should be final. | 464 |
![]() | Line is longer than 80 characters. | 465 |
![]() | Line has trailing spaces. | 466 |
![]() | Method 'isInitialized' is not designed for extension - needs to be abstract, final or empty. | 468 |
![]() | Missing a Javadoc comment. | 468 |
![]() | Method 'setInitialized' is not designed for extension - needs to be abstract, final or empty. | 472 |
![]() | Missing a Javadoc comment. | 472 |
![]() | Parameter initialized should be final. | 472 |
![]() | Method 'getStmtTypes' is not designed for extension - needs to be abstract, final or empty. | 476 |
![]() | Missing a Javadoc comment. | 476 |
![]() | Line is longer than 80 characters. | 480 |
![]() | Missing a Javadoc comment. | 480 |
![]() | Parameter inProgReqInfo should be final. | 480 |
![]() | Line is longer than 80 characters. | 492 |
![]() | Line has trailing spaces. | 498 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Using the '.*' form of import should be avoided - org.kuali.student.core.statement.dto.*. | 40 |
![]() | Using the '.*' form of import should be avoided - org.kuali.student.lum.common.client.widgets.*. | 41 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | 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 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter parentController should be final. | 89 |
![]() | 'parentController' hides a field. | 89 |
![]() | Parameter viewEnum should be final. | 89 |
![]() | Parameter name should be final. | 89 |
![]() | Parameter modelId should be final. | 89 |
![]() | Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Line is longer than 80 characters. | 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 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Line is longer than 80 characters. | 148 |
![]() | '{' is not preceded with whitespace. | 148 |
![]() | Line is longer than 80 characters. | 151 |
![]() | '{' is not preceded with whitespace. | 151 |
![]() | Parameter preview should be final. | 153 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line has trailing spaces. | 157 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Method 'setRuleTree' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Missing a Javadoc comment. | 169 |
![]() | Parameter stmtTreeInfo should be final. | 169 |
![]() | Parameter newRuleFlag should be final. | 169 |
![]() | Parameter internalProgReqID should be final. | 169 |
![]() | 'internalProgReqID' hides a field. | 169 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Method 'getRuleTree' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | Missing a Javadoc comment. | 191 |
![]() | Method 'isNewRule' is not designed for extension - needs to be abstract, final or empty. | 196 |
![]() | Missing a Javadoc comment. | 196 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Variable 'editReqCompCallback' must be private and have accessor methods. | 201 |
![]() | '{' is not preceded with whitespace. | 201 |
![]() | Parameter reqComp should be final. | 202 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Variable 'ruleChangedCallback' must be private and have accessor methods. | 209 |
![]() | '{' is not preceded with whitespace. | 209 |
![]() | Parameter ruleChanged should be final. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Parameter enabled should be final. | 215 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Method 'isDirty' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Missing a Javadoc comment. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Name 'NL' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 243 |
![]() | Line is longer than 80 characters. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Missing a Javadoc comment. | 253 |
![]() | Variable 'actionButtonClickedReqCompCallback' must be private and have accessor methods. | 253 |
![]() | '{' is not preceded with whitespace. | 253 |
![]() | Line is longer than 80 characters. | 267 |
![]() | ',' is not followed by whitespace. | 267 |
![]() | Parameter caught should be final. | 268 |
![]() | Line is longer than 80 characters. | 277 |
![]() | Line is longer than 80 characters. | 280 |
![]() | Line is longer than 80 characters. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | Line is longer than 80 characters. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line is longer than 80 characters. | 291 |
![]() | Line is longer than 80 characters. | 297 |
![]() | Line is longer than 80 characters. | 298 |
![]() | Line is longer than 80 characters. | 300 |
![]() | Line is longer than 80 characters. | 311 |
![]() | Missing a Javadoc comment. | 311 |
![]() | Variable 'newReqCompSelectedCallbackCallback' must be private and have accessor methods. | 311 |
![]() | '{' is not preceded with whitespace. | 311 |
![]() | Missing a Javadoc comment. | 317 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Parameter cause should be final. | 320 |
![]() | Line is longer than 80 characters. | 321 |
![]() | Line contains a tab character. | 321 |
![]() | Line is longer than 80 characters. | 322 |
![]() | Line contains a tab character. | 322 |
![]() | Line is longer than 80 characters. | 325 |
![]() | Line is longer than 80 characters. | 326 |
![]() | Line has trailing spaces. | 332 |
![]() | Line is longer than 80 characters. | 332 |
![]() | Line is longer than 80 characters. | 337 |
![]() | Missing a Javadoc comment. | 337 |
![]() | Parameter reqComponentTypeInfoList should be final. | 337 |
![]() | Line is longer than 80 characters. | 341 |
![]() | Line is longer than 80 characters. | 343 |
![]() | Line has trailing spaces. | 347 |
![]() | Parameter id should be final. | 351 |
![]() | Line is longer than 80 characters. | 353 |
![]() | 'cast' is not followed by whitespace. | 353 |
![]() | Parameter throwable should be final. | 355 |
![]() | Line is longer than 80 characters. | 357 |
![]() | Line is longer than 80 characters. | 361 |
![]() | Line is longer than 80 characters. | 362 |
![]() | Line is longer than 80 characters. | 364 |
![]() | Parameter throwable should be final. | 364 |
![]() | Line is longer than 80 characters. | 365 |
![]() | Line is longer than 80 characters. | 366 |
![]() | Parameter cluInfo should be final. | 370 |
![]() | Line is longer than 80 characters. | 371 |
![]() | Line is longer than 80 characters. | 381 |
![]() | Parameter id should be final. | 388 |
![]() | Line is longer than 80 characters. | 390 |
![]() | 'cast' is not followed by whitespace. | 390 |
![]() | Parameter throwable should be final. | 392 |
![]() | Line is longer than 80 characters. | 394 |
![]() | Line is longer than 80 characters. | 398 |
![]() | Line is longer than 80 characters. | 399 |
![]() | Line is longer than 80 characters. | 401 |
![]() | Parameter throwable should be final. | 401 |
![]() | Line is longer than 80 characters. | 402 |
![]() | Line is longer than 80 characters. | 403 |
![]() | Parameter cluInfo should be final. | 407 |
![]() | Line is longer than 80 characters. | 408 |
![]() | Line is longer than 80 characters. | 416 |
![]() | Line is longer than 80 characters. | 424 |
![]() | Missing a Javadoc comment. | 424 |
![]() | Variable 'retrieveCompositionTemplateCallback' must be private and have accessor methods. | 424 |
![]() | '{' is not preceded with whitespace. | 424 |
![]() | Line is longer than 80 characters. | 426 |
![]() | Parameter caught should be final. | 427 |
![]() | Line is longer than 80 characters. | 429 |
![]() | ',' is not followed by whitespace. | 429 |
![]() | Line is longer than 80 characters. | 439 |
![]() | Missing a Javadoc comment. | 439 |
![]() | Variable 'retrieveFieldsMetadataCallback' must be private and have accessor methods. | 439 |
![]() | '{' is not preceded with whitespace. | 439 |
![]() | Line is longer than 80 characters. | 446 |
![]() | Parameter caught should be final. | 447 |
![]() | Line is longer than 80 characters. | 449 |
![]() | ',' is not followed by whitespace. | 449 |
![]() | Line is longer than 80 characters. | 459 |
![]() | Missing a Javadoc comment. | 459 |
![]() | Variable 'retrieveCustomWidgetCallback' must be private and have accessor methods. | 459 |
![]() | '{' is not preceded with whitespace. | 459 |
![]() | Line is longer than 80 characters. | 466 |
![]() | Method 'getInternalProgReqID' is not designed for extension - needs to be abstract, final or empty. | 471 |
![]() | Missing a Javadoc comment. | 471 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Using the '.*' form of import should be avoided - org.kuali.student.common.ui.client.mvc.*. | 23 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Using the '.*' form of import should be avoided - org.kuali.student.core.statement.dto.*. | 40 |
![]() | Using the '.*' form of import should be avoided - java.util.*. | 50 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Variable 'tempStmtTreeID' must be private and have accessor methods. | 68 |
![]() | '9999' is a magic number. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | 'parentController' hides a field. | 86 |
![]() | Parameter eventBus should be final. | 86 |
![]() | Parameter viewEnum should be final. | 86 |
![]() | Parameter name should be final. | 86 |
![]() | Parameter modelId should be final. | 87 |
![]() | Parameter isReadOnly should be final. | 87 |
![]() | 'isReadOnly' hides a field. | 87 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | 'parentController' hides a field. | 92 |
![]() | Parameter eventBus should be final. | 92 |
![]() | Parameter viewEnum should be final. | 92 |
![]() | Parameter name should be final. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Parameter modelId should be final. | 93 |
![]() | Parameter isReadOnly should be final. | 93 |
![]() | 'isReadOnly' hides a field. | 93 |
![]() | Parameter header should be final. | 93 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Parameter parentController should be final. | 98 |
![]() | 'parentController' hides a field. | 98 |
![]() | Parameter eventBus should be final. | 98 |
![]() | Parameter isReadOnly should be final. | 98 |
![]() | 'isReadOnly' hides a field. | 98 |
![]() | Method 'isDirty' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Method 'getRules' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Parameter result should be final. | 129 |
![]() | Method 'storeRules' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Parameter programReqInfos should be final. | 141 |
![]() | Method 'justStoreRules' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Parameter programReqInfos should be final. | 153 |
![]() | Method 'revertRuleChanges' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Method 'updateRequirementWidgets' is not designed for extension - needs to be abstract, final or empty. | 164 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Parameter programReqInfo should be final. | 164 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | Method 'displayRules' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | ';' is not followed by whitespace. | 197 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Parameter firstRequirement should be final. | 229 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Avoid inline conditionals. | 233 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line is longer than 80 characters. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Parameter event should be final. | 255 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Missing a Javadoc comment. | 265 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Avoid inline conditionals. | 270 |
![]() | Line is longer than 80 characters. | 271 |
![]() | Avoid inline conditionals. | 271 |
![]() | Line is longer than 80 characters. | 272 |
![]() | Avoid inline conditionals. | 272 |
![]() | Line is longer than 80 characters. | 273 |
![]() | Line is longer than 80 characters. | 277 |
![]() | Line is longer than 80 characters. | 281 |
![]() | Missing a Javadoc comment. | 281 |
![]() | Parameter event should be final. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Line is longer than 80 characters. | 290 |
![]() | Parameter event should be final. | 291 |
![]() | Line is longer than 80 characters. | 293 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Parameter event should be final. | 298 |
![]() | Line is longer than 80 characters. | 303 |
![]() | Parameter event should be final. | 313 |
![]() | Line is longer than 80 characters. | 314 |
![]() | Line is longer than 80 characters. | 320 |
![]() | Parameter result should be final. | 323 |
![]() | Line is longer than 80 characters. | 324 |
![]() | Line is longer than 80 characters. | 325 |
![]() | Line is longer than 80 characters. | 331 |
![]() | Line is longer than 80 characters. | 333 |
![]() | Parameter result should be final. | 335 |
![]() | Line is longer than 80 characters. | 336 |
![]() | Line is longer than 80 characters. | 337 |
![]() | Line is longer than 80 characters. | 351 |
![]() | Method 'getCluSetWidgetList' is not designed for extension - needs to be abstract, final or empty. | 351 |
![]() | Missing a Javadoc comment. | 351 |
![]() | Parameter rule should be final. | 351 |
![]() | Line is longer than 80 characters. | 356 |
![]() | Missing a Javadoc comment. | 362 |
![]() | Parameter rule should be final. | 362 |
![]() | Parameter list should be final. | 362 |
![]() | Line is longer than 80 characters. | 370 |
![]() | Line is longer than 80 characters. | 372 |
![]() | Line is longer than 80 characters. | 375 |
![]() | Line is longer than 80 characters. | 385 |
![]() | Missing a Javadoc comment. | 385 |
![]() | Line is longer than 80 characters. | 389 |
![]() | Avoid inline conditionals. | 389 |
![]() | Line is longer than 80 characters. | 392 |
![]() | Avoid inline conditionals. | 392 |
![]() | Line is longer than 80 characters. | 393 |
![]() | 'actionCancelButtons' hides a field. | 393 |
![]() | Line is longer than 80 characters. | 395 |
![]() | Parameter result should be final. | 397 |
![]() | Line is longer than 80 characters. | 404 |
![]() | Line is longer than 80 characters. | 406 |
![]() | Parameter validationResults should be final. | 406 |
![]() | Line is longer than 80 characters. | 409 |
![]() | Line is longer than 80 characters. | 414 |
![]() | Line is longer than 80 characters. | 425 |
![]() | Line is longer than 80 characters. | 428 |
![]() | Missing a Javadoc comment. | 428 |
![]() | 'actionCancelButtons' hides a field. | 428 |
![]() | Line is longer than 80 characters. | 430 |
![]() | Parameter cause should be final. | 433 |
![]() | Line is longer than 80 characters. | 435 |
![]() | Parameter model should be final. | 439 |
![]() | Line is longer than 80 characters. | 441 |
![]() | Line is longer than 80 characters. | 444 |
![]() | Line is longer than 80 characters. | 445 |
![]() | Parameter event should be final. | 447 |
![]() | Line is longer than 80 characters. | 457 |
![]() | Parameter caught should be final. | 458 |
![]() | Line is longer than 80 characters. | 459 |
![]() | Line is longer than 80 characters. | 461 |
![]() | Line is longer than 80 characters. | 465 |
![]() | Line is longer than 80 characters. | 467 |
![]() | Line is longer than 80 characters. | 471 |
![]() | Line is longer than 80 characters. | 478 |
![]() | Missing a Javadoc comment. | 478 |
![]() | Line is longer than 80 characters. | 479 |
![]() | Line is longer than 80 characters. | 489 |
![]() | Missing a Javadoc comment. | 489 |
![]() | 'actionCancelButtons' hides a field. | 489 |
![]() | Parameter metadata should be final. | 489 |
![]() | Parameter internalProgReqID should be final. | 489 |
![]() | Line is longer than 80 characters. | 491 |
![]() | Line is longer than 80 characters. | 492 |
![]() | Line is longer than 80 characters. | 493 |
![]() | Line is longer than 80 characters. | 496 |
![]() | Line is longer than 80 characters. | 497 |
![]() | Line is longer than 80 characters. | 498 |
![]() | Line is longer than 80 characters. | 503 |
![]() | Line is longer than 80 characters. | 504 |
![]() | Line is longer than 80 characters. | 507 |
![]() | Line is longer than 80 characters. | 516 |
![]() | Line is longer than 80 characters. | 520 |
![]() | Line is longer than 80 characters. | 521 |
![]() | Line is longer than 80 characters. | 522 |
![]() | Line is longer than 80 characters. | 523 |
![]() | Line is longer than 80 characters. | 524 |
![]() | Avoid inline conditionals. | 524 |
![]() | Line is longer than 80 characters. | 531 |
![]() | Line is longer than 80 characters. | 533 |
![]() | '550' is a magic number. | 544 |
![]() | '530' is a magic number. | 544 |
![]() | Missing a Javadoc comment. | 549 |
![]() | Line is longer than 80 characters. | 550 |
![]() | Line is longer than 80 characters. | 553 |
![]() | Missing a Javadoc comment. | 553 |
![]() | Parameter requirementsPanel should be final. | 553 |
![]() | Parameter stmtTypeId should be final. | 553 |
![]() | Parameter internalProgReqID should be final. | 553 |
![]() | Line is longer than 80 characters. | 558 |
![]() | Line is longer than 80 characters. | 568 |
![]() | Line is longer than 80 characters. | 570 |
![]() | Line is longer than 80 characters. | 579 |
![]() | Line is longer than 80 characters. | 580 |
![]() | Line is longer than 80 characters. | 581 |
![]() | Line is longer than 80 characters. | 582 |
![]() | Line is longer than 80 characters. | 586 |
![]() | Line is longer than 80 characters. | 591 |
![]() | Line is longer than 80 characters. | 592 |
![]() | Line is longer than 80 characters. | 593 |
![]() | Line is longer than 80 characters. | 594 |
![]() | Missing a Javadoc comment. | 603 |
![]() | Parameter min should be final. | 603 |
![]() | Parameter max should be final. | 603 |
![]() | Missing a Javadoc comment. | 607 |
![]() | Parameter stmtTypeId should be final. | 607 |
![]() | Line is longer than 80 characters. | 610 |
![]() | Line is longer than 80 characters. | 617 |
![]() | Line is longer than 80 characters. | 618 |
![]() | Missing a Javadoc comment. | 622 |
![]() | Line is longer than 80 characters. | 624 |
![]() | Parameter result should be final. | 626 |
![]() | Line is longer than 80 characters. | 630 |
![]() | Line is longer than 80 characters. | 631 |
![]() | Missing a Javadoc comment. | 637 |
![]() | 'public' modifier out of order with the JLS suggestions. | 637 |
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. | 16 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'reloadFlag' must be private and have accessor methods. | 25 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter controller should be final. | 27 |
![]() | Parameter eventBus should be final. | 27 |
![]() | Parameter name should be final. | 27 |
![]() | Parameter viewType should be final. | 27 |
![]() | Parameter isReadOnly should be final. | 27 |
![]() | Parameter header should be final. | 27 |
![]() | Parameter reloadFlag should be final. | 27 |
![]() | 'reloadFlag' hides a field. | 27 |
![]() | '{' is not preceded with whitespace. | 27 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter controller should be final. | 32 |
![]() | Parameter eventBus should be final. | 32 |
![]() | Parameter name should be final. | 32 |
![]() | Parameter viewType should be final. | 32 |
![]() | Parameter isReadOnly should be final. | 32 |
![]() | Parameter header should be final. | 32 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line has trailing spaces. | 53 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Avoid inline conditionals. | 55 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Method 'updateModel' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Method 'beforeViewChange' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Parameter result should be final. | 81 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line has trailing spaces. | 99 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Parameter result should be final. | 105 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Parameter result should be final. | 128 |
![]() | switch without "default" clause. | 129 |
![]() | Parameter result should be final. | 134 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Method 'getProgramRequirementsView' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Missing a Javadoc comment. | 161 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 7 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter text should be final. | 20 |
![]() | Line has trailing spaces. | 24 |
![]() | Method 'onFailure' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Parameter caught should be final. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Method 'handleFailure' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Parameter caught should be final. | 31 |
![]() | Method 'onSuccess' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Parameter result should be final. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 6 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 6 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Redundant 'public' modifier. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Redundant 'public' modifier. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Redundant 'public' modifier. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Redundant 'public' modifier. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Redundant 'public' modifier. | 19 |
![]() | Line has trailing spaces. | 23 |
![]() | Expected an @return tag. | 29 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Redundant 'public' modifier. | 29 |
![]() | Expected @throws tag for 'Exception'. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Redundant 'public' modifier. | 14 |
![]() | Line has trailing spaces. | 15 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Redundant 'public' modifier. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Redundant 'public' modifier. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Redundant 'public' modifier. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Redundant 'public' modifier. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Redundant 'public' modifier. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Missing a Javadoc comment. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 16 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Redundant 'public' modifier. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Redundant 'public' modifier. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Redundant 'public' modifier. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Redundant 'public' modifier. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Redundant 'public' modifier. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Redundant 'public' modifier. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Redundant 'public' modifier. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'majorController' must be private and have accessor methods. | 34 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Parameter programModel should be final. | 42 |
![]() | Expected @param tag for 'programModel'. | 42 |
![]() | Parameter viewContext should be final. | 42 |
![]() | Expected @param tag for 'viewContext'. | 42 |
![]() | Parameter eventBus should be final. | 42 |
![]() | Expected @param tag for 'eventBus'. | 42 |
![]() | Parameter majorController should be final. | 42 |
![]() | 'majorController' hides a field. | 42 |
![]() | Expected @param tag for 'majorController'. | 42 |
![]() | Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter event should be final. | 65 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Method 'getProgramName' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Method 'collectBreadcrumbNames' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Parameter names should be final. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Method 'loadModel' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Parameter caught should be final. | 103 |
![]() | Parameter result should be final. | 109 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter url should be final. | 36 |
![]() | 'url' hides a field. | 36 |
![]() | Parameter editable should be final. | 36 |
![]() | 'editable' hides a field. | 36 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter url should be final. | 41 |
![]() | 'url' hides a field. | 41 |
![]() | Parameter editable should be final. | 41 |
![]() | 'editable' hides a field. | 41 |
![]() | Parameter configuration should be final. | 41 |
![]() | 'configuration' hides a field. | 41 |
![]() | Method 'setModelValue' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Parameter table should be final. | 47 |
![]() | Parameter model should be final. | 47 |
![]() | Parameter path should be final. | 47 |
![]() | Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Parameter path should be final. | 52 |
![]() | Parameter event should be final. | 63 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Parameter event should be final. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Parameter data should be final. | 98 |
![]() | Line is longer than 80 characters. | 101 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 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 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter programModel should be final. | 50 |
![]() | Parameter viewContext should be final. | 50 |
![]() | Parameter eventBus should be final. | 50 |
![]() | Parameter majorController should be final. | 50 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter event should be final. | 64 |
![]() | Parameter event should be final. | 71 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Parameter event should be final. | 77 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Parameter event should be final. | 101 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Parameter event should be final. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Parameter event should be final. | 120 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Parameter event should be final. | 139 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Parameter cause should be final. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Method 'fireUpdateEvent' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Parameter okToChange should be final. | 183 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Parameter results should be final. | 195 |
![]() | Line is longer than 80 characters. | 202 |
![]() | '5000' is a magic number. | 202 |
![]() | Parameter cause should be final. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Method 'resetModel' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | Missing a Javadoc comment. | 237 |
![]() | Method 'doSave' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Missing a Javadoc comment. | 246 |
![]() | Parameter model should be final. | 246 |
![]() | Method 'navigateToParent' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | Missing a Javadoc comment. | 259 |
![]() | Parameter parentSection should be final. | 259 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Line has trailing spaces. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Parameter onReadyCallback should be final. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line is longer than 80 characters. | 269 |
![]() | Line contains a tab character. | 269 |
![]() | ',' is not followed by whitespace. | 269 |
![]() | Line has trailing spaces. | 270 |
![]() | Line contains a tab character. | 270 |
![]() | Line has trailing spaces. | 271 |
![]() | Line contains a tab character. | 271 |
![]() | Line is longer than 80 characters. | 272 |
![]() | Line contains a tab character. | 272 |
![]() | '+' is not preceded with whitespace. | 272 |
![]() | '+' is not followed by whitespace. | 272 |
![]() | '+' is not preceded with whitespace. | 272 |
![]() | '+' is not followed by whitespace. | 272 |
![]() | '+' is not preceded with whitespace. | 272 |
![]() | '+' is not followed by whitespace. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Line has trailing spaces. | 274 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line has trailing spaces. | 276 |
![]() | Line is longer than 80 characters. | 278 |
![]() | 'for' is not followed by whitespace. | 278 |
![]() | ':' is not preceded with whitespace. | 278 |
![]() | ':' is not followed by whitespace. | 278 |
![]() | '{' is not preceded with whitespace. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line has trailing spaces. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line contains a tab character. | 287 |
![]() | Line is longer than 80 characters. | 288 |
![]() | Line contains a tab character. | 288 |
![]() | Line has trailing spaces. | 289 |
![]() | Line is longer than 80 characters. | 289 |
![]() | Line contains a tab character. | 289 |
![]() | Line is longer than 80 characters. | 290 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Line is longer than 80 characters. | 293 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line is longer than 80 characters. | 295 |
![]() | 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 is longer than 80 characters. | 298 |
![]() | Line contains a tab character. | 298 |
![]() | Line contains a tab character. | 299 |
![]() | Line is longer than 80 characters. | 300 |
![]() | Line contains a tab character. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line contains a tab character. | 311 |
Violation | Message | Line |
---|---|---|
![]() | 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. | 12 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line has trailing spaces. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter fieldKey should be final. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line has trailing spaces. | 104 |
![]() | 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 has trailing spaces. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line has trailing spaces. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Parameter value should be final. | 115 |
![]() | '{' is not preceded with whitespace. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 119 |
![]() | Method 'setModelValue' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | Parameter widget should be final. | 120 |
![]() | Parameter model should be final. | 120 |
![]() | Parameter path should be final. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | 'if' construct must use '{}'s. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 126 |
![]() | Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | Parameter widget should be final. | 127 |
![]() | Parameter model should be final. | 127 |
![]() | Parameter path should be final. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | 'if' is not followed by whitespace. | 129 |
![]() | '{' is not preceded with whitespace. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | 'if' construct must use '{}'s. | 131 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | '}' should be on the same line. | 133 |
![]() | 'else' construct must use '{}'s. | 134 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Using the '.*' form of import should be avoided - org.kuali.student.lum.program.client.major.view.*. | 10 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 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. | 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. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - org.kuali.student.common.assembly.data.Metadata. | 3 |
![]() | Unused import - org.kuali.student.common.assembly.data.QueryPath. | 4 |
![]() | Line is longer than 80 characters. | 6 |
![]() | Unused import - org.kuali.student.common.ui.client.configurable.mvc.multiplicity.MultiplicityConfiguration. | 6 |
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Unused import - org.kuali.student.common.ui.client.configurable.mvc.sections.MultiplicitySection. | 8 |
![]() | Unused import - org.kuali.student.common.ui.client.configurable.mvc.sections.Section. | 9 |
![]() | Line is longer than 80 characters. | 10 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Unused import - org.kuali.student.lum.program.client.widgets.EditableHeader. | 19 |
![]() | Class VariationInformationViewConfiguration should be declared as final. | 24 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter sectionView should be final. | 35 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | 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 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | 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. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Using the '.*' form of import should be avoided - org.kuali.student.lum.program.client.major.view.*. | 5 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Line is longer than 80 characters. | 16 |
![]() | Line is longer than 80 characters. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 13 |
![]() | Line is longer than 80 characters. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter programModel should be final. | 15 |
![]() | Parameter viewContext should be final. | 15 |
![]() | Parameter eventBus should be final. | 15 |
![]() | Parameter majorController should be final. | 15 |
![]() | Method 'navigateToParent' is not designed for extension - needs to be abstract, final or empty. | 21 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line is longer than 80 characters. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '{' is not preceded with whitespace. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'table' must be private and have accessor methods. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'metadataServiceAsync' must be private and have accessor methods. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter model should be final. | 43 |
![]() | Parameter controller should be final. | 43 |
![]() | ',' is not followed by whitespace. | 43 |
![]() | Parameter name should be final. | 43 |
![]() | Parameter viewType should be final. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | '{' is not preceded with whitespace. | 56 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Parameter event should be final. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | 'if' is not followed by whitespace. | 60 |
![]() | '{' is not preceded with whitespace. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 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 |
![]() | Line contains a tab character. | 67 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | '{' is not preceded with whitespace. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Parameter event should be final. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | 'cast' is not followed by whitespace. | 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 contains a tab character. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter viewContext should be final. | 80 |
![]() | '{' is not preceded with whitespace. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | switch without "default" clause. | 82 |
![]() | '{' is not preceded with whitespace. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 89 |
![]() | Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Line contains a tab character. | 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 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. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter versionSearch should be final. | 97 |
![]() | '{' is not preceded with whitespace. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Avoid inline conditionals. | 103 |
![]() | ':' is not preceded with whitespace. | 103 |
![]() | ':' is not followed by whitespace. | 103 |
![]() | Line contains a tab character. | 113 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - org.kuali.student.common.assembly.data.ModelDefinition. | 3 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Missing a Javadoc comment. | 13 |
![]() | '{' is not preceded with whitespace. | 13 |
![]() | Line has trailing spaces. | 14 |
![]() | Line contains a tab character. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Line contains a tab character. | 15 |
![]() | '{' is not preceded with whitespace. | 15 |
![]() | '{' is not followed by whitespace. | 15 |
![]() | Missing a Javadoc comment. | 15 |
![]() | '}' is not preceded with whitespace. | 15 |
![]() | Line has trailing spaces. | 16 |
![]() | Line contains a tab character. | 16 |
![]() | Line contains a tab character. | 17 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Line contains a tab character. | 18 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Variable 'eventBus' must be private and have accessor methods. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line contains a tab character. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter dataModel should be final. | 25 |
![]() | Parameter type should be final. | 25 |
![]() | 'type' hides a field. | 25 |
![]() | Parameter viewContext should be final. | 25 |
![]() | Parameter eventBus should be final. | 25 |
![]() | 'eventBus' hides a field. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Method 'showDefaultView' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Parameter result should be final. | 48 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 57 |
![]() | Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Parameter onReadyCallback should be final. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line has trailing spaces. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Method 'showView' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Parameter viewType should be final. | 69 |
![]() | Parameter onReadyCallback should be final. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Method 'setCurrentTitle' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter currentTitle should be final. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 80 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter type should be final. | 84 |
![]() | 'type' hides a field. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line contains a tab character. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 17 |
![]() | Parameter widget should be final. | 17 |
![]() | Parameter model should be final. | 17 |
![]() | Parameter path should be final. | 17 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Parameter widget should be final. | 26 |
![]() | Parameter model should be final. | 26 |
![]() | Parameter path should be final. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter title should be final. | 29 |
![]() | Parameter viewToken should be final. | 29 |
![]() | 'viewToken' hides a field. | 29 |
![]() | Parameter eventBus should be final. | 29 |
![]() | 'eventBus' hides a field. | 29 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter event should be final. | 42 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 3 |
![]() | '{' is not preceded with whitespace. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Parameter viewEnum should be final. | 10 |
![]() | Parameter viewName should be final. | 10 |
![]() | ',' is not followed by whitespace. | 11 |
![]() | Method 'isAuthorizedUploadDocuments' is not designed for extension - needs to be abstract, final or empty. | 14 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 9 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | 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. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter eventBus should be final. | 55 |
![]() | 'eventBus' hides a field. | 55 |
![]() | Parameter type should be final. | 55 |
![]() | 'type' hides a field. | 55 |
![]() | Method 'initialize' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter controller should be final. | 65 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Parameter event should be final. | 75 |
![]() | Parameter event should be final. | 81 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter model should be final. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | 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 |
![]() | '||' should be on a new line. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | '||' should be on a new line. | 94 |
![]() | Line has trailing spaces. | 95 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line has trailing spaces. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | '{' is not preceded with whitespace. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | 'cast' is not followed by whitespace. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter updatedDate should be final. | 105 |
![]() | Parameter lastUpdatedDate should be final. | 105 |
![]() | 'lastUpdatedDate' hides a field. | 105 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter version should be final. | 113 |
![]() | Parameter versionaLabel should be final. | 113 |
![]() | '{' is not preceded with whitespace. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | '{' is not preceded with whitespace. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line 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 contains a tab character. | 120 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Parameter path should be final. | 123 |
![]() | Parameter container should be final. | 123 |
![]() | Parameter model should be final. | 123 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Parameter title should be final. | 151 |
![]() | Parameter widget should be final. | 151 |
![]() | Parameter showEdit should be final. | 151 |
![]() | Parameter event should be final. | 161 |
![]() | Missing a Javadoc comment. | 172 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | Missing a Javadoc comment. | 179 |
![]() | '{' is not 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. | 183 |
![]() | Missing a Javadoc comment. | 186 |
![]() | '{' is not preceded with whitespace. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | '{' is not preceded with whitespace. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Parameter event should be final. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | switch without "default" clause. | 192 |
![]() | '{' is not preceded with whitespace. | 192 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Line contains a tab character. | 193 |
![]() | Line is longer than 80 characters. | 194 |
![]() | Line contains a tab character. | 194 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 206 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Parameter state should be final. | 209 |
![]() | 'state' hides a field. | 209 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Missing a Javadoc comment. | 220 |
![]() | Missing a Javadoc comment. | 221 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Missing a Javadoc comment. | 225 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Missing a Javadoc comment. | 228 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 7 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Line is longer than 80 characters. | 11 |
![]() | Line is longer than 80 characters. | 12 |
![]() | Line is longer than 80 characters. | 13 |
![]() | Line is longer than 80 characters. | 14 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter eventBus should be final. | 36 |
![]() | 'eventBus' hides a field. | 36 |
![]() | '300' is a magic number. | 41 |
![]() | '190' is a magic number. | 41 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter button should be final. | 49 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Parameter event should be final. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter modelDefinition should be final. | 66 |
![]() | Parameter controller should be final. | 66 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter result should be final. | 82 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Missing a Javadoc comment. | 90 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Using the '.*' form of import should be avoided - com.google.gwt.user.client.ui.*. | 6 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter activateSection should be final. | 42 |
![]() | 'activateSection' hides a field. | 42 |
![]() | Parameter eventBus should be final. | 42 |
![]() | 'eventBus' hides a field. | 42 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter event should be final. | 54 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Parameter event should be final. | 61 |
![]() | Parameter event should be final. | 68 |
![]() | Parameter event should be final. | 74 |
![]() | Parameter event should be final. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter status should be final. | 90 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Parameter programStatus should be final. | 104 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Parameter event should be final. | 135 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Parameter event should be final. | 145 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Parameter enableApprove should be final. | 154 |
![]() | Parameter enableActivate should be final. | 154 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Method 'getDefaultWorkflowDocumentType' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Method 'getDefaultMetaDataState' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Parameter id should be final. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | '==' is not preceded with whitespace. | 45 |
![]() | '==' is not followed by whitespace. | 45 |
![]() | '{' is not preceded with whitespace. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Method 'save' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Parameter dto should be final. | 54 |
![]() | Parameter properties should be final. | 54 |
![]() | 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. | 67 |
![]() | Method 'getDtoClass' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line contains a tab character. | 83 |
![]() | 'for' is not followed by whitespace. | 95 |
![]() | '{' is not preceded with whitespace. | 95 |
![]() | 'if' is not followed by whitespace. | 97 |
![]() | '{' is not preceded with whitespace. | 97 |
![]() | 'for' is not followed by whitespace. | 98 |
![]() | '{' is not preceded with whitespace. | 98 |
![]() | Method 'setProgramService' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter programService should be final. | 113 |
![]() | 'programService' hides a field. | 113 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter luService should be final. | 117 |
![]() | 'luService' hides a field. | 117 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 8 |
![]() | Missing a Javadoc comment. | 10 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Method 'getDefaultWorkflowDocumentType' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Method 'getDefaultMetaDataState' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Parameter id should be final. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | '{' is not preceded with whitespace. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | '+' should be on a new line. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Avoid inline conditionals. | 41 |
![]() | '+' should be on a new line. | 41 |
![]() | Line contains a tab character. | 46 |
![]() | Method 'save' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Parameter dto should be final. | 51 |
![]() | Parameter properties should be final. | 51 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Method 'getDtoClass' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Method 'setProgramService' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter programService should be final. | 73 |
![]() | 'programService' hides a field. | 73 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter luService should be final. | 77 |
![]() | 'luService' hides a field. | 77 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 8 |
![]() | Missing a Javadoc comment. | 10 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Method 'getDefaultWorkflowDocumentType' is not designed for extension - needs to be abstract, final or empty. | 25 |
![]() | Method 'getDefaultMetaDataState' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Method 'get' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Parameter id should be final. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Method 'save' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Parameter dto should be final. | 51 |
![]() | Parameter properties should be final. | 51 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | '{' is not preceded with whitespace. | 57 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line has trailing spaces. | 66 |
![]() | Method 'getDtoClass' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line is longer than 80 characters. | 77 |
![]() | '+' should be on a new line. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Avoid inline conditionals. | 78 |
![]() | '+' should be on a new line. | 78 |
![]() | Method 'setProgramService' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter programService should be final. | 84 |
![]() | 'programService' hides a field. | 84 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter luService should be final. | 88 |
![]() | 'luService' hides a field. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 17 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Method 'getProgramRequirements' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter programRequirementIds should be final. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Method 'storeProgramRequirements' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter states should be final. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Parameter progReqs should be final. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Method 'createProgramRequirement' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter programRequirementInfo should be final. | 72 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Method 'deleteProgramRequirement' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter programRequirementId should be final. | 85 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Method 'updateProgramRequirement' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter programRequirementInfo should be final. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line has trailing spaces. | 94 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Parameter programRequirementInfo should be final. | 102 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Parameter tree should be final. | 106 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line contains a tab character. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line contains a tab character. | 119 |
![]() | Line 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 has trailing spaces. | 125 |
![]() | Method 'isLatestVersion' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | Parameter versionIndId should be final. | 127 |
![]() | Parameter versionSequenceNumber should be final. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line has trailing spaces. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | Line has trailing spaces. | 131 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 135 |
![]() | Method 'setProgramService' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter programService should be final. | 135 |
![]() | 'programService' hides a field. | 135 |
![]() | Method 'setStatementService' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter statementService should be final. | 139 |
![]() | 'statementService' hides a field. | 139 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | '=' is not preceded with whitespace. | 26 |
![]() | '=' is not followed by whitespace. | 26 |
![]() | ',' is not followed by whitespace. | 26 |
![]() | '=' is not preceded with whitespace. | 26 |
![]() | '=' is not followed by whitespace. | 26 |
![]() | '}' is not preceded with whitespace. | 26 |
![]() | ',' is not followed by whitespace. | 26 |
![]() | '=' is not preceded with whitespace. | 26 |
![]() | '=' is not followed by whitespace. | 26 |
![]() | '}' is not preceded with whitespace. | 26 |
![]() | '{' is not preceded with whitespace. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Method 'getStatementTypesForStatementTypeForCourse' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Parameter statementTypeKey should be final. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 55 |
![]() | Method 'getStatementTypesForStatementType' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Parameter statementTypeKey should be final. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Method 'getReqComponentTypesForStatementType' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Parameter luStatementTypeKey should be final. | 66 |
![]() | Line has trailing spaces. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line has trailing spaces. | 75 |
![]() | Method 'translateStatementTreeViewToNL' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Parameter statementTreeViewInfo should be final. | 80 |
![]() | Parameter nlUsageTypeKey should be final. | 80 |
![]() | Parameter language should be final. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Method 'translateReqComponentToNL' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Parameter reqComponentInfo should be final. | 85 |
![]() | Parameter nlUsageTypeKey should be final. | 85 |
![]() | Parameter language should be final. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Method 'translateReqComponentToNLs' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Parameter reqComponentInfo should be final. | 90 |
![]() | Parameter nlUsageTypeKeys should be final. | 90 |
![]() | Parameter language should be final. | 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 |
![]() | Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Parameter cluId should be final. | 99 |
![]() | Method 'getCurrentVersion' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Parameter refObjectTypeURI should be final. | 104 |
![]() | Parameter refObjectId should be final. | 104 |
![]() | Method 'setStatementService' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Parameter statementService should be final. | 108 |
![]() | 'statementService' hides a field. | 108 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Parameter luService should be final. | 112 |
![]() | 'luService' hides a field. | 112 |
![]() | Line contains a tab character. | 116 |
![]() | Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 121 |
![]() | Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Parameter objectTypeKey should be final. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 126 |
![]() | Method 'getSearchTypes' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 131 |
![]() | Method 'getSearchType' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Parameter searchTypeKey should be final. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 136 |
![]() | Method 'getSearchTypesByResult' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Parameter searchResultTypeKey should be final. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 142 |
![]() | Method 'getSearchTypesByCriteria' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Parameter searchCriteriaTypeKey should be final. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 148 |
![]() | Method 'getSearchResultTypes' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 153 |
![]() | Method 'getSearchResultType' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Parameter searchResultTypeKey should be final. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 158 |
![]() | Method 'getSearchCriteriaTypes' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 163 |
![]() | Method 'getSearchCriteriaType' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Parameter searchCriteriaTypeKey should be final. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 169 |
![]() | Method 'search' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Parameter searchRequest should be final. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'setStatmentDataService' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter statmentDataService should be final. | 36 |
![]() | 'statmentDataService' hides a field. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'getStatementTypesForStatementTypeForCourse' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Parameter statementTypeKey should be final. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | Method 'getStatementTypesForStatementType' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Parameter statementTypeKey should be final. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 54 |
![]() | Method 'getReqComponentTypesForStatementType' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Parameter luStatementTypeKey should be final. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Method 'translateReqComponentToNL' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Parameter reqComponentInfo should be final. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Parameter nlUsageTypeKey should be final. | 63 |
![]() | Parameter language should be final. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Method 'translateStatementTreeViewToNL' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Parameter statementTreeViewInfo should be final. | 70 |
![]() | Parameter nlUsageTypeKey should be final. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Parameter language should be final. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Method 'translateReqComponentToNLs' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Parameter reqComponentInfo should be final. | 78 |
![]() | Parameter nlUsageTypeKeys should be final. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Parameter language should be final. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Parameter cluId should be final. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 89 |
![]() | Method 'getCurrentVersion' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Parameter refObjectTypeURI should be final. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Parameter refObjectId should be final. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
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. | 22 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter dictionaryServices should be final. | 27 |
![]() | Method 'getConstraints' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Parameter fd should be final. | 32 |
![]() | Parameter type should be final. | 32 |
![]() | Parameter state should be final. | 32 |
![]() | Parameter nextState should be final. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter state should be final. | 43 |
![]() | Avoid inline conditionals. | 44 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter state should be final. | 47 |
![]() | Line is longer than 80 characters. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - org.kuali.student.lum.program.client.ProgramClientConstants. | 24 |
![]() | Unused import - org.kuali.student.lum.program.dto.CoreProgramInfo. | 26 |
![]() | Unused import - org.kuali.student.lum.program.dto.CredentialProgramInfo. | 27 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 33 |
![]() | 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 |
![]() | First sentence should end with a period. | 44 |
![]() | Method 'applyInboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter data should be final. | 48 |
![]() | Expected @param tag for 'data'. | 48 |
![]() | Parameter metadata should be final. | 48 |
![]() | Expected @param tag for 'metadata'. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Parameter properties should be final. | 49 |
![]() | Expected @param tag for 'properties'. | 49 |
![]() | Expected @throws tag for 'Exception'. | 49 |
![]() | First sentence should end with a period. | 54 |
![]() | Method 'applyOutboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Parameter data should be final. | 58 |
![]() | Expected @param tag for 'data'. | 58 |
![]() | Parameter metadata should be final. | 58 |
![]() | Expected @param tag for 'metadata'. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Parameter properties should be final. | 59 |
![]() | Expected @param tag for 'properties'. | 59 |
![]() | Expected @throws tag for 'Exception'. | 59 |
![]() | Method 'setProgramService' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter programService should be final. | 70 |
![]() | 'programService' hides a field. | 70 |
![]() | Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter luService should be final. | 74 |
![]() | 'luService' hides a field. | 74 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter coreProgramId should be final. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 85 |
![]() | 'for' is not followed by whitespace. | 102 |
![]() | '{' is not preceded with whitespace. | 102 |
![]() | 'if' is not followed by whitespace. | 104 |
![]() | '{' is not preceded with whitespace. | 104 |
![]() | 'for' is not followed by whitespace. | 105 |
![]() | '{' is not preceded with whitespace. | 105 |
![]() | Line is longer than 80 characters. | 106 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | First sentence should end with a period. | 29 |
![]() | Method 'applyInboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Parameter data should be final. | 33 |
![]() | Expected @param tag for 'data'. | 33 |
![]() | Parameter metadata should be final. | 33 |
![]() | Expected @param tag for 'metadata'. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Parameter properties should be final. | 34 |
![]() | Expected @param tag for 'properties'. | 34 |
![]() | Expected @throws tag for 'Exception'. | 34 |
![]() | First sentence should end with a period. | 43 |
![]() | Method 'applyOutboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Parameter data should be final. | 47 |
![]() | Expected @param tag for 'data'. | 47 |
![]() | Parameter metadata should be final. | 47 |
![]() | Expected @param tag for 'metadata'. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Parameter properties should be final. | 48 |
![]() | Expected @param tag for 'properties'. | 48 |
![]() | Expected @throws tag for 'Exception'. | 48 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Method 'setMetadataService' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter metadataService should be final. | 64 |
![]() | 'metadataService' hides a field. | 64 |
![]() | Method 'setProgramService' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter programService should be final. | 68 |
![]() | 'programService' hides a field. | 68 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Line is longer than 80 characters. | 74 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 11 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line contains a tab character. | 19 |
![]() | Method 'applyOutboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Parameter data should be final. | 20 |
![]() | Parameter metadata should be final. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Parameter properties should be final. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | 'cast' is not followed by whitespace. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | '{' is not preceded with whitespace. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | '{' is not preceded with whitespace. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | '!=' is not preceded with whitespace. | 41 |
![]() | '{' is not preceded with whitespace. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | 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. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 11 |
![]() | Line has trailing spaces. | 12 |
![]() | Line has trailing spaces. | 13 |
![]() | Line contains a tab character. | 19 |
![]() | Method 'applyOutboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 19 |
![]() | Line contains a tab character. | 20 |
![]() | Parameter data should be final. | 20 |
![]() | Parameter metadata should be final. | 20 |
![]() | Line contains a tab character. | 21 |
![]() | Parameter properties should be final. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | 'cast' is not followed by whitespace. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | '{' is not preceded with whitespace. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | '{' is not preceded with whitespace. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | '!=' is not preceded with whitespace. | 41 |
![]() | '{' is not preceded with whitespace. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | 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. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 26 |
![]() | '{' is not preceded with whitespace. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'programService' must be private and have accessor methods. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | First sentence should end with a period. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'applyInboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Parameter data should be final. | 37 |
![]() | Expected @param tag for 'data'. | 37 |
![]() | Parameter metadata should be final. | 37 |
![]() | Expected @param tag for 'metadata'. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter properties should be final. | 38 |
![]() | Expected @param tag for 'properties'. | 38 |
![]() | Expected @throws tag for 'Exception'. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | '{' is not preceded with whitespace. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | First sentence should end with a period. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 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 |
![]() | Method 'applyOutboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Parameter data should be final. | 52 |
![]() | Expected @param tag for 'data'. | 52 |
![]() | Parameter metadata should be final. | 52 |
![]() | Expected @param tag for 'metadata'. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Parameter properties should be final. | 53 |
![]() | Expected @param tag for 'properties'. | 53 |
![]() | Expected @throws tag for 'Exception'. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | 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 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | '{' is not preceded with whitespace. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | '{' is not preceded with whitespace. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | 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 is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | '!=' is not preceded with whitespace. | 73 |
![]() | '{' is not preceded with whitespace. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | 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 is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | ':' is not preceded with whitespace. | 84 |
![]() | ':' is not followed by whitespace. | 84 |
![]() | '{' is not preceded with whitespace. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 96 |
![]() | Line has trailing spaces. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line has trailing spaces. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | First sentence should end with a period. | 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 |
![]() | Method 'applyMetadataFilter' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Parameter dtoName should be final. | 106 |
![]() | Expected @param tag for 'dtoName'. | 106 |
![]() | Parameter metadata should be final. | 106 |
![]() | Expected @param tag for 'metadata'. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Parameter filterProperties should be final. | 107 |
![]() | Expected @param tag for 'filterProperties'. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line has trailing spaces. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Expected an @return tag. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | Method 'getPreviousVersionMetadata' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Parameter metadata should be final. | 118 |
![]() | Expected @param tag for 'metadata'. | 118 |
![]() | '{' is not preceded with whitespace. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | '{' is not preceded with whitespace. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line contains a tab character. | 124 |
![]() | Line has trailing spaces. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line has trailing spaces. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | 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 is longer than 80 characters. | 133 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line has trailing spaces. | 135 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line has trailing spaces. | 138 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Method 'setProgramService' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter programService should be final. | 139 |
![]() | 'programService' hides a field. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line has trailing spaces. | 141 |
![]() | Line contains a tab character. | 141 |