Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
44 0 0 3490

Files

Files Infos Warnings Errors
org/kuali/rice/student/StudentRiceConfigurer.java 0 0 3
org/kuali/rice/student/StudentWorkflowConstants.java 0 0 18
org/kuali/rice/student/bo/KualiStudentKimAttributes.java 0 0 181
org/kuali/rice/student/kew/xml/KSUserXmlParser.java 0 0 220
org/kuali/rice/student/kew/xml/KSUserXmlServiceImpl.java 0 0 6
org/kuali/rice/student/lookup/keyvalues/AllOrgsValuesFinder.java 0 0 15
org/kuali/rice/student/lookup/keyvalues/CocValuesFiinder.java 0 0 66
org/kuali/rice/student/lookup/keyvalues/CollegeCocValuesFinder.java 0 0 5
org/kuali/rice/student/lookup/keyvalues/DepartmentCocValuesFinder.java 0 0 5
org/kuali/rice/student/lookup/keyvalues/DivisionCocValuesFinder.java 0 0 6
org/kuali/rice/student/lookup/keyvalues/OrgCocValuesFinder.java 0 0 16
org/kuali/rice/student/lookup/keyvalues/StudentKeyValuesBase.java 0 0 42
org/kuali/student/lum/kim/KimQualificationHelper.java 0 0 291
org/kuali/student/lum/kim/StudentIdentityServiceImpl.java 0 0 31
org/kuali/student/lum/kim/permission/type/TranslatedDocumentTypePermissionTypeServiceImpl.java 0 0 57
org/kuali/student/lum/kim/role/type/HierarchyNodeTestRoleTypeServiceBase.java 0 0 65
org/kuali/student/lum/kim/role/type/KSActionRequestDerivedRoleTypeServiceImpl.java 0 0 365
org/kuali/student/lum/kim/role/type/KSAdhocActionRequestDerivedRoleTypeServiceImpl.java 0 0 9
org/kuali/student/lum/kim/role/type/KSAdhocDoneActionRequestDerivedRoleTypeServiceImpl.java 0 0 8
org/kuali/student/lum/kim/role/type/KSNonAdhocActionRequestDerivedRoleTypeServiceImpl.java 0 0 7
org/kuali/student/lum/kim/role/type/KSNonAdhocDoneActionRequestDerivedRoleTypeServiceImpl.java 0 0 8
org/kuali/student/lum/kim/role/type/KSRouteLogDerivedRoleTypeServiceImpl.java 0 0 297
org/kuali/student/lum/kim/role/type/OrgDerivedRoleTypeServiceImpl.java 0 0 204
org/kuali/student/lum/kim/role/type/OrganizationHierarchyRoleTypeService.java 0 0 101
org/kuali/student/lum/workflow/CollaboratorRequestCustomActionListAttribute.java 0 0 37
org/kuali/student/lum/workflow/CoursePostProcessorBase.java 0 0 102
org/kuali/student/lum/workflow/KualiStudentPostProcessorBase.java 0 0 283
org/kuali/student/lum/workflow/node/MajorChangeSplitNode.java 0 0 15
org/kuali/student/lum/workflow/node/OrganizationDynamicNode.java 0 0 188
org/kuali/student/lum/workflow/qualifierresolver/AbstractCocOrgQualifierResolver.java 0 0 301
org/kuali/student/lum/workflow/qualifierresolver/AbstractOrganizationServiceQualifierResolver.java 0 0 56
org/kuali/student/lum/workflow/qualifierresolver/AdminOrganizationQualifierResolver.java 0 0 47
org/kuali/student/lum/workflow/qualifierresolver/CocOrgTypeQualifierResolver.java 0 0 128
org/kuali/student/lum/workflow/qualifierresolver/CocOrganizationQualifierResolver.java 0 0 64
org/kuali/student/lum/workflow/qualifierresolver/CollegeCommitteeQualifierResolver.java 0 0 19
org/kuali/student/lum/workflow/qualifierresolver/DepartmentCommitteeQualifierResolver.java 0 0 22
org/kuali/student/lum/workflow/qualifierresolver/DivisionCommitteeQualifierResolver.java 0 0 19
org/kuali/student/lum/workflow/qualifierresolver/OrganizationCurriculumCommitteeQualifierResolver.java 0 0 42
org/kuali/student/lum/workflow/qualifierresolver/PublicationQualifierResolver.java 0 0 16
org/kuali/student/lum/workflow/qualifierresolver/SenateCommitteeQualifierResolver.java 0 0 16
org/kuali/student/lum/workflow/qualifierresolver/StaticOrganizationQualifierResolver.java 0 0 34
org/kuali/student/lum/workflow/qualifierresolver/UnderGradAffairsCommitteeQualifierResolver.java 0 0 20
org/kuali/student/lum/workflow/search/OrgSearchAttribute.java 0 0 51
org/kuali/student/security/KSRiceAuthenticationServiceImpl.java 0 0 4

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
12 Errors Error
NewlineAtEndOfFile 1 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
1362 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
146 Errors Error
JavadocMethod 155 Errors Error
JavadocType 20 Errors Error
JavadocVariable 139 Errors Error
JavadocStyle 46 Errors Error
ConstantName 1 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 2 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 3 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 4 Errors Error
LineLength 827 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 10 Errors Error
ParenPad 89 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 61 Errors Error
WhitespaceAround 140 Errors Error
ModifierOrder 1 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 1 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 15 Errors Error
AvoidInlineConditionals 4 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 18 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 1 Errors Error
MagicNumber 3 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 169 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 2 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 18 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 239 Errors Error
TodoComment 1 Errors Error
UpperEll 0 Errors Error

Details

org/kuali/rice/student/StudentRiceConfigurer.java

Violation Message Line
Errors Missing a Javadoc comment. 26
Errors '(' is followed by whitespace. 28
Errors ')' is preceded with whitespace. 28

org/kuali/rice/student/StudentWorkflowConstants.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Missing a Javadoc comment. 18
Errors Utility classes should not have a public or default constructor. 18
Errors Line is longer than 80 characters. 20
Errors Line contains a tab character. 20
Errors Missing a Javadoc comment. 20
Errors Line is longer than 80 characters. 22
Errors Line contains a tab character. 22
Errors Missing a Javadoc comment. 22
Errors Line is longer than 80 characters. 23
Errors Line contains a tab character. 23
Errors Missing a Javadoc comment. 23
Errors Line is longer than 80 characters. 24
Errors Line contains a tab character. 24
Errors Missing a Javadoc comment. 24
Errors Line is longer than 80 characters. 25
Errors Line contains a tab character. 25
Errors Missing a Javadoc comment. 25

org/kuali/rice/student/bo/KualiStudentKimAttributes.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors First sentence should end with a period. 23
Errors Line has trailing spaces. 25
Errors Line contains a tab character. 29
Errors Missing a Javadoc comment. 29
Errors Line is longer than 80 characters. 31
Errors Line contains a tab character. 31
Errors Missing a Javadoc comment. 31
Errors Line is longer than 80 characters. 33
Errors Line contains a tab character. 33
Errors Missing a Javadoc comment. 33
Errors Line is longer than 80 characters. 34
Errors Line contains a tab character. 34
Errors Missing a Javadoc comment. 34
Errors Line is longer than 80 characters. 35
Errors Line contains a tab character. 35
Errors Missing a Javadoc comment. 35
Errors Line is longer than 80 characters. 36
Errors Line contains a tab character. 36
Errors Missing a Javadoc comment. 36
Errors Line is longer than 80 characters. 37
Errors Line contains a tab character. 37
Errors Missing a Javadoc comment. 37
Errors Line is longer than 80 characters. 38
Errors Line contains a tab character. 38
Errors Missing a Javadoc comment. 38
Errors Line is longer than 80 characters. 39
Errors Line contains a tab character. 39
Errors Missing a Javadoc comment. 39
Errors Line contains a tab character. 40
Errors Missing a Javadoc comment. 40
Errors Line is longer than 80 characters. 42
Errors Line contains a tab character. 42
Errors Missing a Javadoc comment. 42
Errors Line is longer than 80 characters. 43
Errors Line contains a tab character. 43
Errors Missing a Javadoc comment. 43
Errors Line is longer than 80 characters. 44
Errors Line contains a tab character. 44
Errors Missing a Javadoc comment. 44
Errors Line is longer than 80 characters. 45
Errors Line contains a tab character. 45
Errors Missing a Javadoc comment. 45
Errors Line is longer than 80 characters. 46
Errors Line contains a tab character. 46
Errors Missing a Javadoc comment. 46
Errors Line is longer than 80 characters. 47
Errors Line contains a tab character. 47
Errors Missing a Javadoc comment. 47
Errors Line is longer than 80 characters. 48
Errors Line contains a tab character. 48
Errors Missing a Javadoc comment. 48
Errors Line is longer than 80 characters. 49
Errors Missing a Javadoc comment. 49
Errors Line is longer than 80 characters. 50
Errors Missing a Javadoc comment. 50
Errors Line contains a tab character. 52
Errors Missing a Javadoc comment. 52
Errors Variable 'dataId' must be private and have accessor methods. 52
Errors Line contains a tab character. 53
Errors Missing a Javadoc comment. 53
Errors Variable 'org' must be private and have accessor methods. 53
Errors Line contains a tab character. 54
Errors Missing a Javadoc comment. 54
Errors Variable 'department' must be private and have accessor methods. 54
Errors Line contains a tab character. 55
Errors Missing a Javadoc comment. 55
Errors Variable 'college' must be private and have accessor methods. 55
Errors Line contains a tab character. 56
Errors Missing a Javadoc comment. 56
Errors Variable 'division' must be private and have accessor methods. 56
Errors Line contains a tab character. 58
Errors Missing a Javadoc comment. 58
Errors Variable 'dtoName' must be private and have accessor methods. 58
Errors Line contains a tab character. 59
Errors Missing a Javadoc comment. 59
Errors Variable 'dtoFieldKey' must be private and have accessor methods. 59
Errors Line contains a tab character. 60
Errors Missing a Javadoc comment. 60
Errors Variable 'fieldAccessLevel' must be private and have accessor methods. 60
Errors Line contains a tab character. 61
Errors Missing a Javadoc comment. 61
Errors Variable 'screenComponent' must be private and have accessor methods. 61
Errors Line contains a tab character. 62
Errors Missing a Javadoc comment. 62
Errors Variable 'sectionId' must be private and have accessor methods. 62
Errors Missing a Javadoc comment. 63
Errors Variable 'descendHierarchy' must be private and have accessor methods. 63
Errors Missing a Javadoc comment. 64
Errors Variable 'ksReferenceTypeKey' must be private and have accessor methods. 64
Errors Line contains a tab character. 66
Errors Method 'getDataId' is not designed for extension - needs to be abstract, final or empty. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 73
Errors Method 'setDataId' is not designed for extension - needs to be abstract, final or empty. 76
Errors Parameter dataId should be final. 76
Errors 'dataId' hides a field. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 80
Errors Method 'getOrg' is not designed for extension - needs to be abstract, final or empty. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 87
Errors Method 'setOrg' is not designed for extension - needs to be abstract, final or empty. 90
Errors Parameter org should be final. 90
Errors 'org' hides a field. 90
Errors Line contains a tab character. 91
Errors Line contains a tab character. 94
Errors Method 'getDepartment' is not designed for extension - needs to be abstract, final or empty. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 101
Errors Method 'setDepartment' is not designed for extension - needs to be abstract, final or empty. 104
Errors Parameter department should be final. 104
Errors 'department' hides a field. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 108
Errors Method 'getCollege' is not designed for extension - needs to be abstract, final or empty. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 115
Errors Method 'setCollege' is not designed for extension - needs to be abstract, final or empty. 118
Errors Parameter college should be final. 118
Errors 'college' hides a field. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 122
Errors Method 'getDivision' is not designed for extension - needs to be abstract, final or empty. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 129
Errors Method 'setDivision' is not designed for extension - needs to be abstract, final or empty. 132
Errors Parameter division should be final. 132
Errors 'division' hides a field. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 136
Errors Method 'getDtoName' is not designed for extension - needs to be abstract, final or empty. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 143
Errors Method 'setDtoName' is not designed for extension - needs to be abstract, final or empty. 146
Errors Parameter dtoName should be final. 146
Errors 'dtoName' hides a field. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 150
Errors Method 'getDtoFieldKey' is not designed for extension - needs to be abstract, final or empty. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 157
Errors Method 'setDtoFieldKey' is not designed for extension - needs to be abstract, final or empty. 160
Errors Parameter dtoFieldKey should be final. 160
Errors 'dtoFieldKey' hides a field. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 164
Errors Method 'getFieldAccessLevel' is not designed for extension - needs to be abstract, final or empty. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 171
Errors Method 'setFieldAccessLevel' is not designed for extension - needs to be abstract, final or empty. 174
Errors Parameter fieldAccessLevel should be final. 174
Errors 'fieldAccessLevel' hides a field. 174
Errors Line contains a tab character. 175
Errors Line contains a tab character. 178
Errors Method 'getScreenComponent' is not designed for extension - needs to be abstract, final or empty. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 185
Errors Method 'setScreenComponent' is not designed for extension - needs to be abstract, final or empty. 188
Errors Parameter screenComponent should be final. 188
Errors 'screenComponent' hides a field. 188
Errors Line contains a tab character. 189
Errors Line contains a tab character. 192
Errors Method 'getSectionId' is not designed for extension - needs to be abstract, final or empty. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 199
Errors Method 'setSectionId' is not designed for extension - needs to be abstract, final or empty. 202
Errors Parameter sectionId should be final. 202
Errors 'sectionId' hides a field. 202
Errors Line contains a tab character. 203
Errors Line has trailing spaces. 208
Errors Method 'isDescendHierarchy' is not designed for extension - needs to be abstract, final or empty. 211
Errors Line has trailing spaces. 217
Errors Method 'setDescendHierarchy' is not designed for extension - needs to be abstract, final or empty. 220
Errors Parameter descendHierarchy should be final. 220
Errors 'descendHierarchy' hides a field. 220
Errors Method 'getKsReferenceTypeKey' is not designed for extension - needs to be abstract, final or empty. 227
Errors Method 'setKsReferenceTypeKey' is not designed for extension - needs to be abstract, final or empty. 234
Errors Parameter ksReferenceTypeKey should be final. 234
Errors 'ksReferenceTypeKey' hides a field. 234
Errors Method 'toStringMapper' is not designed for extension - needs to be abstract, final or empty. 238

org/kuali/rice/student/kew/xml/KSUserXmlParser.java

Violation Message Line
Errors First sentence should end with a period. 37
Errors Line has trailing spaces. 42
Errors Line contains a tab character. 42
Errors Missing a Javadoc comment. 43
Errors Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Errors Variable 'LOG' must be private and have accessor methods. 43
Errors Line has trailing spaces. 44
Errors Line contains a tab character. 44
Errors Line is longer than 80 characters. 45
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 48
Errors Missing a Javadoc comment. 49
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 51
Errors Missing a Javadoc comment. 52
Errors Missing a Javadoc comment. 53
Errors Line has trailing spaces. 54
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 55
Errors Missing a Javadoc comment. 56
Errors Missing a Javadoc comment. 57
Errors Line is longer than 80 characters. 59
Errors Line contains a tab character. 59
Errors Missing a Javadoc comment. 59
Errors Line contains a tab character. 60
Errors Missing a Javadoc comment. 60
Errors Line contains a tab character. 61
Errors Missing a Javadoc comment. 61
Errors Line has trailing spaces. 62
Errors Line contains a tab character. 62
Errors Method 'constructEntity' is not designed for extension - needs to be abstract, final or empty. 63
Errors Parameter userElement should be final. 64
Errors Line is longer than 80 characters. 65
Errors Line has trailing spaces. 66
Errors Line contains a tab character. 66
Errors Line is longer than 80 characters. 67
Errors Line contains a tab character. 67
Errors Line is longer than 80 characters. 68
Errors Line is longer than 80 characters. 69
Errors Line is longer than 80 characters. 70
Errors Line contains a tab character. 72
Errors Line has trailing spaces. 74
Errors Line contains a tab character. 74
Errors Line has trailing spaces. 75
Errors Line contains a tab character. 76
Errors Line has trailing spaces. 77
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line has trailing spaces. 88
Errors Line has trailing spaces. 89
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line has trailing spaces. 91
Errors Line contains a tab character. 91
Errors Line contains a tab character. 92
Errors Line is longer than 80 characters. 93
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors 'if' is not followed by whitespace. 94
Errors '{' is not preceded with whitespace. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors 'else' is not preceded with whitespace. 96
Errors '}' is not followed by whitespace. 96
Errors 'else' is not followed by whitespace. 96
Errors '{' is not preceded with whitespace. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line has trailing spaces. 99
Errors Line contains a tab character. 99
Errors Line has trailing spaces. 100
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line is longer than 80 characters. 102
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line has trailing spaces. 107
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line is longer than 80 characters. 109
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors 'if' is not followed by whitespace. 111
Errors '==' is not preceded with whitespace. 111
Errors '==' is not followed by whitespace. 111
Errors '{' is not preceded with whitespace. 111
Errors Line is longer than 80 characters. 112
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line is longer than 80 characters. 114
Errors Line contains a tab character. 114
Errors Line has trailing spaces. 115
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Line is longer than 80 characters. 117
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors '+' is not preceded with whitespace. 118
Errors '+' is not followed by whitespace. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line is longer than 80 characters. 123
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors 'if' is not followed by whitespace. 124
Errors '{' is not preceded with whitespace. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors Line has trailing spaces. 128
Errors Line contains a tab character. 128
Errors Line has trailing spaces. 129
Errors Line contains a tab character. 129
Errors Line is longer than 80 characters. 130
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line has trailing spaces. 135
Errors Line contains a tab character. 135
Errors Line is longer than 80 characters. 136
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors Line is longer than 80 characters. 138
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors Line has trailing spaces. 149
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors Line has trailing spaces. 152
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line has trailing spaces. 154
Errors Line contains a tab character. 154
Errors Line is longer than 80 characters. 155
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line is longer than 80 characters. 158
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors Line is longer than 80 characters. 168
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors Line has trailing spaces. 170
Errors Line contains a tab character. 170
Errors Line contains a tab character. 171
Errors Line has trailing spaces. 173
Errors Method 'constructPrincipal' is not designed for extension - needs to be abstract, final or empty. 174
Errors Line is longer than 80 characters. 175
Errors Line contains a tab character. 175
Errors Parameter userElement should be final. 175
Errors Parameter entityId should be final. 175
Errors Line is longer than 80 characters. 176
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Line is longer than 80 characters. 178
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors Line is longer than 80 characters. 180
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line is longer than 80 characters. 182
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors Line is longer than 80 characters. 184
Errors Line contains a tab character. 184
Errors '=' is not preceded with whitespace. 184
Errors Line has trailing spaces. 185
Errors Line contains a tab character. 185
Errors Line has trailing spaces. 186
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line contains a tab character. 188
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors Line contains a tab character. 192
Errors Line is longer than 80 characters. 193
Errors Line contains a tab character. 193
Errors '+' is not preceded with whitespace. 193
Errors '+' is not followed by whitespace. 193
Errors Line contains a tab character. 194
Errors Line contains a tab character. 195
Errors ',' is not followed by whitespace. 195
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line has trailing spaces. 198
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199

