Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
25001373

Files

FilesInfosWarningsErrors
org/kuali/student/enrollment/dao/EntityDao.java0048
org/kuali/student/enrollment/dao/GenericEntityDao.java0029
org/kuali/student/enrollment/lpr/dao/LprDao.java005
org/kuali/student/enrollment/lpr/dao/LprStateDao.java001
org/kuali/student/enrollment/lpr/dao/LprTypeDao.java001
org/kuali/student/enrollment/lpr/model/LuiPersonRelationAttributeEntity.java0019
org/kuali/student/enrollment/lpr/model/LuiPersonRelationEntity.java00112
org/kuali/student/enrollment/lpr/model/LuiPersonRelationStateEntity.java0046
org/kuali/student/enrollment/lpr/model/LuiPersonRelationTypeEntity.java001
org/kuali/student/enrollment/lpr/service/aspect/ServiceAspects.java0063
org/kuali/student/enrollment/lpr/service/decorators/LuiPersonRelationServiceAuthorizationDecorator.java00103
org/kuali/student/enrollment/lpr/service/decorators/LuiPersonRelationServiceValidationDecorator.java00155
org/kuali/student/enrollment/lpr/service/impl/LuiPersonRelationServiceImpl.java0060
org/kuali/student/enrollment/lpr/service/util/ConcreteLPRUtility.java0010
org/kuali/student/enrollment/lpr/service/util/LPRUtility.java0011
org/kuali/student/enrollment/lui/dao/LuiDao.java001
org/kuali/student/enrollment/lui/service/decorators/LuiServiceAuthorizationDecorator.java0023
org/kuali/student/enrollment/lui/service/decorators/LuiServiceValidationDecorator.java001
org/kuali/student/enrollment/lui/service/impl/LuiServiceImpl.java00326
org/kuali/student/enrollment/lui/service/model/LuiEntity.java0036
org/kuali/student/r2/common/entity/AttributeOwner.java007
org/kuali/student/r2/common/entity/BaseAttributeEntity.java0056
org/kuali/student/r2/common/entity/BaseTypeEntity.java0075
org/kuali/student/r2/common/entity/MetaEntity.java00127
org/kuali/student/r2/common/entity/TypeEntity.java0057

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
12Errors Error
NewlineAtEndOfFile1Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
683Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
46Errors Error
JavadocMethod81Errors Error
JavadocType13Errors Error
JavadocVariable34Errors Error
JavadocStyle0Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport1Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports2Errors Error
LineLength129Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad1Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore1Errors Error
OperatorWrap0Errors Error
ParenPad1Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter2Errors Error
WhitespaceAround44Errors Error
ModifierOrder0Errors Error
RedundantModifier3Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField34Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension117Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier3Errors Error
ArrayTypeStyle0Errors Error
FinalParameters162Errors Error
TodoComment2Errors Error
UpperEll0Errors Error

Details

org/kuali/student/enrollment/dao/EntityDao.java

ViolationMessageLine
ErrorsType Javadoc comment is missing an @param <T> tag.11
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsRedundant 'public' modifier.27
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65

org/kuali/student/enrollment/dao/GenericEntityDao.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsType Javadoc comment is missing an @param <T> tag.15
ErrorsVariable 'entityClass' must be private and have accessor methods.20
ErrorsMissing a Javadoc comment.22
ErrorsVariable 'em' must be private and have accessor methods.23
ErrorsMissing a Javadoc comment.25
ErrorsMethod 'find' is not designed for extension - needs to be abstract, final or empty.29
ErrorsParameter primaryKey should be final.30
ErrorsMethod 'findByIds' is not designed for extension - needs to be abstract, final or empty.34
ErrorsParameter primaryKeys should be final.35
ErrorsMethod 'findAll' is not designed for extension - needs to be abstract, final or empty.43
ErrorsLine is longer than 80 characters.46
ErrorsMethod 'persist' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter entity should be final.50
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.54
ErrorsParameter entity should be final.55
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter entity should be final.60
ErrorsMethod 'merge' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter entity should be final.65
ErrorsMethod 'getEntityClass' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.69
ErrorsMissing a Javadoc comment.77
ErrorsParameter object should be final.77
ErrorsLine is longer than 80 characters.84
ErrorsMethod 'setEm' is not designed for extension - needs to be abstract, final or empty.88
ErrorsMissing a Javadoc comment.88
ErrorsParameter em should be final.88
Errors'em' hides a field.88

