The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
160 | 0 | 0 | 6614 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 23 | Error |
NewlineAtEndOfFile | 14 | Error |
Translation | 0 | Error |
JavadocMethod | 731 | Error |
JavadocType | 48 | Error |
JavadocVariable | 368 | Error |
JavadocStyle | 12 | Error |
ConstantName | 1 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 2 | Error |
MemberName | 0 | Error |
MethodName | 116 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 14 | Error |
TypeName | 0 | Error |
AvoidStarImport | 20 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 14 | Error |
FileLength | 0 | Error |
LineLength | 1701 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 1 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 5 | Error |
ParenPad | 1 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 445 | Error |
WhitespaceAfter | 37 | Error |
WhitespaceAround | 1907 | Error |
ModifierOrder | 2 | Error |
RedundantModifier | 20 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 1 | Error |
LeftCurly | 0 | Error |
NeedBraces | 5 | Error |
RightCurly | 1 | Error |
AvoidInlineConditionals | 16 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 73 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 6 | Error |
MissingSwitchDefault | 4 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 278 | Error |
FinalClass | 18 | Error |
HideUtilityClassConstructor | 4 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 39 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 547 | Error |
GenericIllegalRegexp
|
140 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 8 | |
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 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 41 | |
'<' is not followed by whitespace. | 41 | |
'>' is not preceded with whitespace. | 41 | |
'<' is not preceded with whitespace. | 41 | |
'<' is not followed by whitespace. | 41 | |
'>' is not preceded with whitespace. | 41 | |
'>' is not followed by whitespace. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 47 |
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 | |
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Line is longer than 80 characters. | 57 | |
Missing a Javadoc comment. | 57 | |
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. | 62 | |
Line is longer than 80 characters. | 63 | |
Missing a Javadoc comment. | 63 | |
Line is longer than 80 characters. | 64 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 65 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 72 | |
Line is longer than 80 characters. | 73 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 98 | |
Line is longer than 80 characters. | 99 | |
Missing a Javadoc comment. | 99 | |
Line is longer than 80 characters. | 101 | |
Missing a Javadoc comment. | 101 | |
Line is longer than 80 characters. | 102 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 103 | |
Line is longer than 80 characters. | 106 | |
Missing a Javadoc comment. | 106 | |
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. | 111 | |
Missing a Javadoc comment. | 111 | |
'<' is not preceded with whitespace. | 111 | |
'<' is not followed by whitespace. | 111 | |
'>' is not preceded with whitespace. | 111 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 10 | |
Using the '.*' form of import should be avoided - org.kuali.student.common.ui.client.mvc.*. | 13 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 47 | |
Variable 'programRemoteService' must be private and have accessor methods. | 47 | |
Missing a Javadoc comment. | 49 | |
Variable 'initialized' must be private and have accessor methods. | 49 | |
Missing a Javadoc comment. | 51 | |
Variable 'programModel' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 53 | |
Variable 'configurer' must be private and have accessor methods. | 53 | |
Missing a Javadoc comment. | 55 | |
Variable 'eventBus' must be private and have accessor methods. | 55 | |
Missing a Javadoc comment. | 57 | |
Variable 'statusLabel' must be private and have accessor methods. | 57 | |
Missing a Javadoc comment. | 59 | |
Variable 'sideBar' must be private and have accessor methods. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Variable 'reloadMetadata' must be private and have accessor methods. | 65 | |
Line is longer than 80 characters. | 72 | |
Parameter name should be final. | 72 | |
Expected @param tag for 'name'. | 72 | |
Parameter programModel should be final. | 72 | |
'programModel' hides a field. | 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 | |
'eventBus' hides a field. | 72 | |
Expected @param tag for 'eventBus'. | 72 | |
First sentence should end with a period. | 82 | |
Expected an @return tag. | 85 | |
Method 'createProgramRemoteService' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'beforeViewChange' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Line is longer than 80 characters. | 90 | |
Parameter viewChangingTo should be final. | 90 | |
'<' is not preceded with whitespace. | 90 | |
'<' is not followed by whitespace. | 90 | |
'?' is not preceded with whitespace. | 90 | |
'>' is not preceded with whitespace. | 90 | |
'?' is not followed by whitespace. | 90 | |
'<' is not preceded with whitespace. | 90 | |
'<' is not followed by whitespace. | 90 | |
'>' is not preceded with whitespace. | 90 | |
'<' is not preceded with whitespace. | 91 | |
'<' is not followed by whitespace. | 91 | |
'>' is not preceded with whitespace. | 91 | |
'>' is not followed by whitespace. | 91 | |
Parameter result should be final. | 94 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 97 | |
'<' is not preceded with whitespace. | 97 | |
'<' is not followed by whitespace. | 97 | |
'>' is not preceded with whitespace. | 97 | |
Line is longer than 80 characters. | 98 | |
'<' is not preceded with whitespace. | 98 | |
'<' is not followed by whitespace. | 98 | |
'>' is not preceded with whitespace. | 98 | |
'<' is not preceded with whitespace. | 98 | |
'<' is not followed by whitespace. | 98 | |
'>' is not preceded with whitespace. | 98 | |
'>' is not followed by whitespace. | 98 | |
Line is longer than 80 characters. | 99 | |
'<' is not preceded with whitespace. | 99 | |
'<' is not followed by whitespace. | 99 | |
'>' is not preceded with whitespace. | 99 | |
'>' is not followed by whitespace. | 99 | |
Line is longer than 80 characters. | 102 | |
Parameter result should be final. | 102 | |
switch without "default" clause. | 103 | |
Method 'fireUpdateEvent' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
'<' is not preceded with whitespace. | 133 | |
'<' is not followed by whitespace. | 133 | |
'>' is not preceded with whitespace. | 133 | |
Method 'resetModel' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Method 'resetFieldInteractionFlag' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Line is longer than 80 characters. | 153 | |
'<' is not preceded with whitespace. | 153 | |
'<' is not followed by whitespace. | 153 | |
'>' is not preceded with whitespace. | 153 | |
'>' is not followed by whitespace. | 153 | |
Line is longer than 80 characters. | 155 | |
'<' is not preceded with whitespace. | 155 | |
'<' is not followed by whitespace. | 155 | |
'>' is not preceded with whitespace. | 155 | |
Line is longer than 80 characters. | 156 | |
Method 'requestModel' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
Parameter modelType should be final. | 167 | |
Parameter callback should be final. | 167 | |
Line is longer than 80 characters. | 171 | |
'<' is not preceded with whitespace. | 173 | |
'<' is not followed by whitespace. | 173 | |
'>' is not preceded with whitespace. | 173 | |
'<' is not preceded with whitespace. | 173 | |
'<' is not followed by whitespace. | 173 | |
'>' is not preceded with whitespace. | 173 | |
'>' is not followed by whitespace. | 173 | |
Line is longer than 80 characters. | 186 | |
Method 'loadModel' is not designed for extension - needs to be abstract, final or empty. | 188 | |
'<' is not preceded with whitespace. | 188 | |
'<' is not followed by whitespace. | 188 | |
'>' is not preceded with whitespace. | 188 | |
Line is longer than 80 characters. | 189 | |
'<' is not preceded with whitespace. | 189 | |
'<' is not followed by whitespace. | 189 | |
'>' is not preceded with whitespace. | 189 | |
'>' is not followed by whitespace. | 189 | |
Parameter caught should be final. | 192 | |
Parameter result should be final. | 198 | |
Missing a Javadoc comment. | 207 | |
Line is longer than 80 characters. | 211 | |
Line is longer than 80 characters. | 218 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 221 | |
Line is longer than 80 characters. | 223 | |
Missing a Javadoc comment. | 230 | |
Parameter pgmType should be final. | 230 | |
Line is longer than 80 characters. | 235 | |
Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 241 | |
Missing a Javadoc comment. | 241 | |
Line is longer than 80 characters. | 242 | |
'<' is not preceded with whitespace. | 242 | |
'<' is not followed by whitespace. | 242 | |
'>' is not preceded with whitespace. | 242 | |
'>' is not followed by whitespace. | 242 | |
Method 'getProgramName' is not designed for extension - needs to be abstract, final or empty. | 245 | |
Missing a Javadoc comment. | 245 | |
Line is longer than 80 characters. | 246 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 258 | |
'<' is not preceded with whitespace. | 259 | |
'<' is not followed by whitespace. | 259 | |
'>' is not preceded with whitespace. | 259 | |
Expected @param tag for 'onReadyCallback'. | 259 | |
'<' is not preceded with whitespace. | 261 | |
'<' is not followed by whitespace. | 261 | |
'>' is not preceded with whitespace. | 261 | |
'>' is not followed by whitespace. | 261 | |
Parameter model should be final. | 263 | |
Parameter cause should be final. | 273 | |
Expected an @return tag. | 287 | |
Method 'loadMetadataCondition' is not designed for extension - needs to be abstract, final or empty. | 287 | |
Line is longer than 80 characters. | 288 | |
'<' is not preceded with whitespace. | 288 | |
'<' is not followed by whitespace. | 288 | |
'>' is not preceded with whitespace. | 288 | |
'>' is not followed by whitespace. | 288 | |
Method 'loadMetadata' is not designed for extension - needs to be abstract, final or empty. | 296 | |
'<' is not preceded with whitespace. | 296 | |
'<' is not followed by whitespace. | 296 | |
'>' is not preceded with whitespace. | 296 | |
Expected @param tag for 'onReadyCallback'. | 296 | |
'<' is not preceded with whitespace. | 297 | |
'<' is not followed by whitespace. | 297 | |
'>' is not preceded with whitespace. | 297 | |
'<' is not preceded with whitespace. | 297 | |
'<' is not followed by whitespace. | 297 | |
'>' is not preceded with whitespace. | 297 | |
'>' is not followed by whitespace. | 297 | |
Line is longer than 80 characters. | 309 | |
'<' is not preceded with whitespace. | 309 | |
'<' is not followed by whitespace. | 309 | |
'>' is not preceded with whitespace. | 309 | |
'>' is not followed by whitespace. | 309 | |
Line is longer than 80 characters. | 312 | |
Line is longer than 80 characters. | 315 | |
'<' is not preceded with whitespace. | 315 | |
'<' is not followed by whitespace. | 315 | |
'>' is not preceded with whitespace. | 315 | |
'>' is not followed by whitespace. | 315 | |
Parameter result should be final. | 318 | |
Line is longer than 80 characters. | 322 | |
'<' is not preceded with whitespace. | 322 | |
'<' is not followed by whitespace. | 322 | |
'>' is not preceded with whitespace. | 322 | |
'>' is not followed by whitespace. | 322 | |
Parameter caught should be final. | 327 | |
Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 334 | |
Missing a Javadoc comment. | 334 | |
Method 'setViewContext' is not designed for extension - needs to be abstract, final or empty. | 342 | |
Missing a Javadoc comment. | 342 | |
Parameter viewContext should be final. | 343 | |
Method 'afterMetadataLoaded' is not designed for extension - needs to be abstract, final or empty. | 357 | |
Parameter onReadyCallback should be final. | 357 | |
'<' is not preceded with whitespace. | 357 | |
'<' is not followed by whitespace. | 357 | |
'>' is not preceded with whitespace. | 357 | |
Expected @param tag for 'onReadyCallback'. | 357 | |
Method 'setHeaderTitle' is not designed for extension - needs to be abstract, final or empty. | 371 | |
Missing a Javadoc comment. | 371 | |
Method 'createCommentPanel' is not designed for extension - needs to be abstract, final or empty. | 377 | |
Missing a Javadoc comment. | 377 | |
Line is longer than 80 characters. | 378 | |
Line is longer than 80 characters. | 380 | |
Parameter event should be final. | 383 | |
Missing a Javadoc comment. | 390 | |
Method 'getProgramModel' is not designed for extension - needs to be abstract, final or empty. | 393 | |
Missing a Javadoc comment. | 393 | |
Missing a Javadoc comment. | 397 |
Violation | Message | Line |
---|---|---|
Utility classes should not have a public or default constructor. | 12 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 18 | |
'<' is not preceded with whitespace. | 18 | |
'<' is not followed by whitespace. | 18 | |
'?' is not preceded with whitespace. | 18 | |
'>' is not preceded with whitespace. | 18 | |
'?' is not followed by whitespace. | 18 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'<' is not preceded with whitespace. | 20 | |
'<' is not followed by whitespace. | 20 | |
'>' is not preceded with whitespace. | 20 | |
'<' is not preceded with whitespace. | 20 | |
'<' is not followed by whitespace. | 20 | |
'>' is not preceded with whitespace. | 20 | |
'>' is not followed by whitespace. | 20 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 28 | |
Parameter data should be final. | 28 | |
'data' hides a field. | 28 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 36 | |
Parameter row should be final. | 36 | |
'row' hides a field. | 36 | |
Missing a Javadoc comment. | 40 | |
'<' is not preceded with whitespace. | 40 | |
'<' is not followed by whitespace. | 40 | |
'?' is not preceded with whitespace. | 40 | |
'>' is not preceded with whitespace. | 40 | |
'?' is not followed by whitespace. | 40 | |
Missing a Javadoc comment. | 44 | |
Parameter section should be final. | 44 | |
'<' is not preceded with whitespace. | 44 | |
'<' is not followed by whitespace. | 44 | |
'?' is not preceded with whitespace. | 44 | |
'>' is not preceded with whitespace. | 44 | |
'?' is not followed by whitespace. | 44 | |
'section' hides a field. | 44 | |
Missing a Javadoc comment. | 48 | |
Parameter type should be final. | 48 | |
'<' is not preceded with whitespace. | 48 | |
'<' is not followed by whitespace. | 48 | |
'?' is not preceded with whitespace. | 48 | |
'>' is not preceded with whitespace. | 48 | |
'?' is not followed by whitespace. | 48 | |
Parameter handler should be final. | 48 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
'<' is not preceded with whitespace. | 52 | |
'<' is not followed by whitespace. | 52 | |
'>' is not preceded with whitespace. | 52 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 60 | |
Parameter createNew should be final. | 60 | |
'createNew' hides a field. | 60 |
Violation | Message | Line |
---|---|---|
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 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'?' is not preceded with whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
'?' is not followed by whitespace. | 33 | |
'>' is not followed by whitespace. | 33 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'?' is not preceded with whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
'?' is not followed by whitespace. | 33 | |
'>' is not followed by whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'?' is not preceded with whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
'?' is not followed by whitespace. | 33 | |
'>' is not followed by whitespace. | 33 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'?' is not preceded with whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
'?' is not followed by whitespace. | 33 | |
'>' is not followed by whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
'>' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 35 | |
'<' is not preceded with whitespace. | 35 | |
'<' is not followed by whitespace. | 35 | |
'>' is not preceded with whitespace. | 35 | |
'<' is not preceded with whitespace. | 35 | |
'<' is not followed by whitespace. | 35 | |
'>' is not preceded with whitespace. | 35 | |
'>' is not followed by whitespace. | 35 | |
'{' is not preceded with whitespace. | 37 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 53 | |
'<' is not preceded with whitespace. | 53 | |
'<' is not followed by whitespace. | 53 | |
'?' is not preceded with whitespace. | 53 | |
'>' is not preceded with whitespace. | 53 | |
'?' is not followed by whitespace. | 53 | |
Parameter viewSection should be final. | 53 | |
'<' is not preceded with whitespace. | 53 | |
'<' is not followed by whitespace. | 53 | |
'?' is not preceded with whitespace. | 53 | |
'>' is not preceded with whitespace. | 53 | |
'?' is not followed by whitespace. | 53 | |
Missing a Javadoc comment. | 57 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
',' is not followed by whitespace. | 9 | |
Missing a Javadoc comment. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 18 | |
Parameter value should be final. | 18 | |
'value' hides a field. | 18 | |
Parameter nextStatus should be final. | 18 | |
'nextStatus' hides a field. | 18 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 31 | |
Parameter value should be final. | 31 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 15 | |
Using the '.*' form of import should be avoided - java.util.*. | 20 | |
Class ProgramUtils should be declared as final. | 25 | |
Missing a Javadoc comment. | 27 | |
Variable 'df' must be private and have accessor methods. | 27 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter variationData should be final. | 32 | |
Parameter model should be final. | 32 | |
Line is longer than 80 characters. | 34 | |
'<' is not preceded with whitespace. | 34 | |
'<' is not followed by whitespace. | 34 | |
'>' is not preceded with whitespace. | 34 | |
'>' is not followed by whitespace. | 34 | |
Line is longer than 80 characters. | 35 | |
'<' is not preceded with whitespace. | 35 | |
'<' is not followed by whitespace. | 35 | |
'>' is not preceded with whitespace. | 35 | |
'>' is not followed by whitespace. | 35 | |
Line is longer than 80 characters. | 36 | |
'<' is not preceded with whitespace. | 36 | |
'<' is not followed by whitespace. | 36 | |
'>' is not preceded with whitespace. | 36 | |
'>' is not followed by whitespace. | 36 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter programModel should be final. | 41 | |
Line is longer than 80 characters. | 43 | |
'<' is not preceded with whitespace. | 43 | |
'<' is not followed by whitespace. | 43 | |
'>' is not preceded with whitespace. | 43 | |
'>' is not followed by whitespace. | 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 | |
Parameter dataModel should be final. | 50 | |
Parameter status should be final. | 50 | |
Missing a Javadoc comment. | 57 | |
Parameter dataModel should be final. | 57 | |
Parameter status should be final. | 57 | |
Missing a Javadoc comment. | 62 | |
Parameter inputData should be final. | 62 | |
Parameter status should be final. | 62 | |
Line is longer than 80 characters. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter validationResults should be final. | 71 | |
'<' is not preceded with whitespace. | 71 | |
'<' is not followed by whitespace. | 71 | |
'>' is not preceded with whitespace. | 71 | |
Line is longer than 80 characters. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter validationResults should be final. | 81 | |
'<' is not preceded with whitespace. | 81 | |
'<' is not followed by whitespace. | 81 | |
'>' is not preceded with whitespace. | 81 | |
Parameter programModel should be final. | 81 | |
'<' is not preceded with whitespace. | 82 | |
'<' is not followed by whitespace. | 82 | |
'>' is not preceded with whitespace. | 82 | |
'<' is not preceded with whitespace. | 82 | |
'<' is not followed by whitespace. | 82 | |
'>' is not preceded with whitespace. | 82 | |
'>' is not followed by whitespace. | 82 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter configurer should be final. | 109 | |
Parameter modelDefinition should be final. | 109 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 113 | |
Missing a Javadoc comment. | 123 | |
Parameter eventBus should be final. | 123 | |
Line is longer than 80 characters. | 124 | |
'<' is not preceded with whitespace. | 124 | |
'<' is not followed by whitespace. | 124 | |
'>' is not preceded with whitespace. | 124 | |
Line is longer than 80 characters. | 126 | |
'<' is not preceded with whitespace. | 126 | |
'<' is not followed by whitespace. | 126 | |
'>' is not preceded with whitespace. | 126 | |
Line is longer than 80 characters. | 127 |
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 | |
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Parameter title should be final. | 10 | |
Parameter viewToken should be final. | 10 | |
'<' is not preceded with whitespace. | 10 | |
'<' is not followed by whitespace. | 10 | |
'?' is not preceded with whitespace. | 10 | |
'>' is not preceded with whitespace. | 10 | |
'?' is not followed by whitespace. | 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. | 4 | |
Line is longer than 80 characters. | 12 | |
'<' is not preceded with whitespace. | 12 | |
'<' is not followed by whitespace. | 12 | |
'>' is not preceded with whitespace. | 12 | |
Method 'setModelValue' is not designed for extension - needs to be abstract, final or empty. | 14 | |
Missing a Javadoc comment. | 14 | |
Line is longer than 80 characters. | 15 | |
Parameter widget should be final. | 15 | |
Parameter model should be final. | 15 | |
Parameter path should be final. | 15 | |
Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 19 | |
Missing a Javadoc comment. | 19 | |
Line is longer than 80 characters. | 20 | |
Parameter verticalPanel should be final. | 20 | |
Parameter model should be final. | 20 | |
Parameter path should be final. | 20 | |
'<' is not preceded with whitespace. | 24 | |
'<' is not followed by whitespace. | 24 | |
'>' is not preceded with whitespace. | 24 | |
'>' is not followed by whitespace. | 24 |
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 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 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 a Javadoc comment. | 11 | |
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 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - org.kuali.student.lum.program.client.*. | 22 | |
Using the '.*' form of import should be avoided - org.kuali.student.lum.program.client.events.*. | 24 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 46 | |
Parameter programModel should be final. | 46 | |
Expected @param tag for 'programModel'. | 46 | |
Parameter viewContext should be final. | 46 | |
Expected @param tag for 'viewContext'. | 46 | |
Parameter eventBus should be final. | 46 | |
Expected @param tag for 'eventBus'. | 46 | |
Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 56 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'?' is not preceded with whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 | |
'?' is not followed by whitespace. | 57 | |
'>' is not followed by whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'?' is not preceded with whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 | |
'?' is not followed by whitespace. | 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. | 61 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 67 | |
Parameter event should be final. | 71 | |
Parameter event should be final. | 78 | |
Line is longer than 80 characters. | 82 | |
Parameter event should be final. | 84 | |
'<' is not preceded with whitespace. | 85 | |
'<' is not followed by whitespace. | 85 | |
'>' is not preceded with whitespace. | 85 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 102 | |
Parameter event should be final. | 104 | |
Parameter event should be final. | 110 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 117 | |
'<' is not preceded with whitespace. | 117 | |
'<' is not followed by whitespace. | 117 | |
'<' is not preceded with whitespace. | 117 | |
'<' is not followed by whitespace. | 117 | |
'>' is not preceded with whitespace. | 117 | |
'>' is not followed by whitespace. | 117 | |
'>' is not preceded with whitespace. | 117 | |
'>' is not followed by whitespace. | 117 | |
Parameter result should be final. | 119 | |
'<' is not preceded with whitespace. | 119 | |
'<' is not followed by whitespace. | 119 | |
'>' is not preceded with whitespace. | 119 | |
Line is longer than 80 characters. | 122 | |
'<' is not preceded with whitespace. | 122 | |
'<' is not followed by whitespace. | 122 | |
'>' is not preceded with whitespace. | 122 | |
'<' is not preceded with whitespace. | 122 | |
'<' is not followed by whitespace. | 122 | |
'>' is not preceded with whitespace. | 122 | |
'>' is not followed by whitespace. | 122 | |
Parameter result should be final. | 124 | |
'<' is not preceded with whitespace. | 127 | |
'<' is not followed by whitespace. | 127 | |
'>' is not preceded with whitespace. | 127 | |
'>' is not followed by whitespace. | 127 | |
Parameter result should be final. | 129 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 139 | |
'<' is not preceded with whitespace. | 139 | |
'<' is not followed by whitespace. | 139 | |
'>' is not preceded with whitespace. | 139 | |
'>' is not followed by whitespace. | 139 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 143 | |
Missing a Javadoc comment. | 151 | |
Method 'doSave' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Method 'loadModel' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 | |
Parameter callback should be final. | 161 | |
'<' is not preceded with whitespace. | 161 | |
'<' is not followed by whitespace. | 161 | |
'>' is not preceded with whitespace. | 161 | |
Line is longer than 80 characters. | 170 | |
Method 'createNewVersionAndLoadModel' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
'<' is not preceded with whitespace. | 170 | |
'<' is not followed by whitespace. | 170 | |
'>' is not preceded with whitespace. | 170 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 177 | |
'<' is not preceded with whitespace. | 177 | |
'<' is not followed by whitespace. | 177 | |
'>' is not preceded with whitespace. | 177 | |
'>' is not followed by whitespace. | 177 | |
Parameter result should be final. | 179 | |
Line is longer than 80 characters. | 183 | |
Parameter caught should be final. | 191 | |
Missing a Javadoc comment. | 199 | |
'<' is not preceded with whitespace. | 199 | |
'<' is not followed by whitespace. | 199 | |
'>' is not preceded with whitespace. | 199 | |
'<' is not preceded with whitespace. | 200 | |
'<' is not followed by whitespace. | 200 | |
'>' is not preceded with whitespace. | 200 | |
'>' is not followed by whitespace. | 200 | |
Parameter model should be final. | 202 | |
'<' is not preceded with whitespace. | 204 | |
'<' is not followed by whitespace. | 204 | |
'<' is not preceded with whitespace. | 204 | |
'<' is not followed by whitespace. | 204 | |
'>' is not preceded with whitespace. | 204 | |
'>' is not followed by whitespace. | 204 | |
'>' is not preceded with whitespace. | 204 | |
'>' is not followed by whitespace. | 204 | |
Parameter result should be final. | 206 | |
'<' is not preceded with whitespace. | 206 | |
'<' is not followed by whitespace. | 206 | |
'>' is not preceded with whitespace. | 206 | |
Line is longer than 80 characters. | 212 | |
Parameter cause should be final. | 220 | |
Line is longer than 80 characters. | 221 | |
Missing a Javadoc comment. | 226 | |
'<' is not preceded with whitespace. | 226 | |
'<' is not followed by whitespace. | 226 | |
'>' is not preceded with whitespace. | 226 | |
Line is longer than 80 characters. | 227 | |
'<' is not preceded with whitespace. | 227 | |
'<' is not followed by whitespace. | 227 | |
'>' is not preceded with whitespace. | 227 | |
'>' is not followed by whitespace. | 227 | |
Parameter result should be final. | 229 | |
Line is longer than 80 characters. | 231 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 237 | |
Line is longer than 80 characters. | 246 | |
Line is longer than 80 characters. | 252 | |
Missing a Javadoc comment. | 259 | |
Method 'onModelLoadedEvent' is not designed for extension - needs to be abstract, final or empty. | 263 | |
Missing a Javadoc comment. | 263 | |
'<' is not preceded with whitespace. | 265 | |
'<' is not followed by whitespace. | 265 | |
'?' is not preceded with whitespace. | 265 | |
'>' is not preceded with whitespace. | 265 | |
'?' is not followed by whitespace. | 265 |
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. | 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. | 6 | |
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. | 21 | |
Missing a Javadoc comment. | 23 | |
Line is longer than 80 characters. | 24 | |
Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 40 | |
Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter section should be final. | 40 | |
Parameter fieldKey should be final. | 40 | |
Parameter messageKey should be final. | 40 | |
Parameter widget should be final. | 40 | |
Parameter parentPath should be final. | 40 | |
Line is longer than 80 characters. | 44 |
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. | 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 | |
Missing a Javadoc comment. | 17 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 24 | |
Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter controller should be final. | 29 | |
Method 'asWidget' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
'<' is not preceded with whitespace. | 42 | |
'<' is not followed by whitespace. | 42 | |
'?' is not preceded with whitespace. | 42 | |
'>' is not preceded with whitespace. | 42 | |
'?' is not followed by whitespace. | 42 |
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 | |
Missing a Javadoc comment. | 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 |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
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 | |
Missing a Javadoc comment. | 32 | |
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. | 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 | |
Missing a Javadoc comment. | 24 | |
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. | 39 | |
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. | 30 | |
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 | |
Missing a Javadoc comment. | 22 | |
Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 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 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. | 55 | |
Line is longer than 80 characters. | 60 | |
Parameter event should be final. | 62 | |
Line is longer than 80 characters. | 66 | |
Parameter event should be final. | 68 | |
Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Method 'resetActionList' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
'<' is not preceded with whitespace. | 83 | |
'<' is not followed by whitespace. | 83 | |
'>' is not preceded with whitespace. | 83 | |
'>' is not followed by whitespace. | 83 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 89 | |
'<' is not preceded with whitespace. | 89 | |
'<' is not followed by whitespace. | 89 | |
'>' is not preceded with whitespace. | 89 | |
'>' is not followed by whitespace. | 89 | |
Parameter isLatest should be final. | 90 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
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 | |
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Parameter title should be final. | 10 | |
Parameter viewToken should be final. | 10 | |
'<' is not preceded with whitespace. | 10 | |
'<' is not followed by whitespace. | 10 | |
'?' is not preceded with whitespace. | 10 | |
'>' is not preceded with whitespace. | 10 | |
'?' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 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 a Javadoc comment. | 11 | |
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 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - org.kuali.student.lum.program.client.*. | 22 | |
Using the '.*' form of import should be avoided - org.kuali.student.lum.program.client.events.*. | 24 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 46 | |
Parameter programModel should be final. | 46 | |
Expected @param tag for 'programModel'. | 46 | |
Parameter viewContext should be final. | 46 | |
Expected @param tag for 'viewContext'. | 46 | |
Parameter eventBus should be final. | 46 | |
Expected @param tag for 'eventBus'. | 46 | |
Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 56 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'?' is not preceded with whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 | |
'?' is not followed by whitespace. | 57 | |
'>' is not followed by whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'<' is not preceded with whitespace. | 57 | |
'<' is not followed by whitespace. | 57 | |
'?' is not preceded with whitespace. | 57 | |
'>' is not preceded with whitespace. | 57 | |
'?' is not followed by whitespace. | 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. | 61 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 67 | |
Parameter event should be final. | 71 | |
Parameter event should be final. | 78 | |
Line is longer than 80 characters. | 82 | |
Parameter event should be final. | 84 | |
'<' is not preceded with whitespace. | 85 | |
'<' is not followed by whitespace. | 85 | |
'>' is not preceded with whitespace. | 85 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 102 | |
Parameter event should be final. | 104 | |
Parameter event should be final. | 110 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 117 | |
'<' is not preceded with whitespace. | 117 | |
'<' is not followed by whitespace. | 117 | |
'<' is not preceded with whitespace. | 117 | |
'<' is not followed by whitespace. | 117 | |
'>' is not preceded with whitespace. | 117 | |
'>' is not followed by whitespace. | 117 | |
'>' is not preceded with whitespace. | 117 | |
'>' is not followed by whitespace. | 117 | |
Parameter result should be final. | 119 | |
'<' is not preceded with whitespace. | 119 | |
'<' is not followed by whitespace. | 119 | |
'>' is not preceded with whitespace. | 119 | |
Line is longer than 80 characters. | 122 | |
'<' is not preceded with whitespace. | 122 | |
'<' is not followed by whitespace. | 122 | |
'>' is not preceded with whitespace. | 122 | |
'<' is not preceded with whitespace. | 122 | |
'<' is not followed by whitespace. | 122 | |
'>' is not preceded with whitespace. | 122 | |
'>' is not followed by whitespace. | 122 | |
Parameter result should be final. | 124 | |
'<' is not preceded with whitespace. | 127 | |
'<' is not followed by whitespace. | 127 | |
'>' is not preceded with whitespace. | 127 | |
'>' is not followed by whitespace. | 127 | |
Parameter result should be final. | 129 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 139 | |
'<' is not preceded with whitespace. | 139 | |
'<' is not followed by whitespace. | 139 | |
'>' is not preceded with whitespace. | 139 | |
'>' is not followed by whitespace. | 139 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 143 | |
Missing a Javadoc comment. | 151 | |
Method 'doSave' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Missing a Javadoc comment. | 160 | |
'<' is not preceded with whitespace. | 160 | |
'<' is not followed by whitespace. | 160 | |
'>' is not preceded with whitespace. | 160 | |
'<' is not preceded with whitespace. | 161 | |
'<' is not followed by whitespace. | 161 | |
'>' is not preceded with whitespace. | 161 | |
'>' is not followed by whitespace. | 161 | |
Parameter model should be final. | 163 | |
'<' is not preceded with whitespace. | 165 | |
'<' is not followed by whitespace. | 165 | |
'<' is not preceded with whitespace. | 165 | |
'<' is not followed by whitespace. | 165 | |
'>' is not preceded with whitespace. | 165 | |
'>' is not followed by whitespace. | 165 | |
'>' is not preceded with whitespace. | 165 | |
'>' is not followed by whitespace. | 165 | |
Parameter result should be final. | 167 | |
'<' is not preceded with whitespace. | 167 | |
'<' is not followed by whitespace. | 167 | |
'>' is not preceded with whitespace. | 167 | |
Line is longer than 80 characters. | 173 | |
Parameter cause should be final. | 181 | |
Line is longer than 80 characters. | 182 | |
Missing a Javadoc comment. | 187 | |
'<' is not preceded with whitespace. | 187 | |
'<' is not followed by whitespace. | 187 | |
'>' is not preceded with whitespace. | 187 | |
Line is longer than 80 characters. | 188 | |
'<' is not preceded with whitespace. | 188 | |
'<' is not followed by whitespace. | 188 | |
'>' is not preceded with whitespace. | 188 | |
'>' is not followed by whitespace. | 188 | |
Parameter result should be final. | 190 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 194 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 209 | |
Line is longer than 80 characters. | 213 | |
Method 'loadModel' is not designed for extension - needs to be abstract, final or empty. | 220 | |
Missing a Javadoc comment. | 220 | |
Parameter callback should be final. | 221 | |
'<' is not preceded with whitespace. | 221 | |
'<' is not followed by whitespace. | 221 | |
'>' is not preceded with whitespace. | 221 | |
Line is longer than 80 characters. | 230 | |
Method 'createNewVersionAndLoadModel' is not designed for extension - needs to be abstract, final or empty. | 230 | |
Missing a Javadoc comment. | 230 | |
'<' is not preceded with whitespace. | 230 | |
'<' is not followed by whitespace. | 230 | |
'>' is not preceded with whitespace. | 230 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 234 | |
Line is longer than 80 characters. | 237 | |
'<' is not preceded with whitespace. | 237 | |
'<' is not followed by whitespace. | 237 | |
'>' is not preceded with whitespace. | 237 | |
'>' is not followed by whitespace. | 237 | |
Parameter result should be final. | 238 | |
Line is longer than 80 characters. | 242 | |
Parameter caught should be final. | 249 | |
Missing a Javadoc comment. | 257 | |
Method 'onModelLoadedEvent' is not designed for extension - needs to be abstract, final or empty. | 261 | |
Missing a Javadoc comment. | 261 | |
'<' is not preceded with whitespace. | 263 | |
'<' is not followed by whitespace. | 263 | |
'?' is not preceded with whitespace. | 263 | |
'>' is not preceded with whitespace. | 263 | |
'?' is not followed by whitespace. | 263 |
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. | 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. | 6 | |
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. | 21 | |
Missing a Javadoc comment. | 23 | |
Line is longer than 80 characters. | 24 | |
Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 40 | |
Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter section should be final. | 40 | |
Parameter fieldKey should be final. | 40 | |
Parameter messageKey should be final. | 40 | |
Parameter widget should be final. | 40 | |
Parameter parentPath should be final. | 40 | |
Line is longer than 80 characters. | 44 |
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. | 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 | |
Missing a Javadoc comment. | 17 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 24 | |
Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter controller should be final. | 29 | |
Method 'asWidget' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
'<' is not preceded with whitespace. | 42 | |
'<' is not followed by whitespace. | 42 | |
'?' is not preceded with whitespace. | 42 | |
'>' is not preceded with whitespace. | 42 | |
'?' is not followed by whitespace. | 42 |
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 | |
Missing a Javadoc comment. | 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 |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
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 | |
Missing a Javadoc comment. | 32 | |
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. | 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 | |
Missing a Javadoc comment. | 24 | |
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. | 36 | |
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. | 31 | |
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 |
---|---|---|
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 | |
Missing a Javadoc comment. | 22 | |
Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 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. | 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 | |
Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Method 'resetActionList' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 82 | |
'<' is not preceded with whitespace. | 82 | |
'<' is not followed by whitespace. | 82 | |
'>' is not preceded with whitespace. | 82 | |
'>' is not followed by whitespace. | 82 | |
Line is longer than 80 characters. | 84 | |
Line is longer than 80 characters. | 88 | |
'<' is not preceded with whitespace. | 88 | |
'<' is not followed by whitespace. | 88 | |
'>' is not preceded with whitespace. | 88 | |
'>' is not followed by whitespace. | 88 | |
Parameter isLatest should be final. | 89 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 9 | |
'<' is not preceded with whitespace. | 9 | |
'<' is not followed by whitespace. | 9 | |
'>' is not preceded with whitespace. | 9 | |
Missing a Javadoc comment. | 11 | |
'<' is not preceded with whitespace. | 11 | |
'<' is not followed by whitespace. | 11 | |
'>' is not preceded with whitespace. | 11 | |
Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 | |
Variable 'TYPE' must be private and have accessor methods. | 11 | |
'<' is not preceded with whitespace. | 11 | |
'<' is not followed by whitespace. | 11 | |
'>' is not preceded with whitespace. | 11 | |
'>' is not followed by whitespace. | 11 | |
Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 13 | |
Missing a Javadoc comment. | 13 | |
'<' is not preceded with whitespace. | 14 | |
'<' is not followed by whitespace. | 14 | |
'>' is not preceded with whitespace. | 14 | |
Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Missing a Javadoc comment. | 18 | |
Parameter handler should be final. | 19 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 |
Violation | Message | Line |
---|---|---|
'<' is not preceded with whitespace. | 11 | |
'<' is not followed by whitespace. | 11 | |
'>' is not preceded with whitespace. | 11 | |
Missing a Javadoc comment. | 13 | |
'<' is not preceded with whitespace. | 13 | |
'<' is not followed by whitespace. | 13 | |
'>' is not preceded with whitespace. | 13 | |
Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 | |
Variable 'TYPE' must be private and have accessor methods. | 13 | |
'<' is not preceded with whitespace. | 13 | |
'<' is not followed by whitespace. | 13 | |
'>' is not preceded with whitespace. | 13 | |
'>' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 32 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter handler should be final. | 38 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
'<' is not preceded with whitespace. | 9 | |
'<' is not followed by whitespace. | 9 | |
'>' is not preceded with whitespace. | 9 | |
Missing a Javadoc comment. | 11 | |
'<' is not preceded with whitespace. | 11 | |
'<' is not followed by whitespace. | 11 | |
'>' is not preceded with whitespace. | 11 | |
Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 | |
Variable 'TYPE' must be private and have accessor methods. | 11 | |
'<' is not preceded with whitespace. | 11 | |
'<' is not followed by whitespace. | 11 | |
'>' is not preceded with whitespace. | 11 | |
'>' is not followed by whitespace. | 11 | |
Missing a Javadoc comment. | 13 | |
'<' is not preceded with whitespace. | 13 | |
'<' is not followed by whitespace. | 13 | |
'?' is not preceded with whitespace. | 13 | |
'>' is not preceded with whitespace. | 13 | |
'?' is not followed by whitespace. | 13 | |
Missing a Javadoc comment. | 15 | |
Parameter viewToken should be final. | 15 | |
'<' is not preceded with whitespace. | 15 | |
'<' is not followed by whitespace. | 15 | |
'?' is not preceded with whitespace. | 15 | |
'>' is not preceded with whitespace. | 15 | |
'?' is not followed by whitespace. | 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 | |
'<' is not preceded with whitespace. | 19 | |
'<' is not followed by whitespace. | 19 | |
'?' is not preceded with whitespace. | 19 | |
'>' is not preceded with whitespace. | 19 | |
'?' is not followed by whitespace. | 19 | |
Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Missing a Javadoc comment. | 23 | |
'<' is not preceded with whitespace. | 24 | |
'<' is not followed by whitespace. | 24 | |
'>' is not preceded with whitespace. | 24 | |
Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 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. | 7 | |
'<' is not preceded with whitespace. | 12 | |
'<' is not followed by whitespace. | 12 | |
'>' is not preceded with whitespace. | 12 | |
Missing a Javadoc comment. | 14 | |
'<' is not preceded with whitespace. | 14 | |
'<' is not followed by whitespace. | 14 | |
'>' is not preceded with whitespace. | 14 | |
Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 14 | |
Variable 'TYPE' must be private and have accessor methods. | 14 | |
'<' is not preceded with whitespace. | 14 | |
'<' is not followed by whitespace. | 14 | |
'>' is not preceded with whitespace. | 14 | |
'>' is not followed by whitespace. | 14 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 18 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter modelDefinition should be final. | 20 | |
'modelDefinition' hides a field. | 20 | |
Parameter controller should be final. | 20 | |
'controller' hides a field. | 20 | |
Method 'getModelDefinition' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'getController' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
'<' is not preceded with whitespace. | 34 | |
'<' is not followed by whitespace. | 34 | |
'>' is not preceded with whitespace. | 34 | |
Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter handler should be final. | 39 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
'<' is not preceded with whitespace. | 10 | |
'<' is not followed by whitespace. | 10 | |
'>' is not preceded with whitespace. | 10 | |
Missing a Javadoc comment. | 12 | |
'<' is not preceded with whitespace. | 12 | |
'<' is not followed by whitespace. | 12 | |
'>' is not preceded with whitespace. | 12 | |
Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 | |
Variable 'TYPE' must be private and have accessor methods. | 12 | |
'<' is not preceded with whitespace. | 12 | |
'<' is not followed by whitespace. | 12 | |
'>' is not preceded with whitespace. | 12 | |
'>' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 21 | |
'<' is not preceded with whitespace. | 22 | |
'<' is not followed by whitespace. | 22 | |
'>' is not preceded with whitespace. | 22 | |
Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 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 |
---|---|---|
'<' is not preceded with whitespace. | 9 | |
'<' is not followed by whitespace. | 9 | |
'>' is not preceded with whitespace. | 9 | |
Missing a Javadoc comment. | 11 | |
'<' is not preceded with whitespace. | 11 | |
'<' is not followed by whitespace. | 11 | |
'>' is not preceded with whitespace. | 11 | |
Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 | |
Variable 'TYPE' must be private and have accessor methods. | 11 | |
'<' is not preceded with whitespace. | 11 | |
'<' is not followed by whitespace. | 11 | |
'>' is not preceded with whitespace. | 11 | |
'>' is not followed by whitespace. | 11 | |
Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 13 | |
Missing a Javadoc comment. | 13 | |
'<' is not preceded with whitespace. | 14 | |
'<' is not followed by whitespace. | 14 | |
'>' is not preceded with whitespace. | 14 | |
Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Missing a Javadoc comment. | 18 | |
Parameter handler should be final. | 19 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 9 | |
'<' is not preceded with whitespace. | 9 | |
'<' is not followed by whitespace. | 9 | |
'>' is not preceded with whitespace. | 9 | |
Missing a Javadoc comment. | 11 | |
'<' is not preceded with whitespace. | 11 | |
'<' is not followed by whitespace. | 11 | |
'>' is not preceded with whitespace. | 11 | |
Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 | |
Variable 'TYPE' must be private and have accessor methods. | 11 | |
'<' is not preceded with whitespace. | 11 | |
'<' is not followed by whitespace. | 11 | |
'>' is not preceded with whitespace. | 11 | |
'>' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 19 | |
'<' is not preceded with whitespace. | 20 | |
'<' is not followed by whitespace. | 20 | |
'>' is not preceded with whitespace. | 20 | |
Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 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 | |
'<' is not preceded with whitespace. | 9 | |
'<' is not followed by whitespace. | 9 | |
'>' is not preceded with whitespace. | 9 | |
Missing a Javadoc comment. | 11 | |
'<' is not preceded with whitespace. | 11 | |
'<' is not followed by whitespace. | 11 | |
'>' is not preceded with whitespace. | 11 | |
Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 11 | |
Variable 'TYPE' must be private and have accessor methods. | 11 | |
'<' is not preceded with whitespace. | 11 | |
'<' is not followed by whitespace. | 11 | |
'>' is not preceded with whitespace. | 11 | |
'>' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 23 | |
'<' is not preceded with whitespace. | 24 | |
'<' is not followed by whitespace. | 24 | |
'>' is not preceded with whitespace. | 24 | |
Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 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. | 10 | |
'<' is not preceded with whitespace. | 10 | |
'<' is not followed by whitespace. | 10 | |
'>' is not preceded with whitespace. | 10 | |
Missing a Javadoc comment. | 12 | |
'<' is not preceded with whitespace. | 12 | |
'<' is not followed by whitespace. | 12 | |
'>' is not preceded with whitespace. | 12 | |
Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 | |
Variable 'TYPE' must be private and have accessor methods. | 12 | |
'<' is not preceded with whitespace. | 12 | |
'<' is not followed by whitespace. | 12 | |
'>' is not preceded with whitespace. | 12 | |
'>' is not followed by whitespace. | 12 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 16 | |
Parameter data should be final. | 16 | |
'data' hides a field. | 16 | |
Method 'getData' 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 | |
Missing a Javadoc comment. | 24 | |
'<' is not preceded with whitespace. | 25 | |
'<' is not followed by whitespace. | 25 | |
'>' is not preceded with whitespace. | 25 | |
Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 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. | 11 | |
'<' is not preceded with whitespace. | 11 | |
'<' is not followed by whitespace. | 11 | |
'>' is not preceded with whitespace. | 11 | |
Missing a Javadoc comment. | 13 | |
'<' is not preceded with whitespace. | 13 | |
'<' is not followed by whitespace. | 13 | |
'>' is not preceded with whitespace. | 13 | |
Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 | |
Variable 'TYPE' must be private and have accessor methods. | 13 | |
'<' is not preceded with whitespace. | 13 | |
'<' is not followed by whitespace. | 13 | |
'>' is not preceded with whitespace. | 13 | |
'>' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 21 | |
'<' is not preceded with whitespace. | 22 | |
'<' is not followed by whitespace. | 22 | |
'>' is not preceded with whitespace. | 22 | |
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 | |
Missing a Javadoc comment. | 30 | |
Parameter handler should be final. | 31 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
'<' is not preceded with whitespace. | 10 | |
'<' is not followed by whitespace. | 10 | |
'>' is not preceded with whitespace. | 10 | |
Missing a Javadoc comment. | 12 | |
'<' is not preceded with whitespace. | 12 | |
'<' is not followed by whitespace. | 12 | |
'>' is not preceded with whitespace. | 12 | |
Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 12 | |
Variable 'TYPE' must be private and have accessor methods. | 12 | |
'<' is not preceded with whitespace. | 12 | |
'<' is not followed by whitespace. | 12 | |
'>' is not preceded with whitespace. | 12 | |
'>' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 24 | |
'<' is not preceded with whitespace. | 25 | |
'<' is not followed by whitespace. | 25 | |
'>' is not preceded with whitespace. | 25 | |
Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 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 | |
'<' is not preceded with whitespace. | 8 | |
'<' is not followed by whitespace. | 8 | |
'>' is not preceded with whitespace. | 8 | |
Missing a Javadoc comment. | 10 | |
'<' is not preceded with whitespace. | 10 | |
'<' is not followed by whitespace. | 10 | |
'>' is not preceded with whitespace. | 10 | |
Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 10 | |
Variable 'TYPE' must be private and have accessor methods. | 10 | |
'<' is not preceded with whitespace. | 10 | |
'<' is not followed by whitespace. | 10 | |
'>' is not preceded with whitespace. | 10 | |
'>' is not followed by whitespace. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
'<' is not preceded with whitespace. | 13 | |
'<' is not followed by whitespace. | 13 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 15 | |
'<' is not followed by whitespace. | 15 | |
'>' is not preceded with whitespace. | 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 | |
Missing a Javadoc comment. | 21 | |
'<' is not preceded with whitespace. | 22 | |
'<' is not followed by whitespace. | 22 | |
'>' is not preceded with whitespace. | 22 | |
Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 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 | |
'<' is not preceded with whitespace. | 39 | |
'<' is not followed by whitespace. | 39 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 8 | |
'<' is not followed by whitespace. | 8 | |
'>' is not preceded with whitespace. | 8 | |
Missing a Javadoc comment. | 10 | |
'<' is not preceded with whitespace. | 10 | |
'<' is not followed by whitespace. | 10 | |
'>' is not preceded with whitespace. | 10 | |
Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 10 | |
Variable 'TYPE' must be private and have accessor methods. | 10 | |
'<' is not preceded with whitespace. | 10 | |
'<' is not followed by whitespace. | 10 | |
'>' is not preceded with whitespace. | 10 | |
'>' is not followed by whitespace. | 10 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
'<' is not preceded with whitespace. | 13 | |
'<' is not followed by whitespace. | 13 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 15 | |
'<' is not followed by whitespace. | 15 | |
'>' is not preceded with whitespace. | 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 | |
Missing a Javadoc comment. | 21 | |
'<' is not preceded with whitespace. | 22 | |
'<' is not followed by whitespace. | 22 | |
'>' is not preceded with whitespace. | 22 | |
Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 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 | |
'<' is not preceded with whitespace. | 39 | |
'<' is not followed by whitespace. | 39 | |
'>' is not preceded with whitespace. | 39 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
'<' is not preceded with whitespace. | 11 | |
'<' is not followed by whitespace. | 11 | |
'>' is not preceded with whitespace. | 11 | |
Missing a Javadoc comment. | 13 | |
'<' is not preceded with whitespace. | 13 | |
'<' is not followed by whitespace. | 13 | |
'>' is not preceded with whitespace. | 13 | |
Name 'TYPE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 13 | |
Variable 'TYPE' must be private and have accessor methods. | 13 | |
'<' is not preceded with whitespace. | 13 | |
'<' is not followed by whitespace. | 13 | |
'>' is not preceded with whitespace. | 13 | |
'>' is not followed by whitespace. | 13 | |
Missing a Javadoc comment. | 15 | |
'<' is not preceded with whitespace. | 15 | |
'<' is not followed by whitespace. | 15 | |
'>' is not preceded with whitespace. | 15 | |
Missing a Javadoc comment. | 17 | |
'<' is not preceded with whitespace. | 17 | |
'<' is not followed by whitespace. | 17 | |
'?' is not preceded with whitespace. | 17 | |
'>' is not preceded with whitespace. | 17 | |
'?' is not followed by whitespace. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 23 | |
Parameter currentView should be final. | 23 | |
'<' is not preceded with whitespace. | 23 | |
'<' is not followed by whitespace. | 23 | |
'?' is not preceded with whitespace. | 23 | |
'>' is not preceded with whitespace. | 23 | |
'?' is not followed by whitespace. | 23 | |
'currentView' hides a field. | 23 | |
Missing a Javadoc comment. | 28 | |
Parameter okCallback should be final. | 28 | |
'<' is not preceded with whitespace. | 28 | |
'<' is not followed by whitespace. | 28 | |
'>' is not preceded with whitespace. | 28 | |
'okCallback' hides a field. | 28 | |
Method 'getAssociatedType' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
Method 'dispatch' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 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 | |
'<' is not preceded with whitespace. | 42 | |
'<' is not followed by whitespace. | 42 | |
'>' is not preceded with whitespace. | 42 | |
Method 'getCurrentView' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
'<' is not preceded with whitespace. | 46 | |
'<' is not followed by whitespace. | 46 | |
'?' is not preceded with whitespace. | 46 | |
'>' is not preceded with whitespace. | 46 | |
'?' is not followed by whitespace. | 46 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 51 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
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 | |
'<' is not preceded with whitespace. | 19 | |
'<' is not followed by whitespace. | 19 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 29 | |
'<' is not followed by whitespace. | 29 | |
'>' is not preceded with whitespace. | 29 | |
'<' is not preceded with whitespace. | 31 | |
'<' is not followed by whitespace. | 31 | |
'>' is not preceded with whitespace. | 31 | |
'>' is not followed by whitespace. | 31 | |
Missing a Javadoc comment. | 39 | |
'<' is not preceded with whitespace. | 39 | |
'<' is not followed by whitespace. | 39 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 43 | |
'<' is not followed by whitespace. | 43 | |
'>' is not preceded with whitespace. | 43 | |
'values' hides a field. | 43 | |
'<' is not preceded with whitespace. | 43 | |
'<' is not followed by whitespace. | 43 | |
'>' is not preceded with whitespace. | 43 | |
'>' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 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 | |
'<' is not preceded with whitespace. | 10 | |
'<' is not followed by whitespace. | 10 | |
'?' is not preceded with whitespace. | 10 | |
'>' is not preceded with whitespace. | 10 | |
'?' is not followed by whitespace. | 10 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Variable 'programModel' must be private and have accessor methods. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Method 'getProgramViewController' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'getVariationViewController' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Line is longer than 80 characters. | 54 | |
Method 'getVariationEditController' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Line is longer than 80 characters. | 63 | |
Method 'getProgramEditController' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Method 'getProgramVersionsController' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Line is longer than 80 characters. | 74 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 83 | |
Line is longer than 80 characters. | 85 | |
Missing a Javadoc comment. | 90 | |
Line is longer than 80 characters. | 92 |
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 | |
Missing a Javadoc comment. | 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. | 6 | |
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. | 21 | |
Missing a Javadoc comment. | 23 | |
Line is longer than 80 characters. | 24 | |
Method 'buildLayout' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 40 | |
Method 'addField' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter section should be final. | 40 | |
Parameter fieldKey should be final. | 40 | |
Parameter messageKey should be final. | 40 | |
Parameter widget should be final. | 40 | |
Parameter parentPath should be final. | 40 | |
Line is longer than 80 characters. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 11 | |
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 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - org.kuali.student.lum.program.client.*. | 24 | |
Using the '.*' form of import should be avoided - org.kuali.student.lum.program.client.events.*. | 25 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
'<' is not preceded with whitespace. | 43 | |
'<' is not followed by whitespace. | 43 | |
'>' is not preceded with whitespace. | 43 | |
'<' is not preceded with whitespace. | 43 | |
'<' is not followed by whitespace. | 43 | |
'>' is not preceded with whitespace. | 43 | |
'>' is not followed by whitespace. | 43 | |
Missing a Javadoc comment. | 45 | |
Line is longer than 80 characters. | 52 | |
Parameter programModel should be final. | 52 | |
Expected @param tag for 'programModel'. | 52 | |
Parameter viewContext should be final. | 52 | |
Expected @param tag for 'viewContext'. | 52 | |
Parameter eventBus should be final. | 52 | |
Expected @param tag for 'eventBus'. | 52 | |
Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 63 | |
'<' is not preceded with whitespace. | 64 | |
'<' is not followed by whitespace. | 64 | |
'<' is not preceded with whitespace. | 64 | |
'<' is not followed by whitespace. | 64 | |
'?' is not preceded with whitespace. | 64 | |
'>' is not preceded with whitespace. | 64 | |
'?' is not followed by whitespace. | 64 | |
'>' is not followed by whitespace. | 64 | |
'>' is not preceded with whitespace. | 64 | |
'<' is not preceded with whitespace. | 64 | |
'<' is not followed by whitespace. | 64 | |
'<' is not preceded with whitespace. | 64 | |
'<' is not followed by whitespace. | 64 | |
'?' is not preceded with whitespace. | 64 | |
'>' is not preceded with whitespace. | 64 | |
'?' is not followed by whitespace. | 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. | 68 | |
Line is longer than 80 characters. | 69 | |
Missing a Javadoc comment. | 74 | |
Parameter event should be final. | 78 | |
Parameter event should be final. | 85 | |
Parameter event should be final. | 91 | |
'<' is not preceded with whitespace. | 92 | |
'<' is not followed by whitespace. | 92 | |
'?' is not preceded with whitespace. | 92 | |
'>' is not preceded with whitespace. | 92 | |
'?' is not followed by whitespace. | 92 | |
Line is longer than 80 characters. | 100 | |
Line is longer than 80 characters. | 103 | |
'<' is not preceded with whitespace. | 103 | |
'<' is not followed by whitespace. | 103 | |
'<' is not preceded with whitespace. | 103 | |
'<' is not followed by whitespace. | 103 | |
'>' is not preceded with whitespace. | 103 | |
'>' is not followed by whitespace. | 103 | |
'>' is not preceded with whitespace. | 103 | |
'>' is not followed by whitespace. | 103 | |
Parameter result should be final. | 105 | |
'<' is not preceded with whitespace. | 105 | |
'<' is not followed by whitespace. | 105 | |
'>' is not preceded with whitespace. | 105 | |
Line is longer than 80 characters. | 108 | |
'<' is not preceded with whitespace. | 108 | |
'<' is not followed by whitespace. | 108 | |
'>' is not preceded with whitespace. | 108 | |
'<' is not preceded with whitespace. | 108 | |
'<' is not followed by whitespace. | 108 | |
'>' is not preceded with whitespace. | 108 | |
'>' is not followed by whitespace. | 108 | |
Parameter result should be final. | 110 | |
'<' is not preceded with whitespace. | 113 | |
'<' is not followed by whitespace. | 113 | |
'>' is not preceded with whitespace. | 113 | |
'>' is not followed by whitespace. | 113 | |
Parameter result should be final. | 115 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 125 | |
'<' is not preceded with whitespace. | 125 | |
'<' is not followed by whitespace. | 125 | |
'>' is not preceded with whitespace. | 125 | |
'>' is not followed by whitespace. | 125 | |
Line is longer than 80 characters. | 126 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 136 | |
Parameter event should be final. | 138 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 145 | |
Line has trailing spaces. | 151 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 155 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 180 | |
Parameter event should be final. | 182 | |
Line is longer than 80 characters. | 184 | |
'<' is not preceded with whitespace. | 184 | |
'<' is not followed by whitespace. | 184 | |
'>' is not preceded with whitespace. | 184 | |
'>' is not followed by whitespace. | 184 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 194 | |
Parameter event should be final. | 196 | |
'<' is not preceded with whitespace. | 197 | |
'<' is not followed by whitespace. | 197 | |
'>' is not preceded with whitespace. | 197 | |
Line is longer than 80 characters. | 199 | |
Line is longer than 80 characters. | 200 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 214 | |
Parameter event should be final. | 216 | |
Method 'loadModel' is not designed for extension - needs to be abstract, final or empty. | 222 | |
Missing a Javadoc comment. | 222 | |
Parameter callback should be final. | 223 | |
'<' is not preceded with whitespace. | 223 | |
'<' is not followed by whitespace. | 223 | |
'>' is not preceded with whitespace. | 223 | |
Line is longer than 80 characters. | 232 | |
Method 'createNewVersionAndLoadModel' is not designed for extension - needs to be abstract, final or empty. | 232 | |
Missing a Javadoc comment. | 232 | |
'<' is not preceded with whitespace. | 232 | |
'<' is not followed by whitespace. | 232 | |
'>' is not preceded with whitespace. | 232 | |
Line is longer than 80 characters. | 235 | |
Line is longer than 80 characters. | 236 | |
Line is longer than 80 characters. | 239 | |
'<' is not preceded with whitespace. | 239 | |
'<' is not followed by whitespace. | 239 | |
'>' is not preceded with whitespace. | 239 | |
'>' is not followed by whitespace. | 239 | |
Parameter result should be final. | 241 | |
Line is longer than 80 characters. | 244 | |
Parameter caught should be final. | 253 | |
Missing a Javadoc comment. | 261 | |
'<' is not preceded with whitespace. | 261 | |
'<' is not followed by whitespace. | 261 | |
'>' is not preceded with whitespace. | 261 | |
'<' is not preceded with whitespace. | 262 | |
'<' is not followed by whitespace. | 262 | |
'>' is not preceded with whitespace. | 262 | |
'>' is not followed by whitespace. | 262 | |
Parameter model should be final. | 264 | |
'<' is not preceded with whitespace. | 266 | |
'<' is not followed by whitespace. | 266 | |
'<' is not preceded with whitespace. | 266 | |
'<' is not followed by whitespace. | 266 | |
'>' is not preceded with whitespace. | 266 | |
'>' is not followed by whitespace. | 266 | |
'>' is not preceded with whitespace. | 266 | |
'>' is not followed by whitespace. | 266 | |
Parameter result should be final. | 268 | |
'<' is not preceded with whitespace. | 268 | |
'<' is not followed by whitespace. | 268 | |
'>' is not preceded with whitespace. | 268 | |
Line is longer than 80 characters. | 274 | |
Parameter cause should be final. | 282 | |
Line is longer than 80 characters. | 283 | |
Missing a Javadoc comment. | 288 | |
Method 'doSave' is not designed for extension - needs to be abstract, final or empty. | 292 | |
Missing a Javadoc comment. | 292 | |
Missing a Javadoc comment. | 297 | |
'<' is not preceded with whitespace. | 297 | |
'<' is not followed by whitespace. | 297 | |
'>' is not preceded with whitespace. | 297 | |
Line is longer than 80 characters. | 298 | |
'<' is not preceded with whitespace. | 298 | |
'<' is not followed by whitespace. | 298 | |
'>' is not preceded with whitespace. | 298 | |
'>' is not followed by whitespace. | 298 | |
Parameter result should be final. | 300 | |
Line is longer than 80 characters. | 306 | |
'<' is not preceded with whitespace. | 306 | |
'<' is not followed by whitespace. | 306 | |
'>' is not preceded with whitespace. | 306 | |
Line is longer than 80 characters. | 309 | |
Line is longer than 80 characters. | 313 | |
Line is longer than 80 characters. | 325 | |
Line is longer than 80 characters. | 328 | |
Line is longer than 80 characters. | 330 | |
Line is longer than 80 characters. | 332 | |
Line is longer than 80 characters. | 334 | |
Line is longer than 80 characters. | 335 | |
Missing a Javadoc comment. | 343 | |
'<' is not preceded with whitespace. | 344 | |
'<' is not followed by whitespace. | 344 | |
'?' is not preceded with whitespace. | 344 | |
'>' is not preceded with whitespace. | 344 | |
'?' is not followed by whitespace. | 344 | |
Line is longer than 80 characters. | 346 | |
Line is longer than 80 characters. | 359 | |
Missing a Javadoc comment. | 373 | |
Method 'onModelLoadedEvent' is not designed for extension - needs to be abstract, final or empty. | 377 | |
Missing a Javadoc comment. | 377 | |
'<' is not preceded with whitespace. | 379 | |
'<' is not followed by whitespace. | 379 | |
'?' is not preceded with whitespace. | 379 | |
'>' is not preceded with whitespace. | 379 | |
'?' is not followed by whitespace. | 379 |
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. | 9 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 13 | |
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. | 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 | |
'<' is not preceded with whitespace. | 136 | |
'<' is not followed by whitespace. | 136 | |
'>' is not preceded with whitespace. | 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 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 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 |
---|---|---|
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 | |
Missing a Javadoc comment. | 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 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. | 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 | |
Missing a Javadoc comment. | 17 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 24 | |
Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter controller should be final. | 30 | |
Method 'asWidget' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'<' is not preceded with whitespace. | 43 | |
'<' is not followed by whitespace. | 43 | |
'?' is not preceded with whitespace. | 43 | |
'>' is not preceded with whitespace. | 43 | |
'?' is not followed by whitespace. | 43 |
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 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 54 | |
Parameter model should be final. | 55 | |
Method 'applyRestrictions' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'removeRestrictions' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 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 documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
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 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 | |
Missing a Javadoc comment. | 33 | |
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. | 38 | |
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 is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
'<' is not preceded with whitespace. | 86 | |
'<' is not followed by whitespace. | 86 | |
'>' is not preceded with whitespace. | 86 | |
'>' is not followed by whitespace. | 86 | |
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 | |
'<' is not followed by whitespace. | 92 | |
'>' is not preceded with whitespace. | 92 | |
'>' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 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. | 33 | |
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 | |
Missing a Javadoc comment. | 22 | |
Method 'setController' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Parameter controller should be final. | 27 |
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 | |
Missing a Javadoc comment. | 36 | |
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. | 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 | |
Missing a Javadoc comment. | 25 | |
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 | |
Missing a Javadoc comment. | 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 documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Parameter dataModel should be final. | 13 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 19 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line contains a tab character. | 5 | |
Name 'button_activate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 | |
Name 'button_approve' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Name 'catalogInformation_catalogDescr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 34 | |
Name 'catalogInformation_catalogPublicationTargets' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
Name 'catalogInformation_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
Name 'catalogInformation_durationCount' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
Name 'catalogInformation_durationNotes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
Name 'catalogInformation_intensity' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
Name 'catalogInformation_publishedInstructors' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
Name 'catalogInformation_referenceUrl' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
Name 'catalogInformation_stdDuration' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
Name 'comments_button' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
Name 'common_cancel' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
Name 'common_edit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
Name 'common_failedSave' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 142 | |
Expected @param tag for 'arg0'. | 142 | |
Name 'common_remove' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
Name 'common_retrievingData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 160 | |
Name 'common_save' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
Name 'common_savingData' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 | |
Name 'common_status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 187 | |
Expected @param tag for 'arg0'. | 187 | |
Name 'common_successfulSave' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 | |
Name 'confirmDialog_text' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 205 | |
Name 'confirmDialog_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 | |
Name 'link_backCurriculum' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 223 | |
Name 'link_exit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 | |
Name 'lo_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 241 | |
Name 'major_variationFailed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 250 | |
Expected @param tag for 'arg0'. | 250 | |
Line is longer than 80 characters. | 255 | |
Name 'major_variationsFailed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 259 | |
Expected @param tag for 'arg0'. | 259 | |
Name 'managingBodies_curriculumOversightDivision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 268 | |
Name 'managingBodies_curriculumOversightUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 277 | |
Name 'managingBodies_deploymentDivision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 286 | |
Name 'managingBodies_deploymentUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 295 | |
Name 'managingBodies_financialControlDivision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 304 | |
Name 'managingBodies_financialControlUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 313 | |
Name 'managingBodies_financialResourcesDivision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 322 | |
Name 'managingBodies_financialResourcesUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 331 | |
Name 'managingBodies_seeAll' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 | |
Name 'managingBodies_studentOversightDivision' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 349 | |
Name 'managingBodies_studentOversightUnit' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 358 | |
Name 'program_menu_actions_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 367 | |
Name 'program_menu_history_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 376 | |
Name 'program_menu_sections' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 385 | |
Name 'program_menu_sections_catalogInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 394 | |
Name 'program_menu_sections_learningObjectives' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 403 | |
Name 'program_menu_sections_managingBodies' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 412 | |
Name 'program_menu_sections_programInformation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 421 | |
Name 'program_menu_sections_requirements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 430 | |
Name 'program_menu_sections_specializations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 439 | |
Name 'program_menu_sections_summary' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 448 | |
Name 'program_menu_sections_supportingDocuments' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 457 | |
Name 'program_menu_sections_viewAll' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 466 | |
Name 'programAction_modify' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 475 | |
Name 'programAction_modifyVersion' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 484 | |
Name 'programAction_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 493 | |
Name 'programInformation_accreditation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 502 | |
Name 'programInformation_accreditations' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 511 | |
Line is longer than 80 characters. | 514 | |
Line is longer than 80 characters. | 516 | |
Line is longer than 80 characters. | 518 | |
Name 'programInformation_activateInstructions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 520 | |
Name 'programInformation_activateProgram' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 529 | |
Name 'programInformation_addAccreditation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 538 | |
Name 'programInformation_admitTerm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 547 | |
Name 'programInformation_approvalDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 556 | |
Name 'programInformation_cip2000' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 565 | |
Name 'programInformation_cip2010' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 574 | |
Name 'programInformation_classification' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 583 | |
Name 'programInformation_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 592 | |
Name 'programInformation_credentialProgram' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 601 | |
Name 'programInformation_dates' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 610 | |
Name 'programInformation_degreeType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 619 | |
Name 'programInformation_enrollTerm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 628 | |
Name 'programInformation_entryTerm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 637 | |
Name 'programInformation_hegis' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 646 | |
Name 'programInformation_identifyingDetails' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 655 | |
Name 'programInformation_institution' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 664 | |
Name 'programInformation_level' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 673 | |
Name 'programInformation_location' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 682 | |
Name 'programInformation_otherInformation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 691 | |
Name 'programInformation_programTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 700 | |
Name 'programInformation_startTerm' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 709 | |
Name 'programInformation_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 718 | |
Name 'programInformation_titleDiploma' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 727 | |
Name 'programInformation_titleFull' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 736 | |
Name 'programInformation_titleShort' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 745 | |
Name 'programInformation_titleTranscript' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 754 | |
Name 'programRequirements_manageViewPageStep1Title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 763 | |
Name 'programRequirements_manageViewPageStep2Title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 772 | |
Name 'programRequirements_manageViewPageTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 781 | |
Name 'programRequirements_summaryViewPageAddRule' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 790 | |
Expected @param tag for 'arg0'. | 790 | |
Name 'programRequirements_summaryViewPageDeleteRuleDialogMsg' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 799 | |
Name 'programRequirements_summaryViewPageDeleteRuleDialogTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 808 | |
Name 'programRequirements_summaryViewPageNoRule' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 817 | |
Expected @param tag for 'arg0'. | 817 | |
Name 'programRequirements_summaryViewPageTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 826 | |
Line is longer than 80 characters. | 831 | |
Name 'programSpecialization_instructions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 835 | |
Name 'sideBar_dialog_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 844 | |
Name 'sideBar_form_lastReviewDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 853 | |
Name 'sideBar_form_scheduledReviewDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 862 | |
Name 'sideBar_history' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 871 | |
Name 'sideBar_lastReviewDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 880 | |
Name 'sideBar_programLastUpdated' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 889 | |
Name 'sideBar_scheduledReviewDate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 898 | |
Name 'sidebar_history' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 907 | |
Name 'sideBar_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 916 | |
Expected @param tag for 'arg0'. | 916 | |
Name 'sideBar_viewHistory' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 925 | |
Name 'status_active' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 934 | |
Name 'status_approved' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 943 | |
Name 'status_draft' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 952 | |
Name 'status_superseded' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 961 | |
Name 'variation_menu_sections' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 970 | |
Name 'variation_menu_sections_variationInformation' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 979 | |
Name 'variation_new' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 988 | |
Name 'variation_parentProgram' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 997 | |
Name 'variation_summary' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1006 | |
Name 'variation_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1015 | |
Expected @param tag for 'arg0'. | 1015 | |
Name 'variationCatalogInformation_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1024 | |
Name 'variationInformation_button_addSpecialization' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1033 | |
Name 'variationInformation_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1042 | |
Name 'variationInformation_variationTitle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1051 |
Violation | Message | Line |
---|---|---|
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 |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - java.util.*. | 17 | |
Using the '.*' form of import should be avoided - org.kuali.student.common.ui.client.mvc.*. | 20 | |
Missing a Javadoc comment. | 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 | |
'<' is not preceded with whitespace. | 49 | |
'<' is not followed by whitespace. | 49 | |
'>' is not preceded with whitespace. | 49 | |
'<' is not preceded with whitespace. | 49 | |
'<' is not followed by whitespace. | 49 | |
'>' is not preceded with whitespace. | 49 | |
'>' is not followed by whitespace. | 49 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
'<' is not preceded with whitespace. | 50 | |
'<' is not followed by whitespace. | 50 | |
'>' is not preceded with whitespace. | 50 | |
'<' is not preceded with whitespace. | 50 | |
'<' is not followed by whitespace. | 50 | |
'>' is not preceded with whitespace. | 50 | |
'>' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 51 | |
Missing a Javadoc comment. | 51 | |
'<' is not preceded with whitespace. | 51 | |
'<' is not followed by whitespace. | 51 | |
'>' is not preceded with whitespace. | 51 | |
'<' is not preceded with whitespace. | 51 | |
'<' is not followed by whitespace. | 51 | |
'>' is not preceded with whitespace. | 51 | |
'>' is not followed by whitespace. | 51 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
'<' is not preceded with whitespace. | 52 | |
'<' is not followed by whitespace. | 52 | |
'>' is not preceded with whitespace. | 52 | |
'<' is not preceded with whitespace. | 52 | |
'<' is not followed by whitespace. | 52 | |
'>' is not preceded with whitespace. | 52 | |
'>' is not followed by whitespace. | 52 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 53 | |
'<' is not preceded with whitespace. | 53 | |
'<' is not followed by whitespace. | 53 | |
'>' is not preceded with whitespace. | 53 | |
'<' is not preceded with whitespace. | 53 | |
'<' is not followed by whitespace. | 53 | |
'>' is not preceded with whitespace. | 53 | |
'>' is not followed by whitespace. | 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 | |
'<' is not preceded with whitespace. | 62 | |
'<' is not followed by whitespace. | 62 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 86 | |
'<' is not followed by whitespace. | 86 | |
'>' is not preceded with whitespace. | 86 | |
'>' is not followed by whitespace. | 86 | |
'<' is not preceded with whitespace. | 87 | |
'<' is not followed by whitespace. | 87 | |
'>' is not preceded with whitespace. | 87 | |
'>' is not followed by whitespace. | 87 | |
'<' is not preceded with whitespace. | 88 | |
'<' is not followed by whitespace. | 88 | |
'>' is not preceded with whitespace. | 88 | |
'>' is not followed by whitespace. | 88 | |
'<' is not preceded with whitespace. | 89 | |
'<' is not followed by whitespace. | 89 | |
'>' is not preceded with whitespace. | 89 | |
'>' is not followed by whitespace. | 89 | |
'<' is not preceded with whitespace. | 90 | |
'<' is not followed by whitespace. | 90 | |
'>' is not preceded with whitespace. | 90 | |
'>' is not followed by whitespace. | 90 | |
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 | |
'<' is not preceded with whitespace. | 96 | |
'<' is not followed by whitespace. | 96 | |
'>' is not preceded with whitespace. | 96 | |
Line has trailing spaces. | 97 | |
'<' is not preceded with whitespace. | 98 | |
'<' is not followed by whitespace. | 98 | |
'>' is not preceded with whitespace. | 98 | |
'>' is not followed by whitespace. | 98 | |
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 | |
'<' is not preceded with whitespace. | 103 | |
'<' is not followed by whitespace. | 103 | |
'>' is not preceded with whitespace. | 103 | |
Line is longer than 80 characters. | 104 | |
'<' is not preceded with whitespace. | 104 | |
'<' is not followed by whitespace. | 104 | |
'>' is not preceded with whitespace. | 104 | |
'<' is not preceded with whitespace. | 104 | |
'<' is not followed by whitespace. | 104 | |
'>' is not preceded with whitespace. | 104 | |
'>' is not followed by whitespace. | 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 | |
'<' is not preceded with whitespace. | 113 | |
'<' is not followed by whitespace. | 113 | |
'>' is not preceded with whitespace. | 113 | |
'<' is not preceded with whitespace. | 113 | |
'<' is not followed by whitespace. | 113 | |
'>' is not preceded with whitespace. | 113 | |
Line is longer than 80 characters. | 116 | |
'<' is not preceded with whitespace. | 116 | |
'<' is not followed by whitespace. | 116 | |
'<' is not preceded with whitespace. | 116 | |
'<' is not followed by whitespace. | 116 | |
'>' is not preceded with whitespace. | 116 | |
'>' is not followed by whitespace. | 116 | |
'>' is not preceded with whitespace. | 116 | |
'>' is not followed by whitespace. | 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 | |
'<' is not preceded with whitespace. | 125 | |
'<' is not followed by whitespace. | 125 | |
'>' is not preceded with whitespace. | 125 | |
Line is longer than 80 characters. | 137 | |
Missing a Javadoc comment. | 137 | |
Parameter programRequirementIds should be final. | 137 | |
'<' is not preceded with whitespace. | 137 | |
'<' is not followed by whitespace. | 137 | |
'>' is not preceded with whitespace. | 137 | |
'<' is not preceded with whitespace. | 137 | |
'<' is not followed by whitespace. | 137 | |
'>' is not preceded with whitespace. | 137 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 146 | |
'<' is not preceded with whitespace. | 146 | |
'<' is not followed by whitespace. | 146 | |
'<' is not preceded with whitespace. | 146 | |
'<' is not followed by whitespace. | 146 | |
'>' is not preceded with whitespace. | 146 | |
'>' is not followed by whitespace. | 146 | |
'>' is not preceded with whitespace. | 146 | |
'>' is not followed by whitespace. | 146 | |
Parameter caught should be final. | 148 | |
Line is longer than 80 characters. | 155 | |
Parameter programReqInfos should be final. | 155 | |
'<' is not preceded with whitespace. | 155 | |
'<' is not followed by whitespace. | 155 | |
'>' is not preceded with whitespace. | 155 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 165 | |
Line has trailing spaces. | 174 | |
Line is longer than 80 characters. | 177 | |
Method 'updateRules' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Missing a Javadoc comment. | 177 | |
Parameter newSubRule should be final. | 177 | |
Parameter internalProgReqID should be final. | 177 | |
Parameter isNewRule should be final. | 177 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 182 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 187 | |
Line is longer than 80 characters. | 188 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 193 | |
Line is longer than 80 characters. | 195 | |
'(' is followed by whitespace. | 196 | |
Line is longer than 80 characters. | 198 | |
'<' is not preceded with whitespace. | 198 | |
'<' is not followed by whitespace. | 198 | |
'>' is not preceded with whitespace. | 198 | |
'<' is not preceded with whitespace. | 198 | |
'<' is not followed by whitespace. | 198 | |
'>' is not preceded with whitespace. | 198 | |
'>' is not followed by whitespace. | 198 | |
Line is longer than 80 characters. | 204 | |
'<' is not preceded with whitespace. | 204 | |
'<' is not followed by whitespace. | 204 | |
'>' is not preceded with whitespace. | 204 | |
Line is longer than 80 characters. | 229 | |
Method 'updateProgramEntities' is not designed for extension - needs to be abstract, final or empty. | 229 | |
Missing a Javadoc comment. | 229 | |
'<' is not preceded with whitespace. | 229 | |
'<' is not followed by whitespace. | 229 | |
'<' is not preceded with whitespace. | 229 | |
'<' is not followed by whitespace. | 229 | |
'>' is not preceded with whitespace. | 229 | |
'>' is not followed by whitespace. | 229 | |
'>' is not preceded with whitespace. | 229 | |
'<' is not preceded with whitespace. | 231 | |
'<' is not followed by whitespace. | 231 | |
'>' is not preceded with whitespace. | 231 | |
'<' is not preceded with whitespace. | 231 | |
'<' is not followed by whitespace. | 231 | |
'>' is not preceded with whitespace. | 231 | |
'>' is not followed by whitespace. | 231 | |
Line is longer than 80 characters. | 233 | |
'<' is not preceded with whitespace. | 233 | |
'<' is not followed by whitespace. | 233 | |
'<' is not preceded with whitespace. | 233 | |
'<' is not followed by whitespace. | 233 | |
'>' is not preceded with whitespace. | 233 | |
'>' is not followed by whitespace. | 233 | |
'>' is not preceded with whitespace. | 233 | |
'>' is not followed by whitespace. | 233 | |
Parameter caught should be final. | 235 | |
Line is longer than 80 characters. | 240 | |
Parameter storedRules should be final. | 240 | |
'<' is not preceded with whitespace. | 240 | |
'<' is not followed by whitespace. | 240 | |
'>' is not preceded with whitespace. | 240 | |
Line is longer than 80 characters. | 243 | |
Line is longer than 80 characters. | 247 | |
Line is longer than 80 characters. | 252 | |
Line is longer than 80 characters. | 253 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 260 | |
Line is longer than 80 characters. | 261 | |
Line has trailing spaces. | 266 | |
Line is longer than 80 characters. | 266 | |
Line has trailing spaces. | 276 | |
Line is longer than 80 characters. | 279 | |
Missing a Javadoc comment. | 279 | |
'<' is not preceded with whitespace. | 279 | |
'<' is not followed by whitespace. | 279 | |
'>' is not preceded with whitespace. | 279 | |
'<' is not preceded with whitespace. | 279 | |
'<' is not followed by whitespace. | 279 | |
'>' is not preceded with whitespace. | 279 | |
'<' is not preceded with whitespace. | 279 | |
'<' is not followed by whitespace. | 279 | |
'<' is not preceded with whitespace. | 279 | |
'<' is not followed by whitespace. | 279 | |
'>' is not preceded with whitespace. | 279 | |
'>' is not followed by whitespace. | 279 | |
'>' is not preceded with whitespace. | 279 | |
'cast' is not followed by whitespace. | 280 | |
'cast' is not followed by whitespace. | 281 | |
Line is longer than 80 characters. | 283 | |
Line has trailing spaces. | 285 | |
Line is longer than 80 characters. | 285 | |
'cast' is not followed by whitespace. | 285 | |
Line is longer than 80 characters. | 290 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 295 | |
Missing a Javadoc comment. | 298 | |
Parameter tree should be final. | 298 | |
'<' is not preceded with whitespace. | 299 | |
'<' is not followed by whitespace. | 299 | |
'>' is not preceded with whitespace. | 299 | |
'<' is not preceded with whitespace. | 300 | |
'<' is not followed by whitespace. | 300 | |
'>' is not preceded with whitespace. | 300 | |
Line is longer than 80 characters. | 302 | |
Line is longer than 80 characters. | 310 | |
Line is longer than 80 characters. | 312 | |
Line is longer than 80 characters. | 315 | |
Method 'getProgReqInfo' is not designed for extension - needs to be abstract, final or empty. | 328 | |
Missing a Javadoc comment. | 328 | |
'<' is not preceded with whitespace. | 328 | |
'<' is not followed by whitespace. | 328 | |
'>' is not preceded with whitespace. | 328 | |
Parameter stmtTypeId should be final. | 328 | |
Line is longer than 80 characters. | 329 | |
'<' is not preceded with whitespace. | 329 | |
'<' is not followed by whitespace. | 329 | |
'>' is not preceded with whitespace. | 329 | |
'<' is not preceded with whitespace. | 329 | |
'<' is not followed by whitespace. | 329 | |
'>' is not preceded with whitespace. | 329 | |
'>' is not followed by whitespace. | 329 | |
'for' is not followed by whitespace. | 330 | |
Method 'getInternalProgReqID' is not designed for extension - needs to be abstract, final or empty. | 338 | |
Missing a Javadoc comment. | 338 | |
Parameter progReqInfo should be final. | 338 | |
'for' is not followed by whitespace. | 339 | |
Line is longer than 80 characters. | 345 | |
Line has trailing spaces. | 346 | |
Line is longer than 80 characters. | 346 | |
Method 'getStmtTypeInfo' is not designed for extension - needs to be abstract, final or empty. | 351 | |
Missing a Javadoc comment. | 351 | |
Parameter stmtTypeId should be final. | 351 | |
Line is longer than 80 characters. | 358 | |
Method 'deleteRule' is not designed for extension - needs to be abstract, final or empty. | 364 | |
Missing a Javadoc comment. | 364 | |
Parameter internalProgReqID should be final. | 364 | |
Line is longer than 80 characters. | 365 | |
Line has trailing spaces. | 374 | |
Method 'addRule' is not designed for extension - needs to be abstract, final or empty. | 374 | |
Missing a Javadoc comment. | 374 | |
Parameter programReqInfo should be final. | 374 | |
Line contains a tab character. | 375 | |
Line is longer than 80 characters. | 380 | |
Method 'updateRule' is not designed for extension - needs to be abstract, final or empty. | 380 | |
Missing a Javadoc comment. | 380 | |
Parameter internalProgReqID should be final. | 380 | |
Parameter programReqInfo should be final. | 380 | |
Line has trailing spaces. | 381 | |
Line contains a tab character. | 381 | |
Line has trailing spaces. | 385 | |
Line has trailing spaces. | 388 | |
Method 'setRuleState' is not designed for extension - needs to be abstract, final or empty. | 391 | |
Parameter programReqInfo should be final. | 391 | |
Expected @param tag for 'programReqInfo'. | 391 | |
'{' is not preceded with whitespace. | 391 | |
Line contains a tab character. | 392 | |
'cast' is not followed by whitespace. | 392 | |
Line has trailing spaces. | 393 | |
Line contains a tab character. | 393 | |
Method 'markRuleAsDeleted' is not designed for extension - needs to be abstract, final or empty. | 396 | |
Missing a Javadoc comment. | 396 | |
Parameter internalProgReqID should be final. | 396 | |
Line is longer than 80 characters. | 397 | |
'||' should be on a new line. | 397 | |
Line is longer than 80 characters. | 398 | |
Line is longer than 80 characters. | 399 | |
Method 'markRuleAsEdited' is not designed for extension - needs to be abstract, final or empty. | 403 | |
Missing a Javadoc comment. | 403 | |
Parameter internalProgReqID should be final. | 403 | |
Line is longer than 80 characters. | 404 | |
Line is longer than 80 characters. | 405 | |
Method 'getStmtTypeName' is not designed for extension - needs to be abstract, final or empty. | 409 | |
Missing a Javadoc comment. | 409 | |
Parameter stmtTypeId should be final. | 409 | |
Avoid inline conditionals. | 411 | |
Line has trailing spaces. | 413 | |
Method 'isRuleExists' is not designed for extension - needs to be abstract, final or empty. | 414 | |
Missing a Javadoc comment. | 414 | |
Parameter stmtTypeId should be final. | 414 | |
'for' is not followed by whitespace. | 416 | |
Line is longer than 80 characters. | 417 | |
Method 'isDirty' is not designed for extension - needs to be abstract, final or empty. | 424 | |
Missing a Javadoc comment. | 424 | |
'for' is not followed by whitespace. | 430 | |
Method 'revertRuleChanges' is not designed for extension - needs to be abstract, final or empty. | 445 | |
Missing a Javadoc comment. | 445 | |
'<' is not preceded with whitespace. | 446 | |
'<' is not followed by whitespace. | 446 | |
'>' is not preceded with whitespace. | 446 | |
'>' is not followed by whitespace. | 446 | |
'<' is not preceded with whitespace. | 447 | |
'<' is not followed by whitespace. | 447 | |
'>' is not preceded with whitespace. | 447 | |
'>' is not followed by whitespace. | 447 | |
'for' is not followed by whitespace. | 448 | |
Line is longer than 80 characters. | 454 | |
Method 'getProgReqByInternalId' is not designed for extension - needs to be abstract, final or empty. | 454 | |
Missing a Javadoc comment. | 454 | |
Parameter internalProgReqID should be final. | 454 | |
Method 'isEmptyRule' is not designed for extension - needs to be abstract, final or empty. | 458 | |
Missing a Javadoc comment. | 458 | |
Parameter tree should be final. | 458 | |
Line is longer than 80 characters. | 459 | |
Line has trailing spaces. | 460 | |
Method 'isInitialized' is not designed for extension - needs to be abstract, final or empty. | 462 | |
Missing a Javadoc comment. | 462 | |
Method 'setInitialized' is not designed for extension - needs to be abstract, final or empty. | 466 | |
Missing a Javadoc comment. | 466 | |
Parameter initialized should be final. | 466 | |
Method 'getStmtTypes' is not designed for extension - needs to be abstract, final or empty. | 470 | |
Missing a Javadoc comment. | 470 | |
'<' is not preceded with whitespace. | 470 | |
'<' is not followed by whitespace. | 470 | |
'>' is not preceded with whitespace. | 470 | |
Line is longer than 80 characters. | 474 | |
Missing a Javadoc comment. | 474 | |
Parameter inProgReqInfo should be final. | 474 | |
Line is longer than 80 characters. | 486 | |
Line has trailing spaces. | 492 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Using the '.*' form of import should be avoided - org.kuali.student.core.statement.dto.*. | 39 | |
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 | |
'<' is not preceded with whitespace. | 89 | |
'<' is not followed by whitespace. | 89 | |
'?' is not preceded with whitespace. | 89 | |
'>' is not preceded with whitespace. | 89 | |
'?' is not followed by whitespace. | 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. | 94 | |
'<' is not preceded with whitespace. | 95 | |
'<' is not followed by whitespace. | 95 | |
'>' is not preceded with whitespace. | 95 | |
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 | |
'<' is not followed by whitespace. | 148 | |
'>' is not preceded with whitespace. | 148 | |
'>' is not followed by whitespace. | 148 | |
'{' is not preceded with whitespace. | 148 | |
Line is longer than 80 characters. | 151 | |
'<' is not preceded with whitespace. | 151 | |
'<' is not followed by whitespace. | 151 | |
'>' is not preceded with whitespace. | 151 | |
'>' is not followed by whitespace. | 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 | |
'<' is not preceded with whitespace. | 201 | |
'<' is not followed by whitespace. | 201 | |
'>' is not preceded with whitespace. | 201 | |
Variable 'editReqCompCallback' must be private and have accessor methods. | 201 | |
'<' is not preceded with whitespace. | 201 | |
'<' is not followed by whitespace. | 201 | |
'>' is not preceded with whitespace. | 201 | |
'>' is not followed by whitespace. | 201 | |
'{' is not preceded with whitespace. | 201 | |
Parameter reqComp should be final. | 202 | |
Missing a Javadoc comment. | 209 | |
'<' is not preceded with whitespace. | 209 | |
'<' is not followed by whitespace. | 209 | |
'>' is not preceded with whitespace. | 209 | |
Variable 'ruleChangedCallback' must be private and have accessor methods. | 209 | |
'<' is not preceded with whitespace. | 209 | |
'<' is not followed by whitespace. | 209 | |
'>' is not preceded with whitespace. | 209 | |
'>' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 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 | |
'<' is not preceded with whitespace. | 253 | |
'<' is not followed by whitespace. | 253 | |
'>' is not preceded with whitespace. | 253 | |
Variable 'actionButtonClickedReqCompCallback' must be private and have accessor methods. | 253 | |
'<' is not preceded with whitespace. | 253 | |
'<' is not followed by whitespace. | 253 | |
'>' is not preceded with whitespace. | 253 | |
'>' is not followed by whitespace. | 253 | |
'{' is not preceded with whitespace. | 253 | |
Line is longer than 80 characters. | 267 | |
',' is not followed by whitespace. | 267 | |
'<' is not preceded with whitespace. | 267 | |
'<' is not followed by whitespace. | 267 | |
'<' is not preceded with whitespace. | 267 | |
'<' is not followed by whitespace. | 267 | |
'>' is not preceded with whitespace. | 267 | |
'>' is not followed by whitespace. | 267 | |
'>' is not preceded with whitespace. | 267 | |
'>' is not followed by whitespace. | 267 | |
Parameter caught should be final. | 268 | |
'<' is not preceded with whitespace. | 274 | |
'<' is not followed by whitespace. | 274 | |
'>' is not preceded with whitespace. | 274 | |
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 | |
'<' is not preceded with whitespace. | 311 | |
'<' is not followed by whitespace. | 311 | |
'>' is not preceded with whitespace. | 311 | |
Variable 'newReqCompSelectedCallbackCallback' must be private and have accessor methods. | 311 | |
'<' is not preceded with whitespace. | 311 | |
'<' is not followed by whitespace. | 311 | |
'>' is not preceded with whitespace. | 311 | |
'>' is not followed by whitespace. | 311 | |
'{' is not preceded with whitespace. | 311 | |
Missing a Javadoc comment. | 317 | |
Line is longer than 80 characters. | 319 | |
'<' is not preceded with whitespace. | 319 | |
'<' is not followed by whitespace. | 319 | |
'<' is not preceded with whitespace. | 319 | |
'<' is not followed by whitespace. | 319 | |
'>' is not preceded with whitespace. | 319 | |
'>' is not followed by whitespace. | 319 | |
'>' is not preceded with whitespace. | 319 | |
'>' is not followed by whitespace. | 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 | |
'<' is not preceded with whitespace. | 325 | |
'<' is not followed by whitespace. | 325 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 337 | |
'<' is not followed by whitespace. | 337 | |
'>' is not preceded with whitespace. | 337 | |
Parameter reqComponentTypeInfoList should be final. | 337 | |
'<' is not preceded with whitespace. | 337 | |
'<' is not followed by whitespace. | 337 | |
'>' is not preceded with whitespace. | 337 | |
'<' is not preceded with whitespace. | 338 | |
'<' is not followed by whitespace. | 338 | |
'>' is not preceded with whitespace. | 338 | |
'<' is not preceded with whitespace. | 338 | |
'<' is not followed by whitespace. | 338 | |
'>' is not preceded with whitespace. | 338 | |
'>' is not followed by whitespace. | 338 | |
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 | |
'<' is not preceded with whitespace. | 353 | |
'<' is not followed by whitespace. | 353 | |
'>' is not preceded with whitespace. | 353 | |
'>' 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 | |
'<' is not preceded with whitespace. | 362 | |
'<' is not followed by whitespace. | 362 | |
'>' is not preceded with whitespace. | 362 | |
'>' is not followed by whitespace. | 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 | |
'<' is not preceded with whitespace. | 390 | |
'<' is not followed by whitespace. | 390 | |
'>' is not preceded with whitespace. | 390 | |
'>' 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 | |
'<' is not preceded with whitespace. | 399 | |
'<' is not followed by whitespace. | 399 | |
'>' is not preceded with whitespace. | 399 | |
'>' is not followed by whitespace. | 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 | |
'<' is not preceded with whitespace. | 424 | |
'<' is not followed by whitespace. | 424 | |
'>' is not preceded with whitespace. | 424 | |
Variable 'retrieveCompositionTemplateCallback' must be private and have accessor methods. | 424 | |
'<' is not preceded with whitespace. | 424 | |
'<' is not followed by whitespace. | 424 | |
'>' is not preceded with whitespace. | 424 | |
'>' is not followed by whitespace. | 424 | |
'{' is not preceded with whitespace. | 424 | |
Line is longer than 80 characters. | 426 | |
'<' is not preceded with whitespace. | 426 | |
'<' is not followed by whitespace. | 426 | |
'>' is not preceded with whitespace. | 426 | |
'>' is not followed by whitespace. | 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 | |
'<' is not preceded with whitespace. | 439 | |
'<' is not followed by whitespace. | 439 | |
'<' is not preceded with whitespace. | 439 | |
'<' is not followed by whitespace. | 439 | |
'>' is not preceded with whitespace. | 439 | |
'>' is not followed by whitespace. | 439 | |
'>' is not preceded with whitespace. | 439 | |
Variable 'retrieveFieldsMetadataCallback' must be private and have accessor methods. | 439 | |
'<' is not preceded with whitespace. | 439 | |
'<' is not followed by whitespace. | 439 | |
'<' is not preceded with whitespace. | 439 | |
'<' is not followed by whitespace. | 439 | |
'>' is not preceded with whitespace. | 439 | |
'>' is not followed by whitespace. | 439 | |
'>' is not preceded with whitespace. | 439 | |
'>' is not followed by whitespace. | 439 | |
'{' is not preceded with whitespace. | 439 | |
'<' is not preceded with whitespace. | 440 | |
'<' is not followed by whitespace. | 440 | |
'>' is not preceded with whitespace. | 440 | |
Line is longer than 80 characters. | 446 | |
'<' is not preceded with whitespace. | 446 | |
'<' is not followed by whitespace. | 446 | |
'<' is not preceded with whitespace. | 446 | |
'<' is not followed by whitespace. | 446 | |
'>' is not preceded with whitespace. | 446 | |
'>' is not followed by whitespace. | 446 | |
'>' is not preceded with whitespace. | 446 | |
'>' is not followed by whitespace. | 446 | |
Parameter caught should be final. | 447 | |
Line is longer than 80 characters. | 449 | |
',' is not followed by whitespace. | 449 | |
'<' is not preceded with whitespace. | 452 | |
'<' is not followed by whitespace. | 452 | |
'>' is not preceded with whitespace. | 452 | |
Line is longer than 80 characters. | 459 | |
Missing a Javadoc comment. | 459 | |
'<' is not preceded with whitespace. | 459 | |
'<' is not followed by whitespace. | 459 | |
'>' is not preceded with whitespace. | 459 | |
Variable 'retrieveCustomWidgetCallback' must be private and have accessor methods. | 459 | |
'<' is not preceded with whitespace. | 459 | |
'<' is not followed by whitespace. | 459 | |
'>' is not preceded with whitespace. | 459 | |
'>' is not followed by whitespace. | 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 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 68 | |
Line is longer than 80 characters. | 70 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 74 | |
Line is longer than 80 characters. | 75 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 83 | |
Variable 'tempStmtTreeID' must be private and have accessor methods. | 83 | |
'9999' is a magic number. | 83 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 90 | |
'{' is not followed by whitespace. | 90 | |
Missing a Javadoc comment. | 90 | |
'}' is not preceded with whitespace. | 90 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 94 | |
Line is longer than 80 characters. | 96 | |
Missing a Javadoc comment. | 96 | |
'<' is not preceded with whitespace. | 96 | |
'<' is not followed by whitespace. | 96 | |
'>' is not preceded with whitespace. | 96 | |
'<' is not preceded with whitespace. | 96 | |
'<' is not followed by whitespace. | 96 | |
'>' is not preceded with whitespace. | 96 | |
'>' is not followed by whitespace. | 96 | |
Line is longer than 80 characters. | 97 | |
Missing a Javadoc comment. | 97 | |
'<' is not preceded with whitespace. | 97 | |
'<' is not followed by whitespace. | 97 | |
'>' is not preceded with whitespace. | 97 | |
'<' is not preceded with whitespace. | 97 | |
'<' is not followed by whitespace. | 97 | |
'>' is not preceded with whitespace. | 97 | |
'>' is not followed by whitespace. | 97 | |
Line is longer than 80 characters. | 99 | |
Missing a Javadoc comment. | 99 | |
'parentController' hides a field. | 99 | |
Parameter eventBus should be final. | 99 | |
Parameter viewEnum should be final. | 99 | |
'<' is not preceded with whitespace. | 99 | |
'<' is not followed by whitespace. | 99 | |
'?' is not preceded with whitespace. | 99 | |
'>' is not preceded with whitespace. | 99 | |
'?' is not followed by whitespace. | 99 | |
Parameter name should be final. | 99 | |
Line is longer than 80 characters. | 100 | |
Parameter modelId should be final. | 100 | |
Parameter isReadOnly should be final. | 100 | |
'isReadOnly' hides a field. | 100 | |
Line is longer than 80 characters. | 105 | |
Missing a Javadoc comment. | 105 | |
'parentController' hides a field. | 105 | |
Parameter eventBus should be final. | 105 | |
Parameter viewEnum should be final. | 105 | |
'<' is not preceded with whitespace. | 105 | |
'<' is not followed by whitespace. | 105 | |
'?' is not preceded with whitespace. | 105 | |
'>' is not preceded with whitespace. | 105 | |
'?' is not followed by whitespace. | 105 | |
Parameter name should be final. | 105 | |
Line is longer than 80 characters. | 106 | |
Parameter modelId should be final. | 106 | |
Parameter isReadOnly should be final. | 106 | |
'isReadOnly' hides a field. | 106 | |
Parameter header should be final. | 106 | |
Line is longer than 80 characters. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter parentController should be final. | 111 | |
'parentController' hides a field. | 111 | |
Parameter eventBus should be final. | 111 | |
Parameter isReadOnly should be final. | 111 | |
'isReadOnly' hides a field. | 111 | |
Method 'isDirty' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Method 'getRules' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
'<' is not preceded with whitespace. | 131 | |
'<' is not followed by whitespace. | 131 | |
'>' is not preceded with whitespace. | 131 | |
Line is longer than 80 characters. | 135 | |
'<' is not preceded with whitespace. | 135 | |
'<' is not followed by whitespace. | 135 | |
'>' is not preceded with whitespace. | 135 | |
'>' is not followed by whitespace. | 135 | |
Parameter result should be final. | 137 | |
Method 'storeRules' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Missing a Javadoc comment. | 149 | |
'<' is not preceded with whitespace. | 149 | |
'<' is not followed by whitespace. | 149 | |
'>' is not preceded with whitespace. | 149 | |
Line is longer than 80 characters. | 150 | |
'<' is not preceded with whitespace. | 150 | |
'<' is not followed by whitespace. | 150 | |
'<' is not preceded with whitespace. | 150 | |
'<' is not followed by whitespace. | 150 | |
'>' is not preceded with whitespace. | 150 | |
'>' is not followed by whitespace. | 150 | |
'>' is not preceded with whitespace. | 150 | |
'>' is not followed by whitespace. | 150 | |
Parameter programReqInfos should be final. | 152 | |
'<' is not preceded with whitespace. | 152 | |
'<' is not followed by whitespace. | 152 | |
'>' is not preceded with whitespace. | 152 | |
Method 'revertRuleChanges' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Line is longer than 80 characters. | 166 | |
Method 'updateRequirementWidgets' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
Parameter programReqInfo should be final. | 166 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 171 | |
Line is longer than 80 characters. | 180 | |
'cast' is not followed by whitespace. | 180 | |
Line is longer than 80 characters. | 181 | |
Line is longer than 80 characters. | 182 | |
Method 'displayRules' is not designed for extension - needs to be abstract, final or empty. | 191 | |
Missing a Javadoc comment. | 191 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 199 | |
';' is not followed by whitespace. | 199 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 211 | |
Line is longer than 80 characters. | 212 | |
Line is longer than 80 characters. | 217 | |
Line is longer than 80 characters. | 218 | |
Line is longer than 80 characters. | 231 | |
Missing a Javadoc comment. | 231 | |
Parameter firstRequirement should be final. | 231 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 234 | |
Line is longer than 80 characters. | 235 | |
Avoid inline conditionals. | 235 | |
Line is longer than 80 characters. | 240 | |
Line is longer than 80 characters. | 241 | |
Line is longer than 80 characters. | 248 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 255 | |
'{' is not preceded with whitespace. | 256 | |
Parameter event should be final. | 257 | |
Line is longer than 80 characters. | 258 | |
Line is longer than 80 characters. | 267 | |
Missing a Javadoc comment. | 267 | |
Line is longer than 80 characters. | 272 | |
Avoid inline conditionals. | 272 | |
Line is longer than 80 characters. | 273 | |
Avoid inline conditionals. | 273 | |
Line is longer than 80 characters. | 274 | |
Avoid inline conditionals. | 274 | |
Line is longer than 80 characters. | 275 | |
Line is longer than 80 characters. | 276 | |
Line is longer than 80 characters. | 277 | |
Line is longer than 80 characters. | 278 | |
Line is longer than 80 characters. | 279 | |
Line is longer than 80 characters. | 283 | |
Missing a Javadoc comment. | 283 | |
'{' is not preceded with whitespace. | 286 | |
Parameter event should be final. | 287 | |
Line is longer than 80 characters. | 288 | |
'{' is not preceded with whitespace. | 292 | |
Parameter event should be final. | 293 | |
Line is longer than 80 characters. | 295 | |
Line is longer than 80 characters. | 296 | |
'{' is not preceded with whitespace. | 298 | |
Parameter event should be final. | 300 | |
'{' is not preceded with whitespace. | 314 | |
Parameter event should be final. | 315 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 322 | |
Line contains a tab character. | 322 | |
'<' is not preceded with whitespace. | 322 | |
'<' is not followed by whitespace. | 322 | |
'>' is not preceded with whitespace. | 322 | |
'>' is not followed by whitespace. | 322 | |
'{' is not preceded with whitespace. | 322 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Parameter result should be final. | 325 | |
Line is longer than 80 characters. | 326 | |
Line contains a tab character. | 326 | |
Line is longer than 80 characters. | 327 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 329 | |
Line is longer than 80 characters. | 333 | |
'<' is not preceded with whitespace. | 333 | |
'<' is not followed by whitespace. | 333 | |
'>' is not preceded with whitespace. | 333 | |
'>' is not followed by whitespace. | 333 | |
'{' is not preceded with whitespace. | 333 | |
Line is longer than 80 characters. | 335 | |
Line contains a tab character. | 335 | |
'<' is not preceded with whitespace. | 335 | |
'<' is not followed by whitespace. | 335 | |
'>' is not preceded with whitespace. | 335 | |
'>' is not followed by whitespace. | 335 | |
'{' is not preceded with whitespace. | 335 | |
Parameter result should be final. | 337 | |
Line is longer than 80 characters. | 338 | |
Line is longer than 80 characters. | 339 | |
Line contains a tab character. | 342 | |
'<' is not preceded with whitespace. | 345 | |
'<' is not followed by whitespace. | 345 | |
'>' is not preceded with whitespace. | 345 | |
'>' is not followed by whitespace. | 345 | |
'{' is not preceded with whitespace. | 345 | |
Line is longer than 80 characters. | 353 | |
Method 'getCluSetWidgetList' is not designed for extension - needs to be abstract, final or empty. | 353 | |
Missing a Javadoc comment. | 353 | |
'<' is not preceded with whitespace. | 353 | |
'<' is not followed by whitespace. | 353 | |
'>' is not preceded with whitespace. | 353 | |
Parameter rule should be final. | 353 | |
'<' is not preceded with whitespace. | 354 | |
'<' is not followed by whitespace. | 354 | |
'>' is not preceded with whitespace. | 354 | |
'<' is not preceded with whitespace. | 354 | |
'<' is not followed by whitespace. | 354 | |
'>' is not preceded with whitespace. | 354 | |
'>' is not followed by whitespace. | 354 | |
'<' is not preceded with whitespace. | 355 | |
'<' is not followed by whitespace. | 355 | |
'>' is not preceded with whitespace. | 355 | |
'<' is not preceded with whitespace. | 355 | |
'<' is not followed by whitespace. | 355 | |
'>' is not preceded with whitespace. | 355 | |
'>' is not followed by whitespace. | 355 | |
Line is longer than 80 characters. | 358 | |
Missing a Javadoc comment. | 364 | |
Parameter rule should be final. | 364 | |
Parameter list should be final. | 364 | |
'<' is not preceded with whitespace. | 364 | |
'<' is not followed by whitespace. | 364 | |
'>' is not preceded with whitespace. | 364 | |
'<' is not preceded with whitespace. | 366 | |
'<' is not followed by whitespace. | 366 | |
'>' is not preceded with whitespace. | 366 | |
'<' is not preceded with whitespace. | 367 | |
'<' is not followed by whitespace. | 367 | |
'>' is not preceded with whitespace. | 367 | |
Line is longer than 80 characters. | 372 | |
Line is longer than 80 characters. | 374 | |
Line is longer than 80 characters. | 377 | |
'<' is not preceded with whitespace. | 377 | |
'<' is not followed by whitespace. | 377 | |
'>' is not preceded with whitespace. | 377 | |
Line is longer than 80 characters. | 387 | |
Missing a Javadoc comment. | 387 | |
Line is longer than 80 characters. | 391 | |
Avoid inline conditionals. | 391 | |
Line is longer than 80 characters. | 394 | |
Avoid inline conditionals. | 394 | |
Line is longer than 80 characters. | 395 | |
Line contains a tab character. | 395 | |
'actionCancelButtons' hides a field. | 395 | |
Line is longer than 80 characters. | 397 | |
'<' is not preceded with whitespace. | 397 | |
'<' is not followed by whitespace. | 397 | |
'>' is not preceded with whitespace. | 397 | |
'>' is not followed by whitespace. | 397 | |
'{' is not preceded with whitespace. | 397 | |
Parameter result should be final. | 399 | |
Line is longer than 80 characters. | 406 | |
'<' is not preceded with whitespace. | 406 | |
'<' is not followed by whitespace. | 406 | |
'<' is not preceded with whitespace. | 406 | |
'<' is not followed by whitespace. | 406 | |
'>' is not preceded with whitespace. | 406 | |
'>' is not followed by whitespace. | 406 | |
'>' is not preceded with whitespace. | 406 | |
'>' is not followed by whitespace. | 406 | |
Line is longer than 80 characters. | 408 | |
Parameter validationResults should be final. | 408 | |
'<' is not preceded with whitespace. | 408 | |
'<' is not followed by whitespace. | 408 | |
'>' is not preceded with whitespace. | 408 | |
Line is longer than 80 characters. | 411 | |
Line is longer than 80 characters. | 416 | |
Line is longer than 80 characters. | 427 | |
Line is longer than 80 characters. | 430 | |
Missing a Javadoc comment. | 430 | |
'actionCancelButtons' hides a field. | 430 | |
Line is longer than 80 characters. | 432 | |
Parameter cause should be final. | 435 | |
Line is longer than 80 characters. | 437 | |
Parameter model should be final. | 441 | |
Line is longer than 80 characters. | 443 | |
Line is longer than 80 characters. | 444 | |
'cast' is not followed by whitespace. | 444 | |
Line is longer than 80 characters. | 446 | |
Line is longer than 80 characters. | 447 | |
'{' is not preceded with whitespace. | 447 | |
Parameter event should be final. | 449 | |
Line is longer than 80 characters. | 459 | |
'<' is not preceded with whitespace. | 459 | |
'<' is not followed by whitespace. | 459 | |
'>' is not preceded with whitespace. | 459 | |
'>' is not followed by whitespace. | 459 | |
Parameter caught should be final. | 460 | |
Line is longer than 80 characters. | 461 | |
Line is longer than 80 characters. | 463 | |
Line is longer than 80 characters. | 467 | |
Line is longer than 80 characters. | 469 | |
Line is longer than 80 characters. | 473 | |
Line is longer than 80 characters. | 480 | |
Missing a Javadoc comment. | 480 | |
'<' is not preceded with whitespace. | 480 | |
'<' is not followed by whitespace. | 480 | |
'>' is not preceded with whitespace. | 480 | |
'<' is not preceded with whitespace. | 480 | |
'<' is not followed by whitespace. | 480 | |
'>' is not preceded with whitespace. | 480 | |
Line is longer than 80 characters. | 481 | |
Line contains a tab character. | 481 | |
Line is longer than 80 characters. | 490 | |
Missing a Javadoc comment. | 490 | |
'actionCancelButtons' hides a field. | 490 | |
Parameter metadata should be final. | 490 | |
Parameter internalProgReqID should be final. | 490 | |
Line is longer than 80 characters. | 492 | |
'<' is not preceded with whitespace. | 492 | |
'<' is not followed by whitespace. | 492 | |
'>' is not preceded with whitespace. | 492 | |
'<' is not preceded with whitespace. | 492 | |
'<' is not followed by whitespace. | 492 | |
',' is not followed by whitespace. | 492 | |
'>' is not preceded with whitespace. | 492 | |
'>' is not followed by whitespace. | 492 | |
Line is longer than 80 characters. | 493 | |
'<' is not preceded with whitespace. | 493 | |
'<' is not followed by whitespace. | 493 | |
'>' is not preceded with whitespace. | 493 | |
'<' is not preceded with whitespace. | 493 | |
'<' is not followed by whitespace. | 493 | |
'>' is not preceded with whitespace. | 493 | |
'>' is not followed by whitespace. | 493 | |
Line is longer than 80 characters. | 494 | |
Line is longer than 80 characters. | 497 | |
Line is longer than 80 characters. | 498 | |
Line is longer than 80 characters. | 499 | |
Line is longer than 80 characters. | 504 | |
Line is longer than 80 characters. | 505 | |
Line contains a tab character. | 505 | |
'<' is not preceded with whitespace. | 507 | |
'<' is not followed by whitespace. | 507 | |
'>' is not preceded with whitespace. | 507 | |
Line is longer than 80 characters. | 508 | |
Line is longer than 80 characters. | 517 | |
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 | |
Line is longer than 80 characters. | 525 | |
Avoid inline conditionals. | 525 | |
Line is longer than 80 characters. | 532 | |
'<' is not preceded with whitespace. | 532 | |
'<' is not followed by whitespace. | 532 | |
'>' is not preceded with whitespace. | 532 | |
'>' is not followed by whitespace. | 532 | |
Line is longer than 80 characters. | 534 | |
'<' is not preceded with whitespace. | 534 | |
'<' is not followed by whitespace. | 534 | |
'>' is not preceded with whitespace. | 534 | |
'550' is a magic number. | 545 | |
',' is not followed by whitespace. | 545 | |
'530' is a magic number. | 545 | |
Line contains a tab character. | 550 | |
Missing a Javadoc comment. | 550 | |
Line is longer than 80 characters. | 551 | |
Line contains a tab character. | 551 | |
Line contains a tab character. | 552 | |
Line is longer than 80 characters. | 554 | |
Missing a Javadoc comment. | 554 | |
Parameter requirementsPanel should be final. | 554 | |
Parameter stmtTypeId should be final. | 554 | |
Parameter internalProgReqID should be final. | 554 | |
Line is longer than 80 characters. | 559 | |
Line is longer than 80 characters. | 569 | |
Line is longer than 80 characters. | 571 | |
'cast' is not followed by whitespace. | 578 | |
Line is longer than 80 characters. | 580 | |
'cast' is not followed by whitespace. | 580 | |
Line is longer than 80 characters. | 581 | |
'cast' is not followed by whitespace. | 581 | |
Line is longer than 80 characters. | 582 | |
'cast' is not followed by whitespace. | 582 | |
Line is longer than 80 characters. | 583 | |
'cast' is not followed by whitespace. | 583 | |
Line is longer than 80 characters. | 587 | |
Line is longer than 80 characters. | 592 | |
Line is longer than 80 characters. | 593 | |
Line is longer than 80 characters. | 594 | |
Line is longer than 80 characters. | 595 | |
Line is longer than 80 characters. | 596 | |
Missing a Javadoc comment. | 604 | |
Parameter min should be final. | 604 | |
Parameter max should be final. | 604 | |
Missing a Javadoc comment. | 608 | |
Parameter stmtTypeId should be final. | 608 | |
Line is longer than 80 characters. | 611 | |
Line contains a tab character. | 617 | |
Line is longer than 80 characters. | 618 | |
Line contains a tab character. | 618 | |
Line is longer than 80 characters. | 619 | |
Line contains a tab character. | 619 | |
Missing a Javadoc comment. | 623 | |
Line is longer than 80 characters. | 625 | |
'<' is not preceded with whitespace. | 625 | |
'<' is not followed by whitespace. | 625 | |
'>' is not preceded with whitespace. | 625 | |
'>' is not followed by whitespace. | 625 | |
'{' is not preceded with whitespace. | 625 | |
Parameter result should be final. | 627 | |
Line is longer than 80 characters. | 631 | |
Line is longer than 80 characters. | 632 | |
Missing a Javadoc comment. | 638 | |
'public' modifier out of order with the JLS suggestions. | 638 |
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 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 26 | |
Parameter controller should be final. | 26 | |
Parameter eventBus should be final. | 26 | |
Parameter name should be final. | 26 | |
Parameter viewType should be final. | 26 | |
'<' is not preceded with whitespace. | 26 | |
'<' is not followed by whitespace. | 26 | |
'?' is not preceded with whitespace. | 26 | |
'>' is not preceded with whitespace. | 26 | |
'?' is not followed by whitespace. | 26 | |
Parameter isReadOnly should be final. | 26 | |
Parameter header should be final. | 26 | |
Line is longer than 80 characters. | 37 | |
'<' is not preceded with whitespace. | 37 | |
'<' is not followed by whitespace. | 37 | |
'>' is not preceded with whitespace. | 37 | |
'>' is not followed by whitespace. | 37 | |
Line is longer than 80 characters. | 39 | |
'<' is not preceded with whitespace. | 39 | |
'<' is not followed by whitespace. | 39 | |
'>' is not preceded with whitespace. | 39 | |
Line is longer than 80 characters. | 45 | |
Line has trailing spaces. | 47 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 49 | |
Avoid inline conditionals. | 49 | |
Line is longer than 80 characters. | 54 | |
Method 'updateModel' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'beforeViewChange' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 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 | |
'>' is not preceded with whitespace. | 65 | |
'?' is not followed by whitespace. | 65 | |
'<' is not preceded with whitespace. | 65 | |
'<' is not followed by whitespace. | 65 | |
'>' is not preceded with whitespace. | 65 | |
'<' is not preceded with whitespace. | 72 | |
'<' is not followed by whitespace. | 72 | |
'>' is not preceded with whitespace. | 72 | |
'>' is not followed by whitespace. | 72 | |
Parameter result should be final. | 75 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 86 | |
Line has trailing spaces. | 93 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 96 | |
Line is longer than 80 characters. | 97 | |
'<' is not preceded with whitespace. | 97 | |
'<' is not followed by whitespace. | 97 | |
'>' is not preceded with whitespace. | 97 | |
'>' is not followed by whitespace. | 97 | |
Parameter result should be final. | 99 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 116 | |
'<' is not preceded with whitespace. | 116 | |
'<' is not followed by whitespace. | 116 | |
'>' is not preceded with whitespace. | 116 | |
Line is longer than 80 characters. | 117 | |
'<' is not preceded with whitespace. | 117 | |
'<' is not followed by whitespace. | 117 | |
'>' is not preceded with whitespace. | 117 | |
Line is longer than 80 characters. | 118 | |
'<' is not preceded with whitespace. | 118 | |
'<' is not followed by whitespace. | 118 | |
'>' is not preceded with whitespace. | 118 | |
'>' is not followed by whitespace. | 118 | |
Line is longer than 80 characters. | 119 | |
'<' is not preceded with whitespace. | 119 | |
'<' is not followed by whitespace. | 119 | |
'>' is not preceded with whitespace. | 119 | |
'>' is not followed by whitespace. | 119 | |
Line is longer than 80 characters. | 122 | |
Parameter result should be final. | 122 | |
switch without "default" clause. | 123 | |
'<' is not preceded with whitespace. | 126 | |
'<' is not followed by whitespace. | 126 | |
'>' is not preceded with whitespace. | 126 | |
'>' is not followed by whitespace. | 126 | |
Parameter result should be final. | 128 | |
Line has trailing spaces. | 129 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 135 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
'<' is not preceded with whitespace. | 151 | |
'<' is not followed by whitespace. | 151 | |
'>' is not preceded with whitespace. | 151 | |
Method 'getProgramRequirementsView' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 7 | |
Type Javadoc comment is missing an @param <T> tag. | 12 | |
'<' is not preceded with whitespace. | 12 | |
'<' is not followed by whitespace. | 12 | |
'>' is not preceded with whitespace. | 12 | |
'<' is not preceded with whitespace. | 12 | |
'<' is not followed by whitespace. | 12 | |
'>' is not preceded with whitespace. | 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 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 30 | |
Parameter caught should be final. | 31 | |
Method 'onSuccess' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 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 |
---|---|---|
Line is longer than 80 characters. | 6 | |
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 | |
'<' is not preceded with whitespace. | 15 | |
'<' is not followed by whitespace. | 15 | |
'>' is not preceded with whitespace. | 15 | |
'<' is not preceded with whitespace. | 15 | |
'<' is not followed by whitespace. | 15 | |
'>' is not preceded with whitespace. | 15 | |
Line has trailing spaces. | 16 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Redundant 'public' modifier. | 16 | |
'<' is not preceded with whitespace. | 16 | |
'<' is not followed by whitespace. | 16 | |
'>' is not preceded with whitespace. | 16 | |
'<' is not preceded with whitespace. | 16 | |
'<' is not followed by whitespace. | 16 | |
'>' is not preceded with whitespace. | 16 | |
'<' is not preceded with whitespace. | 16 | |
'<' is not followed by whitespace. | 16 | |
'>' is not preceded with whitespace. | 16 | |
Line is longer than 80 characters. | 17 | |
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. | 4 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 12 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
'<' is not preceded with whitespace. | 13 | |
'<' is not followed by whitespace. | 13 | |
'>' is not preceded with whitespace. | 13 | |
'<' is not preceded with whitespace. | 13 | |
'<' is not followed by whitespace. | 13 | |
'<' is not preceded with whitespace. | 13 | |
'<' is not followed by whitespace. | 13 | |
'>' is not preceded with whitespace. | 13 | |
'>' is not followed by whitespace. | 13 | |
'>' is not preceded with whitespace. | 13 | |
Line has trailing spaces. | 14 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 | |
'<' is not preceded with whitespace. | 14 | |
'<' is not followed by whitespace. | 14 | |
'>' is not preceded with whitespace. | 14 | |
'<' is not preceded with whitespace. | 14 | |
'<' is not followed by whitespace. | 14 | |
'>' is not preceded with whitespace. | 14 | |
'<' is not preceded with whitespace. | 14 | |
'<' is not followed by whitespace. | 14 | |
'<' is not preceded with whitespace. | 14 | |
'<' is not followed by whitespace. | 14 | |
'>' is not preceded with whitespace. | 14 | |
'>' is not followed by whitespace. | 14 | |
'>' is not preceded with whitespace. | 14 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
'<' is not preceded with whitespace. | 15 | |
'<' is not followed by whitespace. | 15 | |
'>' is not preceded with whitespace. | 15 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 16 | |
Redundant 'public' modifier. | 16 | |
'<' is not preceded with whitespace. | 16 | |
'<' is not followed by whitespace. | 16 | |
'>' is not preceded with whitespace. | 16 | |
Line is longer than 80 characters. | 17 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
'<' is not preceded with whitespace. | 17 | |
'<' is not followed by whitespace. | 17 | |
'>' is not preceded with whitespace. | 17 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 | |
Redundant 'public' modifier. | 18 | |
'<' is not preceded with whitespace. | 18 | |
'<' is not followed by whitespace. | 18 | |
'>' is not preceded with whitespace. | 18 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 | |
'<' is not preceded with whitespace. | 18 | |
'<' is not followed by whitespace. | 18 | |
'>' is not preceded with whitespace. | 18 | |
Line is longer than 80 characters. | 19 | |
Missing a Javadoc comment. | 19 | |
'<' is not preceded with whitespace. | 19 | |
'<' is not followed by whitespace. | 19 | |
'>' is not preceded with whitespace. | 19 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'<' is not preceded with whitespace. | 20 | |
'<' is not followed by whitespace. | 20 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 23 | |
'<' is not followed by whitespace. | 23 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 17 | |
'<' is not followed by whitespace. | 17 | |
'<' is not preceded with whitespace. | 17 | |
'<' is not followed by whitespace. | 17 | |
'>' is not preceded with whitespace. | 17 | |
'>' is not followed by whitespace. | 17 | |
'>' is not preceded with whitespace. | 17 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 | |
Redundant 'public' modifier. | 18 | |
'<' is not preceded with whitespace. | 18 | |
'<' is not followed by whitespace. | 18 | |
'<' is not preceded with whitespace. | 18 | |
'<' is not followed by whitespace. | 18 | |
'>' is not preceded with whitespace. | 18 | |
'>' is not followed by whitespace. | 18 | |
'>' is not preceded with whitespace. | 18 | |
Line is longer than 80 characters. | 19 | |
Missing a Javadoc comment. | 19 | |
Redundant 'public' modifier. | 19 | |
'<' is not preceded with whitespace. | 19 | |
'<' is not followed by whitespace. | 19 | |
'<' is not preceded with whitespace. | 19 | |
'<' is not followed by whitespace. | 19 | |
'>' is not preceded with whitespace. | 19 | |
'>' is not followed by whitespace. | 19 | |
'>' is not preceded with whitespace. | 19 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
Redundant 'public' modifier. | 20 | |
'<' is not preceded with whitespace. | 20 | |
'<' is not followed by whitespace. | 20 | |
'>' is not preceded with whitespace. | 20 | |
Line is longer than 80 characters. | 21 | |
Missing a Javadoc comment. | 21 | |
Redundant 'public' modifier. | 21 | |
'<' is not preceded with whitespace. | 21 | |
'<' is not followed by whitespace. | 21 | |
'>' is not preceded with whitespace. | 21 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 | |
'<' is not preceded with whitespace. | 22 | |
'<' is not followed by whitespace. | 22 | |
'<' is not preceded with whitespace. | 22 | |
'<' is not followed by whitespace. | 22 | |
'>' is not preceded with whitespace. | 22 | |
'>' is not followed by whitespace. | 22 | |
'>' is not preceded with whitespace. | 22 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
'<' is not preceded with whitespace. | 23 | |
'<' is not followed by whitespace. | 23 | |
'>' is not preceded with whitespace. | 23 | |
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 | |
'<' is not preceded with whitespace. | 24 | |
'<' is not followed by whitespace. | 24 | |
'>' is not preceded with whitespace. | 24 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 41 | |
Parameter programModel should be final. | 41 | |
Expected @param tag for 'programModel'. | 41 | |
Parameter viewContext should be final. | 41 | |
Expected @param tag for 'viewContext'. | 41 | |
Parameter eventBus should be final. | 41 | |
Expected @param tag for 'eventBus'. | 41 | |
Parameter majorController should be final. | 41 | |
'majorController' hides a field. | 41 | |
Expected @param tag for 'majorController'. | 41 | |
Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 59 | |
Parameter event should be final. | 64 | |
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 75 | |
Method 'getProgramName' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Method 'collectBreadcrumbNames' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter names should be final. | 87 | |
'<' is not preceded with whitespace. | 87 | |
'<' is not followed by whitespace. | 87 | |
'>' is not preceded with whitespace. | 87 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 95 | |
Method 'loadModel' is not designed for extension - needs to be abstract, final or empty. | 97 | |
'<' is not preceded with whitespace. | 98 | |
'<' is not followed by whitespace. | 98 | |
'>' is not preceded with whitespace. | 98 | |
Line is longer than 80 characters. | 99 | |
'<' is not preceded with whitespace. | 99 | |
'<' is not followed by whitespace. | 99 | |
'>' is not preceded with whitespace. | 99 | |
'>' is not followed by whitespace. | 99 | |
Parameter caught should be final. | 102 | |
Parameter result should be final. | 108 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 10 | |
'<' is not preceded with whitespace. | 27 | |
'<' is not followed by whitespace. | 27 | |
'>' is not preceded with whitespace. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Parameter url should be final. | 35 | |
'url' hides a field. | 35 | |
Parameter editable should be final. | 35 | |
'editable' hides a field. | 35 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter url should be final. | 40 | |
'url' hides a field. | 40 | |
Parameter editable should be final. | 40 | |
'editable' hides a field. | 40 | |
Parameter configuration should be final. | 40 | |
'configuration' hides a field. | 40 | |
Method 'setModelValue' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter table should be final. | 46 | |
Parameter model should be final. | 46 | |
Parameter path should be final. | 46 | |
Method 'setWidgetValue' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Line is longer than 80 characters. | 51 | |
Parameter path should be final. | 51 | |
Parameter event should be final. | 62 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 75 | |
Line has trailing spaces. | 76 | |
Line is longer than 80 characters. | 76 | |
Parameter event should be final. | 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. | 87 | |
Missing a Javadoc comment. | 97 | |
Parameter data should be final. | 97 | |
'<' is not preceded with whitespace. | 99 | |
'<' is not followed by whitespace. | 99 | |
'>' is not preceded with whitespace. | 99 | |
'>' is not followed by whitespace. | 99 | |
Line is longer than 80 characters. | 100 | |
'<' is not preceded with whitespace. | 100 | |
'<' is not followed by whitespace. | 100 | |
'>' is not preceded with whitespace. | 100 | |
'>' is not followed by whitespace. | 100 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Using the '.*' form of import should be avoided - org.kuali.student.lum.program.client.major.edit.*. | 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. | 41 | |
Missing a Javadoc comment. | 41 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter programModel should be final. | 46 | |
Parameter viewContext should be final. | 46 | |
Parameter eventBus should be final. | 46 | |
Parameter majorController should be final. | 46 | |
Missing a Javadoc comment. | 56 | |
Parameter event should be final. | 60 | |
Parameter event should be final. | 67 | |
Line is longer than 80 characters. | 71 | |
Parameter event should be final. | 73 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 95 | |
Parameter event should be final. | 97 | |
'<' is not preceded with whitespace. | 98 | |
'<' is not followed by whitespace. | 98 | |
'?' is not preceded with whitespace. | 98 | |
'>' is not preceded with whitespace. | 98 | |
'?' is not followed by whitespace. | 98 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 106 | |
Parameter event should be final. | 109 | |
Line is longer than 80 characters. | 110 | |
Line has trailing spaces. | 113 | |
Line is longer than 80 characters. | 114 | |
Parameter event should be final. | 116 | |
Line is longer than 80 characters. | 120 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 133 | |
Parameter event should be final. | 135 | |
'<' is not preceded with whitespace. | 137 | |
'<' is not followed by whitespace. | 137 | |
'>' is not preceded with whitespace. | 137 | |
'<' is not preceded with whitespace. | 139 | |
'<' is not followed by whitespace. | 139 | |
'>' is not preceded with whitespace. | 139 | |
'>' is not followed by whitespace. | 139 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 155 | |
Line is longer than 80 characters. | 156 | |
Parameter cause should be final. | 167 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 174 | |
Line is longer than 80 characters. | 175 | |
Method 'fireUpdateEvent' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Missing a Javadoc comment. | 178 | |
Parameter okToChange should be final. | 179 | |
'<' is not preceded with whitespace. | 179 | |
'<' is not followed by whitespace. | 179 | |
'>' is not preceded with whitespace. | 179 | |
Missing a Javadoc comment. | 183 | |
'<' is not preceded with whitespace. | 183 | |
'<' is not followed by whitespace. | 183 | |
'>' is not preceded with whitespace. | 183 | |
'<' is not preceded with whitespace. | 184 | |
'<' is not followed by whitespace. | 184 | |
'>' is not preceded with whitespace. | 184 | |
'>' is not followed by whitespace. | 184 | |
Line is longer than 80 characters. | 188 | |
'<' is not preceded with whitespace. | 189 | |
'<' is not followed by whitespace. | 189 | |
'<' is not preceded with whitespace. | 189 | |
'<' is not followed by whitespace. | 189 | |
'>' is not preceded with whitespace. | 189 | |
'>' is not followed by whitespace. | 189 | |
'>' is not preceded with whitespace. | 189 | |
'>' is not followed by whitespace. | 189 | |
Parameter results should be final. | 191 | |
'<' is not preceded with whitespace. | 191 | |
'<' is not followed by whitespace. | 191 | |
'>' is not preceded with whitespace. | 191 | |
Line is longer than 80 characters. | 198 | |
Parameter cause should be final. | 205 | |
Line is longer than 80 characters. | 206 | |
Method 'configureView' is not designed for extension - needs to be abstract, final or empty. | 212 | |
Missing a Javadoc comment. | 212 | |
'<' is not preceded with whitespace. | 216 | |
'<' is not followed by whitespace. | 216 | |
'<' is not preceded with whitespace. | 216 | |
'<' is not followed by whitespace. | 216 | |
'?' is not preceded with whitespace. | 216 | |
'>' is not preceded with whitespace. | 216 | |
'?' is not followed by whitespace. | 216 | |
'>' is not followed by whitespace. | 216 | |
'>' is not preceded with whitespace. | 216 | |
'<' is not preceded with whitespace. | 216 | |
'<' is not followed by whitespace. | 216 | |
'<' is not preceded with whitespace. | 216 | |
'<' is not followed by whitespace. | 216 | |
'?' is not preceded with whitespace. | 216 | |
'>' is not preceded with whitespace. | 216 | |
'?' is not followed by whitespace. | 216 | |
'>' is not followed by whitespace. | 216 | |
'>' is not preceded with whitespace. | 216 | |
'>' is not followed by whitespace. | 216 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 221 | |
Method 'resetModel' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Missing a Javadoc comment. | 226 | |
Missing a Javadoc comment. | 232 | |
Method 'doSave' is not designed for extension - needs to be abstract, final or empty. | 236 | |
Missing a Javadoc comment. | 236 | |
Missing a Javadoc comment. | 241 | |
Parameter model should be final. | 241 | |
Method 'navigateToParent' is not designed for extension - needs to be abstract, final or empty. | 249 | |
Missing a Javadoc comment. | 249 | |
Line is longer than 80 characters. | 251 |
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. | 10 | |
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. | 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 | |
'<' is not preceded with whitespace. | 114 | |
'<' is not followed by whitespace. | 114 | |
'>' is not preceded with whitespace. | 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 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 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 |
---|---|---|
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 | |
Missing a Javadoc comment. | 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 |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Unused import - org.kuali.student.common.ui.client.configurable.mvc.multiplicity.MultiplicityConfiguration. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Unused import - org.kuali.student.common.ui.client.configurable.mvc.sections.MultiplicitySection. | 6 | |
Unused import - org.kuali.student.common.ui.client.configurable.mvc.sections.Section. | 7 | |
Line is longer than 80 characters. | 8 | |
Line is longer than 80 characters. | 10 | |
Line is longer than 80 characters. | 11 | |
Unused import - org.kuali.student.core.assembly.data.Metadata. | 12 | |
Unused import - org.kuali.student.core.assembly.data.QueryPath. | 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. | 40 | |
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 | |
Missing a Javadoc comment. | 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 |
---|---|---|
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 | |
Missing a Javadoc comment. | 21 | |
Line is longer than 80 characters. | 23 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 17 | |
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 | |
'<' is not preceded with whitespace. | 43 | |
'<' is not followed by whitespace. | 43 | |
'?' is not preceded with whitespace. | 43 | |
'>' is not preceded with whitespace. | 43 | |
'?' is not followed by whitespace. | 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 is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
'{' is not preceded with whitespace. | 55 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Parameter event should be final. | 58 | |
Line contains a tab character. | 59 | |
'if' is not followed by whitespace. | 59 | |
'{' is not preceded with whitespace. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
'{' is not preceded with whitespace. | 68 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Parameter event should be final. | 71 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
'cast' is not followed by whitespace. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter viewContext should be final. | 79 | |
'{' is not preceded with whitespace. | 79 | |
Line contains a tab character. | 81 | |
switch without "default" clause. | 81 | |
'{' is not preceded with whitespace. | 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 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Method 'beforeShow' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Line contains a tab character. | 89 | |
'<' is not preceded with whitespace. | 89 | |
'<' is not followed by whitespace. | 89 | |
'>' is not preceded with whitespace. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter versionSearch should be final. | 96 | |
'{' is not preceded with whitespace. | 96 | |
Line contains a tab character. | 97 | |
'<' is not preceded with whitespace. | 98 | |
'<' is not followed by whitespace. | 98 | |
'>' is not preceded with whitespace. | 98 | |
'<' is not preceded with whitespace. | 98 | |
'<' is not followed by whitespace. | 98 | |
'>' is not preceded with whitespace. | 98 | |
'>' is not followed by whitespace. | 98 | |
Avoid inline conditionals. | 102 | |
':' is not preceded with whitespace. | 102 | |
':' is not followed by whitespace. | 102 | |
Line contains a tab character. | 112 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 4 | |
Unused import - org.kuali.student.core.assembly.data.ModelDefinition. | 7 | |
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 | |
Missing a Javadoc comment. | 43 | |
'<' is not preceded with whitespace. | 44 | |
'<' is not followed by whitespace. | 44 | |
'>' is not preceded with whitespace. | 44 | |
'<' is not preceded with whitespace. | 45 | |
'<' is not followed by whitespace. | 45 | |
'>' is not preceded with whitespace. | 45 | |
'>' is not followed by whitespace. | 45 | |
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 | |
Missing a Javadoc comment. | 58 | |
Parameter onReadyCallback should be final. | 59 | |
'<' is not preceded with whitespace. | 59 | |
'<' is not followed by whitespace. | 59 | |
'>' is not preceded with whitespace. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 64 | |
'<' is not preceded with whitespace. | 64 | |
'<' is not followed by whitespace. | 64 | |
'>' is not preceded with whitespace. | 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 | |
Missing a Javadoc comment. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
'<' is not followed by whitespace. | 69 | |
'<' is not preceded with whitespace. | 69 | |
'<' is not followed by whitespace. | 69 | |
'?' is not preceded with whitespace. | 69 | |
'>' is not preceded with whitespace. | 69 | |
'?' is not followed by whitespace. | 69 | |
'>' is not followed by whitespace. | 69 | |
'>' is not preceded with whitespace. | 69 | |
Parameter viewType should be final. | 69 | |
Parameter onReadyCallback should be final. | 69 | |
'<' is not preceded with whitespace. | 69 | |
'<' is not followed by whitespace. | 69 | |
'>' is not preceded with whitespace. | 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 |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 3 | |
'<' is not preceded with whitespace. | 14 | |
'<' is not followed by whitespace. | 14 | |
'>' is not preceded with whitespace. | 14 | |
Missing a Javadoc comment. | 16 | |
Line is longer than 80 characters. | 17 | |
Parameter widget should be final. | 17 | |
Parameter model should be final. | 17 | |
Parameter path should be final. | 17 | |
Missing a Javadoc comment. | 25 | |
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 | |
'<' is not preceded with whitespace. | 25 | |
'<' is not followed by whitespace. | 25 | |
'?' is not preceded with whitespace. | 25 | |
'>' is not preceded with whitespace. | 25 | |
'?' is not followed by whitespace. | 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 | |
'<' is not preceded with whitespace. | 29 | |
'<' is not followed by whitespace. | 29 | |
'?' is not preceded with whitespace. | 29 | |
'>' is not preceded with whitespace. | 29 | |
'?' is not followed by whitespace. | 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 |
---|---|---|
'{' is not preceded with whitespace. | 9 | |
Missing a Javadoc comment. | 10 | |
Parameter viewEnum should be final. | 10 | |
'<' is not preceded with whitespace. | 10 | |
'<' is not followed by whitespace. | 10 | |
'?' is not preceded with whitespace. | 10 | |
'>' is not preceded with whitespace. | 10 | |
'?' is not followed by whitespace. | 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 | |
Missing a Javadoc comment. | 14 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 7 | |
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 | |
'cast' is not followed by whitespace. | 90 | |
',' is not followed by whitespace. | 90 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 93 | |
Missing a Javadoc comment. | 96 | |
Parameter updatedDate should be final. | 96 | |
Parameter lastUpdatedDate should be final. | 96 | |
'lastUpdatedDate' hides a field. | 96 | |
Missing a Javadoc comment. | 104 | |
Parameter version should be final. | 104 | |
Parameter versionaLabel should be final. | 104 | |
'{' is not preceded with whitespace. | 104 | |
Line contains a tab character. | 105 | |
'{' is not preceded with whitespace. | 105 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line is longer than 80 characters. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter path should be final. | 114 | |
Parameter container should be final. | 114 | |
Parameter model should be final. | 114 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 122 | |
Missing a Javadoc comment. | 127 | |
Line is longer than 80 characters. | 134 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 142 | |
Missing a Javadoc comment. | 142 | |
Parameter title should be final. | 142 | |
Parameter widget should be final. | 142 | |
Parameter showEdit should be final. | 142 | |
Parameter event should be final. | 152 | |
Missing a Javadoc comment. | 163 | |
'{' is not preceded with whitespace. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Missing a Javadoc comment. | 170 | |
'{' is not preceded with whitespace. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Missing a Javadoc comment. | 177 | |
'{' is not preceded with whitespace. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
'{' is not preceded with whitespace. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Parameter event should be final. | 182 | |
Line contains a tab character. | 183 | |
switch without "default" clause. | 183 | |
'{' is not preceded with whitespace. | 183 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
Line is longer than 80 characters. | 185 | |
Line contains a tab character. | 185 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 197 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Missing a Javadoc comment. | 200 | |
Parameter state should be final. | 200 | |
'state' hides a field. | 200 | |
Missing a Javadoc comment. | 205 | |
Missing a Javadoc comment. | 211 | |
Missing a Javadoc comment. | 212 | |
Missing a Javadoc comment. | 213 | |
Missing a Javadoc comment. | 216 | |
Missing a Javadoc comment. | 217 | |
Missing a Javadoc comment. | 218 | |
Missing a Javadoc comment. | 219 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
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 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
'<' is not preceded with whitespace. | 29 | |
'<' is not followed by whitespace. | 29 | |
'>' is not preceded with whitespace. | 29 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Parameter eventBus should be final. | 35 | |
'eventBus' hides a field. | 35 | |
'300' is a magic number. | 40 | |
'170' is a magic number. | 40 | |
Missing a Javadoc comment. | 45 | |
'<' is not preceded with whitespace. | 46 | |
'<' is not followed by whitespace. | 46 | |
'>' is not preceded with whitespace. | 46 | |
'>' is not followed by whitespace. | 46 | |
Parameter button should be final. | 48 | |
Line is longer than 80 characters. | 57 | |
Parameter event should be final. | 59 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter modelDefinition should be final. | 65 | |
Parameter controller should be final. | 65 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 69 | |
Missing a Javadoc comment. | 78 | |
'<' is not preceded with whitespace. | 79 | |
'<' is not followed by whitespace. | 79 | |
'>' is not preceded with whitespace. | 79 | |
'>' is not followed by whitespace. | 79 | |
Parameter result should be final. | 81 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 89 |
Violation | Message | Line |
---|---|---|
Using the '.*' form of import should be avoided - com.google.gwt.user.client.ui.*. | 6 | |
Missing a Javadoc comment. | 26 | |
Line is longer than 80 characters. | 28 | |
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. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter activateSection should be final. | 41 | |
'activateSection' hides a field. | 41 | |
Parameter eventBus should be final. | 41 | |
'eventBus' hides a field. | 41 | |
Missing a Javadoc comment. | 50 | |
Parameter event should be final. | 53 | |
Line is longer than 80 characters. | 58 | |
Parameter event should be final. | 60 | |
Parameter event should be final. | 67 | |
Parameter event should be final. | 73 | |
Parameter event should be final. | 79 | |
Missing a Javadoc comment. | 85 | |
Line is longer than 80 characters. | 86 | |
'<' is not preceded with whitespace. | 86 | |
'<' is not followed by whitespace. | 86 | |
'>' is not preceded with whitespace. | 86 | |
'>' is not followed by whitespace. | 86 | |
Missing a Javadoc comment. | 89 | |
Parameter status should be final. | 89 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 103 | |
Parameter programStatus should be final. | 103 | |
Missing a Javadoc comment. | 115 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 128 | |
Parameter event should be final. | 134 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 143 | |
Parameter event should be final. | 144 | |
Missing a Javadoc comment. | 153 | |
Parameter enableApprove should be final. | 153 | |
Parameter enableActivate should be final. | 153 | |
Missing a Javadoc comment. | 158 | |
'<' is not preceded with whitespace. | 159 | |
'<' is not followed by whitespace. | 159 | |
'>' is not preceded with whitespace. | 159 | |
'>' is not followed by whitespace. | 159 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
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 | |
Missing a Javadoc comment. | 33 | |
Method 'getDefaultMetaDataState' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 53 | |
Line is longer than 80 characters. | 54 | |
Parameter dto should be final. | 54 | |
Parameter properties should be final. | 54 | |
'<' is not preceded with whitespace. | 54 | |
'<' is not followed by whitespace. | 54 | |
'>' is not preceded with whitespace. | 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 | |
Missing a Javadoc comment. | 71 | |
'<' is not preceded with whitespace. | 72 | |
'<' is not followed by whitespace. | 72 | |
'?' is not preceded with whitespace. | 72 | |
'>' is not preceded with whitespace. | 72 | |
'?' is not followed by whitespace. | 72 | |
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 | |
'<' is not preceded with whitespace. | 85 | |
'<' is not followed by whitespace. | 85 | |
'>' is not preceded with whitespace. | 85 | |
'<' is not preceded with whitespace. | 85 | |
'<' is not followed by whitespace. | 85 | |
'>' is not preceded with whitespace. | 85 | |
'>' is not followed by whitespace. | 85 | |
'for' is not followed by whitespace. | 95 | |
'{' is not preceded with whitespace. | 95 | |
'<' is not preceded with whitespace. | 96 | |
'<' is not followed by whitespace. | 96 | |
'>' is not preceded with whitespace. | 96 | |
'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 |
---|---|---|
Line is longer than 80 characters. | 8 | |
Missing a Javadoc comment. | 10 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 19 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 23 | |
Method 'getDefaultWorkflowDocumentType' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Method 'getDefaultMetaDataState' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter id should be final. | 35 | |
Line contains a tab character. | 36 | |
'{' is not preceded with whitespace. | 36 | |
Line is longer than 80 characters. | 37 | |
'<' is not preceded with whitespace. | 37 | |
'<' is not followed by whitespace. | 37 | |
'>' is not preceded with whitespace. | 37 | |
Line is longer than 80 characters. | 39 | |
'+' should be on a new line. | 39 | |
Line is longer than 80 characters. | 40 | |
Avoid inline conditionals. | 40 | |
'+' should be on a new line. | 40 | |
Line contains a tab character. | 45 | |
Method 'save' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 50 | |
Parameter dto should be final. | 50 | |
Parameter properties should be final. | 50 | |
'<' is not preceded with whitespace. | 50 | |
'<' is not followed by whitespace. | 50 | |
'>' is not preceded with whitespace. | 50 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 63 | |
Method 'getDtoClass' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
'<' is not preceded with whitespace. | 68 | |
'<' is not followed by whitespace. | 68 | |
'?' is not preceded with whitespace. | 68 | |
'>' is not preceded with whitespace. | 68 | |
'?' is not followed by whitespace. | 68 | |
Method 'setProgramService' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter programService should be final. | 72 | |
'programService' hides a field. | 72 | |
Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter luService should be final. | 76 | |
'luService' hides a field. | 76 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Missing a Javadoc comment. | 10 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 19 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Method 'getDefaultWorkflowDocumentType' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Method 'getDefaultMetaDataState' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter id should be final. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Method 'save' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 50 | |
Parameter dto should be final. | 50 | |
Parameter properties should be final. | 50 | |
'<' is not preceded with whitespace. | 50 | |
'<' is not followed by whitespace. | 50 | |
'>' is not preceded with whitespace. | 50 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
'{' is not preceded with whitespace. | 56 | |
Line is longer than 80 characters. | 63 | |
Line has trailing spaces. | 65 | |
Method 'getDtoClass' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
'<' is not preceded with whitespace. | 68 | |
'<' is not followed by whitespace. | 68 | |
'?' is not preceded with whitespace. | 68 | |
'>' is not preceded with whitespace. | 68 | |
'?' is not followed by whitespace. | 68 | |
Missing a Javadoc comment. | 72 | |
Line is longer than 80 characters. | 74 | |
'<' is not preceded with whitespace. | 74 | |
'<' is not followed by whitespace. | 74 | |
'>' is not preceded with whitespace. | 74 | |
Line is longer than 80 characters. | 76 | |
'+' should be on a new line. | 76 | |
Line is longer than 80 characters. | 77 | |
Avoid inline conditionals. | 77 | |
'+' should be on a new line. | 77 | |
Method 'setProgramService' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter programService should be final. | 83 | |
'programService' hides a field. | 83 | |
Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter luService should be final. | 87 | |
'luService' hides a field. | 87 |
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 | |
'<' is not preceded with whitespace. | 31 | |
'<' is not followed by whitespace. | 31 | |
'>' is not preceded with whitespace. | 31 | |
Parameter programRequirementIds should be final. | 31 | |
'<' is not preceded with whitespace. | 31 | |
'<' is not followed by whitespace. | 31 | |
'>' is not preceded with whitespace. | 31 | |
Line is longer than 80 characters. | 33 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
'>' is not followed by whitespace. | 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 | |
'<' is not preceded with whitespace. | 44 | |
'<' is not followed by whitespace. | 44 | |
'>' is not preceded with whitespace. | 44 | |
Parameter states should be final. | 44 | |
'<' is not preceded with whitespace. | 44 | |
'<' is not followed by whitespace. | 44 | |
'>' is not preceded with whitespace. | 44 | |
Line is longer than 80 characters. | 45 | |
Parameter progReqs should be final. | 45 | |
'<' is not preceded with whitespace. | 45 | |
'<' is not followed by whitespace. | 45 | |
'>' is not preceded with whitespace. | 45 | |
Line is longer than 80 characters. | 46 | |
'<' is not preceded with whitespace. | 46 | |
'<' is not followed by whitespace. | 46 | |
'>' is not preceded with whitespace. | 46 | |
'<' is not preceded with whitespace. | 46 | |
'<' is not followed by whitespace. | 46 | |
'>' is not preceded with whitespace. | 46 | |
'>' is not followed by whitespace. | 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 | |
'<' is not preceded with whitespace. | 107 | |
'<' is not followed by whitespace. | 107 | |
'>' is not preceded with whitespace. | 107 | |
'<' is not preceded with whitespace. | 108 | |
'<' is not followed by whitespace. | 108 | |
'>' is not preceded with whitespace. | 108 | |
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 | |
Missing a Javadoc comment. | 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 |
---|---|---|
Unused import - com.google.gwt.user.client.rpc.AsyncCallback. | 34 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
'<' is not preceded with whitespace. | 37 | |
'<' is not followed by whitespace. | 37 | |
'>' is not preceded with whitespace. | 37 | |
Missing a Javadoc comment. | 39 | |
'static' modifier out of order with the JLS suggestions. | 39 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 43 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 80 characters. | 46 | |
Method 'getStatementTypesForStatementTypeForCourse' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
'<' is not preceded with whitespace. | 46 | |
'<' is not followed by whitespace. | 46 | |
'>' is not preceded with whitespace. | 46 | |
Parameter statementTypeKey should be final. | 46 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 54 | |
Line has trailing spaces. | 55 | |
Line is longer than 80 characters. | 55 | |
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 | |
'<' is not preceded with whitespace. | 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. | 59 | |
'<' is not preceded with whitespace. | 59 | |
'<' is not followed by whitespace. | 59 | |
'>' is not preceded with whitespace. | 59 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 64 | |
'<' is not preceded with whitespace. | 67 | |
'<' is not followed by whitespace. | 67 | |
'>' is not preceded with whitespace. | 67 | |
Line is longer than 80 characters. | 68 | |
'<' is not preceded with whitespace. | 68 | |
'<' is not followed by whitespace. | 68 | |
'>' is not preceded with whitespace. | 68 | |
'<' is not preceded with whitespace. | 68 | |
'<' is not followed by whitespace. | 68 | |
'>' is not preceded with whitespace. | 68 | |
'>' is not followed by whitespace. | 68 | |
Line is longer than 80 characters. | 70 | |
'<' is not preceded with whitespace. | 70 | |
'<' is not followed by whitespace. | 70 | |
'>' is not preceded with whitespace. | 70 | |
Line is longer than 80 characters. | 72 | |
Line is longer than 80 characters. | 74 | |
Line is longer than 80 characters. | 76 | |
'<' is not preceded with whitespace. | 76 | |
'<' is not followed by whitespace. | 76 | |
'>' is not preceded with whitespace. | 76 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 88 | |
'<' is not preceded with whitespace. | 88 | |
'<' is not followed by whitespace. | 88 | |
'>' is not preceded with whitespace. | 88 | |
Line has trailing spaces. | 98 | |
Line has trailing spaces. | 100 | |
Line has trailing spaces. | 103 | |
Method 'getStatementTypesForStatementType' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Line is longer than 80 characters. | 105 | |
'<' is not preceded with whitespace. | 105 | |
'<' is not followed by whitespace. | 105 | |
'>' is not preceded with whitespace. | 105 | |
Parameter statementTypeKey should be final. | 105 | |
Line is longer than 80 characters. | 106 | |
'<' is not preceded with whitespace. | 106 | |
'<' is not followed by whitespace. | 106 | |
'>' is not preceded with whitespace. | 106 | |
Line is longer than 80 characters. | 107 | |
'<' is not preceded with whitespace. | 107 | |
'<' is not followed by whitespace. | 107 | |
'>' is not preceded with whitespace. | 107 | |
'<' is not preceded with whitespace. | 107 | |
'<' is not followed by whitespace. | 107 | |
'>' is not preceded with whitespace. | 107 | |
'>' is not followed by whitespace. | 107 | |
Line is longer than 80 characters. | 109 | |
Line has trailing spaces. | 113 | |
Line is longer than 80 characters. | 114 | |
Method 'getReqComponentTypesForStatementType' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
'<' is not preceded with whitespace. | 114 | |
'<' is not followed by whitespace. | 114 | |
'>' is not preceded with whitespace. | 114 | |
Parameter luStatementTypeKey should be final. | 114 | |
'<' is not preceded with whitespace. | 116 | |
'<' is not followed by whitespace. | 116 | |
'>' is not preceded with whitespace. | 116 | |
Line has trailing spaces. | 117 | |
Line is longer than 80 characters. | 118 | |
Line is longer than 80 characters. | 121 | |
Line has trailing spaces. | 123 | |
Method 'translateStatementTreeViewToNL' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Line is longer than 80 characters. | 128 | |
Parameter statementTreeViewInfo should be final. | 128 | |
Parameter nlUsageTypeKey should be final. | 128 | |
Parameter language should be final. | 128 | |
Line is longer than 80 characters. | 129 | |
Method 'translateReqComponentToNL' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Line is longer than 80 characters. | 133 | |
Parameter reqComponentInfo should be final. | 133 | |
Parameter nlUsageTypeKey should be final. | 133 | |
Parameter language should be final. | 133 | |
Line is longer than 80 characters. | 134 | |
Method 'translateReqComponentToNLs' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Line is longer than 80 characters. | 138 | |
'<' is not preceded with whitespace. | 138 | |
'<' is not followed by whitespace. | 138 | |
'>' is not preceded with whitespace. | 138 | |
Parameter reqComponentInfo should be final. | 138 | |
Parameter nlUsageTypeKeys should be final. | 138 | |
Parameter language should be final. | 138 | |
Line contains a tab character. | 139 | |
'<' is not preceded with whitespace. | 139 | |
'<' is not followed by whitespace. | 139 | |
'>' is not preceded with whitespace. | 139 | |
'<' is not preceded with whitespace. | 139 | |
'<' is not followed by whitespace. | 139 | |
'>' is not preceded with whitespace. | 139 | |
'>' is not followed by whitespace. | 139 | |
Line contains a tab character. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter cluId should be final. | 147 | |
Method 'getCurrentVersion' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Line is longer than 80 characters. | 152 | |
Parameter refObjectTypeURI should be final. | 152 | |
Parameter refObjectId should be final. | 152 | |
Method 'setStatementService' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Missing a Javadoc comment. | 156 | |
Parameter statementService should be final. | 156 | |
'statementService' hides a field. | 156 | |
Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 | |
Parameter luService should be final. | 160 | |
'luService' hides a field. | 160 |
Violation | Message | Line |
---|---|---|
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 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 32 | |
'<' is not preceded with whitespace. | 32 | |
'<' is not followed by whitespace. | 32 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
'<' is not preceded with whitespace. | 33 | |
'<' is not followed by whitespace. | 33 | |
'>' is not preceded with whitespace. | 33 | |
'>' is not followed by whitespace. | 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 documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 21 | |
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 | |
First sentence should end with a period. | 32 | |
Method 'applyInboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Parameter data should be final. | 36 | |
Expected @param tag for 'data'. | 36 | |
Parameter metadata should be final. | 36 | |
Expected @param tag for 'metadata'. | 36 | |
Line is longer than 80 characters. | 37 | |
Parameter properties should be final. | 37 | |
'<' is not preceded with whitespace. | 37 | |
'<' is not followed by whitespace. | 37 | |
'>' is not preceded with whitespace. | 37 | |
Expected @param tag for 'properties'. | 37 | |
Expected @throws tag for 'Exception'. | 37 | |
First sentence should end with a period. | 42 | |
Method 'applyOutboundDataFilter' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Parameter data should be final. | 46 | |
Expected @param tag for 'data'. | 46 | |
Parameter metadata should be final. | 46 | |
Expected @param tag for 'metadata'. | 46 | |
Line is longer than 80 characters. | 47 | |
Parameter properties should be final. | 47 | |
'<' is not preceded with whitespace. | 47 | |
'<' is not followed by whitespace. | 47 | |
'>' is not preceded with whitespace. | 47 | |
Expected @param tag for 'properties'. | 47 | |
Expected @throws tag for 'Exception'. | 47 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 54 | |
'<' is not preceded with whitespace. | 54 | |
'<' is not followed by whitespace. | 54 | |
'>' is not preceded with whitespace. | 54 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 60 | |
Must have at least one statement. | 62 | |
Method 'setProgramService' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter programService should be final. | 71 | |
'programService' hides a field. | 71 | |
Method 'setLuService' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter luService should be final. | 75 | |
'luService' hides a field. | 75 |
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 | |
'<' is not preceded with whitespace. | 34 | |
'<' is not followed by whitespace. | 34 | |
'>' is not preceded with whitespace. | 34 | |
Expected @param tag for 'properties'. | 34 | |
Expected @throws tag for 'Exception'. | 34 | |
'<' is not preceded with whitespace. | 36 | |
'<' is not followed by whitespace. | 36 | |
'>' is not preceded with whitespace. | 36 | |
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 | |
'<' is not preceded with whitespace. | 48 | |
'<' is not followed by whitespace. | 48 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 60 | |
'<' is not followed by whitespace. | 60 | |
'>' is not preceded with whitespace. | 60 | |
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 | |
Missing a Javadoc comment. | 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 | |
'<' is not preceded with whitespace. | 21 | |
'<' is not followed by whitespace. | 21 | |
'>' is not preceded with whitespace. | 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 | |
Missing a Javadoc comment. | 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 | |
'<' is not preceded with whitespace. | 21 | |
'<' is not followed by whitespace. | 21 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 38 | |
'<' is not followed by whitespace. | 38 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 53 | |
'<' is not followed by whitespace. | 53 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 83 | |
'<' is not followed by whitespace. | 83 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 107 | |
'<' is not followed by whitespace. | 107 | |
'>' is not preceded with whitespace. | 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 | |
'<' is not preceded with whitespace. | 129 | |
'<' is not followed by whitespace. | 129 | |
'>' is not preceded with whitespace. | 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 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |