Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
25002043

Files

FilesInfosWarningsErrors
org/kuali/student/enrollment/lpr/dao/EntityDao.java0048
org/kuali/student/enrollment/lpr/dao/GenericEntityDao.java0032
org/kuali/student/enrollment/lpr/dao/LprDao.java006
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.java00102
org/kuali/student/enrollment/lpr/service/decorators/LuiPersonRelationServiceDecorator.java00361
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/service/decorators/LuiServiceAuthorizationDecorator.java0023
org/kuali/student/enrollment/lui/service/decorators/LuiServiceDecorator.java00342
org/kuali/student/enrollment/lui/service/decorators/LuiServiceValidationDecorator.java001
org/kuali/student/enrollment/lui/service/impl/LuiServiceImpl.java00326
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.java0058

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
9Errors Error
NewlineAtEndOfFile1Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
996Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
66Errors Error
JavadocMethod76Errors Error
JavadocType14Errors Error
JavadocVariable31Errors Error
JavadocStyle1Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport2Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports8Errors Error
LineLength219Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad1Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore1Errors Error
OperatorWrap0Errors Error
ParenPad1Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter8Errors Error
WhitespaceAround90Errors Error
ModifierOrder0Errors Error
RedundantModifier3Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField31Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension166Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier5Errors Error
ArrayTypeStyle0Errors Error
FinalParameters311Errors Error
TodoComment2Errors Error
UpperEll0Errors Error

Details

org/kuali/student/enrollment/lpr/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/lpr/dao/GenericEntityDao.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - org.springframework.orm.jpa.JpaTemplate.3
ErrorsUnused import - org.springframework.orm.jpa.support.JpaDaoSupport.4
ErrorsUnused import - javax.persistence.PersistenceContextType.8
ErrorsType Javadoc comment is missing an @param <T> tag.18
ErrorsVariable 'entityClass' must be private and have accessor methods.23
ErrorsMissing a Javadoc comment.25
ErrorsVariable 'em' must be private and have accessor methods.26
ErrorsMissing a Javadoc comment.28
ErrorsMethod 'find' is not designed for extension - needs to be abstract, final or empty.32
ErrorsParameter primaryKey should be final.33
ErrorsMethod 'findByIds' is not designed for extension - needs to be abstract, final or empty.37
ErrorsParameter primaryKeys should be final.38
ErrorsMethod 'findAll' is not designed for extension - needs to be abstract, final or empty.46
ErrorsLine is longer than 80 characters.49
ErrorsMethod 'persist' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter entity should be final.53
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter entity should be final.58
ErrorsMethod 'remove' is not designed for extension - needs to be abstract, final or empty.62
ErrorsParameter entity should be final.63
ErrorsMethod 'merge' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter entity should be final.68
ErrorsMethod 'getEntityClass' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMissing a Javadoc comment.72
ErrorsMissing a Javadoc comment.80
ErrorsParameter object should be final.80
ErrorsLine is longer than 80 characters.87
ErrorsMethod 'setEm' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
ErrorsParameter em should be final.91
Errors'em' hides a field.91

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

ViolationMessageLine
ErrorsUnused import - javax.persistence.EntityManager.5
ErrorsMethod 'getByLuiId' is not designed for extension - needs to be abstract, final or empty.13
ErrorsMissing a Javadoc comment.13
Errors'}' is not preceded with whitespace.13
ErrorsParameter luiId should be final.14
ErrorsLine is longer than 80 characters.15

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

ViolationMessageLine
Errors'{' is not preceded with whitespace.8

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