org/kuali/student/enrollment/lpr/dao/LprDao.java

ViolationMessageLine
ErrorsMethod 'getByLuiId' is not designed for extension - needs to be abstract, final or empty.16
ErrorsMissing a Javadoc comment.16
Errors'}' is not preceded with whitespace.16
ErrorsParameter luiId should be final.17
ErrorsLine is longer than 80 characters.18

org/kuali/student/enrollment/lpr/dao/LprStateDao.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.9

org/kuali/student/enrollment/lpr/dao/LprTypeDao.java

ViolationMessageLine
ErrorsMissing package-info.java file.0

org/kuali/student/enrollment/lpr/model/LuiPersonRelationAttributeEntity.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.24
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
Errors'(' is preceded with whitespace.28
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsParameter key should be final.31
ErrorsParameter value should be final.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter att should be final.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37

org/kuali/student/enrollment/lpr/model/LuiPersonRelationEntity.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.28
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.44
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.48
Errors'=' is not preceded with whitespace.48
Errors'=' is not followed by whitespace.48
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.55
ErrorsMissing a Javadoc comment.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsMissing a Javadoc comment.58
ErrorsParameter dto should be final.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsMethod 'getPersonId' is not designed for extension - needs to be abstract, final or empty.77
ErrorsMissing a Javadoc comment.77
ErrorsMethod 'setPersonId' is not designed for extension - needs to be abstract, final or empty.81
ErrorsMissing a Javadoc comment.81
ErrorsParameter personId should be final.81
Errors'personId' hides a field.81
ErrorsMethod 'getLuiId' is not designed for extension - needs to be abstract, final or empty.85
ErrorsMissing a Javadoc comment.85
ErrorsMethod 'setLuiId' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMissing a Javadoc comment.89
ErrorsParameter luiId should be final.89
Errors'luiId' hides a field.89
ErrorsMethod 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsMethod 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.97
ErrorsParameter effectiveDate should be final.97
Errors'effectiveDate' hides a field.97
ErrorsMethod 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMissing a Javadoc comment.101
ErrorsMethod 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMissing a Javadoc comment.105
ErrorsParameter expirationDate should be final.105
Errors'expirationDate' hides a field.105
ErrorsMethod 'getPersonRelationType' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMissing a Javadoc comment.109
ErrorsLine is longer than 80 characters.113
ErrorsMethod 'setPersonRelationType' is not designed for extension - needs to be abstract, final or empty.113
ErrorsMissing a Javadoc comment.113
ErrorsParameter personRelationType should be final.113
Errors'personRelationType' hides a field.113
ErrorsMethod 'getPersonRelationState' is not designed for extension - needs to be abstract, final or empty.117
ErrorsMissing a Javadoc comment.117
ErrorsLine is longer than 80 characters.121
ErrorsMethod 'setPersonRelationState' is not designed for extension - needs to be abstract, final or empty.121
ErrorsMissing a Javadoc comment.121
ErrorsParameter personRelationState should be final.121
Errors'personRelationState' hides a field.121
ErrorsMethod 'getAttributes' is not designed for extension - needs to be abstract, final or empty.125
ErrorsMethod 'setAttributes' is not designed for extension - needs to be abstract, final or empty.130
ErrorsLine is longer than 80 characters.131
ErrorsParameter attributes should be final.131
Errors'attributes' hides a field.131
ErrorsLine has trailing spaces.134
ErrorsMethod 'toDto' is not designed for extension - needs to be abstract, final or empty.135
ErrorsMissing a Javadoc comment.135
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.151
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153