org/kuali/rice/student/kew/xml/KSUserXmlServiceImpl.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Missing a Javadoc comment. 23
Errors Method 'loadXml' is not designed for extension - needs to be abstract, final or empty. 24
Errors Line contains a tab character. 25
Errors Parameter inputStream should be final. 25
Errors Parameter principalId should be final. 25

org/kuali/rice/student/lookup/keyvalues/AllOrgsValuesFinder.java

Violation Message Line
Errors Missing a Javadoc comment. 26
Errors Line is longer than 80 characters. 27
Errors Line contains a tab character. 27
Errors Missing a Javadoc comment. 27
Errors Line contains a tab character. 29
Errors Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. 29
Errors Missing a Javadoc comment. 29
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 44
Errors Line is longer than 80 characters. 46
Errors Line contains a tab character. 47
Errors Line is longer than 80 characters. 48
Errors Line contains a tab character. 49
Errors Line is longer than 80 characters. 52
Errors Line contains a tab character. 57

org/kuali/rice/student/lookup/keyvalues/CocValuesFiinder.java

Violation Message Line
Errors First sentence should end with a period. 34
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Expected an @return tag. 40
Errors Line contains a tab character. 40
Errors Parameter orgType should be final. 40
Errors Expected @param tag for 'orgType'. 40
Errors Line contains a tab character. 41
Errors Line is longer than 80 characters. 43
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line has trailing spaces. 48
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line has trailing spaces. 53
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line has trailing spaces. 58
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line is longer than 80 characters. 61
Errors Line contains a tab character. 61
Errors Line has trailing spaces. 62
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line is longer than 80 characters. 64
Errors Line contains a tab character. 64
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line is longer than 80 characters. 69
Errors Line contains a tab character. 69
Errors Line is longer than 80 characters. 70
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line is longer than 80 characters. 73
Errors Line contains a tab character. 73
Errors Line is longer than 80 characters. 74
Errors Line contains a tab character. 74
Errors Line is longer than 80 characters. 75
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line is longer than 80 characters. 78
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85

org/kuali/rice/student/lookup/keyvalues/CollegeCocValuesFinder.java

Violation Message Line
Errors Line contains a tab character. 28
Errors Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. 28
Errors Missing a Javadoc comment. 28
Errors Line contains a tab character. 29
Errors Line contains a tab character. 30

org/kuali/rice/student/lookup/keyvalues/DepartmentCocValuesFinder.java

Violation Message Line
Errors Line contains a tab character. 28
Errors Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. 28
Errors Missing a Javadoc comment. 28
Errors Line contains a tab character. 29
Errors Line contains a tab character. 30

org/kuali/rice/student/lookup/keyvalues/DivisionCocValuesFinder.java

Violation Message Line
Errors Missing a Javadoc comment. 22
Errors Line contains a tab character. 24
Errors Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. 24
Errors Missing a Javadoc comment. 24
Errors Line contains a tab character. 25
Errors Line contains a tab character. 26

org/kuali/rice/student/lookup/keyvalues/OrgCocValuesFinder.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Missing a Javadoc comment. 28
Errors Line is longer than 80 characters. 29
Errors Line contains a tab character. 29
Errors Missing a Javadoc comment. 29
Errors Line contains a tab character. 31
Errors Missing a Javadoc comment. 31
Errors Line has trailing spaces. 38
Errors Line has trailing spaces. 44
Errors Line has trailing spaces. 49
Errors Line is longer than 80 characters. 56
Errors Line has trailing spaces. 58
Errors Line is longer than 80 characters. 60
Errors Line is longer than 80 characters. 74
Errors Line contains a tab character. 79
Errors Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. 84

org/kuali/rice/student/lookup/keyvalues/StudentKeyValuesBase.java

Violation Message Line
Errors Line has trailing spaces. 17
Errors First sentence should end with a period. 29
Errors Line contains a tab character. 35
Errors Missing a Javadoc comment. 35
Errors Line contains a tab character. 37
Errors Missing a Javadoc comment. 37
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Line is longer than 80 characters. 40
Errors ',' is not followed by whitespace. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 45
Errors Line is longer than 80 characters. 46
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line has trailing spaces. 48
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Expected an @return tag. 55
Errors Line is longer than 80 characters. 55
Errors Line contains a tab character. 55
Errors Parameter orgId should be final. 55
Errors Expected @param tag for 'orgId'. 55
Errors Parameter orgShortName should be final. 55
Errors Expected @param tag for 'orgShortName'. 55
Errors Parameter orgLongName should be final. 55
Errors Expected @param tag for 'orgLongName'. 55
Errors Parameter orgType should be final. 55
Errors Expected @param tag for 'orgType'. 55
Errors Line contains a tab character. 56
Errors Line is longer than 80 characters. 57
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60

org/kuali/student/lum/kim/KimQualificationHelper.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line has trailing spaces. 17
Errors Line is longer than 80 characters. 40
Errors First sentence should end with a period. 45
Errors Line is longer than 80 characters. 46
Errors Utility classes should not have a public or default constructor. 49
Errors Line is longer than 80 characters. 50
Errors Missing a Javadoc comment. 50
Errors Line contains a tab character. 52
Errors Missing a Javadoc comment. 52
Errors Line contains a tab character. 54
Errors Must have at least one statement. 54
Errors Line contains a tab character. 55
Errors Line is longer than 80 characters. 56
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 59
Errors Missing a Javadoc comment. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line is longer than 80 characters. 63
Errors Missing a Javadoc comment. 63
Errors Parameter requiredAttributes should be final. 63
Errors Parameter receivedAttributes should be final. 63
Errors Parameter checkRequiredAttributes should be final. 63
Errors Parameter commaSeparatorString should be final. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors '(' is followed by whitespace. 65
Errors ')' is preceded with whitespace. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line is longer than 80 characters. 69
Errors Line contains a tab character. 69
Errors '(' is followed by whitespace. 69
Errors ')' is preceded with whitespace. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line is longer than 80 characters. 73
Errors Line contains a tab character. 73
Errors '(' is followed by whitespace. 73
Errors ')' is preceded with whitespace. 73
Errors Line has trailing spaces. 74
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line has trailing spaces. 76
Errors Line contains a tab character. 76
Errors Line is longer than 80 characters. 77
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line is longer than 80 characters. 79
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors 'for' is not followed by whitespace. 80
Errors '(' is followed by whitespace. 80
Errors ')' is preceded with whitespace. 80
Errors Line is longer than 80 characters. 81
Errors Line contains a tab character. 81
Errors 'if' is not followed by whitespace. 81
Errors '(' is followed by whitespace. 81
Errors ')' is preceded with whitespace. 81
Errors Line is longer than 80 characters. 82
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line is longer than 80 characters. 86
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 92
Errors Line is longer than 80 characters. 93
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors 'if' is not followed by whitespace. 95
Errors '>' is not preceded with whitespace. 95
Errors '>' is not followed by whitespace. 95
Errors Line contains a tab character. 96
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors '(' is followed by whitespace. 99
Errors ')' is preceded with whitespace. 99
Errors Line contains a tab character. 100
Errors '(' is followed by whitespace. 100
Errors ')' is preceded with whitespace. 100
Errors Line contains a tab character. 101
Errors 'if' is not followed by whitespace. 101
Errors '(' is followed by whitespace. 101
Errors ')' is preceded with whitespace. 101
Errors Line contains a tab character. 102
Errors '(' is followed by whitespace. 102
Errors ')' is preceded with whitespace. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line is longer than 80 characters. 108
Errors Line contains a tab character. 108
Errors Missing a Javadoc comment. 112
Errors Parameter qualification should be final. 112
Errors Line is longer than 80 characters. 113
Errors Line is longer than 80 characters. 121
Errors Missing a Javadoc comment. 121
Errors Parameter qualification should be final. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors Line is longer than 80 characters. 124
Errors Line contains a tab character. 124
Errors Line is longer than 80 characters. 125
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors Line is longer than 80 characters. 128
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line is longer than 80 characters. 130
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line is longer than 80 characters. 135
Errors Line contains a tab character. 135
Errors Line is longer than 80 characters. 136
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors '}' should be on the same line. 137
Errors Line contains a tab character. 138
Errors Line is longer than 80 characters. 139
Errors Line contains a tab character. 139
Errors Line is longer than 80 characters. 140
Errors Line contains a tab character. 140
Errors '(' is followed by whitespace. 140
Errors ')' is preceded with whitespace. 140
Errors Line contains a tab character. 141
Errors Line is longer than 80 characters. 142
Errors Line contains a tab character. 142
Errors '(' is followed by whitespace. 142
Errors ')' is preceded with whitespace. 142
Errors Line is longer than 80 characters. 143
Errors Line contains a tab character. 143
Errors Line is longer than 80 characters. 144
Errors Line contains a tab character. 144
Errors Line is longer than 80 characters. 145
Errors Line contains a tab character. 145
Errors '(' is followed by whitespace. 145
Errors ')' is preceded with whitespace. 145
Errors Line is longer than 80 characters. 146
Errors Line contains a tab character. 146
Errors Line is longer than 80 characters. 147
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors Line contains a tab character. 149
Errors Line contains a tab character. 150
Errors Line is longer than 80 characters. 151
Errors Line contains a tab character. 151
Errors Line is longer than 80 characters. 152
Errors Line contains a tab character. 152
Errors Line is longer than 80 characters. 153
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors '}' should be on the same line. 154
Errors Line contains a tab character. 155
Errors Line is longer than 80 characters. 156
Errors Line contains a tab character. 156
Errors Line is longer than 80 characters. 157
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors '}' should be on the same line. 159
Errors Line contains a tab character. 160
Errors Line is longer than 80 characters. 161
Errors Line contains a tab character. 161
Errors Line is longer than 80 characters. 162
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors Line is longer than 80 characters. 165
Errors Line contains a tab character. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors '}' should be on the same line. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors Line is longer than 80 characters. 174
Errors Line contains a tab character. 174
Errors Missing a Javadoc comment. 174
Errors Parameter docDetail should be final. 174
Errors Parameter proposalId should be final. 174
Errors Parameter qualifications should be final. 174
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Line is longer than 80 characters. 177
Errors Line contains a tab character. 177
Errors Line is longer than 80 characters. 178
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors Line is longer than 80 characters. 181
Errors Line contains a tab character. 181
Errors Line is longer than 80 characters. 182
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors Line is longer than 80 characters. 185
Errors Line contains a tab character. 185
Errors Line is longer than 80 characters. 186
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line is longer than 80 characters. 188
Errors Line contains a tab character. 188
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors Line is longer than 80 characters. 192
Errors Line contains a tab character. 192
Errors Line is longer than 80 characters. 193
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors Line contains a tab character. 195
Errors Line is longer than 80 characters. 196
Errors Line contains a tab character. 196
Errors Line is longer than 80 characters. 197
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors Line contains a tab character. 199
Errors '}' should be on the same line. 199
Errors Line contains a tab character. 200
Errors Line has trailing spaces. 201
Errors Line is longer than 80 characters. 201
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors Line contains a tab character. 203
Errors Line contains a tab character. 204
Errors Line contains a tab character. 205
Errors '}' should be on the same line. 205
Errors Line contains a tab character. 206
Errors Line is longer than 80 characters. 207
Errors Line contains a tab character. 207
Errors Line contains a tab character. 208
Errors Line has trailing spaces. 209
Errors Line is longer than 80 characters. 209
Errors Line contains a tab character. 209
Errors '&&' should be on a new line. 209
Errors Line is longer than 80 characters. 210
Errors Line contains a tab character. 210
Errors Line is longer than 80 characters. 211
Errors Line contains a tab character. 211
Errors Line contains a tab character. 212
Errors '}' should be on the same line. 212
Errors Line has trailing spaces. 213
Errors Line is longer than 80 characters. 213
Errors Line contains a tab character. 213
Errors '&&' should be on a new line. 213
Errors Line is longer than 80 characters. 214
Errors Line contains a tab character. 214
Errors Line is longer than 80 characters. 215
Errors Line contains a tab character. 215
Errors Line contains a tab character. 216
Errors Line contains a tab character. 217
Errors Line contains a tab character. 218
Errors Missing a Javadoc comment. 220
Errors Line is longer than 80 characters. 221
Errors ',' is not followed by whitespace. 221
Errors Missing a Javadoc comment. 224
Errors Line contains a tab character. 224
Errors ',' is not followed by whitespace. 224
Errors Missing a Javadoc comment. 226
Errors Line contains a tab character. 228
Errors Parameter key should be final. 229
Errors Parameter value should be final. 229
Errors Line contains a tab character. 230
Errors Line is longer than 80 characters. 231
Errors Line contains a tab character. 231
Errors Line contains a tab character. 232
Errors Line contains a tab character. 233
Errors Line contains a tab character. 236
Errors Missing a Javadoc comment. 236
Errors Parameter value should be final. 236
Errors Line is longer than 80 characters. 237
Errors Line contains a tab character. 237
Errors Line contains a tab character. 238
Errors Line contains a tab character. 239
Errors Line contains a tab character. 240
Errors Line contains a tab character. 242
Errors Line contains a tab character. 243
Errors Line contains a tab character. 244

org/kuali/student/lum/kim/StudentIdentityServiceImpl.java

Violation Message Line
Errors Line has trailing spaces. 17
Errors Line is longer than 80 characters. 34
Errors Line has trailing spaces. 36
Errors Line is longer than 80 characters. 40
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 42
Errors Missing a Javadoc comment. 42
Errors Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Errors Line contains a tab character. 44
Errors Line is longer than 80 characters. 45
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Method 'getPrincipalByPrincipalNameAndPassword' is not designed for extension - needs to be abstract, final or empty. 47
Errors Line is longer than 80 characters. 48
Errors Line contains a tab character. 48
Errors Parameter principalName should be final. 48
Errors Parameter password should be final. 48
Errors Line contains a tab character. 49
Errors Line is longer than 80 characters. 50
Errors Line contains a tab character. 50
Errors '+' is not preceded with whitespace. 50
Errors Line is longer than 80 characters. 51
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors Line is longer than 80 characters. 53
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57

org/kuali/student/lum/kim/permission/type/TranslatedDocumentTypePermissionTypeServiceImpl.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line has trailing spaces. 17
Errors First sentence should end with a period. 32
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 38
Errors Line contains a tab character. 38
Errors Missing a Javadoc comment. 38
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors '(' is followed by whitespace. 44
Errors ')' is preceded with whitespace. 44
Errors Line contains a tab character. 45
Errors Line is longer than 80 characters. 46
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors '(' is followed by whitespace. 48
Errors ')' is preceded with whitespace. 48
Errors Line is longer than 80 characters. 49
Errors Line contains a tab character. 49
Errors '(' is followed by whitespace. 49
Errors ')' is preceded with whitespace. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line is longer than 80 characters. 52
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors '(' is followed by whitespace. 54
Errors ')' is preceded with whitespace. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 57
Errors Line is longer than 80 characters. 58
Errors Line contains a tab character. 58
Errors Line is longer than 80 characters. 59
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 62
Errors Line contains a tab character. 64
Errors Method 'translateInputAttributeSet' is not designed for extension - needs to be abstract, final or empty. 64
Errors Parameter qualification should be final. 65
Errors Line is longer than 80 characters. 66
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 69
Errors Method 'validateRequiredAttributesAgainstReceived' is not designed for extension - needs to be abstract, final or empty. 69
Errors Line is longer than 80 characters. 70
Errors Parameter receivedAttributes should be final. 70
Errors Line contains a tab character. 71
Errors Line is longer than 80 characters. 72
Errors Line contains a tab character. 72
Errors Line is longer than 80 characters. 73
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74