ViolationMessageLine
Errors'{' is not preceded with whitespace.8

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.23
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.28
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine has trailing spaces.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsMethod 'getPermissionService' is not designed for extension - needs to be abstract, final or empty.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.45
ErrorsMethod 'setPermissionService' is not designed for extension - needs to be abstract, final or empty.45
ErrorsLine contains a tab character.46
ErrorsParameter permissionService should be final.46
Errors'permissionService' hides a field.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMethod 'createBulkRelationshipsForPerson' is not designed for extension - needs to be abstract, final or empty.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsParameter personId should be final.52
ErrorsParameter luiIdList should be final.52
ErrorsParameter relationState should be final.52
ErrorsParameter luiPersonRelationTypeKey should be final.52
ErrorsParameter luiPersonRelationInfo should be final.52
ErrorsParameter context should be final.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
Errors')' is preceded with whitespace.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
Errors'if' is not followed by whitespace.57
Errors'{' is not preceded with whitespace.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
Errors'else' is not preceded with whitespace.59
Errors'}' is not followed by whitespace.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'findLuiPersonRelationsForLui' is not designed for extension - needs to be abstract, final or empty.65
ErrorsLine is longer than 80 characters.66
ErrorsParameter luiId should be final.66
ErrorsParameter context should be final.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.70
ErrorsMethod 'validateLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsParameter validationType should be final.71
ErrorsLine contains a tab character.72
ErrorsParameter luiPersonRelationInfo should be final.72
ErrorsLine contains a tab character.73
ErrorsParameter context should be final.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsMethod 'isAuthorized' is not designed for extension - needs to be abstract, final or empty.92
ErrorsParameter principal should be final.92
ErrorsExpected @param tag for 'principal'.92
ErrorsParameter permissionName should be final.92
ErrorsParameter qualifier should be final.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 contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103

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

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine contains a tab character.6
ErrorsLine contains a tab character.8
ErrorsFirst sentence should end with a period.46
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.51
Errors'{' is not preceded with whitespace.51
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.54
ErrorsVariable 'nextDecorator' must be private and have accessor methods.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsMethod 'getNextDecorator' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMissing a Javadoc comment.56
ErrorsLine has trailing spaces.59
ErrorsMethod 'setNextDecorator' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMissing a Javadoc comment.60
ErrorsParameter nextDecorator should be final.60
Errors'nextDecorator' hides a field.60
ErrorsMethod 'validateLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty.65
ErrorsLine is longer than 80 characters.66
ErrorsParameter validationType should be final.66
ErrorsParameter luiPersonRelationInfo should be final.66
ErrorsParameter context should be final.66
Errors'if' is not followed by whitespace.67
Errors'!=' is not preceded with whitespace.67
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.70
ErrorsLine has trailing spaces.71
ErrorsMethod 'updateLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty.75
ErrorsLine is longer than 80 characters.76
ErrorsParameter luiPersonRelationId should be final.76
ErrorsParameter luiPersonRelationInfo should be final.76
ErrorsParameter context should be final.76
ErrorsLine contains a tab character.77
Errors'if' is not followed by whitespace.77
Errors'!=' is not preceded with whitespace.77
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.80
ErrorsMethod 'searchForLuiPersonRelationIds' is not designed for extension - needs to be abstract, final or empty.84
ErrorsLine is longer than 80 characters.85
ErrorsParameter criteria should be final.85
ErrorsParameter context should be final.85
ErrorsLine contains a tab character.86
Errors'if' is not followed by whitespace.86
Errors'!=' is not preceded with whitespace.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.89
ErrorsLine has trailing spaces.91
ErrorsMethod 'findPersonIdsRelatedToLui' is not designed for extension - needs to be abstract, final or empty.94
ErrorsLine is longer than 80 characters.95
ErrorsParameter luiId should be final.95
ErrorsParameter luiPersonRelationTypeKey should be final.95
ErrorsParameter relationState should be final.95
ErrorsParameter context should be final.95
ErrorsLine contains a tab character.96
Errors'if' is not followed by whitespace.96
Errors'!=' is not preceded with whitespace.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.99
ErrorsMethod 'findLuiPersonRelationsForPerson' is not designed for extension - needs to be abstract, final or empty.103
ErrorsLine is longer than 80 characters.104
ErrorsParameter personId should be final.104
ErrorsParameter context should be final.104
ErrorsLine contains a tab character.105
Errors'if' is not followed by whitespace.105
Errors'!=' is not preceded with whitespace.105
ErrorsLine is longer than 80 characters.106
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.108
ErrorsMethod 'findLuiPersonRelationsForLui' is not designed for extension - needs to be abstract, final or empty.112
ErrorsLine is longer than 80 characters.113
ErrorsParameter luiId should be final.113
ErrorsParameter context should be final.113
ErrorsLine contains a tab character.114
Errors'if' is not followed by whitespace.114
Errors'!=' is not preceded with whitespace.114
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.117
ErrorsMethod 'findLuiPersonRelationsByIdList' is not designed for extension - needs to be abstract, final or empty.121
ErrorsLine is longer than 80 characters.122
ErrorsParameter luiPersonRelationIdList should be final.122
ErrorsParameter context should be final.122
ErrorsLine contains a tab character.123
Errors'if' is not followed by whitespace.123
Errors'!=' is not preceded with whitespace.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsLine is longer than 80 characters.126
ErrorsMethod 'findLuiPersonRelations' is not designed for extension - needs to be abstract, final or empty.130
ErrorsLine is longer than 80 characters.131
ErrorsParameter personId should be final.131
ErrorsParameter luiId should be final.131
ErrorsParameter context should be final.131
ErrorsLine contains a tab character.132
Errors'if' is not followed by whitespace.132
Errors'!=' is not preceded with whitespace.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine is longer than 80 characters.135
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsMethod 'findLuiPersonRelationIdsForLui' is not designed for extension - needs to be abstract, final or empty.140
ErrorsLine is longer than 80 characters.141
ErrorsParameter luiId should be final.141
ErrorsParameter context should be final.141
ErrorsLine contains a tab character.142
Errors'if' is not followed by whitespace.142
Errors'!=' is not preceded with whitespace.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsLine is longer than 80 characters.145
ErrorsMethod 'findLuiPersonRelationIds' is not designed for extension - needs to be abstract, final or empty.149
ErrorsLine is longer than 80 characters.150
ErrorsParameter personId should be final.150
ErrorsParameter luiId should be final.150
ErrorsParameter context should be final.150
ErrorsLine contains a tab character.151
Errors'if' is not followed by whitespace.151
Errors'!=' is not preceded with whitespace.151
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.152
ErrorsLine is longer than 80 characters.154
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsMethod 'findLuiIdsRelatedToPerson' is not designed for extension - needs to be abstract, final or empty.159
ErrorsLine is longer than 80 characters.160
ErrorsParameter personId should be final.160
ErrorsParameter luiPersonRelationTypeKey should be final.160
ErrorsParameter relationState should be final.160
ErrorsParameter context should be final.160
ErrorsLine contains a tab character.161
Errors'if' is not followed by whitespace.161
Errors'!=' is not preceded with whitespace.161
ErrorsLine is longer than 80 characters.162
ErrorsLine contains a tab character.162
ErrorsLine is longer than 80 characters.164
ErrorsMethod 'findAllValidLuisForPerson' is not designed for extension - needs to be abstract, final or empty.169
ErrorsLine is longer than 80 characters.170
ErrorsParameter personId should be final.170
ErrorsParameter luiPersonRelationTypeKey should be final.170
ErrorsParameter relationState should be final.170
ErrorsParameter atpId should be final.170
ErrorsParameter context should be final.170
ErrorsLine contains a tab character.171
Errors'if' is not followed by whitespace.171
Errors'!=' is not preceded with whitespace.171
ErrorsLine is longer than 80 characters.172
ErrorsLine contains a tab character.172
ErrorsLine is longer than 80 characters.174
ErrorsLine has trailing spaces.178
ErrorsMethod 'deleteLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty.179
ErrorsLine is longer than 80 characters.180
ErrorsParameter luiPersonRelationId should be final.180
ErrorsParameter context should be final.180
ErrorsLine contains a tab character.181
Errors'if' is not followed by whitespace.181
Errors'!=' is not preceded with whitespace.181
ErrorsLine is longer than 80 characters.182
ErrorsLine contains a tab character.182
ErrorsLine is longer than 80 characters.184
ErrorsMethod 'createLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty.188
ErrorsLine is longer than 80 characters.189
ErrorsParameter personId should be final.189
ErrorsParameter luiId should be final.189
ErrorsParameter luiPersonRelationTypeKey should be final.189
ErrorsParameter luiPersonRelationInfo should be final.189
ErrorsParameter context should be final.189
ErrorsLine is longer than 80 characters.190
ErrorsLine contains a tab character.191
Errors'if' is not followed by whitespace.191
Errors'!=' is not preceded with whitespace.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters.194
ErrorsMethod 'createBulkRelationshipsForPerson' is not designed for extension - needs to be abstract, final or empty.198
ErrorsLine is longer than 80 characters.199
ErrorsParameter personId should be final.199
ErrorsParameter luiIdList should be final.199
ErrorsParameter relationState should be final.199
ErrorsParameter luiPersonRelationTypeKey should be final.199
ErrorsParameter luiPersonRelationInfo should be final.199
ErrorsParameter context should be final.199
ErrorsLine contains a tab character.200
Errors'if' is not followed by whitespace.200
Errors'!=' is not preceded with whitespace.200
ErrorsLine is longer than 80 characters.201
ErrorsLine contains a tab character.201
ErrorsLine is longer than 80 characters.203
ErrorsMethod 'createBulkRelationshipsForLui' is not designed for extension - needs to be abstract, final or empty.207
ErrorsParameter luiId should be final.208
ErrorsParameter personIdList should be final.209
ErrorsParameter relationState should be final.210
ErrorsParameter luiPersonRelationTypeKey should be final.210
ErrorsParameter luiPersonRelationInfo should be final.211
ErrorsParameter context should be final.212
ErrorsLine contains a tab character.222
Errors'if' is not followed by whitespace.222
Errors'!=' is not preceded with whitespace.222
ErrorsLine is longer than 80 characters.223
ErrorsLine is longer than 80 characters.225
ErrorsMethod 'getDataDictionaryEntryKeys' is not designed for extension - needs to be abstract, final or empty.229
ErrorsParameter context should be final.230
ErrorsLine is longer than 80 characters.231
ErrorsLine contains a tab character.232
Errors'if' is not followed by whitespace.232
Errors'!=' is not preceded with whitespace.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine is longer than 80 characters.235
ErrorsLine contains a tab character.235
ErrorsMethod 'getDataDictionaryEntry' is not designed for extension - needs to be abstract, final or empty.241
ErrorsLine is longer than 80 characters.242
ErrorsParameter entryKey should be final.242
ErrorsParameter context should be final.242
ErrorsLine has trailing spaces.243
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
Errors'if' is not followed by whitespace.244
Errors'!=' is not preceded with whitespace.244
ErrorsLine contains a tab character.245
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.247
ErrorsLine has trailing spaces.252
ErrorsLine has trailing spaces.253
ErrorsLine is longer than 80 characters.254
ErrorsMethod 'getTypeRelationsByOwnerType' is not designed for extension - needs to be abstract, final or empty.254
ErrorsMissing a Javadoc comment.254
ErrorsParameter ownerTypeKey should be final.254
ErrorsParameter relationTypeKey should be final.254
ErrorsParameter context should be final.254
Errors'{' is not preceded with whitespace.254
ErrorsLine contains a tab character.255
Errors'if' is not followed by whitespace.255
Errors'!=' is not preceded with whitespace.255
ErrorsLine is longer than 80 characters.256
ErrorsLine contains a tab character.256
ErrorsLine is longer than 80 characters.258
ErrorsLine contains a tab character.258
ErrorsLine has trailing spaces.260
ErrorsLine contains a tab character.260
ErrorsLine has trailing spaces.262
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.263
ErrorsLine contains a tab character.264
ErrorsParameter typeKey should be final.264
ErrorsParameter context should be final.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine has trailing spaces.267
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
Errors'if' is not followed by whitespace.268
Errors'!=' is not preceded with whitespace.268
ErrorsLine contains a tab character.269
ErrorsLine is longer than 80 characters.271
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.276
ErrorsMethod 'getTypesByRefObjectURI' is not designed for extension - needs to be abstract, final or empty.276
ErrorsLine contains a tab character.277
ErrorsParameter refObjectURI should be final.277
ErrorsLine contains a tab character.278
ErrorsParameter context should be final.278
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.285
ErrorsMethod 'getAllowedTypesForType' is not designed for extension - needs to be abstract, final or empty.285
ErrorsLine contains a tab character.286
ErrorsParameter ownerTypeKey should be final.286
ErrorsLine contains a tab character.287
ErrorsParameter relatedRefObjectURI should be final.287
ErrorsParameter context should be final.287
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine is longer than 80 characters.290
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.293
ErrorsMethod 'getProcessKeys' is not designed for extension - needs to be abstract, final or empty.293
ErrorsLine contains a tab character.294
ErrorsParameter typeKey should be final.294
ErrorsParameter context should be final.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.300
ErrorsMethod 'getState' is not designed for extension - needs to be abstract, final or empty.300
ErrorsLine contains a tab character.301
ErrorsParameter processKey should be final.301
ErrorsParameter stateKey should be final.301
ErrorsLine contains a tab character.302
ErrorsParameter context should be final.302
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
ErrorsLine has trailing spaces.305
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.308
ErrorsMethod 'getStatesByProcess' is not designed for extension - needs to be abstract, final or empty.308
ErrorsLine contains a tab character.309
ErrorsParameter processKey should be final.309
ErrorsLine contains a tab character.310
ErrorsParameter context should be final.310
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.314
ErrorsLine contains a tab character.316
ErrorsMethod 'getInitialValidStates' is not designed for extension - needs to be abstract, final or empty.316
ErrorsLine contains a tab character.317
ErrorsParameter processKey should be final.317
ErrorsLine contains a tab character.318
ErrorsParameter context should be final.318
ErrorsLine contains a tab character.319
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.322
ErrorsLine contains a tab character.324
ErrorsMethod 'getNextHappyState' is not designed for extension - needs to be abstract, final or empty.324
ErrorsLine contains a tab character.325
ErrorsParameter processKey should be final.325
ErrorsLine contains a tab character.326
ErrorsParameter currentStateKey should be final.326
ErrorsParameter context should be final.326
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsLine is longer than 80 characters.329
ErrorsLine contains a tab character.329
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.332
ErrorsMethod 'fetchLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty.332
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsParameter luiPersonRelationId should be final.334
ErrorsParameter context should be final.334
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine is longer than 80 characters.338
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.341
ErrorsMethod 'findLuiPersonRelationIdsForPerson' is not designed for extension - needs to be abstract, final or empty.341
ErrorsLine contains a tab character.342
ErrorsParameter personId should be final.342
ErrorsLine contains a tab character.343
ErrorsParameter context should be final.343
ErrorsLine contains a tab character.344
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsLine is longer than 80 characters.347
ErrorsLine contains a tab character.347
Errors',' is not followed by whitespace.347
ErrorsLine has trailing spaces.348
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349

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
ErrorsUsing the '.*' form of import should be avoided - org.kuali.student.common.exceptions.*.19
ErrorsUnused import - org.kuali.student.enrollment.lpr.service.LuiPersonRelationService.21
ErrorsUsing the '.*' form of import should be avoided - java.util.*.23
ErrorsLine is longer than 80 characters.31
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.36
Errors'{' is not preceded with whitespace.36
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsMethod 'getValidator' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMethod 'setValidator' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter validator should be final.46
Errors'validator' hides a field.46
ErrorsMethod 'findLuiPersonRelationsForLui' is not designed for extension - needs to be abstract, final or empty.50
ErrorsLine is longer than 80 characters.51
ErrorsParameter luiId should be final.51
ErrorsParameter context should be final.51
ErrorsLine contains a tab character.52
ErrorsMethod 'createBulkRelationshipsForPerson' is not designed for extension - needs to be abstract, final or empty.54
ErrorsLine is longer than 80 characters.55
ErrorsParameter personId should be final.55
ErrorsParameter luiIdList should be final.55
ErrorsParameter relationState should be final.55
ErrorsParameter luiPersonRelationTypeKey should be final.55
ErrorsParameter luiPersonRelationInfo should be final.55
ErrorsParameter context should be final.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.59
ErrorsMethod 'validateLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsParameter validationType should be final.60
ErrorsLine contains a tab character.61
ErrorsParameter luiPersonRelationInfo should be final.61
ErrorsLine contains a tab character.62
ErrorsParameter context should be final.62
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 has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsMethod 'createLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty.75
ErrorsLine contains a tab character.76
ErrorsParameter personId should be final.76
ErrorsParameter luiId should be final.76
ErrorsLine contains a tab character.77
ErrorsParameter luiPersonRelationType should be final.77
ErrorsLine contains a tab character.78
ErrorsParameter luiPersonRelationInfo should be final.78
ErrorsLine contains a tab character.79
ErrorsParameter context should be final.79
ErrorsLine contains a tab character.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.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.103
ErrorsMethod 'updateLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty.103
ErrorsLine is longer than 80 characters.104
ErrorsLine contains a tab character.104
ErrorsParameter luiPersonRelationId should be final.104
ErrorsLine contains a tab character.105
ErrorsParameter luiPersonRelationInfo should be final.105
ErrorsLine contains a tab character.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.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine is longer than 80 characters.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsLine is longer than 80 characters.125
ErrorsLine contains a tab character.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.129
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsMissing a Javadoc comment.136
ErrorsParameter field should be final.136
ErrorsParameter orig should be final.136
ErrorsParameter supplied should be final.136
ErrorsLine is longer than 80 characters.141
ErrorsMissing a Javadoc comment.141
ErrorsParameter field should be final.141
ErrorsParameter orig should be final.141
ErrorsParameter supplied should be final.141
ErrorsParameter origStr should be final.141
ErrorsParameter suppliedStr should be final.141
ErrorsLine is longer than 80 characters.148

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.53
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.65
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.75
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.86
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.105
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.117
ErrorsLine is longer than 80 characters.123
ErrorsLine is longer than 80 characters.129
ErrorsLine is longer than 80 characters.135
ErrorsLine is longer than 80 characters.141
ErrorsLine is longer than 80 characters.147
ErrorsLine is longer than 80 characters.148
ErrorsLine is longer than 80 characters.154
ErrorsLine is longer than 80 characters.160
ErrorsLine contains a tab character.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine is longer than 80 characters.173
ErrorsLine is longer than 80 characters.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine is longer than 80 characters.176
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine is longer than 80 characters.179
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
ErrorsLine is longer than 80 characters.186
ErrorsLine is longer than 80 characters.192
ErrorsLine is longer than 80 characters.198
ErrorsLine is longer than 80 characters.204
ErrorsLine is longer than 80 characters.210
ErrorsLine is longer than 80 characters.216
ErrorsLine is longer than 80 characters.222
ErrorsLine is longer than 80 characters.228
ErrorsLine is longer than 80 characters.234
ErrorsLine is longer than 80 characters.252
ErrorsLine is longer than 80 characters.258
ErrorsLine is longer than 80 characters.263
ErrorsLine is longer than 80 characters.269
ErrorsLine is longer than 80 characters.275

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/service/decorators/LuiServiceAuthorizationDecorator.java

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

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