org/kuali/student/enrollment/lpr/model/LuiPersonRelationStateEntity.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.26
Errors'=' is not preceded with whitespace.26
Errors'=' is not followed by whitespace.26
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.35
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.42
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsParameter name should be final.46
Errors'name' hides a field.46
ErrorsMethod 'getDescription' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsMethod 'setDescription' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsParameter description should be final.54
Errors'description' hides a field.54
ErrorsMethod 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMissing a Javadoc comment.58
ErrorsMethod 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsParameter effectiveDate should be final.62
Errors'effectiveDate' hides a field.62
ErrorsMethod 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsMethod 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsParameter expirationDate should be final.70
Errors'expirationDate' hides a field.70
ErrorsMethod 'getAttributes' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMethod 'setAttributes' is not designed for extension - needs to be abstract, final or empty.79
ErrorsLine is longer than 80 characters.80
ErrorsParameter attributes should be final.80
Errors'attributes' hides a field.80

org/kuali/student/enrollment/lpr/model/LuiPersonRelationTypeEntity.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.13

org/kuali/student/enrollment/lpr/service/aspect/ServiceAspects.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.12
ErrorsLine has trailing spaces.14
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsVariable 'includeThrowableClassList' must be private and have accessor methods.19
Errors';' is preceded with whitespace.19
ErrorsLine is longer than 80 characters.22
ErrorsLine contains a tab character.22
ErrorsMethod 'setIncludeThrowableClassList' is not designed for extension - needs to be abstract, final or empty.22
ErrorsMissing a Javadoc comment.22
ErrorsParameter serviceExceptionTypes should be final.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsMethod 'beforeInvokingService' is not designed for extension - needs to be abstract, final or empty.29
ErrorsParameter join should be final.29
ErrorsExpected @param tag for 'join'.29
ErrorsExpected @throws tag for 'Throwable'.29
Errors'{' is not preceded with whitespace.29
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.33
Errors'for' is not followed by whitespace.33
Errors':' is not preceded with whitespace.33
Errors':' is not followed by whitespace.33
Errors'{' is not preceded with whitespace.33
ErrorsLine contains a tab character.35
Errors'if' is not followed by whitespace.35
Errors'==' is not preceded with whitespace.35
Errors'==' is not followed by whitespace.35
Errors'{' is not preceded with whitespace.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
Errors'+' is not preceded with whitespace.37
Errors'+' is not followed by whitespace.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsMethod 'handleExceptions' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter ex should be final.49
ErrorsExpected @param tag for 'ex'.49
ErrorsExpected @throws tag for 'OperationFailedException'.49
Errors'{' is not preceded with whitespace.49
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54

org/kuali/student/enrollment/lpr/service/decorators/LuiPersonRelationServiceAuthorizationDecorator.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - org.kuali.student.enrollment.lpr.service.LuiPersonRelationService.21
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.29
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMethod 'getPermissionService' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
ErrorsMethod 'setPermissionService' is not designed for extension - needs to be abstract, final or empty.46
ErrorsLine contains a tab character.47
ErrorsParameter permissionService should be final.47
Errors'permissionService' hides a field.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsMethod 'createBulkRelationshipsForPerson' is not designed for extension - needs to be abstract, final or empty.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsParameter personId should be final.53
ErrorsParameter luiIdList should be final.53
ErrorsParameter relationState should be final.53
ErrorsParameter luiPersonRelationTypeKey should be final.53
ErrorsParameter luiPersonRelationInfo should be final.53
ErrorsParameter context should be final.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
Errors')' is preceded with whitespace.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
Errors'if' is not followed by whitespace.58
Errors'{' is not preceded with whitespace.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
Errors'else' is not preceded with whitespace.60
Errors'}' is not followed by whitespace.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.63
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsMethod 'findLuiPersonRelationsForLui' is not designed for extension - needs to be abstract, final or empty.66
ErrorsLine is longer than 80 characters.67
ErrorsParameter luiId should be final.67
ErrorsParameter context should be final.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.71
ErrorsMethod 'validateLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsParameter validationType should be final.72
ErrorsLine contains a tab character.73
ErrorsParameter luiPersonRelationInfo should be final.73
ErrorsLine contains a tab character.74
ErrorsParameter context should be final.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.84
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsMethod 'isAuthorized' is not designed for extension - needs to be abstract, final or empty.93
ErrorsParameter principal should be final.93
ErrorsExpected @param tag for 'principal'.93
ErrorsParameter permissionName should be final.93
ErrorsParameter qualifier should be final.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104

