The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 12 | |
| NewlineAtEndOfFile | 1 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 683 | |
RegexpSingleline
| 46 | |
| JavadocMethod | 81 | |
| JavadocType | 13 | |
| JavadocVariable | 34 | |
| JavadocStyle | 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 1 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
| LineLength | 129 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 1 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 1 | |
| OperatorWrap | 0 | |
| ParenPad | 1 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 2 | |
| WhitespaceAround | 44 | |
| ModifierOrder | 0 | |
| RedundantModifier | 3 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 34 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 117 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 3 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 162 | |
| TodoComment | 2 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Type Javadoc comment is missing an @param <T> tag. | 11 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 15 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 21 | |
| Line contains a tab character. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Redundant 'public' modifier. | 27 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Type Javadoc comment is missing an @param <T> tag. | 15 | |
| Variable 'entityClass' must be private and have accessor methods. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Variable 'em' must be private and have accessor methods. | 23 | |
| Missing a Javadoc comment. | 25 | |
| Method 'find' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Parameter primaryKey should be final. | 30 | |
| Method 'findByIds' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Parameter primaryKeys should be final. | 35 | |
| Method 'findAll' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Line is longer than 80 characters. | 46 | |
| Method 'persist' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter entity should be final. | 50 | |
| Method 'update' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Parameter entity should be final. | 55 | |
| Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Parameter entity should be final. | 60 | |
| Method 'merge' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Parameter entity should be final. | 65 | |
| Method 'getEntityClass' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Missing a Javadoc comment. | 77 | |
| Parameter object should be final. | 77 | |
| Line is longer than 80 characters. | 84 | |
| Method 'setEm' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Missing a Javadoc comment. | 88 | |
| Parameter em should be final. | 88 | |
| 'em' hides a field. | 88 |
| Violation | Message | Line |
|---|---|---|
| Method 'getByLuiId' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Missing a Javadoc comment. | 16 | |
| '}' is not preceded with whitespace. | 16 | |
| Parameter luiId should be final. | 17 | |
| Line is longer than 80 characters. | 18 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 24 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| '(' is preceded with whitespace. | 28 | |
| Line contains a tab character. | 29 | |
| Line has trailing spaces. | 30 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter key should be final. | 31 | |
| Parameter value should be final. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter att should be final. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 40 | |
| Line contains a tab character. | 41 | |
| Missing a Javadoc comment. | 44 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 48 | |
| '=' is not preceded with whitespace. | 48 | |
| '=' is not followed by whitespace. | 48 | |
| Line is longer than 80 characters. | 51 | |
| Line contains a tab character. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line contains a tab character. | 56 | |
| Line has trailing spaces. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Parameter dto should be final. | 58 | |
| Line has trailing spaces. | 59 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Line contains a tab character. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line contains a tab character. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Line contains a tab character. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter personId should be final. | 81 | |
| 'personId' hides a field. | 81 | |
| Method 'getLuiId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Method 'setLuiId' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Parameter luiId should be final. | 89 | |
| 'luiId' hides a field. | 89 | |
| Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| Missing a Javadoc comment. | 97 | |
| Parameter effectiveDate should be final. | 97 | |
| 'effectiveDate' hides a field. | 97 | |
| Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Parameter expirationDate should be final. | 105 | |
| 'expirationDate' hides a field. | 105 | |
| Method 'getPersonRelationType' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Line is longer than 80 characters. | 113 | |
| Method 'setPersonRelationType' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Parameter personRelationType should be final. | 113 | |
| 'personRelationType' hides a field. | 113 | |
| Method 'getPersonRelationState' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Line is longer than 80 characters. | 121 | |
| Method 'setPersonRelationState' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Parameter personRelationState should be final. | 121 | |
| 'personRelationState' hides a field. | 121 | |
| Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Parameter attributes should be final. | 131 | |
| 'attributes' hides a field. | 131 | |
| Line has trailing spaces. | 134 | |
| Method 'toDto' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 139 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line contains a tab character. | 142 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 148 | |
| Line contains a tab character. | 149 | |
| Line contains a tab character. | 150 | |
| Line has trailing spaces. | 151 | |
| Line contains a tab character. | 151 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 22 | |
| Line has trailing spaces. | 23 | |
| Line contains a tab character. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| '=' is not preceded with whitespace. | 26 | |
| '=' is not followed by whitespace. | 26 | |
| Line contains a tab character. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line contains a tab character. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Line is longer than 80 characters. | 38 | |
| Line contains a tab character. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 42 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter name should be final. | 46 | |
| 'name' hides a field. | 46 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter description should be final. | 54 | |
| 'description' hides a field. | 54 | |
| Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter effectiveDate should be final. | 62 | |
| 'effectiveDate' hides a field. | 62 | |
| Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter expirationDate should be final. | 70 | |
| 'expirationDate' hides a field. | 70 | |
| Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Parameter attributes should be final. | 80 | |
| 'attributes' hides a field. | 80 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 13 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 12 | |
| Line has trailing spaces. | 14 | |
| Line contains a tab character. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Variable 'includeThrowableClassList' must be private and have accessor methods. | 19 | |
| ';' is preceded with whitespace. | 19 | |
| Line is longer than 80 characters. | 22 | |
| Line contains a tab character. | 22 | |
| Method 'setIncludeThrowableClassList' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Parameter serviceExceptionTypes should be final. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Method 'beforeInvokingService' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Parameter join should be final. | 29 | |
| Expected @param tag for 'join'. | 29 | |
| Expected @throws tag for 'Throwable'. | 29 | |
| '{' is not preceded with whitespace. | 29 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 33 | |
| 'for' is not followed by whitespace. | 33 | |
| ':' is not preceded with whitespace. | 33 | |
| ':' is not followed by whitespace. | 33 | |
| '{' is not preceded with whitespace. | 33 | |
| Line contains a tab character. | 35 | |
| 'if' is not followed by whitespace. | 35 | |
| '==' is not preceded with whitespace. | 35 | |
| '==' is not followed by whitespace. | 35 | |
| '{' is not preceded with whitespace. | 35 | |
| Line has trailing spaces. | 36 | |
| Line contains a tab character. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Line contains a tab character. | 37 | |
| '+' is not preceded with whitespace. | 37 | |
| '+' is not followed by whitespace. | 37 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 43 | |
| Line has trailing spaces. | 44 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line is longer than 80 characters. | 49 | |
| Line contains a tab character. | 49 | |
| Method 'handleExceptions' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Parameter ex should be final. | 49 | |
| Expected @param tag for 'ex'. | 49 | |
| Expected @throws tag for 'OperationFailedException'. | 49 | |
| '{' is not preceded with whitespace. | 49 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Unused import - org.kuali.student.enrollment.lpr.service.LuiPersonRelationService. | 21 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 28 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 35 | |
| Line contains a tab character. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line has trailing spaces. | 38 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 40 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Method 'getPermissionService' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 46 | |
| Method 'setPermissionService' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Line contains a tab character. | 47 | |
| Parameter permissionService should be final. | 47 | |
| 'permissionService' hides a field. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line has trailing spaces. | 51 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Method 'createBulkRelationshipsForPerson' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line contains a tab character. | 53 | |
| Parameter personId should be final. | 53 | |
| Parameter luiIdList should be final. | 53 | |
| Parameter relationState should be final. | 53 | |
| Parameter luiPersonRelationTypeKey should be final. | 53 | |
| Parameter luiPersonRelationInfo should be final. | 53 | |
| Parameter context should be final. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line contains a tab character. | 56 | |
| ')' is preceded with whitespace. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| 'if' is not followed by whitespace. | 58 | |
| '{' is not preceded with whitespace. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| 'else' is not preceded with whitespace. | 60 | |
| '}' is not followed by whitespace. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Line has trailing spaces. | 63 | |
| Line is longer than 80 characters. | 63 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Method 'findLuiPersonRelationsForLui' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Parameter luiId should be final. | 67 | |
| Parameter context should be final. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 71 | |
| Method 'validateLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line contains a tab character. | 72 | |
| Parameter validationType should be final. | 72 | |
| Line contains a tab character. | 73 | |
| Parameter luiPersonRelationInfo should be final. | 73 | |
| Line contains a tab character. | 74 | |
| Parameter context should be final. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line has trailing spaces. | 78 | |
| Line contains a tab character. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 84 | |
| Line is longer than 80 characters. | 93 | |
| Line contains a tab character. | 93 | |
| Method 'isAuthorized' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Parameter principal should be final. | 93 | |
| Expected @param tag for 'principal'. | 93 | |
| Parameter permissionName should be final. | 93 | |
| Parameter qualifier should be final. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line has trailing spaces. | 103 | |
| Line contains a tab character. | 103 | |
| Line has trailing spaces. | 104 | |
| Line contains a tab character. | 104 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Unused import - org.kuali.student.enrollment.lpr.service.LuiPersonRelationService. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Using the '.*' form of import should be avoided - java.util.*. | 35 | |
| Line is longer than 80 characters. | 41 | |
| Line has trailing spaces. | 43 | |
| Line is longer than 80 characters. | 46 | |
| '{' is not preceded with whitespace. | 46 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Method 'setValidator' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Parameter validator should be final. | 56 | |
| 'validator' hides a field. | 56 | |
| Method 'findLuiPersonRelationsForLui' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Parameter luiId should be final. | 61 | |
| Parameter context should be final. | 61 | |
| Line contains a tab character. | 62 | |
| Method 'createBulkRelationshipsForPerson' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Line is longer than 80 characters. | 65 | |
| Parameter personId should be final. | 65 | |
| Parameter luiIdList should be final. | 65 | |
| Parameter relationState should be final. | 65 | |
| Parameter luiPersonRelationTypeKey should be final. | 65 | |
| Parameter luiPersonRelationInfo should be final. | 65 | |
| Parameter context should be final. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line contains a tab character. | 69 | |
| Method 'validateLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line contains a tab character. | 70 | |
| Parameter validationType should be final. | 70 | |
| Line contains a tab character. | 71 | |
| Parameter luiPersonRelationInfo should be final. | 71 | |
| Line contains a tab character. | 72 | |
| Parameter context should be final. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line has trailing spaces. | 78 | |
| Line contains a tab character. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Line contains a tab character. | 79 | |
| Line has trailing spaces. | 80 | |
| Line contains a tab character. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line contains a tab character. | 81 | |
| Line has trailing spaces. | 82 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 85 | |
| Method 'createLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Line contains a tab character. | 86 | |
| Parameter personId should be final. | 86 | |
| Parameter luiId should be final. | 86 | |
| Line contains a tab character. | 87 | |
| Parameter luiPersonRelationType should be final. | 87 | |
| Line contains a tab character. | 88 | |
| Parameter luiPersonRelationInfo should be final. | 88 | |
| Line contains a tab character. | 89 | |
| Parameter context should be final. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line is longer than 80 characters. | 99 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| Line contains a tab character. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 113 | |
| Method 'updateLuiPersonRelation' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line contains a tab character. | 114 | |
| Parameter luiPersonRelationId should be final. | 114 | |
| Line contains a tab character. | 115 | |
| Parameter luiPersonRelationInfo should be final. | 115 | |
| Line contains a tab character. | 116 | |
| Parameter context should be final. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 | |
| Line contains a tab character. | 123 | |
| Line contains a tab character. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line contains a tab character. | 127 | |
| Line has trailing spaces. | 128 | |
| Line contains a tab character. | 128 | |
| Line is longer than 80 characters. | 129 | |
| Line contains a tab character. | 129 | |
| Line is longer than 80 characters. | 130 | |
| Line contains a tab character. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Line contains a tab character. | 131 | |
| Line is longer than 80 characters. | 132 | |
| Line contains a tab character. | 132 | |
| Line has trailing spaces. | 133 | |
| Line contains a tab character. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line contains a tab character. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line contains a tab character. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Line contains a tab character. | 140 | |
| Line contains a tab character. | 141 | |
| Line has trailing spaces. | 142 | |
| Line contains a tab character. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Missing a Javadoc comment. | 146 | |
| Parameter field should be final. | 146 | |
| Parameter orig should be final. | 146 | |
| Parameter supplied should be final. | 146 | |
| Line is longer than 80 characters. | 151 | |
| Missing a Javadoc comment. | 151 | |
| Parameter field should be final. | 151 | |
| Parameter orig should be final. | 151 | |
| Parameter supplied should be final. | 151 | |
| Parameter origStr should be final. | 151 | |
| Parameter suppliedStr should be final. | 151 | |
| Line is longer than 80 characters. | 158 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 85 | |
| Line has trailing spaces. | 90 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 122 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 140 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 153 | |
| Line is longer than 80 characters. | 159 | |
| Line contains a tab character. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Line contains a tab character. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Line is longer than 80 characters. | 172 | |
| Line is longer than 80 characters. | 173 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line is longer than 80 characters. | 175 | |
| Line contains a tab character. | 175 | |
| Line contains a tab character. | 176 | |
| Line contains a tab character. | 177 | |
| Line is longer than 80 characters. | 178 | |
| Line contains a tab character. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 197 | |
| Line is longer than 80 characters. | 203 | |
| Line is longer than 80 characters. | 209 | |
| Line is longer than 80 characters. | 215 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 227 | |
| Line is longer than 80 characters. | 233 | |
| Line is longer than 80 characters. | 251 | |
| Line is longer than 80 characters. | 257 | |
| Line is longer than 80 characters. | 262 | |
| Line is longer than 80 characters. | 268 | |
| Line is longer than 80 characters. | 274 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 | |
| Line contains a tab character. | 7 | |
| Method 'validateDate' is not designed for extension - needs to be abstract, final or empty. | 7 | |
| Missing a Javadoc comment. | 7 | |
| Parameter creationDate should be final. | 7 | |
| Parameter personName should be final. | 7 | |
| Line contains a tab character. | 8 | |
| '+' is not preceded with whitespace. | 8 | |
| '+' is not followed by whitespace. | 8 | |
| Line contains a tab character. | 9 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 5 | |
| Line has trailing spaces. | 6 | |
| Line contains a tab character. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line contains a tab character. | 7 | |
| Missing a Javadoc comment. | 7 | |
| Line has trailing spaces. | 9 | |
| Line contains a tab character. | 9 | |
| Line has trailing spaces. | 10 | |
| Line contains a tab character. | 10 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 7 | |
| Missing a Javadoc comment. | 7 | |
| Line has trailing spaces. | 8 | |
| Line contains a tab character. | 8 | |
| Line contains a tab character. | 9 | |
| Missing a Javadoc comment. | 9 | |
| Line has trailing spaces. | 10 | |
| Line contains a tab character. | 10 | |
| Line contains a tab character. | 11 | |
| Method 'getPermissionService' is not designed for extension - needs to be abstract, final or empty. | 11 | |
| Line contains a tab character. | 12 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Line contains a tab character. | 16 | |
| Method 'setPermissionService' is not designed for extension - needs to be abstract, final or empty. | 16 | |
| Line contains a tab character. | 17 | |
| Parameter permissionService should be final. | 17 | |
| 'permissionService' hides a field. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line has trailing spaces. | 21 | |
| Line contains a tab character. | 21 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 5 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 25 | |
| Line contains a tab character. | 27 | |
| Method 'getDataDictionaryEntryKeys' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Line contains a tab character. | 28 | |
| Parameter context should be final. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 35 | |
| Method 'getDataDictionaryEntry' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Line contains a tab character. | 36 | |
| Parameter entryKey should be final. | 36 | |
| Line contains a tab character. | 37 | |
| Parameter context should be final. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 44 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Line contains a tab character. | 45 | |
| Parameter typeKey should be final. | 45 | |
| Parameter context should be final. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 52 | |
| Method 'getTypesByRefObjectURI' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Line contains a tab character. | 53 | |
| Parameter refObjectURI should be final. | 53 | |
| Line contains a tab character. | 54 | |
| Parameter context should be final. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 61 | |
| Method 'getAllowedTypesForType' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Line contains a tab character. | 62 | |
| Parameter ownerTypeKey should be final. | 62 | |
| Line contains a tab character. | 63 | |
| Parameter relatedRefObjectURI should be final. | 63 | |
| Parameter context should be final. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 70 | |
| Method 'getTypeRelationsByOwnerType' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Line contains a tab character. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line contains a tab character. | 72 | |
| Parameter ownerTypeKey should be final. | 72 | |
| Parameter relationTypeKey should be final. | 72 | |
| Parameter context should be final. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 | |
| Line contains a tab character. | 79 | |
| Method 'getLui' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Line contains a tab character. | 80 | |
| Parameter luiId should be final. | 80 | |
| Parameter context should be final. | 80 | |
| Line contains a tab character. | 81 | |
| Line contains a tab character. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 85 | |
| Line contains a tab character. | 87 | |
| Method 'getLuisByIdList' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Line contains a tab character. | 88 | |
| Parameter luiIdList should be final. | 88 | |
| Line contains a tab character. | 89 | |
| Parameter context should be final. | 89 | |
| Line contains a tab character. | 90 | |
| Line contains a tab character. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 96 | |
| Method 'getLuisInAtpByCluId' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Line contains a tab character. | 97 | |
| Parameter cluId should be final. | 97 | |
| Parameter atpKey should be final. | 97 | |
| Line contains a tab character. | 98 | |
| Parameter context should be final. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line contains a tab character. | 105 | |
| Method 'getLuiIdsByCluId' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Line contains a tab character. | 106 | |
| Parameter cluId should be final. | 106 | |
| Parameter context should be final. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 109 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 113 | |
| Method 'getLuiIdsInAtpByCluId' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Line contains a tab character. | 114 | |
| Parameter cluId should be final. | 114 | |
| Parameter atpKey should be final. | 114 | |
| Line contains a tab character. | 115 | |
| Parameter context should be final. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 122 | |
| Method 'getLuisByRelation' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Line contains a tab character. | 123 | |
| Parameter relatedLuiId should be final. | 123 | |
| Line contains a tab character. | 124 | |
| Parameter luLuRelationTypeKey should be final. | 124 | |
| Parameter context should be final. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line contains a tab character. | 125 | |
| Line contains a tab character. | 126 | |
| Line contains a tab character. | 127 | |
| Line contains a tab character. | 128 | |
| Line contains a tab character. | 129 | |
| Line contains a tab character. | 131 | |
| Method 'getLuiIdsByRelation' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Line contains a tab character. | 132 | |
| Parameter relatedLuiId should be final. | 132 | |
| Line contains a tab character. | 133 | |
| Parameter luLuRelationTypeKey should be final. | 133 | |
| Parameter context should be final. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line contains a tab character. | 134 | |
| Line contains a tab character. | 135 | |
| Line contains a tab character. | 136 | |
| Line contains a tab character. | 137 | |
| Line contains a tab character. | 138 | |
| Line contains a tab character. | 140 | |
| Method 'getRelatedLuisByLuiId' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Line contains a tab character. | 141 | |
| Parameter luiId should be final. | 141 | |
| Line contains a tab character. | 142 | |
| Parameter luLuRelationTypeKey should be final. | 142 | |
| Parameter context should be final. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Line contains a tab character. | 143 | |
| Line contains a tab character. | 144 | |
| Line contains a tab character. | 145 | |
| Line contains a tab character. | 146 | |
| Line contains a tab character. | 147 | |
| Line contains a tab character. | 149 | |
| Method 'getRelatedLuiIdsByLuiId' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Line contains a tab character. | 150 | |
| Parameter luiId should be final. | 150 | |
| Line contains a tab character. | 151 | |
| Parameter luLuRelationTypeKey should be final. | 151 | |
| Parameter context should be final. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Line contains a tab character. | 152 | |
| Line contains a tab character. | 153 | |
| Line contains a tab character. | 154 | |
| Line contains a tab character. | 155 | |
| Line contains a tab character. | 156 | |
| Line contains a tab character. | 158 | |
| Method 'getLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Line contains a tab character. | 159 | |
| Parameter luiLuiRelationId should be final. | 159 | |
| Line contains a tab character. | 160 | |
| Parameter context should be final. | 160 | |
| Line contains a tab character. | 161 | |
| Line contains a tab character. | 162 | |
| Line contains a tab character. | 163 | |
| Line contains a tab character. | 164 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 167 | |
| Method 'getLuiLuiRelationsByLui' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Line contains a tab character. | 168 | |
| Parameter luiId should be final. | 168 | |
| Line contains a tab character. | 169 | |
| Parameter context should be final. | 169 | |
| Line contains a tab character. | 170 | |
| Line contains a tab character. | 171 | |
| Line contains a tab character. | 172 | |
| Line contains a tab character. | 173 | |
| Line contains a tab character. | 174 | |
| Line contains a tab character. | 176 | |
| Method 'validateLui' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Line contains a tab character. | 177 | |
| Parameter validationType should be final. | 177 | |
| Line is longer than 80 characters. | 178 | |
| Line contains a tab character. | 178 | |
| Parameter luiInfo should be final. | 178 | |
| Parameter context should be final. | 178 | |
| Line contains a tab character. | 179 | |
| Line contains a tab character. | 180 | |
| Line contains a tab character. | 181 | |
| Line contains a tab character. | 182 | |
| Line contains a tab character. | 183 | |
| Line contains a tab character. | 185 | |
| Method 'createLui' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Line contains a tab character. | 186 | |
| Parameter cluId should be final. | 186 | |
| Parameter atpKey should be final. | 186 | |
| Parameter luiInfo should be final. | 186 | |
| Line contains a tab character. | 187 | |
| Parameter context should be final. | 187 | |
| Line contains a tab character. | 188 | |
| Line contains a tab character. | 189 | |
| Line contains a tab character. | 190 | |
| Line contains a tab character. | 191 | |
| Line contains a tab character. | 192 | |
| Line contains a tab character. | 193 | |
| Line contains a tab character. | 195 | |
| Method 'updateLui' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| Line is longer than 80 characters. | 196 | |
| Line contains a tab character. | 196 | |
| Parameter luiId should be final. | 196 | |
| Parameter luiInfo should be final. | 196 | |
| Parameter context should be final. | 196 | |
| Line is longer than 80 characters. | 197 | |
| Line contains a tab character. | 197 | |
| Line contains a tab character. | 198 | |
| Line contains a tab character. | 199 | |
| Line contains a tab character. | 200 | |
| Line contains a tab character. | 201 | |
| Line contains a tab character. | 202 | |
| Line contains a tab character. | 203 | |
| Line contains a tab character. | 205 | |
| Method 'deleteLui' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| Line contains a tab character. | 206 | |
| Parameter luiId should be final. | 206 | |
| Parameter context should be final. | 206 | |
| Line is longer than 80 characters. | 207 | |
| Line contains a tab character. | 207 | |
| Line contains a tab character. | 208 | |
| Line contains a tab character. | 209 | |
| Line contains a tab character. | 210 | |
| Line contains a tab character. | 211 | |
| Line contains a tab character. | 212 | |
| Line contains a tab character. | 214 | |
| Method 'updateLuiState' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Line contains a tab character. | 215 | |
| Parameter luiId should be final. | 215 | |
| Parameter luState should be final. | 215 | |
| Line is longer than 80 characters. | 216 | |
| Line contains a tab character. | 216 | |
| Parameter context should be final. | 216 | |
| Line contains a tab character. | 217 | |
| Line contains a tab character. | 218 | |
| Line contains a tab character. | 219 | |
| Line contains a tab character. | 220 | |
| Line contains a tab character. | 221 | |
| Line contains a tab character. | 222 | |
| Line contains a tab character. | 224 | |
| Method 'validateLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty. | 224 | |
| Line contains a tab character. | 225 | |
| Line is longer than 80 characters. | 226 | |
| Line contains a tab character. | 226 | |
| Parameter validationType should be final. | 226 | |
| Parameter luiLuiRelationInfo should be final. | 226 | |
| Line contains a tab character. | 227 | |
| Parameter context should be final. | 227 | |
| Line contains a tab character. | 228 | |
| Line contains a tab character. | 229 | |
| Line contains a tab character. | 230 | |
| Line contains a tab character. | 231 | |
| Line contains a tab character. | 232 | |
| Line contains a tab character. | 234 | |
| Method 'createLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Line contains a tab character. | 235 | |
| Parameter luiId should be final. | 235 | |
| Line contains a tab character. | 236 | |
| Parameter relatedLuiId should be final. | 236 | |
| Parameter luLuRelationTypeKey should be final. | 236 | |
| Line is longer than 80 characters. | 237 | |
| Line contains a tab character. | 237 | |
| Parameter luiLuiRelationInfo should be final. | 237 | |
| Parameter context should be final. | 237 | |
| Line is longer than 80 characters. | 238 | |
| Line contains a tab character. | 238 | |
| Line contains a tab character. | 239 | |
| Line contains a tab character. | 240 | |
| Line contains a tab character. | 241 | |
| Line contains a tab character. | 242 | |
| Line contains a tab character. | 243 | |
| Line contains a tab character. | 244 | |
| Line contains a tab character. | 246 | |
| Method 'updateLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty. | 246 | |
| Line contains a tab character. | 247 | |
| Parameter luiLuiRelationId should be final. | 247 | |
| Line is longer than 80 characters. | 248 | |
| Line contains a tab character. | 248 | |
| Parameter luiLuiRelationInfo should be final. | 248 | |
| Parameter context should be final. | 248 | |
| Line is longer than 80 characters. | 249 | |
| Line contains a tab character. | 249 | |
| Line contains a tab character. | 250 | |
| Line contains a tab character. | 251 | |
| Line contains a tab character. | 252 | |
| Line contains a tab character. | 253 | |
| Line contains a tab character. | 254 | |
| Line contains a tab character. | 255 | |
| Line contains a tab character. | 257 | |
| Method 'deleteLuiLuiRelation' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Line contains a tab character. | 258 | |
| Parameter luiLuiRelationId should be final. | 258 | |
| Line contains a tab character. | 259 | |
| Parameter context should be final. | 259 | |
| Line contains a tab character. | 260 | |
| Line contains a tab character. | 261 | |
| Line contains a tab character. | 262 | |
| Line contains a tab character. | 263 | |
| Line contains a tab character. | 264 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 27 | |
| Method 'getLuiCode' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Method 'setLuiCode' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Parameter luiCode should be final. | 34 | |
| 'luiCode' hides a field. | 34 | |
| Method 'getCluId' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Method 'setCluId' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter cluId should be final. | 42 | |
| 'cluId' hides a field. | 42 | |
| Method 'getMaxSeats' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Method 'setMaxSeats' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter maxSeats should be final. | 50 | |
| 'maxSeats' hides a field. | 50 | |
| Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter effectiveDate should be final. | 58 | |
| 'effectiveDate' hides a field. | 58 | |
| Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter expirationDate should be final. | 66 | |
| 'expirationDate' hides a field. | 66 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Redundant 'public' modifier. | 21 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Redundant 'public' modifier. | 22 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 11 | |
| Line has trailing spaces. | 13 | |
| Line contains a tab character. | 13 | |
| Line contains a tab character. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Line contains a tab character. | 15 | |
| Line has trailing spaces. | 16 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Missing a Javadoc comment. | 17 | |
| ',' is not followed by whitespace. | 17 | |
| '=' is not preceded with whitespace. | 17 | |
| '=' is not followed by whitespace. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Line contains a tab character. | 21 | |
| Line has trailing spaces. | 22 | |
| Line contains a tab character. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Parameter key should be final. | 23 | |
| 'key' hides a field. | 23 | |
| Parameter value should be final. | 23 | |
| 'value' hides a field. | 23 | |
| Line contains a tab character. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Parameter att should be final. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 34 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter key should be final. | 38 | |
| 'key' hides a field. | 38 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter value should be final. | 46 | |
| 'value' hides a field. | 46 | |
| Line contains a tab character. | 50 | |
| Method 'toDto' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| '=' is not preceded with whitespace. | 18 | |
| '=' is not followed by whitespace. | 18 | |
| '=' is not preceded with whitespace. | 18 | |
| '=' is not followed by whitespace. | 18 | |
| '=' is not preceded with whitespace. | 18 | |
| '=' is not followed by whitespace. | 18 | |
| '}' is not preceded with whitespace. | 18 | |
| Line contains a tab character. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Line contains a tab character. | 22 | |
| Line has trailing spaces. | 23 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Missing a Javadoc comment. | 24 | |
| ',' is not followed by whitespace. | 24 | |
| '=' is not preceded with whitespace. | 24 | |
| '=' is not followed by whitespace. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line contains a tab character. | 28 | |
| Line contains a tab character. | 29 | |
| Line contains a tab character. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 35 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 39 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter name should be final. | 39 | |
| 'name' hides a field. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 41 | |
| Line contains a tab character. | 43 | |
| Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 45 | |
| Line contains a tab character. | 47 | |
| Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Parameter effectiveDate should be final. | 47 | |
| 'effectiveDate' hides a field. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 51 | |
| Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 55 | |
| Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter expirationDate should be final. | 55 | |
| 'expirationDate' hides a field. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 59 | |
| Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 63 | |
| Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter descr should be final. | 63 | |
| 'descr' hides a field. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Missing a Javadoc comment. | 30 | |
| '{' is not preceded with whitespace. | 32 | |
| Line has trailing spaces. | 33 | |
| Line contains a tab character. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line contains a tab character. | 34 | |
| Line contains a tab character. | 35 | |
| Line contains a tab character. | 36 | |
| Line has trailing spaces. | 37 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Line contains a tab character. | 39 | |
| '=' is not preceded with whitespace. | 39 | |
| '=' is not followed by whitespace. | 39 | |
| Line contains a tab character. | 40 | |
| Line contains a tab character. | 42 | |
| Missing a Javadoc comment. | 42 | |
| '=' is not preceded with whitespace. | 42 | |
| '=' is not followed by whitespace. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line has trailing spaces. | 57 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 58 | |
| Method 'getCreateTime' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Line contains a tab character. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 62 | |
| Method 'setCreateTime' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Parameter createTime should be final. | 62 | |
| 'createTime' hides a field. | 62 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 66 | |
| Method 'getCreateId' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Line contains a tab character. | 67 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 70 | |
| Method 'setCreateId' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter createId should be final. | 70 | |
| 'createId' hides a field. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line has trailing spaces. | 73 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Method 'getUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| Missing a Javadoc comment. | 74 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 78 | |
| Method 'setUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| Missing a Javadoc comment. | 78 | |
| Parameter updateTime should be final. | 78 | |
| 'updateTime' hides a field. | 78 | |
| Line contains a tab character. | 79 | |
| Line contains a tab character. | 80 | |
| Line contains a tab character. | 82 | |
| Method 'getUpdateId' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Line contains a tab character. | 83 | |
| Line contains a tab character. | 84 | |
| Line contains a tab character. | 86 | |
| Method 'setUpdateId' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Parameter updateId should be final. | 86 | |
| 'updateId' hides a field. | 86 | |
| Line contains a tab character. | 87 | |
| Line contains a tab character. | 88 | |
| Line contains a tab character. | 90 | |
| Method 'onPrePersist' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Line contains a tab character. | 91 | |
| '{' is not preceded with whitespace. | 91 | |
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 93 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 96 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line has trailing spaces. | 99 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line has trailing spaces. | 101 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Method 'onPreUpdate' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Line contains a tab character. | 103 | |
| '{' is not preceded with whitespace. | 103 | |
| Line contains a tab character. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Line contains a tab character. | 105 | |
| Line contains a tab character. | 106 | |
| 'if' is not followed by whitespace. | 106 | |
| '{' is not preceded with whitespace. | 106 | |
| Line contains a tab character. | 107 | |
| Line contains a tab character. | 108 | |
| Line contains a tab character. | 110 | |
| Line contains a tab character. | 111 | |
| Line contains a tab character. | 112 | |
| Line contains a tab character. | 114 | |
| Method 'toDTO' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Missing a Javadoc comment. | 114 | |
| Line contains a tab character. | 115 | |
| Line contains a tab character. | 116 | |
| Line contains a tab character. | 117 | |
| Line contains a tab character. | 118 | |
| Line contains a tab character. | 119 | |
| Comment matches to-do format 'TODO:'. | 120 | |
| Line contains a tab character. | 120 | |
| Line contains a tab character. | 121 | |
| Line contains a tab character. | 122 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Line contains a tab character. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line contains a tab character. | 36 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 40 | |
| Line has trailing spaces. | 41 | |
| Line contains a tab character. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Line contains a tab character. | 45 | |
| Parameter attributes should be final. | 45 | |
| 'attributes' hides a field. | 45 | |
| Expected @param tag for 'attributes'. | 45 | |
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line has trailing spaces. | 51 | |
| Line contains a tab character. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Expected an @return tag. | 54 | |
| Line contains a tab character. | 54 | |
| Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Line contains a tab character. | 55 | |
| Line contains a tab character. | 56 | |
| Line contains a tab character. | 57 | |
| Line contains a tab character. | 59 | |
| Method 'toDto' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Line contains a tab character. | 60 | |
| Line contains a tab character. | 61 | |
| Line contains a tab character. | 62 | |
| Comment matches to-do format 'TODO:'. | 63 | |
| Line contains a tab character. | 63 | |
| Line contains a tab character. | 64 | |
| Line contains a tab character. | 65 | |
| Line contains a tab character. | 66 | |
| Line contains a tab character. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Line contains a tab character. | 68 | |
| Line contains a tab character. | 69 | |
| Line contains a tab character. | 70 | |
| Line contains a tab character. | 71 | |
| Line contains a tab character. | 72 | |
| Line contains a tab character. | 73 | |
| Line contains a tab character. | 74 | |
| Line has trailing spaces. | 75 | |
| Line contains a tab character. | 75 | |
| Line contains a tab character. | 76 | |
| Line contains a tab character. | 77 |