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