org/kuali/student/enrollment/lpr/service/decorators/LuiPersonRelationServiceValidationDecorator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine contains a tab character.6
ErrorsLine contains a tab character.8
ErrorsUnused import - org.kuali.student.enrollment.lpr.service.LuiPersonRelationService.20
ErrorsLine is longer than 80 characters.21
ErrorsUsing the '.*' form of import should be avoided - java.util.*.35
ErrorsLine is longer than 80 characters.41
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.46
Errors'{' is not preceded with whitespace.46
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsMethod 'getValidator' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMethod 'setValidator' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter validator should be final.56
Errors'validator' hides a field.56
ErrorsMethod 'findLuiPersonRelationsForLui' is not designed for extension - needs to be abstract, final or empty.60
ErrorsLine is longer than 80 characters.61
ErrorsParameter luiId should be final.61
ErrorsParameter context should be final.61
ErrorsLine contains a tab character.62
ErrorsMethod 'createBulkRelationshipsForPerson' is not designed for extension - needs to be abstract, final or empty.64
ErrorsLine is longer than 80 characters.65
ErrorsParameter personId should be final.65
ErrorsParameter luiIdList should be final.65
ErrorsParameter relationState should be final.65
ErrorsParameter luiPersonRelationTypeKey should be final.65
ErrorsParameter luiPersonRelationInfo should be final.65
ErrorsParameter context should be final.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.69
ErrorsMethod 'validateLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsParameter validationType should be final.70
ErrorsLine contains a tab character.71
ErrorsParameter luiPersonRelationInfo should be final.71
ErrorsLine contains a tab character.72
ErrorsParameter context should be final.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.85
ErrorsMethod 'createLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty.85
ErrorsLine contains a tab character.86
ErrorsParameter personId should be final.86
ErrorsParameter luiId should be final.86
ErrorsLine contains a tab character.87
ErrorsParameter luiPersonRelationType should be final.87
ErrorsLine contains a tab character.88
ErrorsParameter luiPersonRelationInfo should be final.88
ErrorsLine contains a tab character.89
ErrorsParameter context should be final.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine is longer than 80 characters.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine is longer than 80 characters.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.113
ErrorsMethod 'updateLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty.113
ErrorsLine is longer than 80 characters.114
ErrorsLine contains a tab character.114
ErrorsParameter luiPersonRelationId should be final.114
ErrorsLine contains a tab character.115
ErrorsParameter luiPersonRelationInfo should be final.115
ErrorsLine contains a tab character.116
ErrorsParameter context should be final.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
ErrorsLine is longer than 80 characters.135
ErrorsLine contains a tab character.135
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.139
ErrorsLine is longer than 80 characters.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsMissing a Javadoc comment.146
ErrorsParameter field should be final.146
ErrorsParameter orig should be final.146
ErrorsParameter supplied should be final.146
ErrorsLine is longer than 80 characters.151
ErrorsMissing a Javadoc comment.151
ErrorsParameter field should be final.151
ErrorsParameter orig should be final.151
ErrorsParameter supplied should be final.151
ErrorsParameter origStr should be final.151
ErrorsParameter suppliedStr should be final.151
ErrorsLine is longer than 80 characters.158