org/kuali/student/lum/kim/role/type/HierarchyNodeTestRoleTypeServiceBase.java

Violation Message Line
Errors First sentence should end with a period. 27
Errors Line has trailing spaces. 29
Errors Line is longer than 80 characters. 33
Errors Line contains a tab character. 35
Errors Line is longer than 80 characters. 36
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Method 'getRoleMembersFromApplicationRole' is not designed for extension - needs to be abstract, final or empty. 38
Errors Line is longer than 80 characters. 39
Errors Line contains a tab character. 39
Errors Parameter namespaceCode should be final. 39
Errors Parameter roleName should be final. 39
Errors Parameter qualification should be final. 39
Errors Line is longer than 80 characters. 40
Errors Line contains a tab character. 40
Errors Line is longer than 80 characters. 41
Errors Line contains a tab character. 41
Errors ',' is not followed by whitespace. 41
Errors ',' is not followed by whitespace. 41
Errors ',' is not followed by whitespace. 41
Errors ',' is not followed by whitespace. 41
Errors Line is longer than 80 characters. 42
Errors Line contains a tab character. 42
Errors ',' is not followed by whitespace. 42
Errors ',' is not followed by whitespace. 42
Errors ',' is not followed by whitespace. 42
Errors ',' is not followed by whitespace. 42
Errors Line is longer than 80 characters. 43
Errors Line contains a tab character. 43
Errors ',' is not followed by whitespace. 43
Errors ',' is not followed by whitespace. 43
Errors ',' is not followed by whitespace. 43
Errors ',' is not followed by whitespace. 43
Errors Line is longer than 80 characters. 44
Errors Line contains a tab character. 44
Errors ',' is not followed by whitespace. 44
Errors ',' is not followed by whitespace. 44
Errors ',' is not followed by whitespace. 44
Errors ',' is not followed by whitespace. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors Line contains a tab character. 48
Errors Line is longer than 80 characters. 49
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Method 'sortRoleMembers' is not designed for extension - needs to be abstract, final or empty. 51
Errors Line is longer than 80 characters. 52
Errors Line contains a tab character. 52
Errors Parameter roleMembers should be final. 52
Errors Line is longer than 80 characters. 53
Errors Line contains a tab character. 53
Errors Line is longer than 80 characters. 54
Errors Line contains a tab character. 55
Errors Line is longer than 80 characters. 56
Errors Line contains a tab character. 56
Errors '(' is followed by whitespace. 56
Errors '3' is a magic number. 56
Errors ')' is preceded with whitespace. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61

org/kuali/student/lum/kim/role/type/KSActionRequestDerivedRoleTypeServiceImpl.java

Violation Message Line
Errors Line is longer than 80 characters. 45
Errors Missing a Javadoc comment. 46
Errors Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Errors Variable 'LOG' must be private and have accessor methods. 46
Errors Line has trailing spaces. 47
Errors Line contains a tab character. 47
Errors Line is longer than 80 characters. 48
Errors Line contains a tab character. 48
Errors Missing a Javadoc comment. 48
Errors Line is longer than 80 characters. 49
Errors Line contains a tab character. 49
Errors Missing a Javadoc comment. 49
Errors Line contains a tab character. 50
Errors Missing a Javadoc comment. 50
Errors Line is longer than 80 characters. 52
Errors Missing a Javadoc comment. 52
Errors Variable 'newRequiredAttributes' must be private and have accessor methods. 52
Errors Missing a Javadoc comment. 54
Errors Line contains a tab character. 54
Errors Line contains a tab character. 55
Errors Missing a Javadoc comment. 55
Errors Missing a Javadoc comment. 55
Errors Missing a Javadoc comment. 55
Errors Line contains a tab character. 56
Errors Missing a Javadoc comment. 58
Errors Line contains a tab character. 58
Errors Line has trailing spaces. 59
Errors Line is longer than 80 characters. 59
Errors Line contains a tab character. 59
Errors Missing a Javadoc comment. 59
Errors Missing a Javadoc comment. 59
Errors Line contains a tab character. 60
Errors Missing a Javadoc comment. 60
Errors Line contains a tab character. 62
Errors Missing a Javadoc comment. 62
Errors Line is longer than 80 characters. 64
Errors Line contains a tab character. 64
Errors Missing a Javadoc comment. 64
Errors Parameter kewActionRequestStatusCode should be final. 64
Errors 'kewActionRequestStatusCode' hides a field. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 68
Errors Missing a Javadoc comment. 68
Errors Parameter code should be final. 68
Errors Line is longer than 80 characters. 69
Errors Line contains a tab character. 69
Errors Line is longer than 80 characters. 70
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors Line contains a tab character. 81
Errors Line contains a tab character. 82
Errors '(' is followed by whitespace. 82
Errors ')' is preceded with whitespace. 82
Errors Line contains a tab character. 83
Errors Line is longer than 80 characters. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors '(' is followed by whitespace. 86
Errors ')' is preceded with whitespace. 86
Errors Line is longer than 80 characters. 87
Errors Line contains a tab character. 87
Errors '(' is followed by whitespace. 87
Errors ')' is preceded with whitespace. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 90
Errors Line is longer than 80 characters. 91
Errors Line contains a tab character. 91
Errors '(' is followed by whitespace. 91
Errors ')' is preceded with whitespace. 91
Errors Line is longer than 80 characters. 92
Errors Line contains a tab character. 92
Errors '(' is followed by whitespace. 92
Errors ')' is preceded with whitespace. 92
Errors Line contains a tab character. 93
Errors Line is longer than 80 characters. 95
Errors '(' is followed by whitespace. 97
Errors ')' is preceded with whitespace. 97
Errors Line contains a tab character. 100
Errors Line has trailing spaces. 102
Errors Line contains a tab character. 102
Errors Line is longer than 80 characters. 103
Errors Line contains a tab character. 103
Errors Line has trailing spaces. 104
Errors Line contains a tab character. 104
Errors Line is longer than 80 characters. 105
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Method 'validateRequiredAttributesAgainstReceived' is not designed for extension - needs to be abstract, final or empty. 107
Errors Line is longer than 80 characters. 108
Errors Line contains a tab character. 108
Errors Parameter receivedAttributes should be final. 108
Errors Expected @param tag for 'receivedAttributes'. 108
Errors '{' is not preceded with whitespace. 108
Errors Line is longer than 80 characters. 109
Errors Line contains a tab character. 109
Errors Line is longer than 80 characters. 110
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Method 'translateInputAttributeSet' is not designed for extension - needs to be abstract, final or empty. 113
Errors Parameter qualification should be final. 114
Errors Line is longer than 80 characters. 115
Errors Line is longer than 80 characters. 118
Errors Line contains a tab character. 118
Errors Method 'getDocumentNumber' is not designed for extension - needs to be abstract, final or empty. 118
Errors Missing a Javadoc comment. 118
Errors Parameter qualification should be final. 118
Errors Line contains a tab character. 119
Errors Line is longer than 80 characters. 120
Errors Line contains a tab character. 120
Errors '(' is followed by whitespace. 120
Errors ')' is preceded with whitespace. 120
Errors Line is longer than 80 characters. 124
Errors '20' is a magic number. 125
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line is longer than 80 characters. 131
Errors Line contains a tab character. 131
Errors Line is longer than 80 characters. 132
Errors Line contains a tab character. 132
Errors Line contains a tab character. 133
Errors Line is longer than 80 characters. 134
Errors Line contains a tab character. 134
Errors Line is longer than 80 characters. 135
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors Line contains a tab character. 138
Errors Line is longer than 80 characters. 139
Errors Line contains a tab character. 139
Errors Line is longer than 80 characters. 140
Errors Line contains a tab character. 140
Errors Line is longer than 80 characters. 141
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Line is longer than 80 characters. 143
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line is longer than 80 characters. 145
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors Line is longer than 80 characters. 150
Errors Line contains a tab character. 150
Errors Method 'addMember' is not designed for extension - needs to be abstract, final or empty. 150
Errors Missing a Javadoc comment. 150
Errors Parameter requestsByPrincipalId should be final. 150
Errors ',' is not followed by whitespace. 150
Errors Parameter principalId should be final. 150
Errors Parameter actionRequest should be final. 150
Errors Line contains a tab character. 151
Errors Line is longer than 80 characters. 152
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 155
Errors Line contains a tab character. 157
Errors Line is longer than 80 characters. 158
Errors Line contains a tab character. 158
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Method 'getRoleMembersFromApplicationRole' is not designed for extension - needs to be abstract, final or empty. 160
Errors Line contains a tab character. 161
Errors Line is longer than 80 characters. 162
Errors Line contains a tab character. 162
Errors Parameter namespaceCode should be final. 162
Errors Parameter roleName should be final. 162
Errors Parameter paramQualification should be final. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors Line is longer than 80 characters. 165
Errors Line contains a tab character. 165
Errors Line is longer than 80 characters. 166
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Line is longer than 80 characters. 171
Errors Line contains a tab character. 171
Errors Line is longer than 80 characters. 172
Errors Line contains a tab character. 172
Errors Line is longer than 80 characters. 173
Errors Line contains a tab character. 173
Errors ',' is not followed by whitespace. 173
Errors Line is longer than 80 characters. 174
Errors Line contains a tab character. 174
Errors Line contains a tab character. 175
Errors ':' is not preceded with whitespace. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Line is longer than 80 characters. 178
Errors Line contains a tab character. 178
Errors Line contains a tab character. 179
Errors '}' should be on the same line. 179
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line is longer than 80 characters. 182
Errors Line contains a tab character. 182
Errors Line is longer than 80 characters. 183
Errors Line contains a tab character. 183
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Line contains a tab character. 186
Errors Line is longer than 80 characters. 187
Errors Line contains a tab character. 187
Errors Line is longer than 80 characters. 188
Errors Line contains a tab character. 188
Errors Line is longer than 80 characters. 189
Errors Line contains a tab character. 189
Errors '(' is followed by whitespace. 189
Errors ')' is preceded with whitespace. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors Line is longer than 80 characters. 195
Errors Line contains a tab character. 195
Errors Line is longer than 80 characters. 196
Errors Line contains a tab character. 196
Errors Line contains a tab character. 197
Errors Line contains a tab character. 198
Errors Line contains a tab character. 200
Errors Line is longer than 80 characters. 201
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors Line contains a tab character. 203
Errors Method 'hasApplicationRole' is not designed for extension - needs to be abstract, final or empty. 203
Errors Line contains a tab character. 204
Errors Parameter principalId should be final. 204
Errors Line is longer than 80 characters. 205
Errors Line contains a tab character. 205
Errors Parameter groupIds should be final. 205
Errors Parameter namespaceCode should be final. 205
Errors Parameter roleName should be final. 205
Errors Line contains a tab character. 206
Errors Parameter paramQualification should be final. 206
Errors Line is longer than 80 characters. 208
Errors Line contains a tab character. 209
Errors Line contains a tab character. 210
Errors Line contains a tab character. 211
Errors Line is longer than 80 characters. 212
Errors Line contains a tab character. 212
Errors Line is longer than 80 characters. 213
Errors Line contains a tab character. 213
Errors Line contains a tab character. 214
Errors Line contains a tab character. 215
Errors Line contains a tab character. 216
Errors Line is longer than 80 characters. 217
Errors Line contains a tab character. 217
Errors Line is longer than 80 characters. 218
Errors Line contains a tab character. 218
Errors Line contains a tab character. 219
Errors Line contains a tab character. 220
Errors Line is longer than 80 characters. 222
Errors Line contains a tab character. 222
Errors Method 'containsActivatedRequest' is not designed for extension - needs to be abstract, final or empty. 222
Errors Missing a Javadoc comment. 222
Errors Parameter roleName should be final. 222
Errors Parameter actionRequests should be final. 222
Errors Line is longer than 80 characters. 223
Errors Line contains a tab character. 223
Errors Line contains a tab character. 224
Errors '(' is followed by whitespace. 224
Errors ')' is preceded with whitespace. 224
Errors Line is longer than 80 characters. 225
Errors Line contains a tab character. 225
Errors '(' is followed by whitespace. 225
Errors Line contains a tab character. 226
Errors Line contains a tab character. 227
Errors Line contains a tab character. 228
Errors Line contains a tab character. 229
Errors '}' should be on the same line. 229
Errors Line is longer than 80 characters. 230
Errors Line contains a tab character. 230
Errors Line contains a tab character. 231
Errors '(' is followed by whitespace. 231
Errors ')' is preceded with whitespace. 231
Errors Line is longer than 80 characters. 232
Errors Line contains a tab character. 232
Errors '(' is followed by whitespace. 232
Errors Line contains a tab character. 233
Errors Line contains a tab character. 234
Errors Line contains a tab character. 235
Errors Line contains a tab character. 236
Errors '}' should be on the same line. 236
Errors Line is longer than 80 characters. 237
Errors Line contains a tab character. 237
Errors Line contains a tab character. 238
Errors '(' is followed by whitespace. 238
Errors ')' is preceded with whitespace. 238
Errors Line is longer than 80 characters. 239
Errors Line contains a tab character. 239
Errors '(' is followed by whitespace. 239
Errors Line contains a tab character. 240
Errors Line contains a tab character. 241
Errors Line contains a tab character. 242
Errors Line contains a tab character. 243
Errors Line contains a tab character. 244
Errors Line contains a tab character. 245
Errors Line contains a tab character. 247
Errors Method 'verifyActionRequest' is not designed for extension - needs to be abstract, final or empty. 247
Errors Missing a Javadoc comment. 247
Errors Parameter ar should be final. 247
Errors Line is longer than 80 characters. 248
Errors Line contains a tab character. 248
Errors Line contains a tab character. 249
Errors Line contains a tab character. 250
Errors Line is longer than 80 characters. 251
Errors Line contains a tab character. 251
Errors Line contains a tab character. 252
Errors '}' should be on the same line. 252
Errors Line contains a tab character. 253
Errors Line is longer than 80 characters. 254
Errors Line contains a tab character. 254
Errors Line contains a tab character. 255
Errors Line contains a tab character. 256
Errors Line contains a tab character. 257
Errors Line contains a tab character. 258
Errors First sentence should end with a period. 260
Errors Line contains a tab character. 260
Errors Line is longer than 80 characters. 261
Errors Line contains a tab character. 261
Errors Line has trailing spaces. 262
Errors Line contains a tab character. 262
Errors Line is longer than 80 characters. 263
Errors Line contains a tab character. 263
Errors Line contains a tab character. 264
Errors Line contains a tab character. 265
Errors Expected an @return tag. 266
Errors Line is longer than 80 characters. 266
Errors Line contains a tab character. 266
Errors Method 'shouldCacheRoleMembershipResults' is not designed for extension - needs to be abstract, final or empty. 266
Errors Parameter namespaceCode should be final. 266
Errors Expected @param tag for 'namespaceCode'. 266
Errors Parameter roleName should be final. 266
Errors Expected @param tag for 'roleName'. 266
Errors Line contains a tab character. 267
Errors Line contains a tab character. 268
Errors Line contains a tab character. 270
Errors Method 'getRequestTypesToCheck' is not designed for extension - needs to be abstract, final or empty. 270
Errors Missing a Javadoc comment. 270
Errors Line contains a tab character. 271
Errors Line contains a tab character. 272
Errors Line contains a tab character. 274
Errors Method 'getRequestStatusesToCheck' is not designed for extension - needs to be abstract, final or empty. 274
Errors Missing a Javadoc comment. 274
Errors Line is longer than 80 characters. 275
Errors Line contains a tab character. 275
Errors Line contains a tab character. 276
Errors Line contains a tab character. 278
Errors Method 'getWorkflowUtility' is not designed for extension - needs to be abstract, final or empty. 278
Errors Missing a Javadoc comment. 278
Errors Line contains a tab character. 279
Errors Line contains a tab character. 280

org/kuali/student/lum/kim/role/type/KSAdhocActionRequestDerivedRoleTypeServiceImpl.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line is longer than 80 characters. 19
Errors Missing a Javadoc comment. 19
Errors Line contains a tab character. 19
Errors Line contains a tab character. 21
Errors Method 'getRequestTypesToCheck' is not designed for extension - needs to be abstract, final or empty. 21
Errors Line contains a tab character. 22
Errors Line contains a tab character. 23
Errors Line contains a tab character. 24

org/kuali/student/lum/kim/role/type/KSAdhocDoneActionRequestDerivedRoleTypeServiceImpl.java

Violation Message Line
Errors Line has trailing spaces. 17
Errors First sentence should end with a period. 24
Errors Line has trailing spaces. 27
Errors Line is longer than 80 characters. 29
Errors Line contains a tab character. 31
Errors Line is longer than 80 characters. 32
Errors Method 'getRequestStatusesToCheck' is not designed for extension - needs to be abstract, final or empty. 34
Errors Line contains a tab character. 36