ViolationMessageLine
ErrorsUnused import - org.kuali.student.enrollment.lpr.service.LuiPersonRelationService.21
ErrorsMissing a Javadoc comment.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsVariable 'nextDecorator' must be private and have accessor methods.28
ErrorsMethod 'getNextDecorator' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.35
ErrorsMethod 'setNextDecorator' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter nextDecorator should be final.35
Errors'nextDecorator' hides a field.35
ErrorsLine contains a tab character.36
Errors'=' is not preceded with whitespace.36
Errors'=' is not followed by whitespace.36
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMethod 'getDataDictionaryEntryKeys' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine contains a tab character.40
ErrorsParameter context should be final.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.47
ErrorsMethod 'getDataDictionaryEntry' is not designed for extension - needs to be abstract, final or empty.47
ErrorsLine contains a tab character.48
ErrorsParameter entryKey should be final.48
ErrorsLine contains a tab character.49
ErrorsParameter context should be final.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.56
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.56
ErrorsLine contains a tab character.57
ErrorsParameter typeKey should be final.57
ErrorsParameter context should be final.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.63
ErrorsMethod 'getTypesByRefObjectURI' is not designed for extension - needs to be abstract, final or empty.63
ErrorsLine contains a tab character.64
ErrorsParameter refObjectURI should be final.64
ErrorsLine contains a tab character.65
ErrorsParameter context should be final.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.71
ErrorsMethod 'getAllowedTypesForType' is not designed for extension - needs to be abstract, final or empty.71
ErrorsLine contains a tab character.72
ErrorsParameter ownerTypeKey should be final.72
ErrorsLine contains a tab character.73
ErrorsParameter relatedRefObjectURI should be final.73
ErrorsParameter context should be final.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.79
ErrorsMethod 'getTypeRelationsByOwnerType' is not designed for extension - needs to be abstract, final or empty.79
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsParameter ownerTypeKey should be final.81
ErrorsParameter relationTypeKey should be final.81
ErrorsParameter context should be final.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.87
ErrorsMethod 'getLui' is not designed for extension - needs to be abstract, final or empty.87
ErrorsLine contains a tab character.88
ErrorsParameter luiId should be final.88
ErrorsParameter context should be final.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.94
ErrorsMethod 'getLuisByIdList' is not designed for extension - needs to be abstract, final or empty.94
ErrorsLine contains a tab character.95
ErrorsParameter luiIdList should be final.95
ErrorsLine contains a tab character.96
ErrorsParameter context should be final.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.102
ErrorsMethod 'getLuisInAtpByCluId' is not designed for extension - needs to be abstract, final or empty.102
ErrorsLine contains a tab character.103
ErrorsParameter cluId should be final.103
ErrorsParameter atpKey should be final.103
ErrorsLine contains a tab character.104
ErrorsParameter context should be final.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.110
ErrorsMethod 'getLuiIdsByCluId' is not designed for extension - needs to be abstract, final or empty.110
ErrorsLine contains a tab character.111
ErrorsParameter cluId should be final.111
ErrorsParameter context should be final.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.117
ErrorsMethod 'getLuiIdsInAtpByCluId' is not designed for extension - needs to be abstract, final or empty.117
ErrorsLine contains a tab character.118
ErrorsParameter cluId should be final.118
ErrorsParameter atpKey should be final.118
ErrorsLine contains a tab character.119
ErrorsParameter context should be final.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.125
ErrorsMethod 'getLuisByRelation' is not designed for extension - needs to be abstract, final or empty.125
ErrorsLine contains a tab character.126
ErrorsParameter relatedLuiId should be final.126
ErrorsLine contains a tab character.127
ErrorsParameter luLuRelationTypeKey should be final.127
ErrorsParameter context should be final.127
ErrorsLine is longer than 80 characters.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.133
ErrorsMethod 'getLuiIdsByRelation' is not designed for extension - needs to be abstract, final or empty.133
ErrorsLine contains a tab character.134
ErrorsParameter relatedLuiId should be final.134
ErrorsLine contains a tab character.135
ErrorsParameter luLuRelationTypeKey should be final.135
ErrorsParameter context should be final.135
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.141
ErrorsMethod 'getRelatedLuisByLuiId' is not designed for extension - needs to be abstract, final or empty.141
ErrorsLine contains a tab character.142
ErrorsParameter luiId should be final.142
ErrorsLine contains a tab character.143
ErrorsParameter luLuRelationTypeKey should be final.143
ErrorsParameter context should be final.143
ErrorsLine is longer than 80 characters.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine is longer than 80 characters.146
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 is longer than 80 characters.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.157
ErrorsMethod 'getLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty.157
ErrorsLine contains a tab character.158
ErrorsParameter luiLuiRelationId should be final.158
ErrorsLine contains a tab character.159
ErrorsParameter context should be final.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine is longer than 80 characters.162
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.165
ErrorsMethod 'getLuiLuiRelationsByLui' is not designed for extension - needs to be abstract, final or empty.165
ErrorsLine contains a tab character.166
ErrorsParameter luiId should be final.166
ErrorsLine contains a tab character.167
ErrorsParameter context should be final.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.173
ErrorsMethod 'validateLui' is not designed for extension - needs to be abstract, final or empty.173
ErrorsLine contains a tab character.174
ErrorsParameter validationType should be final.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsParameter luiInfo should be final.175
ErrorsParameter context should be final.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
Errors',' is not followed by whitespace.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.181
ErrorsMethod 'createLui' is not designed for extension - needs to be abstract, final or empty.181
ErrorsLine contains a tab character.182
ErrorsParameter cluId should be final.182
ErrorsParameter atpKey should be final.182
ErrorsParameter luiInfo should be final.182
ErrorsLine contains a tab character.183
ErrorsParameter context should be final.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
Errors',' is not followed by whitespace.187
Errors',' is not followed by whitespace.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.190
ErrorsMethod 'updateLui' is not designed for extension - needs to be abstract, final or empty.190
ErrorsLine is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsParameter luiId should be final.191
ErrorsParameter luiInfo should be final.191
ErrorsParameter context should be final.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
Errors',' is not followed by whitespace.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.199
ErrorsMethod 'deleteLui' is not designed for extension - needs to be abstract, final or empty.199
ErrorsLine contains a tab character.200
ErrorsParameter luiId should be final.200
ErrorsParameter context should be final.200
ErrorsLine is longer than 80 characters.201
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.207
ErrorsMethod 'updateLuiState' is not designed for extension - needs to be abstract, final or empty.207
ErrorsLine contains a tab character.208
ErrorsParameter luiId should be final.208
ErrorsParameter luState should be final.208
ErrorsLine is longer than 80 characters.209
ErrorsLine contains a tab character.209
ErrorsParameter context should be final.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.216
ErrorsMethod 'validateLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty.216
ErrorsLine contains a tab character.217
ErrorsLine is longer than 80 characters.218
ErrorsLine contains a tab character.218
ErrorsParameter validationType should be final.218
ErrorsParameter luiLuiRelationInfo should be final.218
ErrorsLine contains a tab character.219
ErrorsParameter context should be final.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.221
ErrorsLine is longer than 80 characters.222
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.225
ErrorsMethod 'createLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty.225
ErrorsLine contains a tab character.226
ErrorsParameter luiId should be final.226
ErrorsLine contains a tab character.227
ErrorsParameter relatedLuiId should be final.227
ErrorsParameter luLuRelationTypeKey should be final.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsParameter luiLuiRelationInfo should be final.228
ErrorsParameter context should be final.228
ErrorsLine is longer than 80 characters.229
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 is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.236
ErrorsMethod 'updateLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty.236
ErrorsLine contains a tab character.237
ErrorsParameter luiLuiRelationId should be final.237
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsParameter luiLuiRelationInfo should be final.238
ErrorsParameter context should be final.238
ErrorsLine is longer than 80 characters.239
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 is longer than 80 characters.243
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.246
ErrorsMethod 'deleteLuiLuiRelation' 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 contains a tab character.248
ErrorsParameter context should be final.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
Errors',' is not followed by whitespace.251
ErrorsLine contains a tab character.252

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

ViolationMessageLine
ErrorsMissing a Javadoc comment.3

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/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
ErrorsUnused import - javax.persistence.Table.25
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