org/kuali/student/enrollment/lpr/service/impl/LuiPersonRelationServiceImpl.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.85
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.98
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.110
ErrorsLine is longer than 80 characters.116
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.128
ErrorsLine is longer than 80 characters.134
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.146
ErrorsLine is longer than 80 characters.147
ErrorsLine is longer than 80 characters.153
ErrorsLine is longer than 80 characters.159
ErrorsLine contains a tab character.165
ErrorsLine is longer than 80 characters.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine is longer than 80 characters.172
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.184
ErrorsLine is longer than 80 characters.185
ErrorsLine is longer than 80 characters.191
ErrorsLine is longer than 80 characters.197
ErrorsLine is longer than 80 characters.203
ErrorsLine is longer than 80 characters.209
ErrorsLine is longer than 80 characters.215
ErrorsLine is longer than 80 characters.221
ErrorsLine is longer than 80 characters.227
ErrorsLine is longer than 80 characters.233
ErrorsLine is longer than 80 characters.251
ErrorsLine is longer than 80 characters.257
ErrorsLine is longer than 80 characters.262
ErrorsLine is longer than 80 characters.268
ErrorsLine is longer than 80 characters.274

org/kuali/student/enrollment/lpr/service/util/ConcreteLPRUtility.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.5
ErrorsLine contains a tab character.7
ErrorsMethod 'validateDate' is not designed for extension - needs to be abstract, final or empty.7
ErrorsMissing a Javadoc comment.7
ErrorsParameter creationDate should be final.7
ErrorsParameter personName should be final.7
ErrorsLine contains a tab character.8
Errors'+' is not preceded with whitespace.8
Errors'+' is not followed by whitespace.8
ErrorsLine contains a tab character.9

org/kuali/student/enrollment/lpr/service/util/LPRUtility.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine is longer than 80 characters.7
ErrorsLine contains a tab character.7
ErrorsMissing a Javadoc comment.7
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine has trailing spaces.10
ErrorsLine contains a tab character.10

org/kuali/student/enrollment/lui/dao/LuiDao.java

ViolationMessageLine
ErrorsMissing package-info.java file.0

org/kuali/student/enrollment/lui/service/decorators/LuiServiceAuthorizationDecorator.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.7
ErrorsMissing a Javadoc comment.7
ErrorsLine has trailing spaces.8
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.9
ErrorsMissing a Javadoc comment.9
ErrorsLine has trailing spaces.10
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsMethod 'getPermissionService' is not designed for extension - needs to be abstract, final or empty.11
ErrorsLine contains a tab character.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.16
ErrorsMethod 'setPermissionService' is not designed for extension - needs to be abstract, final or empty.16
ErrorsLine contains a tab character.17
ErrorsParameter permissionService should be final.17
Errors'permissionService' hides a field.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21

org/kuali/student/enrollment/lui/service/decorators/LuiServiceValidationDecorator.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.5