org/kuali/student/lum/kim/role/type/KSNonAdhocActionRequestDerivedRoleTypeServiceImpl.java

Violation Message Line
Errors Line is longer than 80 characters. 19
Errors Missing a Javadoc comment. 19
Errors Line contains a tab character. 21
Errors Method 'getRequestTypesToCheck' is not designed for extension - needs to be abstract, final or empty. 21
Errors Line contains a tab character. 22
Errors Line contains a tab character. 23
Errors Line contains a tab character. 24

org/kuali/student/lum/kim/role/type/KSNonAdhocDoneActionRequestDerivedRoleTypeServiceImpl.java

Violation Message Line
Errors Line has trailing spaces. 17
Errors First sentence should end with a period. 24
Errors Line has trailing spaces. 27
Errors Line is longer than 80 characters. 29
Errors Line contains a tab character. 31
Errors Line is longer than 80 characters. 32
Errors Method 'getRequestStatusesToCheck' is not designed for extension - needs to be abstract, final or empty. 34
Errors Line contains a tab character. 36

org/kuali/student/lum/kim/role/type/KSRouteLogDerivedRoleTypeServiceImpl.java

Violation Message Line
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 39
Errors Missing a Javadoc comment. 39
Errors Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. 39
Errors Missing a Javadoc comment. 41
Errors Line is longer than 80 characters. 42
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 45
Errors Line is longer than 80 characters. 46
Errors Line contains a tab character. 46
Errors Missing a Javadoc comment. 46
Errors Variable 'newRequiredAttributes' must be private and have accessor methods. 46
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 51
Errors Line contains a tab character. 52
Errors '(' is followed by whitespace. 52
Errors ')' is preceded with whitespace. 52
Errors Line contains a tab character. 53
Errors Line is longer than 80 characters. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors '(' is followed by whitespace. 56
Errors ')' is preceded with whitespace. 56
Errors Line is longer than 80 characters. 57
Errors Line contains a tab character. 57
Errors '(' is followed by whitespace. 57
Errors ')' is preceded with whitespace. 57
Errors Line contains a tab character. 58
Errors Line contains a tab character. 60
Errors Line is longer than 80 characters. 61
Errors Line contains a tab character. 61
Errors '(' is followed by whitespace. 61
Errors ')' is preceded with whitespace. 61
Errors Line is longer than 80 characters. 62
Errors Line contains a tab character. 62
Errors '(' is followed by whitespace. 62
Errors ')' is preceded with whitespace. 62
Errors Line contains a tab character. 63
Errors Line is longer than 80 characters. 65
Errors '(' is followed by whitespace. 67
Errors ')' is preceded with whitespace. 67
Errors Line contains a tab character. 70
Errors Line has trailing spaces. 72
Errors Line contains a tab character. 72
Errors Line is longer than 80 characters. 73
Errors Line contains a tab character. 73
Errors Line has trailing spaces. 74
Errors Line contains a tab character. 74
Errors Line is longer than 80 characters. 75
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Method 'validateRequiredAttributesAgainstReceived' is not designed for extension - needs to be abstract, final or empty. 77
Errors Line is longer than 80 characters. 78
Errors Line contains a tab character. 78
Errors Parameter receivedAttributes should be final. 78
Errors Expected @param tag for 'receivedAttributes'. 78
Errors '{' is not preceded with whitespace. 78
Errors Line is longer than 80 characters. 79
Errors Line contains a tab character. 79
Errors Line contains a tab character. 81
Errors Method 'translateInputAttributeSet' is not designed for extension - needs to be abstract, final or empty. 83
Errors Parameter qualification should be final. 84
Errors Line is longer than 80 characters. 85
Errors Line is longer than 80 characters. 88
Errors Line contains a tab character. 88
Errors Method 'getDocumentNumber' is not designed for extension - needs to be abstract, final or empty. 88
Errors Missing a Javadoc comment. 88
Errors Parameter qualification should be final. 88
Errors Line contains a tab character. 89
Errors Line is longer than 80 characters. 90
Errors Line contains a tab character. 90
Errors '(' is followed by whitespace. 90
Errors ')' is preceded with whitespace. 90
Errors Line is longer than 80 characters. 94
Errors '20' is a magic number. 95
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line is longer than 80 characters. 101
Errors Line contains a tab character. 101
Errors Line is longer than 80 characters. 102
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line is longer than 80 characters. 104
Errors Line contains a tab character. 104
Errors Line is longer than 80 characters. 105
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line is longer than 80 characters. 109
Errors Line contains a tab character. 109
Errors Line is longer than 80 characters. 110
Errors Line contains a tab character. 110
Errors Line is longer than 80 characters. 111
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line is longer than 80 characters. 113
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 118
Errors Method 'isCheckFutureRequests' is not designed for extension - needs to be abstract, final or empty. 118
Errors Missing a Javadoc comment. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 122
Errors Method 'setCheckFutureRequests' is not designed for extension - needs to be abstract, final or empty. 122
Errors Missing a Javadoc comment. 122
Errors Parameter checkFutureRequests should be final. 122
Errors 'checkFutureRequests' hides a field. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors Line is longer than 80 characters. 128
Errors Line contains a tab character. 128
Errors Line is longer than 80 characters. 129
Errors Line contains a tab character. 129
Errors Line is longer than 80 characters. 130
Errors Line contains a tab character. 130
Errors Line has trailing spaces. 131
Errors Line contains a tab character. 131
Errors Line has trailing spaces. 132
Errors Line is longer than 80 characters. 132
Errors Line contains a tab character. 132
Errors Line has trailing spaces. 133
Errors Line is longer than 80 characters. 133
Errors Line contains a tab character. 133
Errors Line has trailing spaces. 134
Errors Line contains a tab character. 134
Errors Line is longer than 80 characters. 135
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors Expected an @return tag. 137
Errors Line contains a tab character. 137
Errors Method 'getRoleMembersFromApplicationRole' is not designed for extension - needs to be abstract, final or empty. 137
Errors Line is longer than 80 characters. 138
Errors Parameter namespaceCode should be final. 138
Errors Expected @param tag for 'namespaceCode'. 138
Errors Parameter roleName should be final. 138
Errors Expected @param tag for 'roleName'. 138
Errors Parameter paramQualification should be final. 138
Errors Expected @param tag for 'paramQualification'. 138
Errors Line is longer than 80 characters. 139
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line is longer than 80 characters. 141
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line is longer than 80 characters. 147
Errors Line contains a tab character. 147
Errors Line is longer than 80 characters. 148
Errors Line contains a tab character. 148
Errors '(' is followed by whitespace. 148
Errors ')' is preceded with whitespace. 148
Errors Line is longer than 80 characters. 149
Errors Line contains a tab character. 149
Errors 'if' is not followed by whitespace. 149
Errors Line is longer than 80 characters. 150
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors '(' is followed by whitespace. 152
Errors ')' is preceded with whitespace. 152
Errors Line is longer than 80 characters. 153
Errors Line contains a tab character. 153
Errors '(' is followed by whitespace. 153
Errors ')' is preceded with whitespace. 153
Errors Line is longer than 80 characters. 154
Errors Line contains a tab character. 154
Errors '(' is followed by whitespace. 154
Errors ')' is preceded with whitespace. 154
Errors Line contains a tab character. 155
Errors Line contains a tab character. 156
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors 'if' is not followed by whitespace. 158
Errors Line is longer than 80 characters. 159
Errors Line contains a tab character. 159
Errors Line is longer than 80 characters. 160
Errors Line contains a tab character. 160
Errors '(' is followed by whitespace. 160
Errors ')' is preceded with whitespace. 160
Errors Line contains a tab character. 161
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors Line is longer than 80 characters. 164
Errors Line contains a tab character. 164
Errors ',' is not followed by whitespace. 164
Errors Line is longer than 80 characters. 165
Errors Line contains a tab character. 165
Errors '+' is not preceded with whitespace. 165
Errors '+' is not followed by whitespace. 165
Errors '+' is not preceded with whitespace. 165
Errors '+' is not followed by whitespace. 165
Errors '+' is not preceded with whitespace. 165
Errors '+' is not followed by whitespace. 165
Errors ',' is not followed by whitespace. 165
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors Line contains a tab character. 170
Errors Line is longer than 80 characters. 171
Errors Line contains a tab character. 171
Errors Line contains a tab character. 172
Errors Expected an @return tag. 173
Errors Line contains a tab character. 173
Errors Method 'hasApplicationRole' is not designed for extension - needs to be abstract, final or empty. 173
Errors Line contains a tab character. 174
Errors Line is longer than 80 characters. 175
Errors Line contains a tab character. 175
Errors Parameter principalId should be final. 175
Errors Expected @param tag for 'principalId'. 175
Errors Parameter groupIds should be final. 175
Errors Expected @param tag for 'groupIds'. 175
Errors Parameter namespaceCode should be final. 175
Errors Expected @param tag for 'namespaceCode'. 175
Errors Parameter roleName should be final. 175
Errors Expected @param tag for 'roleName'. 175
Errors Parameter paramQualification should be final. 175
Errors Expected @param tag for 'paramQualification'. 175
Errors '{' is not preceded with whitespace. 175
Errors Line is longer than 80 characters. 177
Errors Line contains a tab character. 179
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors '{' is not preceded with whitespace. 183
Errors Line is longer than 80 characters. 184
Errors Line contains a tab character. 184
Errors Line is longer than 80 characters. 185
Errors Line contains a tab character. 185
Errors 'if' is not followed by whitespace. 185
Errors '{' is not preceded with whitespace. 185
Errors Line is longer than 80 characters. 186
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors 'if' is not followed by whitespace. 187
Errors '{' is not preceded with whitespace. 187
Errors Line is longer than 80 characters. 188
Errors Line contains a tab character. 188
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors Line is longer than 80 characters. 192
Errors Line contains a tab character. 192
Errors ',' is not followed by whitespace. 192
Errors Line is longer than 80 characters. 193
Errors Line contains a tab character. 193
Errors '+' is not preceded with whitespace. 193
Errors '+' is not followed by whitespace. 193
Errors '+' is not preceded with whitespace. 193
Errors '+' is not followed by whitespace. 193
Errors '+' is not preceded with whitespace. 193
Errors '+' is not followed by whitespace. 193
Errors '+' is not preceded with whitespace. 193
Errors '+' is not followed by whitespace. 193
Errors '+' is not preceded with whitespace. 193
Errors '+' is not followed by whitespace. 193
Errors ',' is not followed by whitespace. 193
Errors Line contains a tab character. 194
Errors Line contains a tab character. 196
Errors First sentence should end with a period. 198
Errors Line contains a tab character. 198
Errors Line is longer than 80 characters. 199
Errors Line contains a tab character. 199
Errors Line has trailing spaces. 200
Errors Line contains a tab character. 200
Errors Line is longer than 80 characters. 201
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors Line contains a tab character. 203
Errors Expected an @return tag. 204
Errors Line is longer than 80 characters. 204
Errors Line contains a tab character. 204
Errors Method 'shouldCacheRoleMembershipResults' is not designed for extension - needs to be abstract, final or empty. 204
Errors Parameter namespaceCode should be final. 204
Errors Expected @param tag for 'namespaceCode'. 204
Errors Parameter roleName should be final. 204
Errors Expected @param tag for 'roleName'. 204
Errors Line contains a tab character. 205
Errors Line contains a tab character. 206
Errors Line contains a tab character. 208
Errors Method 'getWorkflowUtility' is not designed for extension - needs to be abstract, final or empty. 208
Errors Missing a Javadoc comment. 208
Errors Line contains a tab character. 209
Errors Line contains a tab character. 210

org/kuali/student/lum/kim/role/type/OrgDerivedRoleTypeServiceImpl.java

Violation Message Line
Errors Line is longer than 80 characters. 34
Errors Missing a Javadoc comment. 34
Errors Line has trailing spaces. 35
Errors Line contains a tab character. 35
Errors Line has trailing spaces. 36
Errors Line contains a tab character. 36
Errors Missing a Javadoc comment. 36
Errors Line is longer than 80 characters. 37
Errors Line contains a tab character. 37
Errors Line has trailing spaces. 38
Errors Line contains a tab character. 38
Errors Line contains a tab character. 39
Errors Missing a Javadoc comment. 39
Errors Line contains a tab character. 40
Errors Missing a Javadoc comment. 40
Errors Line contains a tab character. 41
Errors Missing a Javadoc comment. 41
Errors Line has trailing spaces. 42
Errors Line contains a tab character. 42
Errors Line has trailing spaces. 43
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line has trailing spaces. 45
Errors Line contains a tab character. 45
Errors Line is longer than 80 characters. 46
Errors Line contains a tab character. 46
Errors Line contains a tab character. 47
Errors Line has trailing spaces. 48
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line is longer than 80 characters. 52
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Method 'getRoleMembersFromApplicationRole' is not designed for extension - needs to be abstract, final or empty. 54
Errors Line contains a tab character. 55
Errors Line is longer than 80 characters. 56
Errors Line contains a tab character. 56
Errors Parameter namespaceCode should be final. 56
Errors Parameter roleName should be final. 56
Errors Parameter qualification should be final. 56
Errors Line contains a tab character. 57
Errors Line is longer than 80 characters. 58
Errors Line contains a tab character. 58
Errors ',' is not followed by whitespace. 58
Errors Line contains a tab character. 59
Errors Line has trailing spaces. 60
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line is longer than 80 characters. 62
Errors Line contains a tab character. 62
Errors Line has trailing spaces. 63
Errors Line contains a tab character. 63
Errors Line is longer than 80 characters. 64
Errors Line contains a tab character. 64
Errors Line is longer than 80 characters. 65
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line is longer than 80 characters. 72
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line is longer than 80 characters. 76
Errors Line contains a tab character. 76
Errors Line contains a tab character. 78
Errors Line is longer than 80 characters. 79
Errors Line contains a tab character. 79
Errors Line contains a tab character. 80
Errors 'if' is not followed by whitespace. 80
Errors '!=' is not preceded with whitespace. 80
Errors '!=' is not followed by whitespace. 80
Errors '{' is not preceded with whitespace. 80
Errors Line is longer than 80 characters. 81
Errors Line contains a tab character. 81
Errors 'for' is not followed by whitespace. 81
Errors ':' is not preceded with whitespace. 81
Errors ':' is not followed by whitespace. 81
Errors '{' is not preceded with whitespace. 81
Errors Line is longer than 80 characters. 82
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors 'for' is not followed by whitespace. 83
Errors ':' is not preceded with whitespace. 83
Errors ':' is not followed by whitespace. 83
Errors '{' is not preceded with whitespace. 83
Errors Line is longer than 80 characters. 84
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line is longer than 80 characters. 88
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors 'else' is not preceded with whitespace. 89
Errors '}' is not followed by whitespace. 89
Errors 'else' is not followed by whitespace. 89
Errors '{' is not preceded with whitespace. 89
Errors Line contains a tab character. 90
Errors Line contains a tab character. 91
Errors Line is longer than 80 characters. 92
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors 'for' is not followed by whitespace. 93
Errors ':' is not preceded with whitespace. 93
Errors ':' is not followed by whitespace. 93
Errors '{' is not preceded with whitespace. 93
Errors Line is longer than 80 characters. 94
Errors Line contains a tab character. 94
Errors 'if' is not followed by whitespace. 94
Errors '==' is not preceded with whitespace. 94
Errors '==' is not followed by whitespace. 94
Errors '||' is not preceded with whitespace. 94
Errors '||' is not followed by whitespace. 94
Errors '{' is not preceded with whitespace. 94
Errors Line is longer than 80 characters. 95
Errors Line contains a tab character. 95
Errors Line is longer than 80 characters. 96
Errors Line contains a tab character. 96
Errors 'if' is not followed by whitespace. 96
Errors '!=' is not preceded with whitespace. 96
Errors '!=' is not followed by whitespace. 96
Errors '{' is not preceded with whitespace. 96
Errors Line is longer than 80 characters. 97
Errors Line contains a tab character. 97
Errors 'if' is not followed by whitespace. 97
Errors '>=' is not preceded with whitespace. 97
Errors '>=' is not followed by whitespace. 97
Errors '{' is not preceded with whitespace. 97
Errors Line is longer than 80 characters. 98
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors '}' should be on the same line. 101
Errors Line contains a tab character. 102
Errors 'else' is not followed by whitespace. 102
Errors '{' is not preceded with whitespace. 102
Errors Line is longer than 80 characters. 103
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line is longer than 80 characters. 110
Errors Line contains a tab character. 110
Errors '+' is not preceded with whitespace. 110
Errors '+' is not followed by whitespace. 110
Errors '+' is not preceded with whitespace. 110
Errors '+' is not followed by whitespace. 110
Errors ',' is not followed by whitespace. 110
Errors Line has trailing spaces. 111
Errors Line contains a tab character. 111
Errors Line has trailing spaces. 112
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 116
Errors Method 'getOrgService' is not designed for extension - needs to be abstract, final or empty. 116
Errors Missing a Javadoc comment. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 118
Errors Line contains a tab character. 120
Errors Method 'setOrgService' is not designed for extension - needs to be abstract, final or empty. 120
Errors Missing a Javadoc comment. 120
Errors Parameter orgService should be final. 120
Errors 'orgService' hides a field. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 124
Errors Method 'getIncludedOrgPersonRelationTypes' is not designed for extension - needs to be abstract, final or empty. 124
Errors Missing a Javadoc comment. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 128
Errors Method 'setIncludedOrgPersonRelationTypes' is not designed for extension - needs to be abstract, final or empty. 128
Errors Missing a Javadoc comment. 128
Errors Line contains a tab character. 129
Errors Parameter includedOrgPersonRelationTypes should be final. 129
Errors 'includedOrgPersonRelationTypes' hides a field. 129
Errors Line is longer than 80 characters. 130
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 133
Errors Method 'getExcludedOrgPersonRelationTypes' is not designed for extension - needs to be abstract, final or empty. 133
Errors Missing a Javadoc comment. 133
Errors Line contains a tab character. 134
Errors Line contains a tab character. 135
Errors Line contains a tab character. 137
Errors Method 'setExcludedOrgPersonRelationTypes' is not designed for extension - needs to be abstract, final or empty. 137
Errors Missing a Javadoc comment. 137
Errors Line contains a tab character. 138
Errors Parameter excludedOrgPersonRelationTypes should be final. 138
Errors 'excludedOrgPersonRelationTypes' hides a field. 138
Errors Line is longer than 80 characters. 139
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140

