The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 23 | Error |
NewlineAtEndOfFile | 1 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 1101 | Error |
RegexpSingleline
| 272 | Error |
JavadocMethod | 423 | Error |
JavadocType | 70 | Error |
JavadocVariable | 247 | Error |
JavadocStyle | 3 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength | 179 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 1 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 20 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 21 | Error |
WhitespaceAround | 237 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 31 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 1 | Error |
AvoidInlineConditionals | 3 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 178 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 4 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 4 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 423 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 2 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 26 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 227 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 21 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line is longer than 80 characters. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 30 | |
Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
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 contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 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 is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
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 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line has trailing spaces. | 54 | |
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. | 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 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Variable 'cachingEnabled' must be private and have accessor methods. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Variable 'msgsCacheMaxSize' must be private and have accessor methods. | 32 | |
'20' is a magic number. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Variable 'msgsCacheMaxAgeSeconds' must be private and have accessor methods. | 33 | |
'90' is a magic number. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
',' is not followed by whitespace. | 34 | |
Variable 'msgsCache' must be private and have accessor methods. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 36 | |
Method 'addMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter messageInfo should be final. | 38 | |
Line contains a tab character. | 45 | |
Method 'getLocales' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
',' is not followed by whitespace. | 48 | |
Line has trailing spaces. | 49 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 54 | |
'while' is not followed by whitespace. | 55 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 66 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter localeKey should be final. | 66 | |
Parameter messageGroupKey should be final. | 66 | |
Parameter messageKey should be final. | 66 | |
Line has trailing spaces. | 71 | |
Line is longer than 80 characters. | 72 | |
Line has trailing spaces. | 73 | |
Method 'getMessageGroups' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
',' is not followed by whitespace. | 80 | |
Line has trailing spaces. | 81 | |
Line is longer than 80 characters. | 82 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 84 | |
Line has trailing spaces. | 85 | |
Line has trailing spaces. | 86 | |
'while' is not followed by whitespace. | 87 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter localeKey should be final. | 99 | |
Parameter messageGroupKey should be final. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 101 | |
'if' is not followed by whitespace. | 101 | |
'{' is not preceded with whitespace. | 101 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
'+' is not preceded with whitespace. | 103 | |
'+' is not followed by whitespace. | 103 | |
'+' is not preceded with whitespace. | 103 | |
'+' is not followed by whitespace. | 103 | |
'+' is not preceded with whitespace. | 103 | |
'+' is not followed by whitespace. | 103 | |
Line contains a tab character. | 104 | |
'(' is followed by whitespace. | 104 | |
')' is preceded with whitespace. | 104 | |
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 | |
'!=' 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. | 109 | |
Line contains a tab character. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
',' is not followed by whitespace. | 112 | |
',' is not followed by whitespace. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line has trailing spaces. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line has trailing spaces. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
'for' is not followed by whitespace. | 120 | |
':' is not preceded with whitespace. | 120 | |
'{' is not preceded with whitespace. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line has trailing spaces. | 126 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
'if' is not followed by whitespace. | 127 | |
'{' is not preceded with whitespace. | 127 | |
Line contains a tab character. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
'+' is not preceded with whitespace. | 129 | |
'+' is not followed by whitespace. | 129 | |
'+' is not preceded with whitespace. | 129 | |
'+' is not followed by whitespace. | 129 | |
'+' is not preceded with whitespace. | 129 | |
'+' is not followed by whitespace. | 129 | |
'(' is followed by whitespace. | 129 | |
')' is preceded with whitespace. | 129 | |
Line contains a tab character. | 130 | |
Line has trailing spaces. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line has trailing spaces. | 133 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 136 | |
Method 'getMessagesByGroups' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter localeKey should be final. | 136 | |
Parameter messageGroupKeyList should be final. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line has trailing spaces. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
'for' is not followed by whitespace. | 140 | |
':' is not preceded with whitespace. | 140 | |
'{' is not preceded with whitespace. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line has trailing spaces. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line is longer than 80 characters. | 151 | |
Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Parameter localeKey should be final. | 151 | |
Parameter messageGroupKey should be final. | 151 | |
Parameter messageKey should be final. | 151 | |
Parameter messageInfo should be final. | 151 | |
Line has trailing spaces. | 152 | |
Line contains a tab character. | 153 | |
',' is not followed by whitespace. | 153 | |
',' is not followed by whitespace. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line has trailing spaces. | 157 | |
Line contains a tab character. | 157 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
Line has trailing spaces. | 159 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line has trailing spaces. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line has trailing spaces. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line has trailing spaces. | 168 | |
Line contains a tab character. | 168 | |
Method 'toMessageEntity' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Missing a Javadoc comment. | 171 | |
Parameter message should be final. | 171 | |
Method 'toMessage' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Missing a Javadoc comment. | 182 | |
Parameter entity should be final. | 182 | |
Method 'getBusinessObjectService' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Missing a Javadoc comment. | 193 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 200 | |
Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
'if' is not followed by whitespace. | 202 | |
'{' is not preceded with whitespace. | 202 | |
Line is longer than 80 characters. | 203 | |
Line contains a tab character. | 203 | |
'(' is followed by whitespace. | 203 | |
',' is not followed by whitespace. | 203 | |
'(' is followed by whitespace. | 203 | |
')' is preceded with whitespace. | 203 | |
')' is preceded with whitespace. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 207 | |
Method 'setCachingEnabled' is not designed for extension - needs to be abstract, final or empty. | 207 | |
Missing a Javadoc comment. | 207 | |
Parameter cachingEnabled should be final. | 207 | |
'cachingEnabled' hides a field. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line has trailing spaces. | 210 | |
Line contains a tab character. | 210 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 3 | |
Utility classes should not have a public or default constructor. | 3 | |
Line contains a tab character. | 4 | |
Missing a Javadoc comment. | 4 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 38 | |
'(' is followed by whitespace. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
'=' is not preceded with whitespace. | 51 | |
'=' is not followed by whitespace. | 51 | |
Line has trailing spaces. | 53 | |
Missing a Javadoc comment. | 54 | |
'=' is not preceded with whitespace. | 55 | |
'=' is not followed by whitespace. | 55 | |
Line has trailing spaces. | 57 | |
Missing a Javadoc comment. | 58 | |
Line has trailing spaces. | 59 | |
Missing a Javadoc comment. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line has trailing spaces. | 72 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter type should be final. | 80 | |
'type' hides a field. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter startDate should be final. | 88 | |
'startDate' hides a field. | 88 | |
Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter endDate should be final. | 96 | |
'endDate' hides a field. | 96 | |
Line has trailing spaces. | 99 | |
Method 'getDescriptionId' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Method 'setDescriptionId' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter descriptionId should be final. | 104 | |
'descriptionId' hides a field. | 104 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter description should be final. | 112 | |
'description' hides a field. | 112 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 116 | |
Method 'getDateRanges' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
Method 'setDateRanges' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Parameter dateRanges should be final. | 120 | |
'dateRanges' hides a field. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
Method 'getMilestones' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 128 | |
Method 'setMilestones' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter milestones should be final. | 128 | |
'milestones' hides a field. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 5 | |
Missing a Javadoc comment. | 7 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'getSeasonalType' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Method 'setSeasonalType' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter seasonalType should be final. | 48 | |
'seasonalType' hides a field. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Method 'getDurationType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Method 'setDurationType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter durationType should be final. | 56 | |
'durationType' hides a field. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Method 'getSeasonalTypeId' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Method 'setSeasonalTypeId' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter seasonalTypeId should be final. | 64 | |
'seasonalTypeId' hides a field. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 68 | |
Method 'getDurationTypeId' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Method 'setDurationTypeId' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter durationTypeId should be final. | 72 | |
'durationTypeId' hides a field. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
'=' is not preceded with whitespace. | 35 | |
'=' is not followed by whitespace. | 35 | |
'=' is not preceded with whitespace. | 35 | |
'=' is not followed by whitespace. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
'=' is not preceded with whitespace. | 53 | |
'=' is not followed by whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
'=' is not preceded with whitespace. | 57 | |
'=' is not followed by whitespace. | 57 | |
Line contains a tab character. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line has trailing spaces. | 61 | |
Missing a Javadoc comment. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Method 'getAtp' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter startDate should be final. | 76 | |
'startDate' hides a field. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter endDate should be final. | 84 | |
'endDate' hides a field. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Method 'getAtpId' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Method 'setAtpId' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter atpId should be final. | 92 | |
'atpId' hides a field. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 96 | |
Method 'setAtp' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter atp should be final. | 96 | |
'atp' hides a field. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 100 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 104 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter type should be final. | 104 | |
'type' hides a field. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Method 'getDescriptionId' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Method 'setDescriptionId' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter descriptionId should be final. | 112 | |
'descriptionId' hides a field. | 112 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Parameter description should be final. | 120 | |
'description' hides a field. | 120 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 27 | |
'(' is followed by whitespace. | 27 | |
Line has trailing spaces. | 28 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Line has trailing spaces. | 57 | |
Missing a Javadoc comment. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Method 'getAtp' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 68 | |
Method 'setAtp' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter atp should be final. | 68 | |
'atp' hides a field. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Method 'getMilestoneDate' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Method 'setMilestoneDate' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter milestoneDate should be final. | 76 | |
'milestoneDate' hides a field. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Method 'getAtpId' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Method 'setAtpId' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter atpId should be final. | 84 | |
'atpId' hides a field. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter type should be final. | 92 | |
'type' hides a field. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 96 | |
Method 'getDescriptionId' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Method 'setDescriptionId' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter descriptionId should be final. | 100 | |
'descriptionId' hides a field. | 100 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Parameter description should be final. | 108 | |
'description' hides a field. | 108 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 27 | |
'(' is followed by whitespace. | 27 | |
Line has trailing spaces. | 28 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 9 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 9 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 9 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 9 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 7 | |
Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 9 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 12 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
First sentence should end with a period. | 15 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Method 'processAfterCopy' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Line is longer than 80 characters. | 19 | |
Line contains a tab character. | 19 | |
Parameter document should be final. | 19 | |
Expected @param tag for 'document'. | 19 | |
Parameter parms should be final. | 19 | |
Expected @param tag for 'parms'. | 19 | |
Line contains a tab character. | 20 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 35 | |
Line has trailing spaces. | 36 | |
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. | 42 | |
Line has trailing spaces. | 43 | |
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. | 49 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 7 | |
Line has trailing spaces. | 9 | |
First sentence should end with a period. | 22 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Variable 'oldAtp' must be private and have accessor methods. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Variable 'newAtp' must be private and have accessor methods. | 27 | |
Line contains a tab character. | 29 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Method 'setupConvenienceObjects' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
First sentence should end with a period. | 47 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Expected an @return tag. | 52 | |
Line contains a tab character. | 52 | |
Method 'processCustomRouteDocumentBusinessRules' 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 document should be final. | 53 | |
Expected @param tag for 'document'. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 5 | |
Missing a Javadoc comment. | 5 | |
Missing a Javadoc comment. | 7 | |
Missing a Javadoc comment. | 9 | |
'=' is not preceded with whitespace. | 9 | |
'=' is not followed by whitespace. | 9 | |
Line has trailing spaces. | 11 | |
Missing a Javadoc comment. | 12 | |
'=' is not preceded with whitespace. | 12 | |
'=' is not followed by whitespace. | 12 | |
Line has trailing spaces. | 14 | |
Missing a Javadoc comment. | 15 | |
Line has trailing spaces. | 17 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Missing a Javadoc comment. | 18 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Missing a Javadoc comment. | 22 | |
Parameter name should be final. | 22 | |
'name' hides a field. | 22 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Parameter value should be final. | 30 | |
'value' hides a field. | 30 | |
Method 'getOwnerId' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setOwnerId' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter ownerId should be final. | 38 | |
'ownerId' hides a field. | 38 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 5 | |
Line has trailing spaces. | 6 | |
Missing a Javadoc comment. | 7 | |
Redundant 'public' modifier. | 7 | |
Missing a Javadoc comment. | 9 | |
Redundant 'public' modifier. | 9 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 14 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 17 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 19 | |
Line has trailing spaces. | 23 | |
Method 'beforeInsert' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Line is longer than 80 characters. | 25 | |
Parameter persistenceBroker should be final. | 25 | |
Redundant throws: 'PersistenceBrokerException' is unchecked exception. | 25 | |
Method 'toStringMapper' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Line is longer than 80 characters. | 32 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 35 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter id should be final. | 43 | |
'id' hides a field. | 43 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 15 | |
Variable 'activeFromDate' must be private and have accessor methods. | 16 | |
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 18 | |
Variable 'activeToDate' must be private and have accessor methods. | 19 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 21 | |
Variable 'activeAsOfDate' must be private and have accessor methods. | 22 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Expected an @return tag. | 29 | |
Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 33 | |
Parameter active should be final. | 33 | |
Method 'setActiveFromDate' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter from should be final. | 37 | |
Method 'setActiveToDate' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter to should be final. | 41 | |
Method 'getActiveFromDate' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'getActiveToDate' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'getActiveAsOfDate' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Method 'setActiveAsOfDate' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter activeAsOfDate should be final. | 57 | |
'activeAsOfDate' hides a field. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 5 | |
Missing a Javadoc comment. | 7 | |
Redundant 'public' modifier. | 7 | |
Missing a Javadoc comment. | 9 | |
Redundant 'public' modifier. | 9 | |
Line has trailing spaces. | 10 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 19 | |
Redundant 'public' modifier. | 19 | |
Missing a Javadoc comment. | 21 | |
Redundant 'public' modifier. | 21 | |
Line has trailing spaces. | 22 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 13 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Expected an @return tag. | 30 | |
Method 'getMeta' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 44 | |
Line has trailing spaces. | 46 | |
Method 'setMeta' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Parameter meta should be final. | 50 | |
Expected @param tag for 'meta'. | 50 | |
Line has trailing spaces. | 56 | |
Method 'beforeInsert' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Line is longer than 80 characters. | 58 | |
Parameter persistenceBroker should be final. | 58 | |
Redundant throws: 'PersistenceBrokerException' is unchecked exception. | 58 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 66 | |
Method 'beforeUpdate' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Line is longer than 80 characters. | 71 | |
Parameter persistenceBroker should be final. | 71 | |
Redundant throws: 'PersistenceBrokerException' is unchecked exception. | 71 | |
Line is longer than 80 characters. | 75 | |
Method 'getCreateId' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Method 'setCreateId' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter createId should be final. | 82 | |
'createId' hides a field. | 82 | |
Method 'getCreateDate' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Method 'setCreateDate' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter createDate should be final. | 90 | |
'createDate' hides a field. | 90 | |
Method 'getUpdateId' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Method 'setUpdateId' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter updateId should be final. | 98 | |
'updateId' hides a field. | 98 | |
Method 'getUpdateDate' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Method 'setUpdateDate' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter updateDate should be final. | 106 | |
'updateDate' hides a field. | 106 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 11 | |
Line contains a tab character. | 12 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Line has trailing spaces. | 15 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Variable 'activeFromDate' must be private and have accessor methods. | 17 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 19 | |
Variable 'activeToDate' must be private and have accessor methods. | 20 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 22 | |
Variable 'activeAsOfDate' must be private and have accessor methods. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 26 | |
Method 'getActiveAsOfDate' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 31 | |
Method 'getActiveFromDate' is not designed for extension - needs to be abstract, final or empty. | 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 | |
Method 'getActiveToDate' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Method 'setActiveAsOfDate' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Line contains a tab character. | 42 | |
Parameter activeAsOfDate should be final. | 42 | |
'activeAsOfDate' hides a field. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Method 'setActiveFromDate' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line contains a tab character. | 47 | |
Parameter from should be final. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Method 'setActiveToDate' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Line contains a tab character. | 52 | |
Parameter to should be final. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 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 | |
Line contains a tab character. | 62 | |
Parameter active should be final. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 8 | |
Line has trailing spaces. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 17 | |
Method 'getPlain' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Method 'setPlain' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter plain should be final. | 24 | |
'plain' hides a field. | 24 | |
Method 'getFormatted' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Method 'setFormatted' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter formatted should be final. | 32 | |
'formatted' hides a field. | 32 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 4 | |
'{' is not preceded with whitespace. | 4 | |
Line has trailing spaces. | 5 | |
Missing a Javadoc comment. | 6 | |
Redundant 'public' modifier. | 6 | |
Line has trailing spaces. | 7 | |
Missing a Javadoc comment. | 8 | |
Redundant 'public' modifier. | 8 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 6 | |
Line is longer than 80 characters. | 7 | |
Line has trailing spaces. | 8 | |
Line contains a tab character. | 8 | |
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 22 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Missing a Javadoc comment. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 26 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Parameter name should be final. | 26 | |
'name' hides a field. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 30 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter description should be final. | 34 | |
'description' hides a field. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 4 | |
'{' is not preceded with whitespace. | 4 | |
Line contains a tab character. | 6 | |
Missing a Javadoc comment. | 6 | |
Redundant 'public' modifier. | 6 | |
Line contains a tab character. | 8 | |
Missing a Javadoc comment. | 8 | |
Redundant 'public' modifier. | 8 | |
Line has trailing spaces. | 9 | |
Line contains a tab character. | 10 | |
Missing a Javadoc comment. | 10 | |
Redundant 'public' modifier. | 10 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Missing a Javadoc comment. | 4 | |
Missing a Javadoc comment. | 6 | |
Line contains a tab character. | 9 | |
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Line contains a tab character. | 16 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 16 | |
Missing a Javadoc comment. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 20 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter state should be final. | 20 | |
'state' hides a field. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 24 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter name should be final. | 28 | |
'name' hides a field. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'getTypeId' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'setTypeId' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter typeId should be final. | 36 | |
'typeId' hides a field. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 5 | |
Missing a Javadoc comment. | 7 | |
Redundant 'public' modifier. | 7 | |
Missing a Javadoc comment. | 9 | |
Redundant 'public' modifier. | 9 | |
Missing a Javadoc comment. | 11 | |
Redundant 'public' modifier. | 11 | |
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 | |
Line has trailing spaces. | 14 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
Missing a Javadoc comment. | 19 | |
Redundant 'public' modifier. | 19 | |
Missing a Javadoc comment. | 21 | |
Redundant 'public' modifier. | 21 | |
Missing a Javadoc comment. | 23 | |
Redundant 'public' modifier. | 23 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
Line has trailing spaces. | 26 | |
Missing a Javadoc comment. | 27 | |
Redundant 'public' modifier. | 27 | |
Missing a Javadoc comment. | 29 | |
Redundant 'public' modifier. | 29 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
Line has trailing spaces. | 34 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 37 | |
Method 'beforeInsert' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Line is longer than 80 characters. | 39 | |
Parameter persistenceBroker should be final. | 39 | |
Redundant throws: 'PersistenceBrokerException' is unchecked exception. | 39 | |
Line has trailing spaces. | 41 | |
'if' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 51 | |
Expected an @return tag. | 54 | |
Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Line has trailing spaces. | 57 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 67 | |
Line is longer than 80 characters. | 70 | |
Line has trailing spaces. | 72 | |
Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Parameter version should be final. | 76 | |
Expected @param tag for 'version'. | 76 | |
Line has trailing spaces. | 84 | |
Method 'getVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Line has trailing spaces. | 89 | |
Method 'setVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Parameter versionIndId should be final. | 91 | |
'versionIndId' hides a field. | 91 | |
Method 'getSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Method 'setSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Parameter sequenceNumber should be final. | 101 | |
'sequenceNumber' hides a field. | 101 | |
Method 'getCurrentVersionStart' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Method 'setCurrentVersionStart' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Parameter currentVersionStart should be final. | 111 | |
'currentVersionStart' hides a field. | 111 | |
Method 'getCurrentVersionEnd' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Method 'setCurrentVersionEnd' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Parameter currentVersionEnd should be final. | 121 | |
'currentVersionEnd' hides a field. | 121 | |
Method 'getVersionedFromId' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'setVersionedFromId' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Parameter versionedFromId should be final. | 131 | |
'versionedFromId' hides a field. | 131 | |
Method 'getVersionComment' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Method 'setVersionComment' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Parameter versionComment should be final. | 141 | |
'versionComment' hides a field. | 141 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line has trailing spaces. | 12 | |
Missing a Javadoc comment. | 13 | |
'=' is not preceded with whitespace. | 14 | |
'=' is not followed by whitespace. | 14 | |
Missing a Javadoc comment. | 17 | |
'=' is not preceded with whitespace. | 17 | |
'=' is not followed by whitespace. | 17 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 23 | |
Method 'getCreateTime' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setCreateTime' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter createTime should be final. | 29 | |
'createTime' hides a field. | 29 | |
Method 'getCreateId' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Method 'setCreateId' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter createId should be final. | 37 | |
'createId' hides a field. | 37 | |
Line has trailing spaces. | 40 | |
Method 'getUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter updateTime should be final. | 45 | |
'updateTime' hides a field. | 45 | |
Method 'getUpdateId' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setUpdateId' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter updateId should be final. | 53 | |
'updateId' hides a field. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 31 | |
Method 'getVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Method 'setVersionIndId' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter versionIndId should be final. | 36 | |
'versionIndId' hides a field. | 36 | |
Method 'getSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Method 'setSequenceNumber' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter sequenceNumber should be final. | 44 | |
'sequenceNumber' hides a field. | 44 | |
Method 'getCurrentVersionStart' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'setCurrentVersionStart' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter currentVersionStart should be final. | 52 | |
'currentVersionStart' hides a field. | 52 | |
Method 'getCurrentVersionEnd' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Method 'setCurrentVersionEnd' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter currentVersionEnd should be final. | 60 | |
'currentVersionEnd' hides a field. | 60 | |
Method 'getVersionedFromId' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Method 'setVersionedFromId' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter versionedFromId should be final. | 68 | |
'versionedFromId' hides a field. | 68 | |
Method 'getVersionComment' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Method 'setVersionComment' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter versionComment should be final. | 76 | |
'versionComment' hides a field. | 76 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 | |
Line has trailing spaces. | 7 | |
Line has trailing spaces. | 9 | |
Expected an @return tag. | 32 | |
Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 32 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 14 | |
Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 16 | |
Line has trailing spaces. | 20 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Line has trailing spaces. | 23 | |
Line has trailing spaces. | 24 | |
'while' is not followed by whitespace. | 25 | |
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 5 | |
Utility classes should not have a public or default constructor. | 5 | |
Line contains a tab character. | 7 | |
Missing a Javadoc comment. | 7 | |
Parameter bo should be final. | 7 | |
Line has trailing spaces. | 9 | |
'}' should be on the same line. | 12 | |
Line contains a tab character. | 14 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
'=' is not preceded with whitespace. | 29 | |
'=' is not followed by whitespace. | 29 | |
Line has trailing spaces. | 31 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 37 | |
'=' is not preceded with whitespace. | 37 | |
'=' is not followed by whitespace. | 37 | |
Variable 'enumerationId' must be private and have accessor methods. | 38 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 40 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 40 | |
Variable 'code' must be private and have accessor methods. | 41 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 43 | |
'=' is not preceded with whitespace. | 43 | |
'=' is not followed by whitespace. | 43 | |
Variable 'abbrevValue' must be private and have accessor methods. | 44 | |
Line has trailing spaces. | 45 | |
Missing a Javadoc comment. | 46 | |
'=' is not preceded with whitespace. | 46 | |
'=' is not followed by whitespace. | 46 | |
Variable 'value' must be private and have accessor methods. | 47 | |
Line has trailing spaces. | 48 | |
Missing a Javadoc comment. | 49 | |
'=' is not preceded with whitespace. | 49 | |
'=' is not followed by whitespace. | 49 | |
Variable 'sortKey' must be private and have accessor methods. | 50 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 52 | |
Variable 'enumeration' must be private and have accessor methods. | 53 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 55 | |
Method 'toStringMapper' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 67 | |
Line has trailing spaces. | 70 | |
Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter code should be final. | 76 | |
'code' hides a field. | 76 | |
Method 'getAbbrevValue' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Method 'setAbbrevValue' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter abbrevValue should be final. | 84 | |
'abbrevValue' hides a field. | 84 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter value should be final. | 92 | |
'value' hides a field. | 92 | |
Method 'getSortKey' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Method 'setSortKey' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter sortKey should be final. | 100 | |
'sortKey' hides a field. | 100 | |
Method 'getEnumerationId' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Method 'setEnumerationId' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Parameter enumerationId should be final. | 108 | |
'enumerationId' hides a field. | 108 | |
Method 'getEnumeration' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Method 'setEnumeration' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Parameter enumeration should be final. | 116 | |
'enumeration' hides a field. | 116 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Line has trailing spaces. | 16 | |
Missing a Javadoc comment. | 17 | |
Variable 'enumeratedValueList' must be private and have accessor methods. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 23 | |
Method 'toStringMapper' is not designed for extension - needs to be abstract, final or empty. | 24 | |
',' is not followed by whitespace. | 25 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 32 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter name should be final. | 41 | |
'name' hides a field. | 41 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter description should be final. | 49 | |
'description' hides a field. | 49 | |
Method 'getEnumeratedValueList' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Line is longer than 80 characters. | 57 | |
Method 'setEnumeratedValueList' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter enumerationValueList should be final. | 57 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 23 | |
Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 24 | |
',' is not followed by whitespace. | 28 | |
Line has trailing spaces. | 29 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 32 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 34 | |
'while' is not followed by whitespace. | 35 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 10 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
Line contains a tab character. | 14 | |
Method 'processAfterCopy' is not designed for extension - needs to be abstract, final or empty. | 14 | |
Line is longer than 80 characters. | 15 | |
Line contains a tab character. | 15 | |
Parameter document should be final. | 15 | |
Parameter parameters should be final. | 15 | |
Line contains a tab character. | 16 | |
Line has trailing spaces. | 17 | |
Line contains a tab character. | 17 | |
Line is longer than 80 characters. | 18 | |
Line contains a tab character. | 18 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
'if' is not followed by whitespace. | 20 | |
Line is longer than 80 characters. | 21 | |
Line contains a tab character. | 21 | |
'for' is not followed by whitespace. | 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 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 45 | |
Line has trailing spaces. | 47 | |
Missing a Javadoc comment. | 48 | |
Line has trailing spaces. | 51 | |
Method 'toStringMapper' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 65 | |
Method 'retrieveEnumeratedValue' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter enumerationId should be final. | 65 | |
Parameter enumerationCode should be final. | 65 | |
Line has trailing spaces. | 69 | |
Line is longer than 80 characters. | 70 | |
Line has trailing spaces. | 72 | |
Line has trailing spaces. | 73 | |
Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter locale should be final. | 78 | |
'locale' hides a field. | 78 | |
Method 'getGroupName' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Method 'setGroupName' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter groupName should be final. | 86 | |
'groupName' hides a field. | 86 | |
Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Method 'setMessageId' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter messageId should be final. | 94 | |
'messageId' hides a field. | 94 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter value should be final. | 102 | |
'value' hides a field. | 102 | |
Method 'getLocaleEnumValue' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
'if' is not followed by whitespace. | 108 | |
Line has trailing spaces. | 109 | |
Line is longer than 80 characters. | 109 | |
Line has trailing spaces. | 111 | |
Method 'setLocaleEnumValue' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter localeEnumValue should be final. | 115 | |
'localeEnumValue' hides a field. | 115 | |
Method 'getGroupNameEnumValue' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
'if' is not followed by whitespace. | 120 | |
Line is longer than 80 characters. | 121 | |
Line has trailing spaces. | 123 | |
Method 'setGroupNameEnumValue' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter groupNameEnumValue should be final. | 127 | |
'groupNameEnumValue' hides a field. | 127 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 3 | |
Line is longer than 80 characters. | 6 | |
Missing a Javadoc comment. | 6 | |
Method 'getEnumerationKey' is not designed for extension - needs to be abstract, final or empty. | 8 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 3 | |
Line is longer than 80 characters. | 6 | |
Missing a Javadoc comment. | 6 | |
Method 'getEnumerationKey' is not designed for extension - needs to be abstract, final or empty. | 8 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 5 | |
Line contains a tab character. | 7 | |
Missing a Javadoc comment. | 7 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 8 | |
Line contains a tab character. | 10 | |
Missing a Javadoc comment. | 10 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 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 | |
Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Parameter code should be final. | 21 | |
'code' hides a field. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 25 | |
Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter type should be final. | 29 | |
'type' hides a field. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOrgs' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter orgs should be final. | 37 | |
'orgs' hides a field. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Method 'getOrgs' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 5 | |
Line contains a tab character. | 7 | |
Missing a Javadoc comment. | 7 | |
Line contains a tab character. | 9 | |
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 10 | |
Missing a Javadoc comment. | 10 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Line contains a tab character. | 13 | |
Method 'setSubjectCode' is not designed for extension - needs to be abstract, final or empty. | 13 | |
Missing a Javadoc comment. | 13 | |
Parameter subjectCode should be final. | 13 | |
'subjectCode' hides a field. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 17 | |
Method 'getSubjectCode' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 21 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Parameter orgId should be final. | 21 | |
'orgId' hides a field. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 25 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Method 'setSubjectCodeId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter subjectCodeId should be final. | 29 | |
'subjectCodeId' hides a field. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Method 'getSubjectCodeId' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 5 | |
Line contains a tab character. | 7 | |
Missing a Javadoc comment. | 7 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 7 | |
Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 9 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 13 | |
'{' is not preceded with whitespace. | 13 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Line has trailing spaces. | 15 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Method 'getBusinessObjectService' is not designed for extension - needs to be abstract, final or empty. | 16 | |
Missing a Javadoc comment. | 16 | |
Line is longer than 80 characters. | 18 | |
Line contains a tab character. | 22 | |
Method 'isDocumentValidForSave' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Parameter maintenanceDocument should be final. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 27 | |
'if' is not followed by whitespace. | 27 | |
'!=' is not preceded with whitespace. | 27 | |
'!=' is not followed by whitespace. | 27 | |
'==' is not preceded with whitespace. | 27 | |
'==' is not followed by whitespace. | 27 | |
'||' is not preceded with whitespace. | 27 | |
'||' is not followed by whitespace. | 27 | |
'{' is not preceded with whitespace. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
'if' is not followed by whitespace. | 31 | |
'!=' is not preceded with whitespace. | 31 | |
'!=' is not followed by whitespace. | 31 | |
'&&' is not preceded with whitespace. | 31 | |
'&&' is not followed by whitespace. | 31 | |
'>' is not preceded with whitespace. | 31 | |
'>' is not followed by whitespace. | 31 | |
'{' is not preceded with whitespace. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
'{' is not preceded with whitespace. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Variable 'cachingEnabled' must be private and have accessor methods. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Variable 'searchCacheMaxSize' must be private and have accessor methods. | 52 | |
'20' is a magic number. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 53 | |
Variable 'searchCacheMaxAgeSeconds' must be private and have accessor methods. | 53 | |
'90' is a magic number. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
',' is not followed by whitespace. | 54 | |
Variable 'searchCache' must be private and have accessor methods. | 54 | |
Line contains a tab character. | 56 | |
Method 'getSearchTypes' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 62 | |
Method 'getSearchType' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Line contains a tab character. | 63 | |
Parameter searchTypeKey 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. | 69 | |
Method 'getSearchTypesByResult' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Parameter searchResultTypeKey should be final. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 77 | |
Method 'getSearchTypesByCriteria' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Line contains a tab character. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Parameter searchCriteriaTypeKey should be final. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Method 'getSearchResultTypes' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Method 'getSearchResultType' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Parameter searchResultTypeKey should be final. | 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. | 98 | |
Method 'getSearchCriteriaTypes' is not designed for extension - needs to be abstract, final or empty. | 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. | 104 | |
Method 'getSearchCriteriaType' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Line contains a tab character. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
Parameter searchCriteriaTypeKey should be final. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
Method 'search' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Line contains a tab character. | 113 | |
Parameter searchRequest should be final. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
'if' is not followed by whitespace. | 117 | |
'==' is not preceded with whitespace. | 117 | |
'==' is not followed by whitespace. | 117 | |
'||' is not preceded with whitespace. | 117 | |
'||' is not followed by whitespace. | 117 | |
'{' is not preceded with whitespace. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
',' is not followed by whitespace. | 122 | |
',' is not followed by whitespace. | 122 | |
Line contains a tab character. | 123 | |
'for' is not followed by whitespace. | 123 | |
':' is not preceded with whitespace. | 123 | |
':' is not followed by whitespace. | 123 | |
'{' is not preceded with whitespace. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line has trailing spaces. | 126 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
'if' is not followed by whitespace. | 129 | |
'{' is not preceded with whitespace. | 129 | |
Line contains a tab character. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
'(' is followed by whitespace. | 132 | |
')' is preceded with whitespace. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
'if' is not followed by whitespace. | 134 | |
'{' is not preceded with whitespace. | 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 has trailing spaces. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
'if' is not followed by whitespace. | 141 | |
'{' is not preceded with whitespace. | 141 | |
Line contains a tab character. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
'else' is not preceded with whitespace. | 143 | |
'}' is not followed by whitespace. | 143 | |
'if' is not followed by whitespace. | 143 | |
'{' is not preceded with whitespace. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
'if' is not followed by whitespace. | 148 | |
'{' is not preceded with whitespace. | 148 | |
Line contains a tab character. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
'(' is followed by whitespace. | 150 | |
')' is preceded with whitespace. | 150 | |
Line contains a tab character. | 151 | |
Line has trailing spaces. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line has trailing spaces. | 155 | |
Line contains a tab character. | 155 | |
Line is longer than 80 characters. | 156 | |
Missing a Javadoc comment. | 156 | |
Parameter paramMap should be final. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
',' is not followed by whitespace. | 158 | |
',' is not followed by whitespace. | 158 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 159 | |
Line has trailing spaces. | 160 | |
Line contains a tab character. | 160 | |
'if' is not followed by whitespace. | 160 | |
'!=' is not preceded with whitespace. | 160 | |
'!=' is not followed by whitespace. | 160 | |
'{' is not preceded with whitespace. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
Line has trailing spaces. | 164 | |
Line contains a tab character. | 164 | |
'if' is not followed by whitespace. | 164 | |
'!=' is not preceded with whitespace. | 164 | |
'!=' is not followed by whitespace. | 164 | |
'{' is not preceded with whitespace. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line has trailing spaces. | 167 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
Line is longer than 80 characters. | 170 | |
',' is not followed by whitespace. | 170 | |
',' is not followed by whitespace. | 170 | |
'(' is preceded with whitespace. | 170 | |
Line has trailing spaces. | 171 | |
Line contains a tab character. | 173 | |
'for' is not followed by whitespace. | 173 | |
':' is not preceded with whitespace. | 173 | |
':' is not followed by whitespace. | 173 | |
'{' is not preceded with whitespace. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
'if' is not followed by whitespace. | 175 | |
'!=' is not preceded with whitespace. | 175 | |
'!=' is not followed by whitespace. | 175 | |
'{' is not preceded with whitespace. | 175 | |
Line contains a tab character. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
Line is longer than 80 characters. | 178 | |
Line contains a tab character. | 178 | |
Line is longer than 80 characters. | 179 | |
Line contains a tab character. | 179 | |
'==' is not preceded with whitespace. | 179 | |
'==' is not followed by whitespace. | 179 | |
'?' is not preceded with whitespace. | 179 | |
Avoid inline conditionals. | 179 | |
'?' is not followed by whitespace. | 179 | |
':' is not preceded with whitespace. | 179 | |
':' is not followed by whitespace. | 179 | |
Line is longer than 80 characters. | 180 | |
Line contains a tab character. | 180 | |
'==' is not preceded with whitespace. | 180 | |
'==' is not followed by whitespace. | 180 | |
'?' is not preceded with whitespace. | 180 | |
Avoid inline conditionals. | 180 | |
'?' is not followed by whitespace. | 180 | |
':' is not preceded with whitespace. | 180 | |
':' is not followed by whitespace. | 180 | |
Line is longer than 80 characters. | 181 | |
Line contains a tab character. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
'if' is not followed by whitespace. | 184 | |
'==' is not preceded with whitespace. | 184 | |
'==' is not followed by whitespace. | 184 | |
'{' is not preceded with whitespace. | 184 | |
Line contains a tab character. | 185 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line has trailing spaces. | 189 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line has trailing spaces. | 193 | |
Line contains a tab character. | 193 | |
Line is longer than 80 characters. | 194 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
'if' is not followed by whitespace. | 196 | |
'{' is not preceded with whitespace. | 196 | |
Line contains a tab character. | 197 | |
Line is longer than 80 characters. | 198 | |
Line contains a tab character. | 198 | |
Line is longer than 80 characters. | 199 | |
Line contains a tab character. | 199 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
Line has trailing spaces. | 201 | |
Line contains a tab character. | 201 | |
Line is longer than 80 characters. | 202 | |
Line contains a tab character. | 202 | |
Line is longer than 80 characters. | 203 | |
Line contains a tab character. | 203 | |
'for' is not followed by whitespace. | 203 | |
':' is not preceded with whitespace. | 203 | |
':' is not followed by whitespace. | 203 | |
'{' is not preceded with whitespace. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line has trailing spaces. | 208 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
'for' is not followed by whitespace. | 209 | |
':' is not preceded with whitespace. | 209 | |
':' is not followed by whitespace. | 209 | |
'{' is not preceded with whitespace. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
'if' is not followed by whitespace. | 210 | |
'{' is not preceded with whitespace. | 210 | |
Line contains a tab character. | 211 | |
Line is longer than 80 characters. | 212 | |
Line contains a tab character. | 212 | |
'else' is not preceded with whitespace. | 212 | |
'}' is not followed by whitespace. | 212 | |
'if' is not followed by whitespace. | 212 | |
'{' is not preceded with whitespace. | 212 | |
Line contains a tab character. | 213 | |
Line is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 | |
'else' is not preceded with whitespace. | 214 | |
'}' is not followed by whitespace. | 214 | |
'if' is not followed by whitespace. | 214 | |
'{' is not preceded with whitespace. | 214 | |
Line contains a tab character. | 215 | |
Line is longer than 80 characters. | 216 | |
Line contains a tab character. | 216 | |
'else' is not preceded with whitespace. | 216 | |
'}' is not followed by whitespace. | 216 | |
'if' is not followed by whitespace. | 216 | |
'{' is not preceded with whitespace. | 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 is longer than 80 characters. | 221 | |
Line contains a tab character. | 221 | |
'for' is not followed by whitespace. | 221 | |
':' is not preceded with whitespace. | 221 | |
':' is not followed by whitespace. | 221 | |
'{' is not preceded with whitespace. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
Line is longer than 80 characters. | 223 | |
Line contains a tab character. | 223 | |
Line is longer than 80 characters. | 224 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line is longer than 80 characters. | 231 | |
Line contains a tab character. | 231 | |
Missing a Javadoc comment. | 231 | |
Parameter paramMap should be final. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
',' is not followed by whitespace. | 233 | |
',' is not followed by whitespace. | 233 | |
Line is longer than 80 characters. | 234 | |
Line contains a tab character. | 234 | |
Line has trailing spaces. | 235 | |
Line contains a tab character. | 235 | |
'if' is not followed by whitespace. | 235 | |
'!=' is not preceded with whitespace. | 235 | |
'!=' is not followed by whitespace. | 235 | |
'{' is not preceded with whitespace. | 235 | |
Line is longer than 80 characters. | 236 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line is longer than 80 characters. | 239 | |
Line contains a tab character. | 239 | |
Line has trailing spaces. | 240 | |
'for' is not followed by whitespace. | 241 | |
':' is not preceded with whitespace. | 241 | |
':' is not followed by whitespace. | 241 | |
'{' is not preceded with whitespace. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line is longer than 80 characters. | 244 | |
Line contains a tab character. | 244 | |
Line is longer than 80 characters. | 245 | |
Line contains a tab character. | 245 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 252 | |
Method 'getBusinessObjectService' is not designed for extension - needs to be abstract, final or empty. | 252 | |
Missing a Javadoc comment. | 252 | |
Line is longer than 80 characters. | 254 | |
Line contains a tab character. | 258 | |
Method 'getLookupService' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Missing a Javadoc comment. | 258 | |
Line contains a tab character. | 260 | |
Line has trailing spaces. | 264 | |
Line contains a tab character. | 265 | |
Missing a Javadoc comment. | 265 | |
Line contains a tab character. | 266 | |
Line is longer than 80 characters. | 267 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line is longer than 80 characters. | 269 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line has trailing spaces. | 274 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Method 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
'if' is not followed by whitespace. | 277 | |
'{' is not preceded with whitespace. | 277 | |
Line is longer than 80 characters. | 278 | |
Line contains a tab character. | 278 | |
'(' is followed by whitespace. | 278 | |
',' is not followed by whitespace. | 278 | |
'(' is followed by whitespace. | 278 | |
')' is preceded with whitespace. | 278 | |
')' is preceded with whitespace. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line has trailing spaces. | 281 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Method 'setCachingEnabled' is not designed for extension - needs to be abstract, final or empty. | 282 | |
Missing a Javadoc comment. | 282 | |
Parameter cachingEnabled should be final. | 282 | |
'cachingEnabled' hides a field. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 286 | |
Method 'setSearchCacheMaxSize' is not designed for extension - needs to be abstract, final or empty. | 286 | |
Missing a Javadoc comment. | 286 | |
Parameter searchCacheMaxSize should be final. | 286 | |
'searchCacheMaxSize' hides a field. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 290 | |
Method 'setSearchCacheMaxAgeSeconds' is not designed for extension - needs to be abstract, final or empty. | 290 | |
Missing a Javadoc comment. | 290 | |
Parameter searchCacheMaxAgeSeconds should be final. | 290 | |
'searchCacheMaxAgeSeconds' hides a field. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 294 | |
Method 'setSearchManager' is not designed for extension - needs to be abstract, final or empty. | 294 | |
Missing a Javadoc comment. | 294 | |
Parameter searchManager should be final. | 294 | |
'searchManager' hides a field. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 18 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 23 | |
Method 'getKeyValues' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 48 | |
Method 'getOrganizationService' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Line is longer than 80 characters. | 63 | |
',' is not followed by whitespace. | 63 | |
Line has trailing spaces. | 67 | |
Line is longer than 80 characters. | 69 | |
Line has trailing spaces. | 71 | |
Expected an @return tag. | 78 | |
Line is longer than 80 characters. | 78 | |
Method 'buildKeyLabelPair' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Parameter orgId should be final. | 78 | |
Expected @param tag for 'orgId'. | 78 | |
Parameter orgShortName should be final. | 78 | |
Expected @param tag for 'orgShortName'. | 78 | |
Parameter orgLongName should be final. | 78 | |
Expected @param tag for 'orgLongName'. | 78 | |
Parameter orgType should be final. | 78 | |
Expected @param tag for 'orgType'. | 78 | |
Line is longer than 80 characters. | 80 | |
Line has trailing spaces. | 82 | |
Line is longer than 80 characters. | 83 | |
Avoid inline conditionals. | 83 | |
')' is preceded with whitespace. | 83 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 14 | |
Line has trailing spaces. | 17 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Missing a Javadoc comment. | 18 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Missing a Javadoc comment. | 22 | |
Parameter orgId should be final. | 22 | |
'orgId' hides a field. | 22 | |
Method 'getPercentage' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Method 'setPercentage' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Parameter percentage should be final. | 30 | |
'percentage' hides a field. | 30 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 19 | |
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 25 | |
'=' is not preceded with whitespace. | 25 | |
'=' is not followed by whitespace. | 25 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
'=' is not preceded with whitespace. | 29 | |
'=' is not followed by whitespace. | 29 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 38 | |
'=' is not preceded with whitespace. | 38 | |
'=' is not followed by whitespace. | 38 | |
Missing a Javadoc comment. | 42 | |
'=' is not preceded with whitespace. | 42 | |
'=' is not followed by whitespace. | 42 | |
Line has trailing spaces. | 44 | |
Missing a Javadoc comment. | 45 | |
'=' is not preceded with whitespace. | 45 | |
'=' is not followed by whitespace. | 45 | |
Line is longer than 80 characters. | 46 | |
Line has trailing spaces. | 48 | |
Missing a Javadoc comment. | 49 | |
Line has trailing spaces. | 50 | |
Missing a Javadoc comment. | 51 | |
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 53 | |
'=' is not preceded with whitespace. | 53 | |
'=' is not followed by whitespace. | 53 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
Line has trailing spaces. | 56 | |
Missing a Javadoc comment. | 57 | |
'=' is not preceded with whitespace. | 57 | |
'=' is not followed by whitespace. | 57 | |
Line is longer than 80 characters. | 58 | |
Line has trailing spaces. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 67 | |
Line has trailing spaces. | 69 | |
Missing a Javadoc comment. | 71 | |
Line has trailing spaces. | 72 | |
Missing a Javadoc comment. | 74 | |
Line has trailing spaces. | 75 | |
Missing a Javadoc comment. | 77 | |
Line has trailing spaces. | 78 | |
Missing a Javadoc comment. | 80 | |
Line has trailing spaces. | 81 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 88 | |
'=' is not preceded with whitespace. | 88 | |
'=' is not followed by whitespace. | 88 | |
Line has trailing spaces. | 90 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 94 | |
Line has trailing spaces. | 96 | |
Missing a Javadoc comment. | 97 | |
'=' is not preceded with whitespace. | 97 | |
'=' is not followed by whitespace. | 97 | |
'=' is not preceded with whitespace. | 97 | |
'=' is not followed by whitespace. | 97 | |
Line has trailing spaces. | 99 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 109 | |
Missing a Javadoc comment. | 112 | |
Line has trailing spaces. | 113 | |
Missing a Javadoc comment. | 114 | |
'=' is not preceded with whitespace. | 114 | |
'=' is not followed by whitespace. | 114 | |
Line has trailing spaces. | 117 | |
Missing a Javadoc comment. | 118 | |
Line has trailing spaces. | 119 | |
Missing a Javadoc comment. | 120 | |
'=' is not preceded with whitespace. | 120 | |
'=' is not followed by whitespace. | 120 | |
Line has trailing spaces. | 123 | |
Missing a Javadoc comment. | 124 | |
Missing a Javadoc comment. | 127 | |
Line has trailing spaces. | 128 | |
Missing a Javadoc comment. | 129 | |
Line has trailing spaces. | 132 | |
Missing a Javadoc comment. | 133 | |
Line has trailing spaces. | 135 | |
Missing a Javadoc comment. | 136 | |
Variable 'activeFromDate' must be private and have accessor methods. | 137 | |
Line has trailing spaces. | 138 | |
Missing a Javadoc comment. | 139 | |
Variable 'activeToDate' must be private and have accessor methods. | 140 | |
Line has trailing spaces. | 141 | |
Missing a Javadoc comment. | 142 | |
Variable 'activeAsOfDate' must be private and have accessor methods. | 143 | |
Line has trailing spaces. | 144 | |
Missing a Javadoc comment. | 146 | |
Line has trailing spaces. | 148 | |
Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Line has trailing spaces. | 153 | |
Missing a Javadoc comment. | 154 | |
Parameter active should be final. | 154 | |
Line has trailing spaces. | 157 | |
Method 'getAccounting' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
'if' is not followed by whitespace. | 160 | |
Method 'setAccounting' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
Parameter accounting should be final. | 166 | |
'accounting' hides a field. | 166 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 171 | |
Method 'getOfficialCluId' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Missing a Javadoc comment. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 175 | |
Method 'setOfficialCluId' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Missing a Javadoc comment. | 175 | |
Parameter officialCluId should be final. | 175 | |
'officialCluId' hides a field. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 179 | |
Method 'getOfficialIdentifier' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Missing a Javadoc comment. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 183 | |
Method 'setOfficialIdentifier' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Missing a Javadoc comment. | 183 | |
Parameter officialIdentifier should be final. | 183 | |
'officialIdentifier' hides a field. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 187 | |
Method 'getAlternateIdentifiers' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Missing a Javadoc comment. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line is longer than 80 characters. | 191 | |
Line contains a tab character. | 191 | |
Method 'setAlternateIdentifiers' is not designed for extension - needs to be abstract, final or empty. | 191 | |
Missing a Javadoc comment. | 191 | |
Parameter alternateIdentifiers should be final. | 191 | |
'alternateIdentifiers' hides a field. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 195 | |
Method 'getStudySubjectArea' is not designed for extension - needs to be abstract, final or empty. | 195 | |
Missing a Javadoc comment. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 199 | |
Method 'setStudySubjectArea' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Missing a Javadoc comment. | 199 | |
Parameter studySubjectArea should be final. | 199 | |
'studySubjectArea' hides a field. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 203 | |
Method 'getDescriptionId' is not designed for extension - needs to be abstract, final or empty. | 203 | |
Missing a Javadoc comment. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 207 | |
Method 'setDescriptionId' is not designed for extension - needs to be abstract, final or empty. | 207 | |
Missing a Javadoc comment. | 207 | |
Parameter descriptionId should be final. | 207 | |
'descriptionId' hides a field. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 211 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Missing a Javadoc comment. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 215 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 215 | |
Missing a Javadoc comment. | 215 | |
Parameter description should be final. | 215 | |
'description' hides a field. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 219 | |
Method 'getCampusLocations' is not designed for extension - needs to be abstract, final or empty. | 219 | |
Missing a Javadoc comment. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line is longer than 80 characters. | 223 | |
Line contains a tab character. | 223 | |
Method 'setCampusLocations' is not designed for extension - needs to be abstract, final or empty. | 223 | |
Missing a Javadoc comment. | 223 | |
Parameter campusLocations should be final. | 223 | |
'campusLocations' hides a field. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 227 | |
Method 'getAccreditations' is not designed for extension - needs to be abstract, final or empty. | 227 | |
Missing a Javadoc comment. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 231 | |
Method 'setAccreditations' is not designed for extension - needs to be abstract, final or empty. | 231 | |
Missing a Javadoc comment. | 231 | |
Parameter accreditations should be final. | 231 | |
'accreditations' hides a field. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 235 | |
Method 'getAdminOrgs' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Missing a Javadoc comment. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 239 | |
Method 'setAdminOrgs' is not designed for extension - needs to be abstract, final or empty. | 239 | |
Missing a Javadoc comment. | 239 | |
Parameter adminOrgs should be final. | 239 | |
'adminOrgs' hides a field. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 243 | |
Method 'getPrimaryInstructorId' is not designed for extension - needs to be abstract, final or empty. | 243 | |
Missing a Javadoc comment. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 247 | |
Method 'setPrimaryInstructorId' is not designed for extension - needs to be abstract, final or empty. | 247 | |
Missing a Javadoc comment. | 247 | |
Parameter primaryInstructorId should be final. | 247 | |
'primaryInstructorId' hides a field. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 251 | |
Method 'getPrimaryInstructor' is not designed for extension - needs to be abstract, final or empty. | 251 | |
Missing a Javadoc comment. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 255 | |
Method 'setPrimaryInstructor' is not designed for extension - needs to be abstract, final or empty. | 255 | |
Missing a Javadoc comment. | 255 | |
Parameter primaryInstructor should be final. | 255 | |
'primaryInstructor' hides a field. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 259 | |
Method 'getInstructors' is not designed for extension - needs to be abstract, final or empty. | 259 | |
Missing a Javadoc comment. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 263 | |
Method 'setInstructors' is not designed for extension - needs to be abstract, final or empty. | 263 | |
Missing a Javadoc comment. | 263 | |
Parameter instructors should be final. | 263 | |
'instructors' hides a field. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 267 | |
Method 'getExpectedFirstAtp' is not designed for extension - needs to be abstract, final or empty. | 267 | |
Missing a Javadoc comment. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 271 | |
Method 'setExpectedFirstAtp' is not designed for extension - needs to be abstract, final or empty. | 271 | |
Missing a Javadoc comment. | 271 | |
Parameter expectedFirstAtp should be final. | 271 | |
'expectedFirstAtp' hides a field. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 275 | |
Method 'getLastAtp' is not designed for extension - needs to be abstract, final or empty. | 275 | |
Missing a Javadoc comment. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 279 | |
Method 'setLastAtp' is not designed for extension - needs to be abstract, final or empty. | 279 | |
Missing a Javadoc comment. | 279 | |
Parameter lastAtp should be final. | 279 | |
'lastAtp' hides a field. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 283 | |
Method 'getLastAdmitAtp' is not designed for extension - needs to be abstract, final or empty. | 283 | |
Missing a Javadoc comment. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 287 | |
Method 'setLastAdmitAtp' is not designed for extension - needs to be abstract, final or empty. | 287 | |
Missing a Javadoc comment. | 287 | |
Parameter lastAdmitAtp should be final. | 287 | |
'lastAdmitAtp' hides a field. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 291 | |
Method 'isCanCreateLui' is not designed for extension - needs to be abstract, final or empty. | 291 | |
Missing a Javadoc comment. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 295 | |
Method 'setCanCreateLui' is not designed for extension - needs to be abstract, final or empty. | 295 | |
Missing a Javadoc comment. | 295 | |
Parameter canCreateLui should be final. | 295 | |
'canCreateLui' hides a field. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 299 | |
Method 'getReferenceURL' is not designed for extension - needs to be abstract, final or empty. | 299 | |
Missing a Javadoc comment. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 303 | |
Method 'setReferenceURL' is not designed for extension - needs to be abstract, final or empty. | 303 | |
Missing a Javadoc comment. | 303 | |
Parameter referenceURL should be final. | 303 | |
'referenceURL' hides a field. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 307 | |
Method 'getNextReviewPeriod' is not designed for extension - needs to be abstract, final or empty. | 307 | |
Missing a Javadoc comment. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 311 | |
Method 'setNextReviewPeriod' is not designed for extension - needs to be abstract, final or empty. | 311 | |
Missing a Javadoc comment. | 311 | |
Parameter nextReviewPeriod should be final. | 311 | |
'nextReviewPeriod' hides a field. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line contains a tab character. | 315 | |
Method 'isEnrollable' is not designed for extension - needs to be abstract, final or empty. | 315 | |
Missing a Javadoc comment. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 319 | |
Method 'setEnrollable' is not designed for extension - needs to be abstract, final or empty. | 319 | |
Missing a Javadoc comment. | 319 | |
Parameter enrollable should be final. | 319 | |
'enrollable' hides a field. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 323 | |
Method 'isHasEarlyDropDeadline' is not designed for extension - needs to be abstract, final or empty. | 323 | |
Missing a Javadoc comment. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 327 | |
Method 'setHasEarlyDropDeadline' is not designed for extension - needs to be abstract, final or empty. | 327 | |
Missing a Javadoc comment. | 327 | |
Parameter hasEarlyDropDeadline should be final. | 327 | |
'hasEarlyDropDeadline' hides a field. | 327 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 331 | |
Method 'getDefaultEnrollmentEstimate' is not designed for extension - needs to be abstract, final or empty. | 331 | |
Missing a Javadoc comment. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 333 | |
Line is longer than 80 characters. | 335 | |
Line contains a tab character. | 335 | |
Method 'setDefaultEnrollmentEstimate' is not designed for extension - needs to be abstract, final or empty. | 335 | |
Missing a Javadoc comment. | 335 | |
Parameter defaultEnrollmentEstimate should be final. | 335 | |
'defaultEnrollmentEstimate' hides a field. | 335 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 337 | |
Line contains a tab character. | 339 | |
Method 'getDefaultMaximumEnrollment' is not designed for extension - needs to be abstract, final or empty. | 339 | |
Missing a Javadoc comment. | 339 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 343 | |
Method 'setDefaultMaximumEnrollment' is not designed for extension - needs to be abstract, final or empty. | 343 | |
Missing a Javadoc comment. | 343 | |
Parameter defaultMaximumEnrollment should be final. | 343 | |
'defaultMaximumEnrollment' hides a field. | 343 | |
Line contains a tab character. | 344 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 347 | |
Method 'isHazardousForDisabledStudents' is not designed for extension - needs to be abstract, final or empty. | 347 | |
Missing a Javadoc comment. | 347 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
Line is longer than 80 characters. | 351 | |
Line contains a tab character. | 351 | |
Method 'setHazardousForDisabledStudents' is not designed for extension - needs to be abstract, final or empty. | 351 | |
Missing a Javadoc comment. | 351 | |
Parameter hazardousForDisabledStudents should be final. | 351 | |
'hazardousForDisabledStudents' hides a field. | 351 | |
Line is longer than 80 characters. | 352 | |
Line contains a tab character. | 352 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 355 | |
Method 'getTypeId' is not designed for extension - needs to be abstract, final or empty. | 355 | |
Missing a Javadoc comment. | 355 | |
Line contains a tab character. | 356 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 359 | |
Method 'setTypeId' is not designed for extension - needs to be abstract, final or empty. | 359 | |
Missing a Javadoc comment. | 359 | |
Parameter typeId should be final. | 359 | |
'typeId' hides a field. | 359 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 361 | |
Line contains a tab character. | 363 | |
Method 'getLuType' is not designed for extension - needs to be abstract, final or empty. | 363 | |
Missing a Javadoc comment. | 363 | |
Line contains a tab character. | 364 | |
Line contains a tab character. | 365 | |
Line contains a tab character. | 367 | |
Method 'setLuType' is not designed for extension - needs to be abstract, final or empty. | 367 | |
Missing a Javadoc comment. | 367 | |
Parameter luType should be final. | 367 | |
'luType' hides a field. | 367 | |
Line contains a tab character. | 368 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 371 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 371 | |
Missing a Javadoc comment. | 371 | |
Line contains a tab character. | 372 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 375 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 375 | |
Missing a Javadoc comment. | 375 | |
Parameter state should be final. | 375 | |
'state' hides a field. | 375 | |
Line contains a tab character. | 376 | |
Line contains a tab character. | 377 | |
Method 'getCluAccountingId' is not designed for extension - needs to be abstract, final or empty. | 379 | |
Missing a Javadoc comment. | 379 | |
Method 'setCluAccountingId' is not designed for extension - needs to be abstract, final or empty. | 383 | |
Missing a Javadoc comment. | 383 | |
Parameter cluAccountingId should be final. | 383 | |
'cluAccountingId' hides a field. | 383 | |
Method 'getFeeId' is not designed for extension - needs to be abstract, final or empty. | 387 | |
Missing a Javadoc comment. | 387 | |
Method 'setFeeId' is not designed for extension - needs to be abstract, final or empty. | 391 | |
Missing a Javadoc comment. | 391 | |
Parameter feeId should be final. | 391 | |
'feeId' hides a field. | 391 | |
Method 'getFee' is not designed for extension - needs to be abstract, final or empty. | 395 | |
Missing a Javadoc comment. | 395 | |
'if' is not followed by whitespace. | 396 | |
Method 'setFee' is not designed for extension - needs to be abstract, final or empty. | 402 | |
Missing a Javadoc comment. | 402 | |
Parameter fee should be final. | 402 | |
'fee' hides a field. | 402 | |
Method 'getIntensityTypeId' is not designed for extension - needs to be abstract, final or empty. | 406 | |
Missing a Javadoc comment. | 406 | |
Method 'setIntensityTypeId' is not designed for extension - needs to be abstract, final or empty. | 410 | |
Missing a Javadoc comment. | 410 | |
Parameter intensityTypeId should be final. | 410 | |
'intensityTypeId' hides a field. | 410 | |
Method 'getIntensityQuantity' is not designed for extension - needs to be abstract, final or empty. | 414 | |
Missing a Javadoc comment. | 414 | |
Method 'setIntensityQuantity' is not designed for extension - needs to be abstract, final or empty. | 418 | |
Missing a Javadoc comment. | 418 | |
Parameter intensityQuantity should be final. | 418 | |
'intensityQuantity' hides a field. | 418 | |
Method 'getAtpDurationTypeId' is not designed for extension - needs to be abstract, final or empty. | 422 | |
Missing a Javadoc comment. | 422 | |
Method 'setAtpDurationTypeId' is not designed for extension - needs to be abstract, final or empty. | 426 | |
Missing a Javadoc comment. | 426 | |
Parameter atpDurationTypeId should be final. | 426 | |
'atpDurationTypeId' hides a field. | 426 | |
Method 'getTimeQuantity' is not designed for extension - needs to be abstract, final or empty. | 430 | |
Missing a Javadoc comment. | 430 | |
Method 'setTimeQuantity' is not designed for extension - needs to be abstract, final or empty. | 434 | |
Missing a Javadoc comment. | 434 | |
Parameter timeQuantity should be final. | 434 | |
'timeQuantity' hides a field. | 434 | |
Method 'getLuCodes' is not designed for extension - needs to be abstract, final or empty. | 438 | |
Missing a Javadoc comment. | 438 | |
Method 'setLuCodes' is not designed for extension - needs to be abstract, final or empty. | 442 | |
Missing a Javadoc comment. | 442 | |
Parameter luCodes should be final. | 442 | |
'luCodes' hides a field. | 442 | |
Method 'getOfferedAtpTypes' is not designed for extension - needs to be abstract, final or empty. | 446 | |
Missing a Javadoc comment. | 446 | |
Method 'setOfferedAtpTypes' is not designed for extension - needs to be abstract, final or empty. | 450 | |
Missing a Javadoc comment. | 450 | |
Parameter offeredAtpTypes should be final. | 450 | |
'offeredAtpTypes' hides a field. | 450 | |
Method 'getCluRelations' is not designed for extension - needs to be abstract, final or empty. | 454 | |
Missing a Javadoc comment. | 454 | |
Method 'setCluRelations' is not designed for extension - needs to be abstract, final or empty. | 458 | |
Missing a Javadoc comment. | 458 | |
Parameter cluRelations should be final. | 458 | |
'cluRelations' hides a field. | 458 | |
Method 'getActiveFromDate' is not designed for extension - needs to be abstract, final or empty. | 462 | |
Missing a Javadoc comment. | 462 | |
Method 'setActiveFromDate' is not designed for extension - needs to be abstract, final or empty. | 466 | |
Missing a Javadoc comment. | 466 | |
Parameter activeFromDate should be final. | 466 | |
'activeFromDate' hides a field. | 466 | |
Method 'getActiveToDate' is not designed for extension - needs to be abstract, final or empty. | 470 | |
Missing a Javadoc comment. | 470 | |
Method 'setActiveToDate' is not designed for extension - needs to be abstract, final or empty. | 474 | |
Missing a Javadoc comment. | 474 | |
Parameter activeToDate should be final. | 474 | |
'activeToDate' hides a field. | 474 | |
Method 'getActiveAsOfDate' is not designed for extension - needs to be abstract, final or empty. | 478 | |
Missing a Javadoc comment. | 478 | |
Method 'setActiveAsOfDate' is not designed for extension - needs to be abstract, final or empty. | 482 | |
Missing a Javadoc comment. | 482 | |
Parameter activeAsOfDate should be final. | 482 | |
'activeAsOfDate' hides a field. | 482 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 486 | |
Missing a Javadoc comment. | 486 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 490 | |
Missing a Javadoc comment. | 490 | |
Parameter attributes should be final. | 490 | |
'attributes' hides a field. | 490 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 15 | |
Line has trailing spaces. | 16 | |
Missing a Javadoc comment. | 17 | |
'=' is not preceded with whitespace. | 17 | |
'=' is not followed by whitespace. | 17 | |
Line is longer than 80 characters. | 18 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 26 | |
Method 'getAffiliatedOrgs' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Method 'setAffiliatedOrgs' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter affiliatedOrgs should be final. | 31 | |
'affiliatedOrgs' hides a field. | 31 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
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 | |
Missing a Javadoc comment. | 11 | |
Line contains a tab character. | 12 | |
Line has trailing spaces. | 14 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 19 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 19 | |
Missing a Javadoc comment. | 19 | |
Parameter orgId should be final. | 19 | |
'orgId' hides a field. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
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 | |
Missing a Javadoc comment. | 11 | |
Line has trailing spaces. | 13 | |
Missing a Javadoc comment. | 14 | |
Line has trailing spaces. | 16 | |
Missing a Javadoc comment. | 17 | |
'=' is not preceded with whitespace. | 18 | |
'=' is not followed by whitespace. | 18 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 23 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 27 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Parameter orgId should be final. | 27 | |
'orgId' hides a field. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 31 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 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 'setType' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter type should be final. | 35 | |
'type' hides a field. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Method 'isPrimary' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Method 'setPrimary' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter primary should be final. | 43 | |
'primary' hides a field. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Method 'getCluId' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Method 'setCluId' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter cluId should be final. | 51 | |
'cluId' hides a field. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 13 | |
Line has trailing spaces. | 16 | |
Missing a Javadoc comment. | 17 | |
Line has trailing spaces. | 20 | |
Method 'getCluId' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Method 'setCluId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Parameter cluId should be final. | 25 | |
'cluId' hides a field. | 25 | |
Method 'getAtpTypeKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Method 'setAtpTypeKey' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter atpTypeKey should be final. | 33 | |
'atpTypeKey' hides a field. | 33 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 5 | |
Missing a Javadoc comment. | 7 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
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 | |
Missing a Javadoc comment. | 11 | |
Line has trailing spaces. | 12 | |
Missing a Javadoc comment. | 14 | |
Line has trailing spaces. | 16 | |
Line contains a tab character. | 17 | |
Method 'getCampusLocation' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 21 | |
Method 'setCampusLocation' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Parameter campusLocation should be final. | 21 | |
'campusLocation' hides a field. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 25 | |
Method 'getCluId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Method 'setCluId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter cluId should be final. | 29 | |
'cluId' hides a field. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 13 | |
Line has trailing spaces. | 14 | |
Missing a Javadoc comment. | 15 | |
'=' is not preceded with whitespace. | 16 | |
'=' is not followed by whitespace. | 16 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 19 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 21 | |
'=' is not preceded with whitespace. | 22 | |
'=' is not followed by whitespace. | 22 | |
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 26 | |
Missing a Javadoc comment. | 27 | |
'=' is not preceded with whitespace. | 28 | |
'=' is not followed by whitespace. | 28 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 34 | |
Method 'getCluId' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'setCluId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter cluId should be final. | 41 | |
'cluId' hides a field. | 41 | |
Method 'getClu' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'setClu' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter clu should be final. | 49 | |
'clu' hides a field. | 49 | |
Method 'getRelatedCluId' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Method 'setRelatedCluId' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter relatedCluId should be final. | 57 | |
'relatedCluId' hides a field. | 57 | |
Method 'getRelatedClu' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Method 'setRelatedClu' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter relatedClu should be final. | 65 | |
'relatedClu' hides a field. | 65 | |
Method 'getLuLuRelationTypeId' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Method 'setLuLuRelationTypeId' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter luLuRelationTypeId should be final. | 73 | |
'luLuRelationTypeId' hides a field. | 73 | |
Method 'getLuLuRelationType' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Method 'setLuLuRelationType' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter luLuRelationType should be final. | 81 | |
'luLuRelationType' hides a field. | 81 | |
Method 'isCluRelationRequired' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Method 'setCluRelationRequired' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter cluRelationRequired should be final. | 89 | |
'cluRelationRequired' hides a field. | 89 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter state should be final. | 97 | |
'state' hides a field. | 97 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 14 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Line has trailing spaces. | 17 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Method 'getDescriptionId' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Method 'setDescriptionId' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter descriptionId should be final. | 37 | |
'descriptionId' hides a field. | 37 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter description should be final. | 45 | |
'description' hides a field. | 45 | |
Method 'getCluFeeRecords' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setCluFeeRecords' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter cluFeeRecords should be final. | 53 | |
'cluFeeRecords' hides a field. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
Missing a Javadoc comment. | 9 | |
Line has trailing spaces. | 10 | |
Line has trailing spaces. | 11 | |
Missing a Javadoc comment. | 12 | |
Line has trailing spaces. | 13 | |
Missing a Javadoc comment. | 14 | |
'=' is not preceded with whitespace. | 14 | |
'=' is not followed by whitespace. | 14 | |
Missing a Javadoc comment. | 17 | |
'=' is not preceded with whitespace. | 17 | |
'=' is not followed by whitespace. | 17 | |
Line has trailing spaces. | 20 | |
Method 'getCluFeeRecordId' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Method 'setCluFeeRecordId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Parameter cluFeeRecordId should be final. | 25 | |
'cluFeeRecordId' hides a field. | 25 | |
Method 'getCurrencyTypeKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Method 'setCurrencyTypeKey' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter currencyTypeKey should be final. | 33 | |
'currencyTypeKey' hides a field. | 33 | |
Method 'getCurrencyQuantity' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'setCurrencyQuantity' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter currencyQuantity should be final. | 41 | |
'currencyQuantity' hides a field. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
'=' is not preceded with whitespace. | 27 | |
'=' is not followed by whitespace. | 27 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
'=' is not preceded with whitespace. | 32 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
'=' is not preceded with whitespace. | 35 | |
'=' is not followed by whitespace. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Method 'getFeeType' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Method 'setFeeType' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter feeType should be final. | 44 | |
'feeType' hides a field. | 44 | |
Method 'getRateType' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'setRateType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter rateType should be final. | 52 | |
'rateType' hides a field. | 52 | |
Method 'getDescriptionId' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Method 'setDescriptionId' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter descriptionId should be final. | 60 | |
'descriptionId' hides a field. | 60 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter description should be final. | 68 | |
'description' hides a field. | 68 | |
Method 'getFeeAmounts' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Method 'setFeeAmounts' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter feeAmounts should be final. | 76 | |
'feeAmounts' hides a field. | 76 | |
Method 'getAffiliatedOrgs' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Method 'setAffiliatedOrgs' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter affiliatedOrgs should be final. | 84 | |
'affiliatedOrgs' hides a field. | 84 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
Line contains a tab character. | 9 | |
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 42 | |
Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter code should be final. | 46 | |
'code' hides a field. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Method 'getShortName' 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. | 54 | |
Method 'setShortName' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter shortName should be final. | 54 | |
'shortName' hides a field. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Method 'getLongName' 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 'setLongName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter longName should be final. | 62 | |
'longName' hides a field. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
Method 'getLevel' 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 'setLevel' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter level should be final. | 70 | |
'level' hides a field. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Method 'getDivision' 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 'setDivision' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter division should be final. | 78 | |
'division' hides a field. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Method 'getVariation' 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 'setVariation' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter variation should be final. | 86 | |
'variation' hides a field. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 90 | |
Method 'getSuffixCode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 94 | |
Method 'setSuffixCode' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter suffixCode should be final. | 94 | |
'suffixCode' hides a field. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 98 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 102 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter orgId should be final. | 102 | |
'orgId' hides a field. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 106 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 110 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter type should be final. | 110 | |
'type' hides a field. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 114 | |
Method 'getState' 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. | 118 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter state should be final. | 118 | |
'state' hides a field. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
Line contains a tab character. | 9 | |
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 14 | |
Line has trailing spaces. | 17 | |
Line contains a tab character. | 18 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 22 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Missing a Javadoc comment. | 22 | |
Parameter orgId should be final. | 22 | |
'orgId' hides a field. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 26 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 30 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Parameter personId should be final. | 30 | |
'personId' hides a field. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 22 | |
'=' is not preceded with whitespace. | 23 | |
'=' is not followed by whitespace. | 23 | |
Line has trailing spaces. | 26 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter description should be final. | 31 | |
'description' hides a field. | 31 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter value should be final. | 39 | |
'value' hides a field. | 39 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter type should be final. | 47 | |
'type' hides a field. | 47 | |
Method 'getCluId' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setCluId' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter cluId should be final. | 55 | |
'cluId' hides a field. | 55 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 15 | |
Line has trailing spaces. | 16 | |
Missing a Javadoc comment. | 17 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 33 | |
Method 'getLuTypes' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setLuTypes' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter luTypes should be final. | 38 | |
'luTypes' hides a field. | 38 | |
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 'getReverseName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Method 'setReverseName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter reverseName should be final. | 62 | |
'reverseName' hides a field. | 62 | |
Method 'getReverseDescription' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Method 'setReverseDescription' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter reverseDescription should be final. | 70 | |
'reverseDescription' hides a field. | 70 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 5 | |
Line contains a tab character. | 7 | |
Missing a Javadoc comment. | 7 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
Line contains a tab character. | 9 | |
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Line contains a tab character. | 12 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Line contains a tab character. | 17 | |
Method 'getInstructionalFormat' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 21 | |
Method 'setInstructionalFormat' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Parameter instructionalFormat should be final. | 21 | |
'instructionalFormat' hides a field. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 25 | |
Method 'getDeliveryMethod' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 29 | |
Method 'setDeliveryMethod' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter deliveryMethod should be final. | 29 | |
'deliveryMethod' hides a field. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 7 | |
Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 9 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
Line contains a tab character. | 9 | |
Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 9 | |
Line contains a tab character. | 10 | |
Line contains a tab character. | 11 | |
Line contains a tab character. | 12 |