org/kuali/student/enrollment/lui/service/impl/LuiServiceImpl.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.25
ErrorsLine contains a tab character.27
ErrorsMethod 'getDataDictionaryEntryKeys' is not designed for extension - needs to be abstract, final or empty.27
ErrorsLine contains a tab character.28
ErrorsParameter context should be final.28
ErrorsLine is longer than 80 characters.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsMethod 'getDataDictionaryEntry' is not designed for extension - needs to be abstract, final or empty.35
ErrorsLine contains a tab character.36
ErrorsParameter entryKey should be final.36
ErrorsLine contains a tab character.37
ErrorsParameter context should be final.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.44
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.44
ErrorsLine contains a tab character.45
ErrorsParameter typeKey should be final.45
ErrorsParameter context should be final.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.52
ErrorsMethod 'getTypesByRefObjectURI' is not designed for extension - needs to be abstract, final or empty.52
ErrorsLine contains a tab character.53
ErrorsParameter refObjectURI should be final.53
ErrorsLine contains a tab character.54
ErrorsParameter context should be final.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.61
ErrorsMethod 'getAllowedTypesForType' is not designed for extension - needs to be abstract, final or empty.61
ErrorsLine contains a tab character.62
ErrorsParameter ownerTypeKey should be final.62
ErrorsLine contains a tab character.63
ErrorsParameter relatedRefObjectURI should be final.63
ErrorsParameter context should be final.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.70
ErrorsMethod 'getTypeRelationsByOwnerType' is not designed for extension - needs to be abstract, final or empty.70
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsParameter ownerTypeKey should be final.72
ErrorsParameter relationTypeKey should be final.72
ErrorsParameter context should be final.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.79
ErrorsMethod 'getLui' is not designed for extension - needs to be abstract, final or empty.79
ErrorsLine contains a tab character.80
ErrorsParameter luiId should be final.80
ErrorsParameter context should be final.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.87
ErrorsMethod 'getLuisByIdList' is not designed for extension - needs to be abstract, final or empty.87
ErrorsLine contains a tab character.88
ErrorsParameter luiIdList should be final.88
ErrorsLine contains a tab character.89
ErrorsParameter context should be final.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.96
ErrorsMethod 'getLuisInAtpByCluId' is not designed for extension - needs to be abstract, final or empty.96
ErrorsLine contains a tab character.97
ErrorsParameter cluId should be final.97
ErrorsParameter atpKey should be final.97
ErrorsLine contains a tab character.98
ErrorsParameter context should be final.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.105
ErrorsMethod 'getLuiIdsByCluId' is not designed for extension - needs to be abstract, final or empty.105
ErrorsLine contains a tab character.106
ErrorsParameter cluId should be final.106
ErrorsParameter context should be final.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.113
ErrorsMethod 'getLuiIdsInAtpByCluId' is not designed for extension - needs to be abstract, final or empty.113
ErrorsLine contains a tab character.114
ErrorsParameter cluId should be final.114
ErrorsParameter atpKey should be final.114
ErrorsLine contains a tab character.115
ErrorsParameter context should be final.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.122
ErrorsMethod 'getLuisByRelation' is not designed for extension - needs to be abstract, final or empty.122
ErrorsLine contains a tab character.123
ErrorsParameter relatedLuiId should be final.123
ErrorsLine contains a tab character.124
ErrorsParameter luLuRelationTypeKey should be final.124
ErrorsParameter context should be final.124
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.131
ErrorsMethod 'getLuiIdsByRelation' is not designed for extension - needs to be abstract, final or empty.131
ErrorsLine contains a tab character.132
ErrorsParameter relatedLuiId should be final.132
ErrorsLine contains a tab character.133
ErrorsParameter luLuRelationTypeKey should be final.133
ErrorsParameter context should be final.133
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.140
ErrorsMethod 'getRelatedLuisByLuiId' is not designed for extension - needs to be abstract, final or empty.140
ErrorsLine contains a tab character.141
ErrorsParameter luiId should be final.141
ErrorsLine contains a tab character.142
ErrorsParameter luLuRelationTypeKey should be final.142
ErrorsParameter context should be final.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.149
ErrorsMethod 'getRelatedLuiIdsByLuiId' is not designed for extension - needs to be abstract, final or empty.149
ErrorsLine contains a tab character.150
ErrorsParameter luiId should be final.150
ErrorsLine contains a tab character.151
ErrorsParameter luLuRelationTypeKey should be final.151
ErrorsParameter context should be final.151
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.158
ErrorsMethod 'getLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty.158
ErrorsLine contains a tab character.159
ErrorsParameter luiLuiRelationId should be final.159
ErrorsLine contains a tab character.160
ErrorsParameter context should be final.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.167
ErrorsMethod 'getLuiLuiRelationsByLui' is not designed for extension - needs to be abstract, final or empty.167
ErrorsLine contains a tab character.168
ErrorsParameter luiId should be final.168
ErrorsLine contains a tab character.169
ErrorsParameter context should be final.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.176
ErrorsMethod 'validateLui' is not designed for extension - needs to be abstract, final or empty.176
ErrorsLine contains a tab character.177
ErrorsParameter validationType should be final.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsParameter luiInfo should be final.178
ErrorsParameter context should be final.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.185
ErrorsMethod 'createLui' is not designed for extension - needs to be abstract, final or empty.185
ErrorsLine contains a tab character.186
ErrorsParameter cluId should be final.186
ErrorsParameter atpKey should be final.186
ErrorsParameter luiInfo should be final.186
ErrorsLine contains a tab character.187
ErrorsParameter context should be final.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.195
ErrorsMethod 'updateLui' is not designed for extension - needs to be abstract, final or empty.195
ErrorsLine is longer than 80 characters.196
ErrorsLine contains a tab character.196
ErrorsParameter luiId should be final.196
ErrorsParameter luiInfo should be final.196
ErrorsParameter context should be final.196
ErrorsLine is longer than 80 characters.197
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.205
ErrorsMethod 'deleteLui' is not designed for extension - needs to be abstract, final or empty.205
ErrorsLine contains a tab character.206
ErrorsParameter luiId should be final.206
ErrorsParameter context should be final.206
ErrorsLine is longer than 80 characters.207
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.214
ErrorsMethod 'updateLuiState' is not designed for extension - needs to be abstract, final or empty.214
ErrorsLine contains a tab character.215
ErrorsParameter luiId should be final.215
ErrorsParameter luState should be final.215
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsParameter context should be final.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.224
ErrorsMethod 'validateLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty.224
ErrorsLine contains a tab character.225
ErrorsLine is longer than 80 characters.226
ErrorsLine contains a tab character.226
ErrorsParameter validationType should be final.226
ErrorsParameter luiLuiRelationInfo should be final.226
ErrorsLine contains a tab character.227
ErrorsParameter context should be final.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.234
ErrorsMethod 'createLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty.234
ErrorsLine contains a tab character.235
ErrorsParameter luiId should be final.235
ErrorsLine contains a tab character.236
ErrorsParameter relatedLuiId should be final.236
ErrorsParameter luLuRelationTypeKey should be final.236
ErrorsLine is longer than 80 characters.237
ErrorsLine contains a tab character.237
ErrorsParameter luiLuiRelationInfo should be final.237
ErrorsParameter context should be final.237
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.246
ErrorsMethod 'updateLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty.246
ErrorsLine contains a tab character.247
ErrorsParameter luiLuiRelationId should be final.247
ErrorsLine is longer than 80 characters.248
ErrorsLine contains a tab character.248
ErrorsParameter luiLuiRelationInfo should be final.248
ErrorsParameter context should be final.248
ErrorsLine is longer than 80 characters.249
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.257
ErrorsMethod 'deleteLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty.257
ErrorsLine contains a tab character.258
ErrorsParameter luiLuiRelationId should be final.258
ErrorsLine contains a tab character.259
ErrorsParameter context should be final.259
ErrorsLine contains a tab character.260
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.264