org/kuali/student/lum/kim/role/type/OrganizationHierarchyRoleTypeService.java

Violation Message Line
Errors Line has trailing spaces. 17
Errors First sentence should end with a period. 41
Errors Line is longer than 80 characters. 42
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 46
Errors Line contains a tab character. 46
Errors Missing a Javadoc comment. 46
Errors Line contains a tab character. 48
Errors Missing a Javadoc comment. 48
Errors Missing a Javadoc comment. 49
Errors Line contains a tab character. 52
Errors Line contains a tab character. 55
Errors Missing a Javadoc comment. 55
Errors Variable 'orgService' must be private and have accessor methods. 55
Errors Line contains a tab character. 57
Errors Method 'performMatch' is not designed for extension - needs to be abstract, final or empty. 57
Errors Line is longer than 80 characters. 58
Errors Parameter inputQualification should be final. 58
Errors Parameter roleMemberQualifier should be final. 58
Errors Line has trailing spaces. 60
Errors Line is longer than 80 characters. 61
Errors '(' is followed by whitespace. 61
Errors ')' is preceded with whitespace. 61
Errors Line is longer than 80 characters. 64
Errors Line is longer than 80 characters. 65
Errors Line contains a tab character. 67
Errors Line is longer than 80 characters. 69
Errors Line contains a tab character. 70
Errors Line is longer than 80 characters. 72
Errors Line contains a tab character. 72
Errors Line is longer than 80 characters. 74
Errors 'cast' is not followed by whitespace. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78
Errors Line contains a tab character. 79
Errors 'if' is not followed by whitespace. 79
Errors '!=' is not preceded with whitespace. 79
Errors '!=' is not followed by whitespace. 79
Errors '{' is not preceded with whitespace. 79
Errors Line is longer than 80 characters. 80
Errors Line contains a tab character. 80
Errors Line is longer than 80 characters. 81
Errors Line contains a tab character. 81
Errors ',' is not followed by whitespace. 81
Errors Line contains a tab character. 82
Errors Line is longer than 80 characters. 83
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line is longer than 80 characters. 91
Errors Line contains a tab character. 91
Errors Method 'hasMatch' is not designed for extension - needs to be abstract, final or empty. 91
Errors Missing a Javadoc comment. 91
Errors Parameter inputAttributeSets should be final. 91
Errors Parameter roleMemberOrganizationShortName should be final. 91
Errors Line contains a tab character. 92
Errors Line is longer than 80 characters. 93
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line is longer than 80 characters. 100
Errors Line contains a tab character. 100
Errors Method 'getHierarchyOrgShortNames' is not designed for extension - needs to be abstract, final or empty. 100
Errors Missing a Javadoc comment. 100
Errors Parameter inputOrgId should be final. 100
Errors Line contains a tab character. 101
Errors Line is longer than 80 characters. 102
Errors Line contains a tab character. 102
Errors Line is longer than 80 characters. 103
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line is longer than 80 characters. 107
Errors Line contains a tab character. 107
Errors Method 'getOrgShortNamesForHierarchy' is not designed for extension - needs to be abstract, final or empty. 107
Errors Missing a Javadoc comment. 107
Errors Parameter inputOrgId should be final. 107
Errors Parameter orgHierarchy should be final. 107
Errors Line contains a tab character. 108
Errors Line is longer than 80 characters. 109
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line is longer than 80 characters. 111
Errors Line is longer than 80 characters. 113
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors Line contains a tab character. 119
Errors Method 'getOrganizationService' is not designed for extension - needs to be abstract, final or empty. 119
Errors Missing a Javadoc comment. 119
Errors Line contains a tab character. 120
Errors Line is longer than 80 characters. 121
Errors Line contains a tab character. 121
Errors ',' is not followed by whitespace. 121
Errors Line contains a tab character. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124

org/kuali/student/lum/workflow/CollaboratorRequestCustomActionListAttribute.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Missing a Javadoc comment. 24
Errors Line contains a tab character. 25
Errors Line contains a tab character. 27
Errors Missing a Javadoc comment. 27
Errors Line contains a tab character. 29
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors Name 'DEFAULT_LEGAL_ACTIONS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 32
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35
Errors Line contains a tab character. 36
Errors Line has trailing spaces. 37
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Missing a Javadoc comment. 38
Errors '{' is not followed by whitespace. 38
Errors '}' is not preceded with whitespace. 38
Errors Line has trailing spaces. 39
Errors Line contains a tab character. 40
Errors Method 'getLegalActions' is not designed for extension - needs to be abstract, final or empty. 40
Errors Line is longer than 80 characters. 41
Errors Parameter userSession should be final. 41
Errors Parameter actionItem should be final. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43
Errors Line has trailing spaces. 44
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Method 'getDocHandlerDisplayParameters' is not designed for extension - needs to be abstract, final or empty. 45
Errors Line is longer than 80 characters. 46
Errors Parameter userSession should be final. 46
Errors Parameter actionItem should be final. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48

org/kuali/student/lum/workflow/CoursePostProcessorBase.java

Violation Message Line
Errors Line has trailing spaces. 2
Errors '=' is not preceded with whitespace. 27
Errors '=' is not followed by whitespace. 27
Errors '=' is not preceded with whitespace. 27
Errors '=' is not followed by whitespace. 27
Errors '}' is not preceded with whitespace. 27
Errors Line is longer than 80 characters. 29
Errors Missing a Javadoc comment. 29
Errors Missing a Javadoc comment. 31
Errors Method 'processWithdrawActionTaken' is not designed for extension - needs to be abstract, final or empty. 33
Errors Line is longer than 80 characters. 34
Errors Parameter actionTakenEvent should be final. 34
Errors Parameter proposalInfo should be final. 34
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 37
Errors Method 'processCustomActionTaken' is not designed for extension - needs to be abstract, final or empty. 40
Errors Line is longer than 80 characters. 41
Errors Parameter actionTakenEvent should be final. 41
Errors Parameter actionTaken should be final. 41
Errors Parameter proposalInfo should be final. 41
Errors Method 'processCustomRouteStatusChange' is not designed for extension - needs to be abstract, final or empty. 48
Errors Line is longer than 80 characters. 49
Errors Parameter statusChangeEvent should be final. 49
Errors Parameter proposalInfo should be final. 49
Errors Line is longer than 80 characters. 50
Errors Line is longer than 80 characters. 53
Errors Line is longer than 80 characters. 58
Errors Method 'getCourseId' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors Parameter proposalInfo should be final. 58
Errors Line is longer than 80 characters. 60
Errors Line is longer than 80 characters. 61
Errors Line is longer than 80 characters. 68
Errors Line is longer than 80 characters. 69
Errors Line is longer than 80 characters. 71
Errors Method 'getCluStateForRouteStatus' is not designed for extension - needs to be abstract, final or empty. 71
Errors Parameter currentCluState should be final. 71
Errors Parameter newWorkflowStatusCode should be final. 71
Errors Line is longer than 80 characters. 72
Errors Line is longer than 80 characters. 73
Errors Line is longer than 80 characters. 74
Errors Line is longer than 80 characters. 75
Errors Line is longer than 80 characters. 76
Errors Line is longer than 80 characters. 77
Errors Line is longer than 80 characters. 78
Errors Line has trailing spaces. 79
Errors Line is longer than 80 characters. 79
Errors Line is longer than 80 characters. 80
Errors Line is longer than 80 characters. 82
Errors Line is longer than 80 characters. 83
Errors Line is longer than 80 characters. 84
Errors Line is longer than 80 characters. 85
Errors Line is longer than 80 characters. 86
Errors Line is longer than 80 characters. 94
Errors Line is longer than 80 characters. 95
Errors Expected an @return tag. 97
Errors Line is longer than 80 characters. 97
Errors Method 'getCourseStateFromNewState' is not designed for extension - needs to be abstract, final or empty. 97
Errors Parameter currentCourseState should be final. 97
Errors Expected @param tag for 'currentCourseState'. 97
Errors Parameter newCourseState should be final. 97
Errors Expected @param tag for 'newCourseState'. 97
Errors Line is longer than 80 characters. 99
Errors Method 'updateCourse' is not designed for extension - needs to be abstract, final or empty. 104
Errors Missing a Javadoc comment. 104
Errors '=' is not preceded with whitespace. 104
Errors '=' is not followed by whitespace. 104
Errors Line is longer than 80 characters. 105
Errors Parameter iDocumentEvent should be final. 105
Errors Parameter courseState should be final. 105
Errors Parameter courseInfo should be final. 105
Errors Line is longer than 80 characters. 106
Errors Line is longer than 80 characters. 110
Errors Line is longer than 80 characters. 116
Errors Line has trailing spaces. 122
Errors Line is longer than 80 characters. 123
Errors Line is longer than 80 characters. 124
Errors '{' is not preceded with whitespace. 124
Errors Comment matches to-do format 'TODO:'. 125
Errors Line has trailing spaces. 125
Errors Line is longer than 80 characters. 125
Errors Line contains a tab character. 125
Errors Line has trailing spaces. 126
Errors Line is longer than 80 characters. 127
Errors Line contains a tab character. 127
Errors Line has trailing spaces. 128
Errors Line is longer than 80 characters. 128
Errors Line contains a tab character. 128
Errors Line is longer than 80 characters. 129
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line is longer than 80 characters. 136
Errors Method 'preProcessCourseSave' is not designed for extension - needs to be abstract, final or empty. 136
Errors Missing a Javadoc comment. 136
Errors Parameter iDocumentEvent should be final. 136
Errors Parameter courseInfo should be final. 136
Errors Method 'getCourseService' is not designed for extension - needs to be abstract, final or empty. 140
Errors Missing a Javadoc comment. 140
Errors Line has trailing spaces. 142
Errors Line is longer than 80 characters. 142
Errors ',' is not followed by whitespace. 142

org/kuali/student/lum/workflow/KualiStudentPostProcessorBase.java