org/kuali/student/enrollment/lui/service/model/LuiEntity.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.27
ErrorsMethod 'getLuiCode' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsMethod 'setLuiCode' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter luiCode should be final.34
Errors'luiCode' hides a field.34
ErrorsMethod 'getCluId' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsMethod 'setCluId' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
ErrorsParameter cluId should be final.42
Errors'cluId' hides a field.42
ErrorsMethod 'getMaxSeats' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsMethod 'setMaxSeats' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsParameter maxSeats should be final.50
Errors'maxSeats' hides a field.50
ErrorsMethod 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsMethod 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMissing a Javadoc comment.58
ErrorsParameter effectiveDate should be final.58
Errors'effectiveDate' hides a field.58
ErrorsMethod 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsMethod 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsParameter expirationDate should be final.66
Errors'expirationDate' hides a field.66

org/kuali/student/r2/common/entity/AttributeOwner.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsRedundant 'public' modifier.21
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.22
ErrorsRedundant 'public' modifier.22

org/kuali/student/r2/common/entity/BaseAttributeEntity.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.11
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
ErrorsLine contains a tab character.15
ErrorsLine has trailing spaces.16
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsMissing a Javadoc comment.17
Errors',' is not followed by whitespace.17
Errors'=' is not preceded with whitespace.17
Errors'=' is not followed by whitespace.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.23
ErrorsParameter key should be final.23
Errors'key' hides a field.23
ErrorsParameter value should be final.23
Errors'value' hides a field.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsParameter att should be final.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.34
ErrorsMethod 'getKey' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsMethod 'setKey' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter key should be final.38
Errors'key' hides a field.38
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
ErrorsMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsParameter value should be final.46
Errors'value' hides a field.46
ErrorsLine contains a tab character.50
ErrorsMethod 'toDto' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56

org/kuali/student/r2/common/entity/BaseTypeEntity.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.16
Errors'=' is not preceded with whitespace.18
Errors'=' is not followed by whitespace.18
Errors'=' is not preceded with whitespace.18
Errors'=' is not followed by whitespace.18
Errors'=' is not preceded with whitespace.18
Errors'=' is not followed by whitespace.18
Errors'}' is not preceded with whitespace.18
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsLine contains a tab character.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
Errors',' is not followed by whitespace.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.39
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsParameter name should be final.39
Errors'name' hides a field.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsMethod 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.47
ErrorsMethod 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMissing a Javadoc comment.47
ErrorsParameter effectiveDate should be final.47
Errors'effectiveDate' hides a field.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.51
ErrorsMethod 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.55
ErrorsMethod 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMissing a Javadoc comment.55
ErrorsParameter expirationDate should be final.55
Errors'expirationDate' hides a field.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.59
ErrorsMethod 'getDescr' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMissing a Javadoc comment.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.63
ErrorsMethod 'setDescr' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsParameter descr should be final.63
Errors'descr' hides a field.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65

org/kuali/student/r2/common/entity/MetaEntity.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.30
Errors'{' is not preceded with whitespace.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
Errors'=' is not preceded with whitespace.39
Errors'=' is not followed by whitespace.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
Errors'=' is not preceded with whitespace.42
Errors'=' is not followed by whitespace.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsMethod 'getCreateTime' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMissing a Javadoc comment.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.62
ErrorsMethod 'setCreateTime' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsParameter createTime should be final.62
Errors'createTime' hides a field.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.66
ErrorsMethod 'getCreateId' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.70
ErrorsMethod 'setCreateId' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsParameter createId should be final.70
Errors'createId' hides a field.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsMethod 'getUpdateTime' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.78
ErrorsMethod 'setUpdateTime' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMissing a Javadoc comment.78
ErrorsParameter updateTime should be final.78
Errors'updateTime' hides a field.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.82
ErrorsMethod 'getUpdateId' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.86
ErrorsMethod 'setUpdateId' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMissing a Javadoc comment.86
ErrorsParameter updateId should be final.86
Errors'updateId' hides a field.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.90
ErrorsMethod 'onPrePersist' is not designed for extension - needs to be abstract, final or empty.90
ErrorsLine contains a tab character.91
Errors'{' is not preceded with whitespace.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsMethod 'onPreUpdate' is not designed for extension - needs to be abstract, final or empty.102
ErrorsLine contains a tab character.103
Errors'{' is not preceded with whitespace.103
ErrorsLine contains a tab character.104
ErrorsLine is longer than 80 characters.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
Errors'if' is not followed by whitespace.106
Errors'{' is not preceded with whitespace.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.114
ErrorsMethod 'toDTO' is not designed for extension - needs to be abstract, final or empty.114
ErrorsMissing a Javadoc comment.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsComment matches to-do format 'TODO:'.120
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122

org/kuali/student/r2/common/entity/TypeEntity.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsMethod 'setAttributes' is not designed for extension - needs to be abstract, final or empty.44
ErrorsLine contains a tab character.45
ErrorsParameter attributes should be final.45
Errors'attributes' hides a field.45
ErrorsExpected @param tag for 'attributes'.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsExpected an @return tag.54
ErrorsLine contains a tab character.54
ErrorsMethod 'getAttributes' is not designed for extension - needs to be abstract, final or empty.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.59
ErrorsMethod 'toDto' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMissing a Javadoc comment.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsComment matches to-do format 'TODO:'.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77