Violation Message Line
Errors Missing a Javadoc comment. 49
Errors '{' is not preceded with whitespace. 49
Errors Line is longer than 80 characters. 50
Errors Line contains a tab character. 50
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 52
Errors Line is longer than 80 characters. 54
Errors Method 'afterProcess' is not designed for extension - needs to be abstract, final or empty. 54
Errors Missing a Javadoc comment. 54
Errors Parameter arg0 should be final. 54
Errors Line contains a tab character. 56
Errors Line is longer than 80 characters. 58
Errors Line contains a tab character. 58
Errors Method 'beforeProcess' is not designed for extension - needs to be abstract, final or empty. 58
Errors Missing a Javadoc comment. 58
Errors Parameter arg0 should be final. 58
Errors Line contains a tab character. 60
Errors Line is longer than 80 characters. 62
Errors Line contains a tab character. 62
Errors Method 'doActionTaken' is not designed for extension - needs to be abstract, final or empty. 62
Errors Missing a Javadoc comment. 62
Errors Parameter actionTakenEvent should be final. 62
Errors Line is longer than 80 characters. 63
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line has trailing spaces. 66
Errors Line is longer than 80 characters. 66
Errors Line contains a tab character. 66
Errors '+' should be on a new line. 66
Errors Line is longer than 80 characters. 67
Errors Line contains a tab character. 67
Errors Avoid inline conditionals. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line is longer than 80 characters. 72
Errors Line contains a tab character. 72
Errors Line is longer than 80 characters. 73
Errors Line contains a tab character. 73
Errors Line is longer than 80 characters. 74
Errors Line is longer than 80 characters. 76
Errors Line is longer than 80 characters. 78
Errors Line contains a tab character. 78
Errors Line is longer than 80 characters. 79
Errors Line contains a tab character. 79
Errors Line is longer than 80 characters. 80
Errors Line contains a tab character. 80
Errors Line contains a tab character. 81
Errors '}' should be on the same line. 81
Errors Line has trailing spaces. 82
Errors Line is longer than 80 characters. 82
Errors Line is longer than 80 characters. 83
Errors Line contains a tab character. 83
Errors Line is longer than 80 characters. 84
Errors Line contains a tab character. 84
Errors Line is longer than 80 characters. 85
Errors Line contains a tab character. 85
Errors Line is longer than 80 characters. 86
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line is longer than 80 characters. 90
Errors Line contains a tab character. 91
Errors Line is longer than 80 characters. 92
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 95
Errors Line is longer than 80 characters. 97
Errors Method 'processCustomActionTaken' is not designed for extension - needs to be abstract, final or empty. 97
Errors Missing a Javadoc comment. 97
Errors Parameter actionTakenEvent should be final. 97
Errors Parameter actionTaken should be final. 97
Errors Parameter proposalInfo should be final. 97
Errors Line is longer than 80 characters. 102
Errors Method 'processCustomSaveActionTaken' is not designed for extension - needs to be abstract, final or empty. 102
Errors Missing a Javadoc comment. 102
Errors Parameter actionTakenEvent should be final. 102
Errors Parameter actionTaken should be final. 102
Errors Line is longer than 80 characters. 107
Errors Method 'processActionTakenOnAdhocRequest' is not designed for extension - needs to be abstract, final or empty. 107
Errors Missing a Javadoc comment. 107
Errors Parameter actionTakenEvent should be final. 107
Errors Parameter actionRequestValue should be final. 107
Errors Line is longer than 80 characters. 108
Errors Line is longer than 80 characters. 109
Errors Line is longer than 80 characters. 113
Errors Method 'processSuperUserDisapproveActionTaken' is not designed for extension - needs to be abstract, final or empty. 113
Errors Missing a Javadoc comment. 113
Errors Parameter actionTakenEvent should be final. 113
Errors Parameter actionTaken should be final. 113
Errors Parameter proposalInfo should be final. 113
Errors Line is longer than 80 characters. 114
Errors Line is longer than 80 characters. 115
Errors Line is longer than 80 characters. 116
Errors Line contains a tab character. 118
Errors Line is longer than 80 characters. 120
Errors Missing a Javadoc comment. 120
Errors Parameter actionTakenEvent should be final. 120
Errors Parameter proposalInfo should be final. 120
Errors Line is longer than 80 characters. 124
Errors Method 'doDeleteRouteHeader' is not designed for extension - needs to be abstract, final or empty. 124
Errors Missing a Javadoc comment. 124
Errors Parameter arg0 should be final. 124
Errors Line contains a tab character. 126
Errors Line is longer than 80 characters. 128
Errors Line contains a tab character. 128
Errors Method 'doRouteLevelChange' is not designed for extension - needs to be abstract, final or empty. 128
Errors Missing a Javadoc comment. 128
Errors Parameter documentRouteLevelChange should be final. 128
Errors Line is longer than 80 characters. 129
Errors Line is longer than 80 characters. 131
Errors Line contains a tab character. 131
Errors Line is longer than 80 characters. 132
Errors Line contains a tab character. 132
Errors ',' is not followed by whitespace. 132
Errors Line is longer than 80 characters. 133
Errors Line contains a tab character. 133
Errors Line is longer than 80 characters. 134
Errors Line contains a tab character. 134
Errors Line is longer than 80 characters. 135
Errors Line contains a tab character. 135
Errors Line has trailing spaces. 136
Errors Line is longer than 80 characters. 136
Errors Line contains a tab character. 136
Errors '&&' should be on a new line. 136
Errors Line is longer than 80 characters. 137
Errors Line contains a tab character. 137
Errors ',' is not followed by whitespace. 137
Errors Line is longer than 80 characters. 138
Errors Line contains a tab character. 138
Errors Line is longer than 80 characters. 139
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors '}' should be on the same line. 142
Errors Line contains a tab character. 143
Errors Line is longer than 80 characters. 144
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line is longer than 80 characters. 146
Errors Line contains a tab character. 146
Errors Line contains a tab character. 147
Errors Line contains a tab character. 148
Errors Line is longer than 80 characters. 150
Errors Line contains a tab character. 150
Errors Method 'processCustomRouteLevelChange' is not designed for extension - needs to be abstract, final or empty. 150
Errors Missing a Javadoc comment. 150
Errors Parameter documentRouteLevelChange should be final. 150
Errors Parameter proposalInfo should be final. 150
Errors Line contains a tab character. 151
Errors Line contains a tab character. 152
Errors Line contains a tab character. 153
Errors Line is longer than 80 characters. 155
Errors Line contains a tab character. 155
Errors Method 'doRouteStatusChange' is not designed for extension - needs to be abstract, final or empty. 155
Errors Missing a Javadoc comment. 155
Errors Parameter statusChangeEvent should be final. 155
Errors Line contains a tab character. 156
Errors Line is longer than 80 characters. 157
Errors Line contains a tab character. 157
Errors Line has trailing spaces. 158
Errors Line is longer than 80 characters. 158
Errors Line contains a tab character. 158
Errors '&&' should be on a new line. 158
Errors Line is longer than 80 characters. 159
Errors Line contains a tab character. 159
Errors Line contains a tab character. 160
Errors Line is longer than 80 characters. 161
Errors Line contains a tab character. 162
Errors Line is longer than 80 characters. 163
Errors Line has trailing spaces. 164
Errors Line is longer than 80 characters. 165
Errors Line is longer than 80 characters. 166
Errors Line is longer than 80 characters. 168
Errors Line contains a tab character. 169
Errors Line contains a tab character. 171
Errors Line is longer than 80 characters. 173
Errors Line contains a tab character. 173
Errors Method 'processCustomRouteStatusChange' is not designed for extension - needs to be abstract, final or empty. 173
Errors Missing a Javadoc comment. 173
Errors Parameter statusChangeEvent should be final. 173
Errors Parameter proposalInfo should be final. 173
Errors Line contains a tab character. 174
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Line is longer than 80 characters. 178
Errors Method 'processCustomRouteStatusSavedStatusChange' is not designed for extension - needs to be abstract, final or empty. 178
Errors Missing a Javadoc comment. 178
Errors Parameter statusChangeEvent should be final. 178
Errors Line is longer than 80 characters. 183
Errors Line contains a tab character. 183
Errors Method 'getDocumentIdsToLock' is not designed for extension - needs to be abstract, final or empty. 183
Errors Missing a Javadoc comment. 183
Errors Parameter arg0 should be final. 183
Errors Line contains a tab character. 184
Errors Line contains a tab character. 185
Errors Line is longer than 80 characters. 189
Errors Line is longer than 80 characters. 190
Errors Line is longer than 80 characters. 192
Errors Method 'getProposalStateForRouteStatus' is not designed for extension - needs to be abstract, final or empty. 192
Errors Parameter currentProposalState should be final. 192
Errors Parameter newWorkflowStatusCode should be final. 192
Errors Line is longer than 80 characters. 193
Errors Line is longer than 80 characters. 194
Errors Line is longer than 80 characters. 197
Errors Line is longer than 80 characters. 198
Errors Line is longer than 80 characters. 199
Errors Line is longer than 80 characters. 200
Errors Line is longer than 80 characters. 201
Errors Line is longer than 80 characters. 202
Errors Line is longer than 80 characters. 203
Errors Line is longer than 80 characters. 204
Errors Line is longer than 80 characters. 205
Errors Line is longer than 80 characters. 206
Errors Line is longer than 80 characters. 207
Errors Line is longer than 80 characters. 208
Errors Line is longer than 80 characters. 216
Errors Line is longer than 80 characters. 217
Errors Expected an @return tag. 219
Errors Line is longer than 80 characters. 219
Errors Method 'getProposalStateFromNewState' is not designed for extension - needs to be abstract, final or empty. 219
Errors Parameter currentProposalState should be final. 219
Errors Expected @param tag for 'currentProposalState'. 219
Errors Parameter newProposalState should be final. 219
Errors Expected @param tag for 'newProposalState'. 219
Errors Line is longer than 80 characters. 221
Errors Line is longer than 80 characters. 227
Errors Line is longer than 80 characters. 228
Errors Expected an @return tag. 230
Errors Line is longer than 80 characters. 230
Errors Method 'getStateFromNewState' is not designed for extension - needs to be abstract, final or empty. 230
Errors Parameter currentState should be final. 230
Errors Expected @param tag for 'currentState'. 230
Errors Parameter newState should be final. 230
Errors Expected @param tag for 'newState'. 230
Errors Line is longer than 80 characters. 233
Errors Line is longer than 80 characters. 240
Errors Method 'removeEditAdhocPermissions' is not designed for extension - needs to be abstract, final or empty. 240
Errors Missing a Javadoc comment. 240
Errors Parameter principalId should be final. 240
Errors Parameter doc should be final. 240
Errors Line is longer than 80 characters. 242
Errors ',' is not followed by whitespace. 242
Errors Line is longer than 80 characters. 243
Errors ',' is not followed by whitespace. 243
Errors Line has trailing spaces. 244
Errors Line is longer than 80 characters. 244
Errors Line is longer than 80 characters. 247
Errors Method 'removeCommentAdhocPermissions' is not designed for extension - needs to be abstract, final or empty. 247
Errors Missing a Javadoc comment. 247
Errors Parameter roleNamespace should be final. 247
Errors Parameter roleName should be final. 247
Errors Parameter principalId should be final. 247
Errors Parameter doc should be final. 247
Errors Line is longer than 80 characters. 249
Errors ',' is not followed by whitespace. 249
Errors Line is longer than 80 characters. 250
Errors ',' is not followed by whitespace. 250
Errors Line is longer than 80 characters. 251
Errors Method 'getPrincipalIdForSystemUser' is not designed for extension - needs to be abstract, final or empty. 254
Errors Missing a Javadoc comment. 254
Errors Line is longer than 80 characters. 255
Errors Line is longer than 80 characters. 257
Errors Line is longer than 80 characters. 262
Errors Method 'updateProposal' is not designed for extension - needs to be abstract, final or empty. 262
Errors Missing a Javadoc comment. 262
Errors Parameter iDocumentEvent should be final. 262
Errors Parameter proposalState should be final. 262
Errors Parameter proposalInfo should be final. 262
Errors Line is longer than 80 characters. 264
Errors Line is longer than 80 characters. 273
Errors Line is longer than 80 characters. 277
Errors Method 'preProcessProposalSave' is not designed for extension - needs to be abstract, final or empty. 277
Errors Missing a Javadoc comment. 277
Errors Parameter iDocumentEvent should be final. 277
Errors Parameter proposalInfo should be final. 277
Errors Method 'getProposalService' is not designed for extension - needs to be abstract, final or empty. 281
Errors Missing a Javadoc comment. 281
Errors Line is longer than 80 characters. 283
Errors ',' is not followed by whitespace. 283

org/kuali/student/lum/workflow/node/MajorChangeSplitNode.java

Violation Message Line
Errors Line has trailing spaces. 17
Errors Line contains a tab character. 35
Errors Line is longer than 80 characters. 36
Errors Line contains a tab character. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Method 'process' is not designed for extension - needs to be abstract, final or empty. 38
Errors Line is longer than 80 characters. 39
Errors Line contains a tab character. 39
Errors Parameter context should be final. 39
Errors Parameter helper should be final. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors Line contains a tab character. 43

org/kuali/student/lum/workflow/node/OrganizationDynamicNode.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line has trailing spaces. 2
Errors Line is longer than 80 characters. 39
Errors Line is longer than 80 characters. 40
Errors First sentence should end with a period. 45
Errors Line has trailing spaces. 49
Errors Line is longer than 80 characters. 52
Errors Missing a Javadoc comment. 52
Errors Missing a Javadoc comment. 55
Errors Line is longer than 80 characters. 56
Errors Missing a Javadoc comment. 57
Errors First sentence should end with a period. 59
Errors Line has trailing spaces. 62
Errors Line is longer than 80 characters. 67
Errors Missing a Javadoc comment. 67
Errors Line is longer than 80 characters. 68
Errors Missing a Javadoc comment. 68
Errors Missing a Javadoc comment. 69
Errors Missing a Javadoc comment. 71
Errors Method 'getOrganizationService' is not designed for extension - needs to be abstract, final or empty. 73
Errors Missing a Javadoc comment. 73
Errors Line is longer than 80 characters. 75
Errors Line is longer than 80 characters. 80
Errors Method 'setOrganizationService' is not designed for extension - needs to be abstract, final or empty. 80
Errors Missing a Javadoc comment. 80
Errors Parameter organizationService should be final. 80
Errors 'organizationService' hides a field. 80
Errors Method 'transitioningInto' is not designed for extension - needs to be abstract, final or empty. 84
Errors Line is longer than 80 characters. 85
Errors Parameter context should be final. 85
Errors Parameter dynamicNodeInstance should be final. 85
Errors Parameter helper should be final. 85
Errors Line is longer than 80 characters. 87
Errors Line is longer than 80 characters. 90
Errors Line is longer than 80 characters. 92
Errors Line is longer than 80 characters. 95
Errors Line is longer than 80 characters. 97
Errors Line is longer than 80 characters. 99
Errors Line is longer than 80 characters. 101
Errors Line is longer than 80 characters. 102
Errors Avoid inline conditionals. 102
Errors Line is longer than 80 characters. 111
Errors Line is longer than 80 characters. 112
Errors Line has trailing spaces. 114
Errors Line is longer than 80 characters. 116
Errors Line is longer than 80 characters. 118
Errors Line is longer than 80 characters. 120
Errors Line is longer than 80 characters. 121
Errors Line is longer than 80 characters. 122
Errors Line is longer than 80 characters. 125
Errors Method 'getInitialOrganizationIdsForRouting' is not designed for extension - needs to be abstract, final or empty. 125
Errors Parameter context should be final. 125
Errors Parameter dynamicNodeInstance should be final. 125
Errors Parameter helper should be final. 125
Errors Line is longer than 80 characters. 128
Errors Line is longer than 80 characters. 133
Errors Line is longer than 80 characters. 135
Errors Line is longer than 80 characters. 138
Errors Line is longer than 80 characters. 139
Errors Line is longer than 80 characters. 140
Errors Line is longer than 80 characters. 141
Errors Line is longer than 80 characters. 142
Errors Line is longer than 80 characters. 144
Errors Line is longer than 80 characters. 145
Errors Line is longer than 80 characters. 147
Errors Line is longer than 80 characters. 148
Errors Line is longer than 80 characters. 149
Errors Line is longer than 80 characters. 150
Errors Line is longer than 80 characters. 151
Errors Line is longer than 80 characters. 156
Errors First sentence should end with a period. 161
Errors Line has trailing spaces. 163
Errors Line is longer than 80 characters. 165
Errors Line is longer than 80 characters. 166
Errors Line is longer than 80 characters. 169
Errors Method 'getOrganizationIdsFromDocumentContent' is not designed for extension - needs to be abstract, final or empty. 169
Errors Parameter context should be final. 169
Errors Line is longer than 80 characters. 174
Errors Line is longer than 80 characters. 182
Errors Line is longer than 80 characters. 187
Errors Method 'transitioningOutOf' is not designed for extension - needs to be abstract, final or empty. 191
Errors Line is longer than 80 characters. 192
Errors Parameter context should be final. 192
Errors Parameter helper should be final. 192
Errors Line is longer than 80 characters. 194
Errors Line is longer than 80 characters. 196
Errors Line is longer than 80 characters. 200
Errors First sentence should end with a period. 206
Errors Line is longer than 80 characters. 207
Errors Expected an @return tag. 209
Errors Method 'getOrgInfoForPrint' is not designed for extension - needs to be abstract, final or empty. 209
Errors Parameter orgInfo should be final. 209
Errors Expected @param tag for 'orgInfo'. 209
Errors Line is longer than 80 characters. 210
Errors Line is longer than 80 characters. 214
Errors Line is longer than 80 characters. 215
Errors Line has trailing spaces. 216
Errors Line is longer than 80 characters. 217
Errors Line is longer than 80 characters. 218
Errors Line is longer than 80 characters. 219
Errors Line is longer than 80 characters. 220
Errors Line has trailing spaces. 222
Errors Line is longer than 80 characters. 224
Errors Line is longer than 80 characters. 226
Errors Line is longer than 80 characters. 227
Errors Line is longer than 80 characters. 230
Errors Method 'getNextOrganizationIdsForRouting' is not designed for extension - needs to be abstract, final or empty. 230
Errors Parameter context should be final. 230
Errors Parameter helper should be final. 230
Errors Line is longer than 80 characters. 234
Errors Line is longer than 80 characters. 235
Errors Avoid inline conditionals. 235
Errors Line is longer than 80 characters. 236
Errors Avoid inline conditionals. 236
Errors Line is longer than 80 characters. 240
Errors Line is longer than 80 characters. 241
Errors Line is longer than 80 characters. 242
Errors Line is longer than 80 characters. 243
Errors Line is longer than 80 characters. 245
Errors Line is longer than 80 characters. 246
Errors Line is longer than 80 characters. 247
Errors Line is longer than 80 characters. 248
Errors Line is longer than 80 characters. 254
Errors Line is longer than 80 characters. 255
Errors Line is longer than 80 characters. 261
Errors Line is longer than 80 characters. 262
Errors Line has trailing spaces. 263
Errors Expected an @return tag. 265
Errors Line is longer than 80 characters. 265
Errors Method 'generateNextNodeInstance' is not designed for extension - needs to be abstract, final or empty. 265
Errors Parameter orgId should be final. 265
Errors Expected @param tag for 'orgId'. 265
Errors Parameter context should be final. 265
Errors Expected @param tag for 'context'. 265
Errors Parameter branch should be final. 265
Errors Expected @param tag for 'branch'. 265
Errors Parameter helper should be final. 265
Errors Expected @param tag for 'helper'. 265
Errors Line is longer than 80 characters. 266
Errors Line is longer than 80 characters. 270
Errors Line has trailing spaces. 271
Errors Expected an @return tag. 273
Errors Line is longer than 80 characters. 273
Errors Method 'generateNextNodeInstance' is not designed for extension - needs to be abstract, final or empty. 273
Errors Parameter orgId should be final. 273
Errors Expected @param tag for 'orgId'. 273
Errors Parameter routeNodeDefinition should be final. 273
Errors Expected @param tag for 'routeNodeDefinition'. 273
Errors Parameter context should be final. 273
Errors Expected @param tag for 'context'. 273
Errors Parameter branch should be final. 273
Errors Expected @param tag for 'branch'. 273
Errors Parameter helper should be final. 273
Errors Expected @param tag for 'helper'. 273
Errors Line is longer than 80 characters. 274
Errors Line is longer than 80 characters. 275
Errors Line is longer than 80 characters. 277
Errors Line is longer than 80 characters. 282
Errors Line is longer than 80 characters. 283
Errors Line has trailing spaces. 285
Errors Line is longer than 80 characters. 287
Errors Line is longer than 80 characters. 289
Errors Line is longer than 80 characters. 290
Errors Expected an @return tag. 292
Errors Line is longer than 80 characters. 292
Errors Method 'setUpDocumentType' is not designed for extension - needs to be abstract, final or empty. 292
Errors Parameter documentType should be final. 292
Errors Parameter dynamicNodeInstance should be final. 292
Errors Line is longer than 80 characters. 296
Errors Line is longer than 80 characters. 297
Errors Line is longer than 80 characters. 304
Errors Line is longer than 80 characters. 308
Errors Line has trailing spaces. 309
Errors Line is longer than 80 characters. 310
Errors Line has trailing spaces. 311
Errors Line is longer than 80 characters. 311
Errors Expected an @return tag. 313
Errors Line is longer than 80 characters. 313
Errors Method 'getKimRoleNode' is not designed for extension - needs to be abstract, final or empty. 313
Errors Parameter routeNodeName should be final. 313
Errors Parameter dynamicNodeInstance should be final. 313
Errors Line is longer than 80 characters. 318
Errors Line is longer than 80 characters. 323
Errors Line is longer than 80 characters. 327
Errors Method 'getPrototypeProcess' is not designed for extension - needs to be abstract, final or empty. 327
Errors Missing a Javadoc comment. 327
Errors Parameter node should be final. 327
Errors Parameter documentType should be final. 327

org/kuali/student/lum/workflow/qualifierresolver/AbstractCocOrgQualifierResolver.java

Violation Message Line
Errors Line is longer than 80 characters. 40
Errors Line is longer than 80 characters. 42
Errors Line contains a tab character. 42
Errors Missing a Javadoc comment. 42
Errors Line contains a tab character. 43
Errors Line has trailing spaces. 44
Errors Line contains a tab character. 44
Errors Line is longer than 80 characters. 45
Errors Line contains a tab character. 45
Errors Missing a Javadoc comment. 45
Errors Line is longer than 80 characters. 46
Errors Line contains a tab character. 46
Errors Missing a Javadoc comment. 46
Errors Line is longer than 80 characters. 47
Errors Line contains a tab character. 47
Errors Missing a Javadoc comment. 47
Errors Line is longer than 80 characters. 48
Errors Line contains a tab character. 48
Errors Missing a Javadoc comment. 48
Errors Line is longer than 80 characters. 49
Errors Line contains a tab character. 49
Errors Missing a Javadoc comment. 49
Errors Line is longer than 80 characters. 50
Errors Line contains a tab character. 50
Errors Missing a Javadoc comment. 50
Errors Line is longer than 80 characters. 51
Errors Line contains a tab character. 51
Errors Missing a Javadoc comment. 51
Errors Line is longer than 80 characters. 53
Errors Line contains a tab character. 53
Errors Line is longer than 80 characters. 54
Errors Missing a Javadoc comment. 54
Errors Line contains a tab character. 54
Errors Line contains a tab character. 56
Errors Missing a Javadoc comment. 56
Errors Variable 'orgService' must be private and have accessor methods. 56
Errors Line contains a tab character. 58
Errors Missing a Javadoc comment. 58
Errors Line is longer than 80 characters. 59
Errors Line contains a tab character. 59
Errors '+' should be on a new line. 59
Errors Line is longer than 80 characters. 60
Errors Line contains a tab character. 60
Errors '+' should be on a new line. 60
Errors Line is longer than 80 characters. 61
Errors Line contains a tab character. 61
Errors '+' should be on a new line. 61
Errors Line has trailing spaces. 62
Errors Line is longer than 80 characters. 62
Errors Line contains a tab character. 62
Errors '+' should be on a new line. 62
Errors Line is longer than 80 characters. 63
Errors Line contains a tab character. 63
Errors '+' should be on a new line. 63
Errors Line is longer than 80 characters. 64
Errors Line contains a tab character. 64
Errors Line contains a tab character. 66
Errors Missing a Javadoc comment. 66
Errors 'static' modifier out of order with the JLS suggestions. 66
Errors Name 'ruleAttribute' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 66
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 72
Errors Line has trailing spaces. 73
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 79
Errors Method 'getOrganizationService' is not designed for extension - needs to be abstract, final or empty. 79
Errors Missing a Javadoc comment. 79
Errors Line contains a tab character. 80
Errors Line is longer than 80 characters. 81
Errors Line contains a tab character. 81
Errors ',' is not followed by whitespace. 81
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 86
Errors Method 'setOrganizationService' is not designed for extension - needs to be abstract, final or empty. 86
Errors Missing a Javadoc comment. 86
Errors Parameter orgSvc should be final. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 90
Errors Method 'isOrgType' is not designed for extension - needs to be abstract, final or empty. 90
Errors Missing a Javadoc comment. 90
Errors Parameter orgInfo should be final. 90
Errors Parameter orgType should be final. 90
Errors Line contains a tab character. 91
Errors Line is longer than 80 characters. 92
Errors Line contains a tab character. 92
Errors Inner assignments should be avoided. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line has trailing spaces. 97
Errors Line contains a tab character. 97
Errors Line contains a tab character. 98
Errors Line has trailing spaces. 99
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Expected an @return tag. 103
Errors Line is longer than 80 characters. 103
Errors Line contains a tab character. 103
Errors Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. 103
Errors Parameter attributeSets should be final. 103
Errors Expected @param tag for 'attributeSets'. 103
Errors Parameter searchStr should be final. 103
Errors Expected @param tag for 'searchStr'. 103
Errors Line contains a tab character. 104
Errors Line has trailing spaces. 105
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 108
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors Line contains a tab character. 113
Errors Line has trailing spaces. 114
Errors Line contains a tab character. 114
Errors Line is longer than 80 characters. 115
Errors Line contains a tab character. 115
Errors Method 'relatedOrgsFromOrgId' is not designed for extension - needs to be abstract, final or empty. 115
Errors Missing a Javadoc comment. 115
Errors Parameter orgId should be final. 115
Errors Parameter relationType should be final. 115
Errors Parameter relatedOrgType should be final. 115
Errors Line contains a tab character. 116
Errors Line contains a tab character. 117
Errors Line is longer than 80 characters. 118
Errors Line contains a tab character. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 121
Errors Line contains a tab character. 122
Errors Line has trailing spaces. 123
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 125
Errors Line contains a tab character. 126
Errors Line contains a tab character. 127
Errors Line has trailing spaces. 128
Errors Line contains a tab character. 128
Errors Line contains a tab character. 129
Errors Line contains a tab character. 130
Errors Line contains a tab character. 131
Errors Line contains a tab character. 132
Errors Line has trailing spaces. 133
Errors Line contains a tab character. 133
Errors Line contains a tab character. 134
Errors Line is longer than 80 characters. 135
Errors Line contains a tab character. 135
Errors Line contains a tab character. 136
Errors Line contains a tab character. 137
Errors Line is longer than 80 characters. 138
Errors Line contains a tab character. 138
Errors Line contains a tab character. 139
Errors Line contains a tab character. 140
Errors Line contains a tab character. 141
Errors Line contains a tab character. 142
Errors Line contains a tab character. 143
Errors Line contains a tab character. 144
Errors Line contains a tab character. 145
Errors Line contains a tab character. 146
Errors Line is longer than 80 characters. 148
Errors Line contains a tab character. 148
Errors Method 'attributeSetFromSearchResult' is not designed for extension - needs to be abstract, final or empty. 148
Errors Missing a Javadoc comment. 148
Errors Parameter results should be final. 148
Errors Line contains a tab character. 149
Errors Parameter orgShortNameKey should be final. 149
Errors Parameter orgIdKey should be final. 149
Errors Line is longer than 80 characters. 150
Errors Line contains a tab character. 150
Errors Line contains a tab character. 151
Errors 'if' is not followed by whitespace. 151
Errors '!=' is not preceded with whitespace. 151
Errors '!=' is not followed by whitespace. 151
Errors '{' is not preceded with whitespace. 151
Errors Line contains a tab character. 152
Errors 'for' is not followed by whitespace. 152
Errors ':' is not preceded with whitespace. 152
Errors ':' is not followed by whitespace. 152
Errors '{' is not preceded with whitespace. 152
Errors Line contains a tab character. 153
Errors Line contains a tab character. 154
Errors Line contains a tab character. 155
Errors Line is longer than 80 characters. 156
Errors Line contains a tab character. 156
Errors Line is longer than 80 characters. 157
Errors Line contains a tab character. 157
Errors Line contains a tab character. 158
Errors Line is longer than 80 characters. 159
Errors Line contains a tab character. 159
Errors Line is longer than 80 characters. 160
Errors Line contains a tab character. 160
Errors Line is longer than 80 characters. 161
Errors Line contains a tab character. 161
Errors Line is longer than 80 characters. 162
Errors Line contains a tab character. 162
Errors Line contains a tab character. 163
Errors Line contains a tab character. 164
Errors Line contains a tab character. 165
Errors 'if' is not followed by whitespace. 165
Errors '!=' is not preceded with whitespace. 165
Errors '!=' is not followed by whitespace. 165
Errors '{' is not preceded with whitespace. 165
Errors Line is longer than 80 characters. 166
Errors Line contains a tab character. 166
Errors Line contains a tab character. 167
Errors Line contains a tab character. 168
Errors 'if' is not followed by whitespace. 168
Errors '!=' is not preceded with whitespace. 168
Errors '!=' is not followed by whitespace. 168
Errors '{' is not preceded with whitespace. 168
Errors Line is longer than 80 characters. 169
Errors Line contains a tab character. 169
Errors Line contains a tab character. 170
Errors Line is longer than 80 characters. 171
Errors Line contains a tab character. 171
Errors Line is longer than 80 characters. 172
Errors Line contains a tab character. 172
Errors Line contains a tab character. 173
Errors Line contains a tab character. 174
Errors Line contains a tab character. 175
Errors Line contains a tab character. 176
Errors Line contains a tab character. 177
Errors Line has trailing spaces. 178
Errors Line contains a tab character. 178
Errors Line is longer than 80 characters. 179
Errors Line contains a tab character. 179
Errors Method 'cocAttributeSetsFromAncestors' is not designed for extension - needs to be abstract, final or empty. 179
Errors Missing a Javadoc comment. 179
Errors Parameter orgId should be final. 179
Errors Parameter orgType should be final. 179
Errors Parameter orgShortNameKey should be final. 179
Errors ',' is not followed by whitespace. 179
Errors Parameter orgIdKey should be final. 179
Errors '{' is not preceded with whitespace. 179
Errors Line is longer than 80 characters. 180
Errors Line contains a tab character. 180
Errors Line contains a tab character. 181
Errors Line has trailing spaces. 182
Errors Line contains a tab character. 182
Errors Line contains a tab character. 183
Errors 'if' is not followed by whitespace. 183
Errors '!=' is not preceded with whitespace. 183
Errors '!=' is not followed by whitespace. 183
Errors '{' is not preceded with whitespace. 183
Errors Line contains a tab character. 184
Errors Line has trailing spaces. 185
Errors Line contains a tab character. 185
Errors Line is longer than 80 characters. 186
Errors Line contains a tab character. 186
Errors Line contains a tab character. 187
Errors Line is longer than 80 characters. 188
Errors Line contains a tab character. 188
Errors Line is longer than 80 characters. 189
Errors Line contains a tab character. 189
Errors Line contains a tab character. 190
Errors Line contains a tab character. 191
Errors Line contains a tab character. 192
Errors Line contains a tab character. 193
Errors Line contains a tab character. 194
Errors 'if' is not followed by whitespace. 194
Errors '!=' is not preceded with whitespace. 194
Errors '!=' is not followed by whitespace. 194
Errors '{' is not preceded with whitespace. 194
Errors Line contains a tab character. 195
Errors 'for' is not followed by whitespace. 195
Errors ':' is not preceded with whitespace. 195
Errors ':' is not followed by whitespace. 195
Errors '{' is not preceded with whitespace. 195
Errors Line is longer than 80 characters. 196
Errors Line contains a tab character. 196
Errors 'if' is not followed by whitespace. 196
Errors '!=' is not preceded with whitespace. 196
Errors '!=' is not followed by whitespace. 196
Errors '{' is not preceded with whitespace. 196
Errors Line is longer than 80 characters. 197
Errors Line contains a tab character. 197
Errors ',' is not followed by whitespace. 197
Errors ',' is not followed by whitespace. 197
Errors Line is longer than 80 characters. 198
Errors Line contains a tab character. 198
Errors ',' is not followed by whitespace. 198
Errors ',' is not followed by whitespace. 198
Errors Line contains a tab character. 199
Errors Line contains a tab character. 200
Errors Line contains a tab character. 201
Errors Line contains a tab character. 202
Errors Line contains a tab character. 203
Errors Line contains a tab character. 204

org/kuali/student/lum/workflow/qualifierresolver/AbstractOrganizationServiceQualifierResolver.java

Violation Message Line
Errors Line has trailing spaces. 2
Errors Line is longer than 80 characters. 38
Errors Line has trailing spaces. 39
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 42
Errors Missing a Javadoc comment. 42
Errors Line is longer than 80 characters. 44
Errors Missing a Javadoc comment. 44
Errors Line is longer than 80 characters. 45
Errors Missing a Javadoc comment. 45
Errors Line is longer than 80 characters. 48
Errors Missing a Javadoc comment. 49
Errors Missing a Javadoc comment. 51
Errors Method 'getOrganizationService' is not designed for extension - needs to be abstract, final or empty. 53
Errors Missing a Javadoc comment. 53
Errors Line is longer than 80 characters. 55
Errors Method 'setOrganizationService' is not designed for extension - needs to be abstract, final or empty. 60
Errors Missing a Javadoc comment. 60
Errors Parameter orgSvc should be final. 60
Errors First sentence should end with a period. 64
Errors Line has trailing spaces. 66
Errors Line is longer than 80 characters. 68
Errors Line is longer than 80 characters. 69
Errors Line is longer than 80 characters. 72
Errors Method 'getOrganizationIdsFromDocumentContent' is not designed for extension - needs to be abstract, final or empty. 72
Errors Parameter context should be final. 72
Errors Line is longer than 80 characters. 73
Errors Line is longer than 80 characters. 74
Errors Line is longer than 80 characters. 78
Errors Line is longer than 80 characters. 80
Errors Line is longer than 80 characters. 86
Errors Line is longer than 80 characters. 89
Errors Line is longer than 80 characters. 94
Errors Line is longer than 80 characters. 98
Errors Method 'getOrganizationIdDocumentContentFieldKey' is not designed for extension - needs to be abstract, final or empty. 98
Errors Missing a Javadoc comment. 98
Errors Parameter context should be final. 98
Errors Line is longer than 80 characters. 99
Errors Line is longer than 80 characters. 101
Errors Line is longer than 80 characters. 107
Errors Method 'relatedOrgsFromOrgId' is not designed for extension - needs to be abstract, final or empty. 107
Errors Missing a Javadoc comment. 107
Errors Parameter orgId should be final. 107
Errors Parameter relationType should be final. 107
Errors Parameter relatedOrgType should be final. 107
Errors Line is longer than 80 characters. 127
Errors Line is longer than 80 characters. 130
Errors Line is longer than 80 characters. 140
Errors Method 'attributeSetFromSearchResult' is not designed for extension - needs to be abstract, final or empty. 140
Errors Missing a Javadoc comment. 140
Errors Parameter results should be final. 140
Errors Parameter orgShortNameKey should be final. 140
Errors Parameter orgIdKey should be final. 140
Errors Line is longer than 80 characters. 150
Errors Line is longer than 80 characters. 160
Errors Line is longer than 80 characters. 161

org/kuali/student/lum/workflow/qualifierresolver/AdminOrganizationQualifierResolver.java

Violation Message Line
Errors Line has trailing spaces. 17
Errors First sentence should end with a period. 29
Errors Line has trailing spaces. 33
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36
Errors Line contains a tab character. 36
Errors Missing a Javadoc comment. 36
Errors Line contains a tab character. 38
Errors Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 38
Errors Line contains a tab character. 39
Errors Parameter routeContext should be final. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line is longer than 80 characters. 42
Errors Line contains a tab character. 42
Errors Line is longer than 80 characters. 43
Errors Line contains a tab character. 43
Errors Line contains a tab character. 44
Errors Line contains a tab character. 45
Errors Line contains a tab character. 46
Errors '(' is followed by whitespace. 46
Errors ')' is preceded with whitespace. 46
Errors Line contains a tab character. 47
Errors Line is longer than 80 characters. 48
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Errors Line is longer than 80 characters. 50
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors '}' should be on the same line. 51
Errors Line contains a tab character. 52
Errors Line is longer than 80 characters. 53
Errors Line contains a tab character. 53
Errors Line is longer than 80 characters. 54
Errors Line contains a tab character. 54
Errors Line is longer than 80 characters. 55
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 57
Errors Line contains a tab character. 58
Errors Line is longer than 80 characters. 59
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64

org/kuali/student/lum/workflow/qualifierresolver/CocOrgTypeQualifierResolver.java

Violation Message Line
Errors Line has trailing spaces. 2
Errors Line is longer than 80 characters. 35
Errors Line is longer than 80 characters. 36
Errors Line has trailing spaces. 38
Errors Line has trailing spaces. 42
Errors Extra HTML tag found: </activationType> 46
Errors Line is longer than 80 characters. 47
Errors Extra HTML tag found: </qualifierResolverClass> 47
Errors Extra HTML tag found: </useNonDerivedRoles> 48
Errors Extra HTML tag found: </organizationTypeCode> 49
Errors Extra HTML tag found: </organizationIdQualifierKey> 50
Errors Line is longer than 80 characters. 51
Errors Extra HTML tag found: </organizationShortNameQualifierKey> 51
Errors Extra HTML tag found: </organizationIdDocumentContentKey> 52
Errors Extra HTML tag found: </role> 53
Errors Line has trailing spaces. 56
Errors Line has trailing spaces. 60
Errors Extra HTML tag found: </orgId> 64
Errors Extra HTML tag found: </orgId> 65
Errors Extra HTML tag found: </info> 66
Errors Line has trailing spaces. 69
Errors Line is longer than 80 characters. 71
Errors Line is longer than 80 characters. 72
Errors Missing a Javadoc comment. 72
Errors Line is longer than 80 characters. 74
Errors Missing a Javadoc comment. 74
Errors Line is longer than 80 characters. 75
Errors Missing a Javadoc comment. 75
Errors Line is longer than 80 characters. 77
Errors Missing a Javadoc comment. 77
Errors Line is longer than 80 characters. 78
Errors Missing a Javadoc comment. 78
Errors Line is longer than 80 characters. 79
Errors Missing a Javadoc comment. 79
Errors Line is longer than 80 characters. 80
Errors Missing a Javadoc comment. 80
Errors Line is longer than 80 characters. 82
Errors Missing a Javadoc comment. 82
Errors Line is longer than 80 characters. 83
Errors Missing a Javadoc comment. 83
Errors Missing a Javadoc comment. 84
Errors Line is longer than 80 characters. 87
Errors Missing a Javadoc comment. 88
Errors Line is longer than 80 characters. 91
Errors Expected an @return tag. 93
Errors Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 93
Errors Parameter context should be final. 94
Errors Expected @param tag for 'context'. 94
Errors Line is longer than 80 characters. 97
Errors Line is longer than 80 characters. 103
Errors Method 'getOrganizationIdDocumentContentFieldKey' is not designed for extension - needs to be abstract, final or empty. 103
Errors Missing a Javadoc comment. 103
Errors Parameter context should be final. 103
Errors Line is longer than 80 characters. 104
Errors Line is longer than 80 characters. 106
Errors Line is longer than 80 characters. 112
Errors Method 'getNodeSpecificOrganizationIdAttributeSetKey' is not designed for extension - needs to be abstract, final or empty. 112
Errors Missing a Javadoc comment. 112
Errors Parameter context should be final. 112
Errors Line is longer than 80 characters. 113
Errors Line is longer than 80 characters. 116
Errors Line is longer than 80 characters. 122
Errors Method 'getNodeSpecificOrganizationShortNameAttributeSetKey' is not designed for extension - needs to be abstract, final or empty. 122
Errors Missing a Javadoc comment. 122
Errors Parameter context should be final. 122
Errors Line is longer than 80 characters. 123
Errors Line is longer than 80 characters. 126
Errors Method 'usesNonDerivedOrganizationRoles' is not designed for extension - needs to be abstract, final or empty. 132
Errors Missing a Javadoc comment. 132
Errors Parameter context should be final. 132
Errors Line is longer than 80 characters. 133
Errors First sentence should end with a period. 140
Errors Expected an @return tag. 143
Errors Method 'getOrganizationTypeCode' is not designed for extension - needs to be abstract, final or empty. 143
Errors Parameter context should be final. 143
Errors Expected @param tag for 'context'. 143
Errors Line is longer than 80 characters. 144
Errors Line is longer than 80 characters. 146
Errors First sentence should end with a period. 151
Errors Line has trailing spaces. 153
Errors Line is longer than 80 characters. 155
Errors Line is longer than 80 characters. 156
Errors Line is longer than 80 characters. 159
Errors Method 'getOrganizationIdsFromDocumentContent' is not designed for extension - needs to be abstract, final or empty. 159
Errors Parameter context should be final. 159
Errors Line is longer than 80 characters. 160
Errors Line is longer than 80 characters. 161
Errors Line is longer than 80 characters. 165
Errors Line is longer than 80 characters. 167
Errors Line is longer than 80 characters. 173
Errors Line is longer than 80 characters. 176
Errors Line is longer than 80 characters. 181
Errors Line is longer than 80 characters. 185
Errors Method 'relatedOrgsFromOrgId' is not designed for extension - needs to be abstract, final or empty. 185
Errors Missing a Javadoc comment. 185
Errors Parameter orgId should be final. 185
Errors Parameter relationType should be final. 185
Errors Parameter relatedOrgType should be final. 185
Errors Line is longer than 80 characters. 205
Errors Line is longer than 80 characters. 208
Errors Line is longer than 80 characters. 218
Errors Method 'attributeSetFromSearchResult' is not designed for extension - needs to be abstract, final or empty. 218
Errors Missing a Javadoc comment. 218
Errors Parameter results should be final. 218
Errors Parameter orgShortNameKey should be final. 218
Errors Parameter orgIdKey should be final. 218
Errors Line is longer than 80 characters. 228
Errors Line is longer than 80 characters. 238
Errors Line is longer than 80 characters. 239
Errors Line is longer than 80 characters. 246
Errors Method 'cocAttributeSetsFromAncestors' is not designed for extension - needs to be abstract, final or empty. 246
Errors Missing a Javadoc comment. 246
Errors Parameter orgId should be final. 246
Errors Parameter orgType should be final. 246
Errors Parameter orgShortNameKey should be final. 246
Errors Parameter orgIdKey should be final. 246
Errors Line is longer than 80 characters. 253
Errors Line is longer than 80 characters. 255
Errors Line is longer than 80 characters. 256
Errors Line is longer than 80 characters. 263
Errors Line is longer than 80 characters. 264
Errors Line is longer than 80 characters. 265
Errors Method 'getOrganizationHierarchyTypeCode' is not designed for extension - needs to be abstract, final or empty. 273
Errors Missing a Javadoc comment. 273
Errors Method 'getOrganizationRelationTypeCode' is not designed for extension - needs to be abstract, final or empty. 277
Errors Missing a Javadoc comment. 277
Errors Method 'getRelatedOrganizationTypeCode' is not designed for extension - needs to be abstract, final or empty. 281
Errors Missing a Javadoc comment. 281

org/kuali/student/lum/workflow/qualifierresolver/CocOrganizationQualifierResolver.java

Violation Message Line
Errors Line has trailing spaces. 2
Errors Line is longer than 80 characters. 16
Errors Line is longer than 80 characters. 17
Errors Line has trailing spaces. 19
Errors Line has trailing spaces. 23
Errors Extra HTML tag found: </activationType> 27
Errors Line is longer than 80 characters. 28
Errors Extra HTML tag found: </qualifierResolverClass> 28
Errors Extra HTML tag found: </useNonDerivedRoles> 29
Errors Extra HTML tag found: </organizationIdQualifierKey> 30
Errors Line is longer than 80 characters. 31
Errors Extra HTML tag found: </organizationShortNameQualifierKey> 31
Errors Extra HTML tag found: </organizationIdDocumentContentKey> 32
Errors Extra HTML tag found: </role> 33
Errors Line has trailing spaces. 36
Errors Line has trailing spaces. 40
Errors Extra HTML tag found: </orgId> 44
Errors Extra HTML tag found: </orgId> 45
Errors Extra HTML tag found: </info> 46
Errors Line has trailing spaces. 49
Errors Line is longer than 80 characters. 51
Errors Line is longer than 80 characters. 52
Errors Missing a Javadoc comment. 52
Errors Line is longer than 80 characters. 54
Errors Missing a Javadoc comment. 54
Errors Line is longer than 80 characters. 55
Errors Missing a Javadoc comment. 55
Errors Line is longer than 80 characters. 56
Errors Missing a Javadoc comment. 56
Errors Line is longer than 80 characters. 58
Errors Missing a Javadoc comment. 58
Errors Line is longer than 80 characters. 59
Errors Missing a Javadoc comment. 59
Errors Missing a Javadoc comment. 60
Errors Line is longer than 80 characters. 63
Errors Expected an @return tag. 65
Errors Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 65
Errors Parameter context should be final. 66
Errors Expected @param tag for 'context'. 66
Errors Line is longer than 80 characters. 68
Errors Line is longer than 80 characters. 71
Errors Line is longer than 80 characters. 72
Errors Line is longer than 80 characters. 77
Errors Method 'getNodeSpecificOrganizationIdAttributeSetKey' is not designed for extension - needs to be abstract, final or empty. 77
Errors Missing a Javadoc comment. 77
Errors Parameter context should be final. 77
Errors Line is longer than 80 characters. 78
Errors Line is longer than 80 characters. 81
Errors Line is longer than 80 characters. 87
Errors Method 'getNodeSpecificOrganizationShortNameAttributeSetKey' is not designed for extension - needs to be abstract, final or empty. 87
Errors Missing a Javadoc comment. 87
Errors Parameter context should be final. 87
Errors Line is longer than 80 characters. 88
Errors Line is longer than 80 characters. 91
Errors Method 'usesNonDerivedOrganizationRoles' is not designed for extension - needs to be abstract, final or empty. 97
Errors Missing a Javadoc comment. 97
Errors Parameter context should be final. 97
Errors Line is longer than 80 characters. 98
Errors Method 'getOrganizationHierarchyTypeCode' is not designed for extension - needs to be abstract, final or empty. 105
Errors Missing a Javadoc comment. 105
Errors Method 'getOrganizationRelationTypeCode' is not designed for extension - needs to be abstract, final or empty. 109
Errors Missing a Javadoc comment. 109
Errors Method 'getRelatedOrganizationTypeCode' is not designed for extension - needs to be abstract, final or empty. 113
Errors Missing a Javadoc comment. 113

org/kuali/student/lum/workflow/qualifierresolver/CollegeCommitteeQualifierResolver.java

Violation Message Line
Errors Line is longer than 80 characters. 24
Errors Missing a Javadoc comment. 24
Errors Line contains a tab character. 26
Errors Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 26
Errors Line contains a tab character. 27
Errors Parameter routeContext should be final. 27
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors Line is longer than 80 characters. 30
Errors Line contains a tab character. 30
Errors Line is longer than 80 characters. 31
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors Line is longer than 80 characters. 33
Errors Line contains a tab character. 33
Errors ',' is not followed by whitespace. 33
Errors ',' is not followed by whitespace. 33
Errors ',' is not followed by whitespace. 33
Errors Line contains a tab character. 34

org/kuali/student/lum/workflow/qualifierresolver/DepartmentCommitteeQualifierResolver.java

Violation Message Line
Errors Line is longer than 80 characters. 25
Errors Missing a Javadoc comment. 25
Errors Line contains a tab character. 27
Errors Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 27
Errors Line contains a tab character. 28
Errors Parameter routeContext should be final. 28
Errors Line contains a tab character. 29
Errors Line contains a tab character. 30
Errors Line is longer than 80 characters. 31
Errors Line contains a tab character. 31
Errors Line is longer than 80 characters. 32
Errors Line contains a tab character. 32
Errors Line contains a tab character. 33
Errors Line is longer than 80 characters. 34
Errors Line contains a tab character. 34
Errors ',' is not followed by whitespace. 34
Errors ',' is not followed by whitespace. 34
Errors Line is longer than 80 characters. 35
Errors Line contains a tab character. 35
Errors ',' is not followed by whitespace. 35
Errors ',' is not followed by whitespace. 35
Errors Line contains a tab character. 36

org/kuali/student/lum/workflow/qualifierresolver/DivisionCommitteeQualifierResolver.java

Violation Message Line
Errors Line is longer than 80 characters. 23
Errors Missing a Javadoc comment. 23
Errors Line contains a tab character. 25
Errors Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 25
Errors Line contains a tab character. 26
Errors Parameter routeContext should be final. 26
Errors Line contains a tab character. 27
Errors Line contains a tab character. 28
Errors Line is longer than 80 characters. 29
Errors Line contains a tab character. 29
Errors Line is longer than 80 characters. 30
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line is longer than 80 characters. 32
Errors Line contains a tab character. 32
Errors ',' is not followed by whitespace. 32
Errors ',' is not followed by whitespace. 32
Errors ',' is not followed by whitespace. 32
Errors Line contains a tab character. 33

org/kuali/student/lum/workflow/qualifierresolver/OrganizationCurriculumCommitteeQualifierResolver.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line has trailing spaces. 2
Errors Unused import - javax.xml.namespace.QName. 9
Errors Unused import - org.kuali.rice.core.resourceloader.GlobalResourceLoader. 12
Errors Unused import - org.kuali.rice.kew.role.QualifierResolver. 14
Errors Unused import - org.kuali.student.core.organization.service.OrganizationService. 20
Errors Line is longer than 80 characters. 24
Errors Line has trailing spaces. 25
Errors Line is longer than 80 characters. 26
Errors Line is longer than 80 characters. 27
Errors Line is longer than 80 characters. 28
Errors Line is longer than 80 characters. 29
Errors Line is longer than 80 characters. 30
Errors Line is longer than 80 characters. 31
Errors Line is longer than 80 characters. 32
Errors Line has trailing spaces. 34
Errors Line is longer than 80 characters. 36
Errors Line has trailing spaces. 38
Errors Line is longer than 80 characters. 40
Errors Line is longer than 80 characters. 41
Errors Missing a Javadoc comment. 41
Errors Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 43
Errors Parameter routeContext should be final. 44
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 46
Errors Line is longer than 80 characters. 48
Errors Line is longer than 80 characters. 56
Errors Line is longer than 80 characters. 57
Errors Line is longer than 80 characters. 60
Errors Line is longer than 80 characters. 62
Errors Line is longer than 80 characters. 63
Errors Line is longer than 80 characters. 64
Errors Line is longer than 80 characters. 65
Errors Line is longer than 80 characters. 67
Errors Line is longer than 80 characters. 70
Errors Line is longer than 80 characters. 71
Errors Line is longer than 80 characters. 81
Errors Line is longer than 80 characters. 82
Errors Line is longer than 80 characters. 87
Errors Method 'getOrganization' is not designed for extension - needs to be abstract, final or empty. 92
Errors Missing a Javadoc comment. 92
Errors Parameter orgId should be final. 92

org/kuali/student/lum/workflow/qualifierresolver/PublicationQualifierResolver.java

Violation Message Line
Errors Line is longer than 80 characters. 25
Errors Missing a Javadoc comment. 25
Errors Line contains a tab character. 26
Errors Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 26
Errors Line contains a tab character. 27
Errors Parameter routeContext should be final. 27
Errors Line is longer than 80 characters. 28
Errors Line contains a tab character. 28
Errors Line contains a tab character. 29
Errors Line is longer than 80 characters. 30
Errors Line contains a tab character. 30
Errors Line is longer than 80 characters. 31
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34

org/kuali/student/lum/workflow/qualifierresolver/SenateCommitteeQualifierResolver.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Errors Line contains a tab character. 26
Errors Line contains a tab character. 27
Errors Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 27
Errors Line contains a tab character. 28
Errors Parameter routeContext should be final. 28
Errors Line is longer than 80 characters. 29
Errors Line contains a tab character. 29
Errors Line contains a tab character. 30
Errors Line is longer than 80 characters. 31
Errors Line contains a tab character. 31
Errors Line is longer than 80 characters. 32
Errors Line contains a tab character. 32
Errors Line contains a tab character. 33
Errors Line contains a tab character. 34
Errors Line contains a tab character. 35

org/kuali/student/lum/workflow/qualifierresolver/StaticOrganizationQualifierResolver.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 2
Errors Line is longer than 80 characters. 27
Errors Line has trailing spaces. 29
Errors Line has trailing spaces. 33
Errors Extra HTML tag found: </activationType> 37
Errors Line is longer than 80 characters. 38
Errors Extra HTML tag found: </qualifierResolverClass> 38
Errors Extra HTML tag found: </organizationId> 39
Errors Extra HTML tag found: </role> 40
Errors Line has trailing spaces. 43
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 46
Errors Missing a Javadoc comment. 46
Errors Line is longer than 80 characters. 48
Errors Missing a Javadoc comment. 48
Errors Line is longer than 80 characters. 51
Errors Expected an @return tag. 53
Errors Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 53
Errors Parameter context should be final. 54
Errors Expected @param tag for 'context'. 54
Errors Line is longer than 80 characters. 59
Errors Line is longer than 80 characters. 60
Errors Line is longer than 80 characters. 61
Errors Line is longer than 80 characters. 64
Errors Line is longer than 80 characters. 67
Errors Line is longer than 80 characters. 68
Errors Line is longer than 80 characters. 76
Errors Line is longer than 80 characters. 78
Errors Line is longer than 80 characters. 79
Errors Line is longer than 80 characters. 84
Errors Line is longer than 80 characters. 87
Errors Method 'getOrganizationIdXmlTagName' is not designed for extension - needs to be abstract, final or empty. 92
Errors Missing a Javadoc comment. 92

org/kuali/student/lum/workflow/qualifierresolver/UnderGradAffairsCommitteeQualifierResolver.java

Violation Message Line
Errors Line is longer than 80 characters. 24
Errors Missing a Javadoc comment. 24
Errors '{' is not preceded with whitespace. 24
Errors Line contains a tab character. 25
Errors Method 'resolve' is not designed for extension - needs to be abstract, final or empty. 25
Errors Line contains a tab character. 26
Errors Parameter routeContext should be final. 26
Errors Line contains a tab character. 27
Errors Line contains a tab character. 28
Errors Line is longer than 80 characters. 29
Errors Line contains a tab character. 29
Errors Line is longer than 80 characters. 30
Errors Line contains a tab character. 30
Errors Line contains a tab character. 31
Errors Line is longer than 80 characters. 32
Errors Line contains a tab character. 32
Errors ',' is not followed by whitespace. 32
Errors ',' is not followed by whitespace. 32
Errors ',' is not followed by whitespace. 32
Errors Line contains a tab character. 33

org/kuali/student/lum/workflow/search/OrgSearchAttribute.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors First sentence should end with a period. 35
Errors Line is longer than 80 characters. 36
Errors Line is longer than 80 characters. 41
Errors Missing a Javadoc comment. 41
Errors Missing a Javadoc comment. 43
Errors Line contains a tab character. 45
Errors Method 'getSearchStorageValues' is not designed for extension - needs to be abstract, final or empty. 45
Errors Line contains a tab character. 46
Errors Line is longer than 80 characters. 47
Errors Line contains a tab character. 47
Errors Parameter documentSearchContext should be final. 47
Errors Line contains a tab character. 48
Errors Line is longer than 80 characters. 49
Errors Line contains a tab character. 49
Errors 'cast' is not followed by whitespace. 49
Errors Line contains a tab character. 50
Errors Line is longer than 80 characters. 51
Errors Line contains a tab character. 51
Errors 'cast' is not followed by whitespace. 51
Errors Line contains a tab character. 52
Errors Line contains a tab character. 53
Errors Line contains a tab character. 54
Errors Line is longer than 80 characters. 55
Errors Line contains a tab character. 55
Errors ',' is not followed by whitespace. 55
Errors Line contains a tab character. 56
Errors Line is longer than 80 characters. 57
Errors Line contains a tab character. 57
Errors Line is longer than 80 characters. 58
Errors Line contains a tab character. 58
Errors Line contains a tab character. 59
Errors Line contains a tab character. 60
Errors Line contains a tab character. 61
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 65
Errors Line contains a tab character. 66
Errors Line contains a tab character. 67
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 70
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line contains a tab character. 73
Errors Line contains a tab character. 74
Errors Line contains a tab character. 75
Errors Line contains a tab character. 76
Errors Line contains a tab character. 77
Errors Line contains a tab character. 78

org/kuali/student/security/KSRiceAuthenticationServiceImpl.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Missing a Javadoc comment. 23
Errors Method 'getPrincipalName' is not designed for extension - needs to be abstract, final or empty. 25
Errors Parameter request should be final. 26