The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
399 | 0 | 0 | 9106 |
Rules | Violations | Severity |
---|---|---|
JavadocPackage
|
23 | Error |
NewlineAtEndOfFile | 0 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
|
1176 | Error |
RegexpSingleline
|
353 | Error |
JavadocMethod | 1339 | Error |
JavadocType | 14 | Error |
JavadocVariable | 718 | Error |
JavadocStyle | 433 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 165 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 165 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 1 | Error |
LineLength | 1622 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 99 | Error |
WhitespaceAround | 549 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 133 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 9 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 4 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 269 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 1343 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 1 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 1 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 672 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 56 | |
',' is not followed by whitespace. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 69 | |
'=' is not preceded with whitespace. | 69 | |
'=' is not followed by whitespace. | 69 | |
First sentence should end with a period. | 72 | |
Expected an @return tag. | 75 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter name should be final. | 79 | |
'name' hides a field. | 79 | |
First sentence should end with a period. | 83 | |
Expected an @return tag. | 86 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter desc should be final. | 90 | |
'desc' hides a field. | 90 | |
Line is longer than 80 characters. | 95 | |
Expected an @return tag. | 97 | |
Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter startDate should be final. | 101 | |
'startDate' hides a field. | 101 | |
Line is longer than 80 characters. | 106 | |
Expected an @return tag. | 108 | |
Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter endDate should be final. | 112 | |
'endDate' hides a field. | 112 | |
Expected an @return tag. | 119 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 119 | |
',' is not followed by whitespace. | 119 | |
',' is not followed by whitespace. | 121 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter attributes should be final. | 126 | |
',' is not followed by whitespace. | 126 | |
'attributes' hides a field. | 126 | |
Line is longer than 80 characters. | 131 | |
Expected an @return tag. | 133 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Parameter metaInfo should be final. | 137 | |
'metaInfo' hides a field. | 137 | |
Expected an @return tag. | 144 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Parameter type should be final. | 148 | |
'type' hides a field. | 148 | |
Line is longer than 80 characters. | 153 | |
Expected an @return tag. | 155 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Parameter state should be final. | 159 | |
'state' hides a field. | 159 | |
Expected an @return tag. | 166 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
Parameter id should be final. | 170 | |
'id' hides a field. | 170 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 39 | |
Expected an @return tag. | 45 | |
Method 'getDurationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Method 'setDurationType' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter durationType should be final. | 49 | |
'durationType' hides a field. | 49 | |
Expected an @return tag. | 56 | |
Method 'getSeasonalType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Method 'setSeasonalType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter seasonalType should be final. | 60 | |
'seasonalType' hides a field. | 60 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
'=' is not preceded with whitespace. | 50 | |
'=' is not followed by whitespace. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
',' is not followed by whitespace. | 61 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 72 | |
'=' is not preceded with whitespace. | 72 | |
'=' is not followed by whitespace. | 72 | |
Expected an @return tag. | 78 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter name should be final. | 82 | |
'name' hides a field. | 82 | |
Expected an @return tag. | 89 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter desc should be final. | 93 | |
'desc' hides a field. | 93 | |
Expected an @return tag. | 100 | |
Line contains a tab character. | 100 | |
Method 'getAtpId' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 104 | |
Method 'setAtpId' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter atpId should be final. | 104 | |
'atpId' hides a field. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 109 | |
Expected an @return tag. | 111 | |
Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter startDate should be final. | 115 | |
'startDate' hides a field. | 115 | |
Line is longer than 80 characters. | 120 | |
Expected an @return tag. | 122 | |
Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter endDate should be final. | 126 | |
'endDate' hides a field. | 126 | |
Expected an @return tag. | 133 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 133 | |
',' is not followed by whitespace. | 133 | |
',' is not followed by whitespace. | 135 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Parameter attributes should be final. | 140 | |
',' is not followed by whitespace. | 140 | |
'attributes' hides a field. | 140 | |
Line is longer than 80 characters. | 145 | |
Expected an @return tag. | 147 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Parameter metaInfo should be final. | 151 | |
'metaInfo' hides a field. | 151 | |
Expected an @return tag. | 158 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
Parameter type should be final. | 162 | |
'type' hides a field. | 162 | |
Line is longer than 80 characters. | 167 | |
Expected an @return tag. | 169 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Missing a Javadoc comment. | 173 | |
Parameter state should be final. | 173 | |
'state' hides a field. | 173 | |
Expected an @return tag. | 180 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Missing a Javadoc comment. | 184 | |
Parameter id should be final. | 184 | |
'id' hides a field. | 184 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
'=' is not preceded with whitespace. | 50 | |
'=' is not followed by whitespace. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 56 | |
',' is not followed by whitespace. | 58 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 69 | |
'=' is not preceded with whitespace. | 69 | |
'=' is not followed by whitespace. | 69 | |
Expected an @return tag. | 75 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter name should be final. | 79 | |
'name' hides a field. | 79 | |
Expected an @return tag. | 86 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter desc should be final. | 90 | |
'desc' hides a field. | 90 | |
Expected an @return tag. | 97 | |
Method 'getAtpId' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Method 'setAtpId' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter atpId should be final. | 101 | |
'atpId' hides a field. | 101 | |
Expected an @return tag. | 108 | |
Method 'getMilestoneDate' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Method 'setMilestoneDate' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter milestoneDate should be final. | 112 | |
'milestoneDate' hides a field. | 112 | |
Expected an @return tag. | 119 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 119 | |
',' is not followed by whitespace. | 119 | |
',' is not followed by whitespace. | 121 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter attributes should be final. | 126 | |
',' is not followed by whitespace. | 126 | |
'attributes' hides a field. | 126 | |
Line is longer than 80 characters. | 131 | |
Expected an @return tag. | 133 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Parameter metaInfo should be final. | 137 | |
'metaInfo' hides a field. | 137 | |
Expected an @return tag. | 144 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Parameter type should be final. | 148 | |
'type' hides a field. | 148 | |
Line is longer than 80 characters. | 153 | |
Expected an @return tag. | 155 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Parameter state should be final. | 159 | |
'state' hides a field. | 159 | |
Expected an @return tag. | 166 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
Parameter id should be final. | 170 | |
'id' hides a field. | 170 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
First sentence should end with a period. | 54 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 58 | |
Redundant 'public' modifier. | 59 | |
First sentence should end with a period. | 61 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Redundant 'public' modifier. | 70 | |
'=' is not preceded with whitespace. | 70 | |
'=' is not followed by whitespace. | 70 | |
First sentence should end with a period. | 72 | |
Line has trailing spaces. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Redundant 'public' modifier. | 77 | |
First sentence should end with a period. | 79 | |
Line has trailing spaces. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Redundant 'public' modifier. | 88 | |
'=' is not preceded with whitespace. | 88 | |
'=' is not followed by whitespace. | 88 | |
First sentence should end with a period. | 90 | |
Line has trailing spaces. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 95 | |
Redundant 'public' modifier. | 95 | |
First sentence should end with a period. | 97 | |
Line has trailing spaces. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 105 | |
Line is longer than 80 characters. | 106 | |
Redundant 'public' modifier. | 106 | |
'=' is not preceded with whitespace. | 106 | |
'=' is not followed by whitespace. | 106 | |
First sentence should end with a period. | 108 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 113 | |
Redundant 'public' modifier. | 113 | |
First sentence should end with a period. | 115 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Redundant 'public' modifier. | 124 | |
'=' is not preceded with whitespace. | 124 | |
'=' is not followed by whitespace. | 124 | |
First sentence should end with a period. | 126 | |
Line has trailing spaces. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 134 | |
Line is longer than 80 characters. | 135 | |
Redundant 'public' modifier. | 135 | |
'=' is not preceded with whitespace. | 135 | |
'=' is not followed by whitespace. | 135 | |
First sentence should end with a period. | 137 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 141 | |
Line is longer than 80 characters. | 142 | |
Redundant 'public' modifier. | 142 | |
First sentence should end with a period. | 144 | |
Line has trailing spaces. | 144 | |
Line contains a tab character. | 152 | |
Line is longer than 80 characters. | 153 | |
Redundant 'public' modifier. | 153 | |
'=' is not preceded with whitespace. | 153 | |
'=' is not followed by whitespace. | 153 | |
First sentence should end with a period. | 155 | |
Line has trailing spaces. | 155 | |
Line is longer than 80 characters. | 156 | |
Line contains a tab character. | 163 | |
Line is longer than 80 characters. | 164 | |
Redundant 'public' modifier. | 164 | |
'=' is not preceded with whitespace. | 164 | |
'=' is not followed by whitespace. | 164 | |
Line has trailing spaces. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 175 | |
Line is longer than 80 characters. | 176 | |
Redundant 'public' modifier. | 176 | |
'=' is not preceded with whitespace. | 176 | |
'=' is not followed by whitespace. | 176 | |
'=' is not preceded with whitespace. | 176 | |
'=' is not followed by whitespace. | 176 | |
Line has trailing spaces. | 178 | |
Line is longer than 80 characters. | 179 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 185 | |
Line contains a tab character. | 187 | |
Line is longer than 80 characters. | 188 | |
Redundant 'public' modifier. | 188 | |
'=' is not preceded with whitespace. | 188 | |
'=' is not followed by whitespace. | 188 | |
'=' is not preceded with whitespace. | 188 | |
'=' is not followed by whitespace. | 188 | |
Line has trailing spaces. | 190 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 199 | |
Line is longer than 80 characters. | 200 | |
Redundant 'public' modifier. | 200 | |
'=' is not preceded with whitespace. | 200 | |
'=' is not followed by whitespace. | 200 | |
'=' is not preceded with whitespace. | 200 | |
'=' is not followed by whitespace. | 200 | |
First sentence should end with a period. | 202 | |
Line has trailing spaces. | 202 | |
Line contains a tab character. | 210 | |
Line is longer than 80 characters. | 211 | |
Redundant 'public' modifier. | 211 | |
'=' is not preceded with whitespace. | 211 | |
'=' is not followed by whitespace. | 211 | |
First sentence should end with a period. | 213 | |
Line has trailing spaces. | 213 | |
Line is longer than 80 characters. | 214 | |
Line is longer than 80 characters. | 216 | |
Line contains a tab character. | 220 | |
Line is longer than 80 characters. | 221 | |
Redundant 'public' modifier. | 221 | |
'=' is not preceded with whitespace. | 221 | |
'=' is not followed by whitespace. | 221 | |
Line has trailing spaces. | 223 | |
Line is longer than 80 characters. | 224 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 231 | |
Line is longer than 80 characters. | 232 | |
Redundant 'public' modifier. | 232 | |
'=' is not preceded with whitespace. | 232 | |
'=' is not followed by whitespace. | 232 | |
'=' is not preceded with whitespace. | 232 | |
'=' is not followed by whitespace. | 232 | |
First sentence should end with a period. | 234 | |
Line has trailing spaces. | 234 | |
Line contains a tab character. | 241 | |
Line is longer than 80 characters. | 242 | |
Redundant 'public' modifier. | 242 | |
'=' is not preceded with whitespace. | 242 | |
'=' is not followed by whitespace. | 242 | |
First sentence should end with a period. | 244 | |
Line has trailing spaces. | 244 | |
Line contains a tab character. | 252 | |
Line is longer than 80 characters. | 253 | |
Redundant 'public' modifier. | 253 | |
'=' is not preceded with whitespace. | 253 | |
'=' is not followed by whitespace. | 253 | |
First sentence should end with a period. | 255 | |
Line has trailing spaces. | 255 | |
Line contains a tab character. | 262 | |
Line is longer than 80 characters. | 263 | |
Redundant 'public' modifier. | 263 | |
'=' is not preceded with whitespace. | 263 | |
'=' is not followed by whitespace. | 263 | |
First sentence should end with a period. | 265 | |
Line has trailing spaces. | 265 | |
Line is longer than 80 characters. | 266 | |
Line contains a tab character. | 273 | |
Line is longer than 80 characters. | 274 | |
Redundant 'public' modifier. | 274 | |
'=' is not preceded with whitespace. | 274 | |
'=' is not followed by whitespace. | 274 | |
'=' is not preceded with whitespace. | 274 | |
'=' is not followed by whitespace. | 274 | |
First sentence should end with a period. | 276 | |
Line has trailing spaces. | 276 | |
Line is longer than 80 characters. | 277 | |
Line is longer than 80 characters. | 281 | |
Line contains a tab character. | 285 | |
Line is longer than 80 characters. | 286 | |
Redundant 'public' modifier. | 286 | |
'=' is not preceded with whitespace. | 286 | |
'=' is not followed by whitespace. | 286 | |
'=' is not preceded with whitespace. | 286 | |
'=' is not followed by whitespace. | 286 | |
'=' is not preceded with whitespace. | 286 | |
'=' is not followed by whitespace. | 286 | |
First sentence should end with a period. | 288 | |
Line has trailing spaces. | 288 | |
Line contains a tab character. | 296 | |
Line is longer than 80 characters. | 297 | |
Redundant 'public' modifier. | 297 | |
'=' is not preceded with whitespace. | 297 | |
'=' is not followed by whitespace. | 297 | |
First sentence should end with a period. | 299 | |
Line has trailing spaces. | 299 | |
Line contains a tab character. | 306 | |
Line is longer than 80 characters. | 307 | |
Redundant 'public' modifier. | 307 | |
'=' is not preceded with whitespace. | 307 | |
'=' is not followed by whitespace. | 307 | |
First sentence should end with a period. | 309 | |
Line has trailing spaces. | 309 | |
Line contains a tab character. | 316 | |
Line is longer than 80 characters. | 317 | |
Redundant 'public' modifier. | 317 | |
'=' is not preceded with whitespace. | 317 | |
'=' is not followed by whitespace. | 317 | |
First sentence should end with a period. | 319 | |
Line has trailing spaces. | 319 | |
Line is longer than 80 characters. | 326 | |
Line contains a tab character. | 331 | |
Line is longer than 80 characters. | 332 | |
Redundant 'public' modifier. | 332 | |
'=' is not preceded with whitespace. | 332 | |
'=' is not followed by whitespace. | 332 | |
'=' is not preceded with whitespace. | 332 | |
'=' is not followed by whitespace. | 332 | |
'=' is not preceded with whitespace. | 332 | |
'=' is not followed by whitespace. | 332 | |
First sentence should end with a period. | 334 | |
Line has trailing spaces. | 334 | |
Line is longer than 80 characters. | 339 | |
Line is longer than 80 characters. | 345 | |
Line contains a tab character. | 346 | |
Line is longer than 80 characters. | 347 | |
Redundant 'public' modifier. | 347 | |
'=' is not preceded with whitespace. | 347 | |
'=' is not followed by whitespace. | 347 | |
'=' is not preceded with whitespace. | 347 | |
'=' is not followed by whitespace. | 347 | |
First sentence should end with a period. | 349 | |
Line has trailing spaces. | 349 | |
Line contains a tab character. | 358 | |
Line is longer than 80 characters. | 359 | |
Redundant 'public' modifier. | 359 | |
'=' is not preceded with whitespace. | 359 | |
'=' is not followed by whitespace. | 359 | |
First sentence should end with a period. | 361 | |
Line has trailing spaces. | 361 | |
Line is longer than 80 characters. | 368 | |
Line contains a tab character. | 373 | |
Line is longer than 80 characters. | 374 | |
Redundant 'public' modifier. | 374 | |
'=' is not preceded with whitespace. | 374 | |
'=' is not followed by whitespace. | 374 | |
'=' is not preceded with whitespace. | 374 | |
'=' is not followed by whitespace. | 374 | |
'=' is not preceded with whitespace. | 374 | |
'=' is not followed by whitespace. | 374 | |
Line has trailing spaces. | 376 | |
Line is longer than 80 characters. | 381 | |
Line is longer than 80 characters. | 387 | |
Line contains a tab character. | 388 | |
Line is longer than 80 characters. | 389 | |
Redundant 'public' modifier. | 389 | |
'=' is not preceded with whitespace. | 389 | |
'=' is not followed by whitespace. | 389 | |
'=' is not preceded with whitespace. | 389 | |
'=' is not followed by whitespace. | 389 | |
Line has trailing spaces. | 391 | |
Line contains a tab character. | 400 | |
Line is longer than 80 characters. | 401 | |
Redundant 'public' modifier. | 401 | |
'=' is not preceded with whitespace. | 401 | |
'=' is not followed by whitespace. | 401 | |
First sentence should end with a period. | 403 | |
Line has trailing spaces. | 403 | |
Line is longer than 80 characters. | 410 | |
Line contains a tab character. | 415 | |
Line is longer than 80 characters. | 416 | |
Redundant 'public' modifier. | 416 | |
'=' is not preceded with whitespace. | 416 | |
'=' is not followed by whitespace. | 416 | |
'=' is not preceded with whitespace. | 416 | |
'=' is not followed by whitespace. | 416 | |
'=' is not preceded with whitespace. | 416 | |
'=' is not followed by whitespace. | 416 | |
First sentence should end with a period. | 418 | |
Line has trailing spaces. | 418 | |
Line is longer than 80 characters. | 423 | |
Line is longer than 80 characters. | 429 | |
Line contains a tab character. | 430 | |
Line is longer than 80 characters. | 431 | |
Redundant 'public' modifier. | 431 | |
'=' is not preceded with whitespace. | 431 | |
'=' is not followed by whitespace. | 431 | |
'=' is not preceded with whitespace. | 431 | |
'=' is not followed by whitespace. | 431 | |
Line has trailing spaces. | 433 | |
Line contains a tab character. | 442 | |
Line is longer than 80 characters. | 443 | |
Redundant 'public' modifier. | 443 | |
'=' is not preceded with whitespace. | 443 | |
'=' is not followed by whitespace. | 443 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Method 'getAtpKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setAtpKey' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter newAtpKey should be final. | 47 | |
Method 'getDateRangeKey' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setDateRangeKey' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter newDateRangeKey should be final. | 55 | |
Method 'getDateRangeInfo' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 63 | |
Method 'setDateRangeInfo' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter newDateRangeInfo should be final. | 63 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Method 'getAtpKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setAtpKey' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter newAtpKey should be final. | 47 | |
Method 'getMilestoneKey' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setMilestoneKey' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter newMilestoneKey should be final. | 55 | |
Method 'getMilestoneInfo' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 63 | |
Method 'setMilestoneInfo' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter newMilestoneInfo should be final. | 63 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Method 'getAtpTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setAtpTypeKey' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter newAtpTypeKey should be final. | 47 | |
Method 'getAtpKey' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setAtpKey' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter newAtpKey should be final. | 55 | |
Method 'getAtpInfo' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'setAtpInfo' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter newAtpInfo should be final. | 63 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 36 | |
Method 'getAtpKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setAtpKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newAtpKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 36 | |
Method 'getAtpKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setAtpKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newAtpKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getAtpDurationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setAtpDurationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newAtpDurationTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getAtpSeasonalTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setAtpSeasonalTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newAtpSeasonalTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 36 | |
Method 'getAtpTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setAtpTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newAtpTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getAtpTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setAtpTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newAtpTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getSearchDate' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setSearchDate' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newSearchDate should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newStartDate should be final. | 45 | |
Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newEndDate should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 36 | |
Method 'getDateRangeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setDateRangeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newDateRangeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getDateRangeTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setDateRangeTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newDateRangeTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getAtpTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setAtpTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newAtpTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getAtpKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setAtpKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newAtpKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getSearchDate' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setSearchDate' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newSearchDate should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 36 | |
Method 'getMilestoneKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setMilestoneKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newMilestoneKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getMilestoneTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setMilestoneTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newMilestoneTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getAtpTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setAtpTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newAtpTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getAtpKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setAtpKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newAtpKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newStartDate should be final. | 45 | |
Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newEndDate should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Method 'getMilestoneTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setMilestoneTypeKey' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter newMilestoneTypeKey should be final. | 47 | |
Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter newStartDate should be final. | 55 | |
Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter newEndDate should be final. | 63 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getDateRangeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setDateRangeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newDateRangeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getMilestoneKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setMilestoneKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newMilestoneKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getAtpKey' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setAtpKey' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newAtpKey should be final. | 45 | |
Method 'getAtpInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setAtpInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newAtpInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getDateRangeKey' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setDateRangeKey' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newDateRangeKey should be final. | 45 | |
Method 'getDateRangeInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setDateRangeInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newDateRangeInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getMilestoneKey' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setMilestoneKey' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newMilestoneKey should be final. | 45 | |
Method 'getMilestoneInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setMilestoneInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newMilestoneInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getValidationType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setValidationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newValidationType should be final. | 45 | |
Method 'getAtpInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setAtpInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newAtpInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line contains a tab character. | 39 | |
Method 'getReturn' 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 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Parameter new_return should be final. | 44 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getValidationType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setValidationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newValidationType should be final. | 45 | |
Method 'getDateRangeInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setDateRangeInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newDateRangeInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line contains a tab character. | 39 | |
Method 'getReturn' 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 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Parameter new_return should be final. | 44 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getValidationType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setValidationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newValidationType should be final. | 45 | |
Method 'getMilestoneInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setMilestoneInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newMilestoneInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line contains a tab character. | 39 | |
Method 'getReturn' 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 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Parameter new_return should be final. | 44 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 42 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTR/co | 42 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 126 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 184 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 39 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTR/co | 39 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 100 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 41 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTR/ta | 41 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 131 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 178 | |
Line is longer than 80 characters. | 200 | |
Line is longer than 80 characters. | 211 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 39 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTR/ta | 39 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 100 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 46 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTR/Co | 46 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 61 | |
Line is longer than 80 characters. | 62 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 75 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 82 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 95 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 102 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 107 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 111 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 124 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 134 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 143 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 172 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 181 | |
Line contains a tab character. | 186 | |
Line is longer than 80 characters. | 187 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 201 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 210 | |
Line has trailing spaces. | 216 | |
Line is longer than 80 characters. | 216 | |
Line contains a tab character. | 217 | |
Line is longer than 80 characters. | 218 | |
Line contains a tab character. | 231 | |
Line is longer than 80 characters. | 232 | |
Line contains a tab character. | 245 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 257 | |
Line is longer than 80 characters. | 258 | |
Line contains a tab character. | 269 | |
Line is longer than 80 characters. | 270 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 41 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/do | 41 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 44 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/do | 44 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 105 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 45 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/do | 45 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 121 | |
Line is longer than 80 characters. | 132 | |
Line is longer than 80 characters. | 143 | |
Line is longer than 80 characters. | 168 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 201 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 30 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/do | 30 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 43 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/re | 43 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 100 | |
Line is longer than 80 characters. | 122 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 155 | |
Line is longer than 80 characters. | 180 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 213 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 30 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/re | 30 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 49 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/Do | 49 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 60 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 71 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 77 | |
Line is longer than 80 characters. | 78 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 95 | |
Line has trailing spaces. | 98 | |
Line is longer than 80 characters. | 99 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 103 | |
Line is longer than 80 characters. | 104 | |
Line has trailing spaces. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 111 | |
Line has trailing spaces. | 113 | |
Line is longer than 80 characters. | 114 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 121 | |
Line is longer than 80 characters. | 122 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 134 | |
Line has trailing spaces. | 136 | |
Line contains a tab character. | 145 | |
Line is longer than 80 characters. | 146 | |
Line has trailing spaces. | 148 | |
Line contains a tab character. | 157 | |
Line is longer than 80 characters. | 158 | |
Line has trailing spaces. | 160 | |
Line is longer than 80 characters. | 161 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 169 | |
Line is longer than 80 characters. | 170 | |
Line has trailing spaces. | 172 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 182 | |
Line is longer than 80 characters. | 183 | |
Line has trailing spaces. | 185 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 195 | |
Line has trailing spaces. | 197 | |
Line is longer than 80 characters. | 198 | |
Line contains a tab character. | 206 | |
Line is longer than 80 characters. | 207 | |
Line has trailing spaces. | 209 | |
Line is longer than 80 characters. | 215 | |
Line contains a tab character. | 220 | |
Line is longer than 80 characters. | 221 | |
Line has trailing spaces. | 223 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 234 | |
Line contains a tab character. | 235 | |
Line is longer than 80 characters. | 236 | |
Line has trailing spaces. | 238 | |
Line contains a tab character. | 247 | |
Line is longer than 80 characters. | 248 | |
Line has trailing spaces. | 250 | |
Line is longer than 80 characters. | 255 | |
Line is longer than 80 characters. | 256 | |
Line is longer than 80 characters. | 261 | |
Line contains a tab character. | 262 | |
Line is longer than 80 characters. | 263 | |
Line has trailing spaces. | 265 | |
Line is longer than 80 characters. | 270 | |
Line contains a tab character. | 275 | |
Line is longer than 80 characters. | 276 | |
Line has trailing spaces. | 278 | |
Line is longer than 80 characters. | 279 | |
Line is longer than 80 characters. | 281 | |
Line is longer than 80 characters. | 284 | |
Line is longer than 80 characters. | 285 | |
Line contains a tab character. | 287 | |
Line is longer than 80 characters. | 288 | |
Line has trailing spaces. | 290 | |
Line is longer than 80 characters. | 295 | |
Line is longer than 80 characters. | 296 | |
Line is longer than 80 characters. | 298 | |
Line contains a tab character. | 303 | |
Line is longer than 80 characters. | 304 | |
Line has trailing spaces. | 306 | |
Line is longer than 80 characters. | 308 | |
Line is longer than 80 characters. | 309 | |
Line is longer than 80 characters. | 310 | |
Line is longer than 80 characters. | 311 | |
Line has trailing spaces. | 316 | |
Line has trailing spaces. | 317 | |
Line contains a tab character. | 318 | |
Line is longer than 80 characters. | 319 | |
Line has trailing spaces. | 321 | |
Line is longer than 80 characters. | 323 | |
Line contains a tab character. | 330 | |
Line is longer than 80 characters. | 331 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getDocumentId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setDocumentId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newDocumentId should be final. | 45 | |
Method 'getDocumentCategoryKey' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setDocumentCategoryKey' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newDocumentCategoryKey should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Method 'getDocumentTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setDocumentTypeKey' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter newDocumentTypeKey should be final. | 47 | |
Method 'getDocumentCategoryKey' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Line is longer than 80 characters. | 55 | |
Method 'setDocumentCategoryKey' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter newDocumentCategoryKey should be final. | 55 | |
Method 'getDocumentInfo' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 63 | |
Method 'setDocumentInfo' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter newDocumentInfo should be final. | 63 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getDocumentId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setDocumentId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newDocumentId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getDocumentId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setDocumentId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newDocumentId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getDocumentId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setDocumentId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newDocumentId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getDocumentCategoryKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setDocumentCategoryKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newDocumentCategoryKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getDocumentTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setDocumentTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newDocumentTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getDocumentIdList' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setDocumentIdList' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newDocumentIdList should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getDocumentId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setDocumentId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newDocumentId should be final. | 45 | |
Method 'getDocumentCategoryKey' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setDocumentCategoryKey' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newDocumentCategoryKey should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getDocumentId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setDocumentId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newDocumentId should be final. | 45 | |
Method 'getDocumentInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setDocumentInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newDocumentInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getValidationType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setValidationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newValidationType should be final. | 45 | |
Method 'getDocumentInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setDocumentInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newDocumentInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line contains a tab character. | 39 | |
Method 'getReturn' 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 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Parameter new_return should be final. | 44 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 18 | |
'{' is not preceded with whitespace. | 18 | |
Line contains a tab character. | 19 | |
Line has trailing spaces. | 20 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter message should be final. | 24 | |
Parameter e should be final. | 24 | |
'{' is not preceded with whitespace. | 24 | |
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 | |
Parameter message should be final. | 28 | |
'{' is not preceded with whitespace. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 27 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 36 | |
Expected an @return tag. | 42 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter key should be final. | 46 | |
'key' hides a field. | 46 | |
First sentence should end with a period. | 50 | |
Expected an @return tag. | 53 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter value should be final. | 57 | |
'value' hides a field. | 57 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 57 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 59 | |
Line is longer than 80 characters. | 61 | |
Expected an @return tag. | 63 | |
Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter code should be final. | 67 | |
'code' hides a field. | 67 | |
Line is longer than 80 characters. | 72 | |
Expected an @return tag. | 74 | |
Method 'getAbbrevValue' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Method 'setAbbrevValue' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter abbrevValue should be final. | 78 | |
'abbrevValue' hides a field. | 78 | |
Expected an @return tag. | 85 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter value should be final. | 89 | |
'value' hides a field. | 89 | |
Line is longer than 80 characters. | 94 | |
Expected an @return tag. | 96 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter effectiveDate should be final. | 100 | |
'effectiveDate' hides a field. | 100 | |
Line is longer than 80 characters. | 105 | |
Expected an @return tag. | 107 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter expirationDate should be final. | 111 | |
'expirationDate' hides a field. | 111 | |
Line is longer than 80 characters. | 116 | |
Expected an @return tag. | 118 | |
Method 'getSortKey' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Method 'setSortKey' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Parameter sortKey should be final. | 122 | |
'sortKey' hides a field. | 122 | |
Line is longer than 80 characters. | 127 | |
Expected an @return tag. | 129 | |
Method 'getContexts' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Method 'setContexts' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter contexts should be final. | 136 | |
'contexts' hides a field. | 136 | |
Method 'getEnumerationKey' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Method 'setEnumerationKey' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Parameter enumerationKey should be final. | 144 | |
'enumerationKey' hides a field. | 144 | |
Line has trailing spaces. | 148 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 31 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
'=' is not preceded with whitespace. | 38 | |
'=' is not followed by whitespace. | 38 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 43 | |
Missing a Javadoc comment. | 44 | |
'=' is not followed by whitespace. | 44 | |
Missing a Javadoc comment. | 47 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 50 | |
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 53 | |
Line has trailing spaces. | 55 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter id should be final. | 60 | |
'id' hides a field. | 60 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter name should be final. | 68 | |
'name' hides a field. | 68 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter descr should be final. | 76 | |
'descr' hides a field. | 76 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter effectiveDate should be final. | 84 | |
'effectiveDate' hides a field. | 84 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter expirationDate should be final. | 92 | |
'expirationDate' hides a field. | 92 | |
First sentence should end with a period. | 96 | |
Expected an @return tag. | 99 | |
Method 'getContextDescriptors' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Method 'setContextDescriptors' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter contextDescriptors should be final. | 106 | |
'contextDescriptors' hides a field. | 106 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
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 has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Redundant 'public' modifier. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Redundant 'public' modifier. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Unused @param tag for 'contextType'. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 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. | 90 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Redundant 'public' modifier. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Expected @param tag for 'contextKey'. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Redundant 'public' modifier. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Redundant 'public' modifier. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line is longer than 80 characters. | 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. | 164 | |
Line is longer than 80 characters. | 165 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Redundant 'public' modifier. | 186 | |
Line is longer than 80 characters. | 187 | |
Line contains a tab character. | 187 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 54 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
Expected an @return tag. | 60 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter desc should be final. | 64 | |
'desc' hides a field. | 64 | |
Expected an @return tag. | 71 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter value should be final. | 75 | |
'value' hides a field. | 75 | |
Expected an @return tag. | 82 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter attributes should be final. | 89 | |
'attributes' hides a field. | 89 | |
Line is longer than 80 characters. | 94 | |
Expected an @return tag. | 96 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter metaInfo should be final. | 100 | |
'metaInfo' hides a field. | 100 | |
Expected an @return tag. | 107 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter id should be final. | 111 | |
'id' hides a field. | 111 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 26 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 34 | |
Expected an @return tag. | 38 | |
Method 'getRootOrgId' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Method 'setRootOrgId' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter rootOrgId should be final. | 42 | |
'rootOrgId' hides a field. | 42 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 82 | |
Expected an @return tag. | 88 | |
Method 'getLongName' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Method 'setLongName' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter longName should be final. | 92 | |
'longName' hides a field. | 92 | |
Expected an @return tag. | 99 | |
Method 'getShortName' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Method 'setShortName' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter shortName should be final. | 103 | |
'shortName' hides a field. | 103 | |
Line is longer than 80 characters. | 108 | |
Expected an @return tag. | 110 | |
Method 'getSortName' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Method 'setSortName' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter sortName should be final. | 114 | |
'sortName' hides a field. | 114 | |
Expected an @return tag. | 121 | |
Method 'getShortDesc' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Method 'setShortDesc' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter shortDesc should be final. | 125 | |
'shortDesc' hides a field. | 125 | |
Expected an @return tag. | 132 | |
Method 'getLongDesc' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Method 'setLongDesc' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter longDesc should be final. | 136 | |
'longDesc' hides a field. | 136 | |
Line is longer than 80 characters. | 141 | |
Expected an @return tag. | 143 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter effectiveDate should be final. | 147 | |
'effectiveDate' hides a field. | 147 | |
Line is longer than 80 characters. | 152 | |
Expected an @return tag. | 154 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter expirationDate should be final. | 158 | |
'expirationDate' hides a field. | 158 | |
Line is longer than 80 characters. | 163 | |
Expected an @return tag. | 165 | |
Method 'getOrgCodes' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Method 'setOrgCodes' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Missing a Javadoc comment. | 172 | |
Parameter orgCodes should be final. | 172 | |
'orgCodes' hides a field. | 172 | |
Expected an @return tag. | 179 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Missing a Javadoc comment. | 186 | |
Parameter attributes should be final. | 186 | |
'attributes' hides a field. | 186 | |
Line is longer than 80 characters. | 191 | |
Expected an @return tag. | 193 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Missing a Javadoc comment. | 197 | |
Parameter metaInfo should be final. | 197 | |
'metaInfo' hides a field. | 197 | |
Expected an @return tag. | 204 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 204 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 208 | |
Missing a Javadoc comment. | 208 | |
Parameter type should be final. | 208 | |
'type' hides a field. | 208 | |
Line is longer than 80 characters. | 213 | |
Expected an @return tag. | 215 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 215 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 219 | |
Missing a Javadoc comment. | 219 | |
Parameter state should be final. | 219 | |
'state' hides a field. | 219 | |
Line is longer than 80 characters. | 224 | |
Expected an @return tag. | 226 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 230 | |
Missing a Javadoc comment. | 230 | |
Parameter id should be final. | 230 | |
'id' hides a field. | 230 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 68 | |
Line is longer than 80 characters. | 72 | |
Expected an @return tag. | 74 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter orgId should be final. | 78 | |
'orgId' hides a field. | 78 | |
Line is longer than 80 characters. | 83 | |
Expected an @return tag. | 85 | |
Method 'getRelatedOrgId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'setRelatedOrgId' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter relatedOrgId should be final. | 89 | |
'relatedOrgId' hides a field. | 89 | |
Line is longer than 80 characters. | 94 | |
Expected an @return tag. | 96 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter effectiveDate should be final. | 100 | |
'effectiveDate' hides a field. | 100 | |
Line is longer than 80 characters. | 105 | |
Expected an @return tag. | 107 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter expirationDate should be final. | 111 | |
'expirationDate' hides a field. | 111 | |
Expected an @return tag. | 118 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter attributes should be final. | 125 | |
'attributes' hides a field. | 125 | |
Line is longer than 80 characters. | 130 | |
Expected an @return tag. | 132 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter metaInfo should be final. | 136 | |
'metaInfo' hides a field. | 136 | |
Expected an @return tag. | 143 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter type should be final. | 147 | |
'type' hides a field. | 147 | |
Line is longer than 80 characters. | 152 | |
Expected an @return tag. | 154 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter state should be final. | 158 | |
'state' hides a field. | 158 | |
Line is longer than 80 characters. | 163 | |
Expected an @return tag. | 165 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Missing a Javadoc comment. | 169 | |
Parameter id should be final. | 169 | |
'id' hides a field. | 169 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 26 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 42 | |
Expected an @return tag. | 44 | |
Method 'getRevName' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Method 'setRevName' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter revName should be final. | 48 | |
'revName' hides a field. | 48 | |
Line is longer than 80 characters. | 53 | |
Expected an @return tag. | 55 | |
Method 'getRevDesc' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Method 'setRevDesc' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter revDesc should be final. | 59 | |
'revDesc' hides a field. | 59 | |
Expected an @return tag. | 66 | |
Method 'getOrgHierarchyKey' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Method 'setOrgHierarchyKey' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter orgHierarchyKey should be final. | 70 | |
'orgHierarchyKey' hides a field. | 70 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 68 | |
Expected an @return tag. | 74 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter orgId should be final. | 78 | |
'orgId' hides a field. | 78 | |
Expected an @return tag. | 85 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter personId should be final. | 89 | |
'personId' hides a field. | 89 | |
Line is longer than 80 characters. | 94 | |
Expected an @return tag. | 96 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter effectiveDate should be final. | 100 | |
'effectiveDate' hides a field. | 100 | |
Line is longer than 80 characters. | 105 | |
Expected an @return tag. | 107 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter expirationDate should be final. | 111 | |
'expirationDate' hides a field. | 111 | |
Expected an @return tag. | 118 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter attributes should be final. | 125 | |
'attributes' hides a field. | 125 | |
Line is longer than 80 characters. | 130 | |
Expected an @return tag. | 132 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter metaInfo should be final. | 136 | |
'metaInfo' hides a field. | 136 | |
Expected an @return tag. | 143 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter type should be final. | 147 | |
'type' hides a field. | 147 | |
Line is longer than 80 characters. | 152 | |
Expected an @return tag. | 154 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter state should be final. | 158 | |
'state' hides a field. | 158 | |
Line is longer than 80 characters. | 163 | |
Expected an @return tag. | 165 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Missing a Javadoc comment. | 169 | |
Parameter id should be final. | 169 | |
'id' hides a field. | 169 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 70 | |
Expected an @return tag. | 76 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter orgId should be final. | 80 | |
'orgId' hides a field. | 80 | |
Expected an @return tag. | 87 | |
Method 'getOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Method 'setOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter orgPersonRelationTypeKey should be final. | 91 | |
'orgPersonRelationTypeKey' hides a field. | 91 | |
Line is longer than 80 characters. | 96 | |
Expected an @return tag. | 98 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter desc should be final. | 102 | |
'desc' hides a field. | 102 | |
Line is longer than 80 characters. | 107 | |
Expected an @return tag. | 109 | |
Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Parameter title should be final. | 113 | |
'title' hides a field. | 113 | |
Expected an @return tag. | 120 | |
Method 'getStdDuration' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Method 'setStdDuration' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Parameter stdDuration should be final. | 124 | |
'stdDuration' hides a field. | 124 | |
Line is longer than 80 characters. | 129 | |
Expected an @return tag. | 131 | |
Method 'getMinNumRelations' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Method 'setMinNumRelations' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter minNumRelations should be final. | 135 | |
'minNumRelations' hides a field. | 135 | |
Line is longer than 80 characters. | 140 | |
Expected an @return tag. | 142 | |
Method 'getMaxNumRelations' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Method 'setMaxNumRelations' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Parameter maxNumRelations should be final. | 146 | |
'maxNumRelations' hides a field. | 146 | |
Expected an @return tag. | 153 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 | |
Parameter attributes should be final. | 160 | |
'attributes' hides a field. | 160 | |
Line is longer than 80 characters. | 165 | |
Expected an @return tag. | 167 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Missing a Javadoc comment. | 171 | |
Parameter metaInfo should be final. | 171 | |
'metaInfo' hides a field. | 171 | |
Line is longer than 80 characters. | 176 | |
Expected an @return tag. | 178 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Missing a Javadoc comment. | 182 | |
Parameter id should be final. | 182 | |
'id' hides a field. | 182 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
'=' is not preceded with whitespace. | 49 | |
'=' is not followed by whitespace. | 49 | |
Line has trailing spaces. | 50 | |
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 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter orgId should be final. | 55 | |
'orgId' hides a field. | 55 | |
Parameter parentId should be final. | 55 | |
'parentId' hides a field. | 55 | |
Parameter displayName should be final. | 55 | |
'displayName' hides a field. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter orgId should be final. | 65 | |
'orgId' hides a field. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Method 'getParentId' 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. | 71 | |
Method 'setParentId' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter parentId should be final. | 71 | |
'parentId' hides a field. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Method 'getDisplayName' 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. | 77 | |
Method 'setDisplayName' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter displayName should be final. | 77 | |
'displayName' hides a field. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Method 'getPositionId' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Method 'setPositionId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter positionId should be final. | 85 | |
'positionId' hides a field. | 85 | |
Line has trailing spaces. | 88 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter personId should be final. | 93 | |
'personId' hides a field. | 93 | |
Line has trailing spaces. | 96 | |
Method 'getRelationType' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Method 'setRelationType' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter relationType should be final. | 101 | |
'relationType' hides a field. | 101 | |
Line has trailing spaces. | 104 | |
Method 'getPositions' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
'{' is not preceded with whitespace. | 105 | |
Line has trailing spaces. | 108 | |
Method 'setPositions' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter positions should be final. | 109 | |
'positions' hides a field. | 109 | |
'{' is not preceded with whitespace. | 109 | |
'=' is not preceded with whitespace. | 110 | |
'=' is not followed by whitespace. | 110 | |
Line has trailing spaces. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 114 | |
Method 'getOrgHierarchyId' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Method 'setOrgHierarchyId' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Parameter orgHierarchyId should be final. | 117 | |
'orgHierarchyId' hides a field. | 117 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
Avoid inline conditionals. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
Avoid inline conditionals. | 129 | |
Line contains a tab character. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Avoid inline conditionals. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Line contains a tab character. | 138 | |
Parameter obj should be final. | 138 | |
'if' construct must use '{}'s. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
'if' construct must use '{}'s. | 141 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
'if' construct must use '{}'s. | 143 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
'if' construct must use '{}'s. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
'if' construct must use '{}'s. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
'if' construct must use '{}'s. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
'if' construct must use '{}'s. | 154 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
'if' construct must use '{}'s. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
'if' construct must use '{}'s. | 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 has trailing spaces. | 163 | |
Line contains a tab character. | 163 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 26 | |
Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 46 | |
Extra HTML tag found: </p> | 46 | |
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 49 | |
Line is longer than 80 characters. | 50 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 53 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line has trailing spaces. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 62 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 65 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 71 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 78 | |
Line has trailing spaces. | 81 | |
Unused @param tag for 'None'. | 83 | |
Line contains a tab character. | 86 | |
Line is longer than 80 characters. | 87 | |
Redundant 'public' modifier. | 87 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 98 | |
Redundant 'public' modifier. | 98 | |
'=' is not preceded with whitespace. | 98 | |
'=' is not followed by whitespace. | 98 | |
Line has trailing spaces. | 100 | |
Unused @param tag for 'None'. | 102 | |
Line contains a tab character. | 105 | |
Redundant 'public' modifier. | 106 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 116 | |
Line is longer than 80 characters. | 117 | |
Redundant 'public' modifier. | 117 | |
'=' is not preceded with whitespace. | 117 | |
'=' is not followed by whitespace. | 117 | |
Line has trailing spaces. | 119 | |
Line is longer than 80 characters. | 120 | |
Unused @param tag for 'None'. | 121 | |
Line contains a tab character. | 124 | |
Line is longer than 80 characters. | 125 | |
Redundant 'public' modifier. | 125 | |
Line has trailing spaces. | 127 | |
Line is longer than 80 characters. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 135 | |
Line is longer than 80 characters. | 136 | |
Redundant 'public' modifier. | 136 | |
'=' is not preceded with whitespace. | 136 | |
'=' is not followed by whitespace. | 136 | |
Line has trailing spaces. | 138 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Redundant 'public' modifier. | 147 | |
'=' is not preceded with whitespace. | 147 | |
'=' is not followed by whitespace. | 147 | |
Line has trailing spaces. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 157 | |
Line is longer than 80 characters. | 158 | |
Redundant 'public' modifier. | 158 | |
'=' is not preceded with whitespace. | 158 | |
'=' is not followed by whitespace. | 158 | |
Line has trailing spaces. | 160 | |
Line is longer than 80 characters. | 161 | |
Unused @param tag for 'None'. | 162 | |
Line contains a tab character. | 165 | |
Line is longer than 80 characters. | 166 | |
Redundant 'public' modifier. | 166 | |
Line has trailing spaces. | 168 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 176 | |
Line is longer than 80 characters. | 177 | |
Redundant 'public' modifier. | 177 | |
'=' is not preceded with whitespace. | 177 | |
'=' is not followed by whitespace. | 177 | |
Line has trailing spaces. | 179 | |
Line is longer than 80 characters. | 180 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 187 | |
Line is longer than 80 characters. | 188 | |
Redundant 'public' modifier. | 188 | |
'=' is not preceded with whitespace. | 188 | |
'=' is not followed by whitespace. | 188 | |
Line has trailing spaces. | 190 | |
Line is longer than 80 characters. | 191 | |
Line contains a tab character. | 199 | |
Line is longer than 80 characters. | 200 | |
Redundant 'public' modifier. | 200 | |
'=' is not preceded with whitespace. | 200 | |
'=' is not followed by whitespace. | 200 | |
'=' is not preceded with whitespace. | 200 | |
'=' is not followed by whitespace. | 200 | |
Line has trailing spaces. | 202 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 205 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 209 | |
Line contains a tab character. | 211 | |
Line is longer than 80 characters. | 212 | |
Redundant 'public' modifier. | 212 | |
'=' is not preceded with whitespace. | 212 | |
'=' is not followed by whitespace. | 212 | |
'=' is not preceded with whitespace. | 212 | |
'=' is not followed by whitespace. | 212 | |
Line has trailing spaces. | 214 | |
Line is longer than 80 characters. | 215 | |
Line is longer than 80 characters. | 217 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 221 | |
Line contains a tab character. | 223 | |
Line is longer than 80 characters. | 224 | |
Redundant 'public' modifier. | 224 | |
'=' is not preceded with whitespace. | 224 | |
'=' is not followed by whitespace. | 224 | |
'=' is not preceded with whitespace. | 224 | |
'=' is not followed by whitespace. | 224 | |
Line has trailing spaces. | 226 | |
Line is longer than 80 characters. | 227 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 232 | |
Line is longer than 80 characters. | 233 | |
Line contains a tab character. | 235 | |
Line is longer than 80 characters. | 236 | |
Redundant 'public' modifier. | 236 | |
'=' is not preceded with whitespace. | 236 | |
'=' is not followed by whitespace. | 236 | |
'=' is not preceded with whitespace. | 236 | |
'=' is not followed by whitespace. | 236 | |
Line has trailing spaces. | 238 | |
Line contains a tab character. | 247 | |
Line is longer than 80 characters. | 248 | |
Redundant 'public' modifier. | 248 | |
'=' is not preceded with whitespace. | 248 | |
'=' is not followed by whitespace. | 248 | |
Line has trailing spaces. | 250 | |
Line contains a tab character. | 259 | |
Line is longer than 80 characters. | 260 | |
Redundant 'public' modifier. | 260 | |
'=' is not preceded with whitespace. | 260 | |
'=' is not followed by whitespace. | 260 | |
First sentence should end with a period. | 262 | |
Line has trailing spaces. | 262 | |
Line is longer than 80 characters. | 263 | |
Line is longer than 80 characters. | 264 | |
Line contains a tab character. | 271 | |
Line is longer than 80 characters. | 272 | |
Redundant 'public' modifier. | 272 | |
'=' is not preceded with whitespace. | 272 | |
'=' is not followed by whitespace. | 272 | |
First sentence should end with a period. | 274 | |
Line has trailing spaces. | 274 | |
Line is longer than 80 characters. | 275 | |
Line is longer than 80 characters. | 276 | |
Line contains a tab character. | 283 | |
Line is longer than 80 characters. | 284 | |
Redundant 'public' modifier. | 284 | |
'=' is not preceded with whitespace. | 284 | |
'=' is not followed by whitespace. | 284 | |
First sentence should end with a period. | 286 | |
Line has trailing spaces. | 286 | |
Line is longer than 80 characters. | 287 | |
Line is longer than 80 characters. | 288 | |
Line contains a tab character. | 295 | |
Line is longer than 80 characters. | 296 | |
Redundant 'public' modifier. | 296 | |
'=' is not preceded with whitespace. | 296 | |
'=' is not followed by whitespace. | 296 | |
Line has trailing spaces. | 298 | |
Line is longer than 80 characters. | 299 | |
Line is longer than 80 characters. | 300 | |
Line is longer than 80 characters. | 301 | |
Line contains a tab character. | 307 | |
Line is longer than 80 characters. | 308 | |
Redundant 'public' modifier. | 308 | |
'=' is not preceded with whitespace. | 308 | |
'=' is not followed by whitespace. | 308 | |
Line has trailing spaces. | 310 | |
Line is longer than 80 characters. | 314 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 317 | |
Line contains a tab character. | 320 | |
Line is longer than 80 characters. | 321 | |
Redundant 'public' modifier. | 321 | |
'=' is not preceded with whitespace. | 321 | |
'=' is not followed by whitespace. | 321 | |
'=' is not preceded with whitespace. | 321 | |
'=' is not followed by whitespace. | 321 | |
'=' is not preceded with whitespace. | 321 | |
'=' is not followed by whitespace. | 321 | |
Line has trailing spaces. | 323 | |
Line is longer than 80 characters. | 324 | |
Line is longer than 80 characters. | 326 | |
Line is longer than 80 characters. | 327 | |
Line is longer than 80 characters. | 328 | |
Line is longer than 80 characters. | 329 | |
Line is longer than 80 characters. | 330 | |
Line contains a tab character. | 333 | |
Line is longer than 80 characters. | 334 | |
Redundant 'public' modifier. | 334 | |
'=' is not preceded with whitespace. | 334 | |
'=' is not followed by whitespace. | 334 | |
'=' is not preceded with whitespace. | 334 | |
'=' is not followed by whitespace. | 334 | |
'=' is not preceded with whitespace. | 334 | |
'=' is not followed by whitespace. | 334 | |
Line has trailing spaces. | 336 | |
Line has trailing spaces. | 339 | |
Line has trailing spaces. | 343 | |
Line is longer than 80 characters. | 345 | |
Line is longer than 80 characters. | 346 | |
Line contains a tab character. | 351 | |
Line is longer than 80 characters. | 352 | |
Redundant 'public' modifier. | 352 | |
'=' is not preceded with whitespace. | 352 | |
'=' is not followed by whitespace. | 352 | |
'=' is not preceded with whitespace. | 352 | |
'=' is not followed by whitespace. | 352 | |
Line has trailing spaces. | 354 | |
Line has trailing spaces. | 357 | |
Line has trailing spaces. | 361 | |
Line is longer than 80 characters. | 363 | |
Line is longer than 80 characters. | 364 | |
Line contains a tab character. | 369 | |
Line is longer than 80 characters. | 370 | |
Redundant 'public' modifier. | 370 | |
'=' is not preceded with whitespace. | 370 | |
'=' is not followed by whitespace. | 370 | |
'=' is not preceded with whitespace. | 370 | |
'=' is not followed by whitespace. | 370 | |
First sentence should end with a period. | 372 | |
Line has trailing spaces. | 372 | |
Line is longer than 80 characters. | 374 | |
Line contains a tab character. | 381 | |
Line is longer than 80 characters. | 382 | |
Redundant 'public' modifier. | 382 | |
'=' is not preceded with whitespace. | 382 | |
'=' is not followed by whitespace. | 382 | |
First sentence should end with a period. | 384 | |
Line has trailing spaces. | 384 | |
Line is longer than 80 characters. | 385 | |
Line is longer than 80 characters. | 386 | |
Line contains a tab character. | 393 | |
Line is longer than 80 characters. | 394 | |
Redundant 'public' modifier. | 394 | |
'=' is not preceded with whitespace. | 394 | |
'=' is not followed by whitespace. | 394 | |
First sentence should end with a period. | 396 | |
Line has trailing spaces. | 396 | |
Line is longer than 80 characters. | 397 | |
Line is longer than 80 characters. | 398 | |
Line is longer than 80 characters. | 399 | |
Line is longer than 80 characters. | 400 | |
Line contains a tab character. | 407 | |
Line is longer than 80 characters. | 408 | |
Redundant 'public' modifier. | 408 | |
'=' is not preceded with whitespace. | 408 | |
'=' is not followed by whitespace. | 408 | |
'=' is not preceded with whitespace. | 408 | |
'=' is not followed by whitespace. | 408 | |
First sentence should end with a period. | 410 | |
Line has trailing spaces. | 410 | |
Line is longer than 80 characters. | 412 | |
Line is longer than 80 characters. | 413 | |
Line contains a tab character. | 419 | |
Line is longer than 80 characters. | 420 | |
Redundant 'public' modifier. | 420 | |
'=' is not preceded with whitespace. | 420 | |
'=' is not followed by whitespace. | 420 | |
First sentence should end with a period. | 422 | |
Line has trailing spaces. | 422 | |
Line is longer than 80 characters. | 426 | |
Line contains a tab character. | 432 | |
Line is longer than 80 characters. | 433 | |
Redundant 'public' modifier. | 433 | |
'=' is not preceded with whitespace. | 433 | |
'=' is not followed by whitespace. | 433 | |
'=' is not preceded with whitespace. | 433 | |
'=' is not followed by whitespace. | 433 | |
Line has trailing spaces. | 435 | |
Line is longer than 80 characters. | 438 | |
Line contains a tab character. | 444 | |
Line is longer than 80 characters. | 445 | |
Redundant 'public' modifier. | 445 | |
'=' is not preceded with whitespace. | 445 | |
'=' is not followed by whitespace. | 445 | |
Line has trailing spaces. | 447 | |
Line is longer than 80 characters. | 450 | |
Line contains a tab character. | 456 | |
Line is longer than 80 characters. | 457 | |
Redundant 'public' modifier. | 457 | |
'=' is not preceded with whitespace. | 457 | |
'=' is not followed by whitespace. | 457 | |
First sentence should end with a period. | 459 | |
Line has trailing spaces. | 459 | |
Line is longer than 80 characters. | 460 | |
Line is longer than 80 characters. | 463 | |
Line is longer than 80 characters. | 465 | |
Line is longer than 80 characters. | 466 | |
Line contains a tab character. | 469 | |
Line is longer than 80 characters. | 470 | |
Redundant 'public' modifier. | 470 | |
'=' is not preceded with whitespace. | 470 | |
'=' is not followed by whitespace. | 470 | |
'=' is not preceded with whitespace. | 470 | |
'=' is not followed by whitespace. | 470 | |
'=' is not preceded with whitespace. | 470 | |
'=' is not followed by whitespace. | 470 | |
Line has trailing spaces. | 472 | |
Line is longer than 80 characters. | 473 | |
Line is longer than 80 characters. | 475 | |
Line is longer than 80 characters. | 476 | |
Line contains a tab character. | 482 | |
Line is longer than 80 characters. | 483 | |
Redundant 'public' modifier. | 483 | |
'=' is not preceded with whitespace. | 483 | |
'=' is not followed by whitespace. | 483 | |
First sentence should end with a period. | 485 | |
Line has trailing spaces. | 485 | |
Line is longer than 80 characters. | 491 | |
Line contains a tab character. | 496 | |
Line is longer than 80 characters. | 497 | |
Redundant 'public' modifier. | 497 | |
'=' is not preceded with whitespace. | 497 | |
'=' is not followed by whitespace. | 497 | |
'=' is not preceded with whitespace. | 497 | |
'=' is not followed by whitespace. | 497 | |
First sentence should end with a period. | 499 | |
Line has trailing spaces. | 499 | |
Line is longer than 80 characters. | 504 | |
Line is longer than 80 characters. | 510 | |
Line contains a tab character. | 511 | |
Line is longer than 80 characters. | 512 | |
Redundant 'public' modifier. | 512 | |
'=' is not preceded with whitespace. | 512 | |
'=' is not followed by whitespace. | 512 | |
'=' is not preceded with whitespace. | 512 | |
'=' is not followed by whitespace. | 512 | |
Line has trailing spaces. | 514 | |
Line contains a tab character. | 523 | |
Line is longer than 80 characters. | 524 | |
Redundant 'public' modifier. | 524 | |
'=' is not preceded with whitespace. | 524 | |
'=' is not followed by whitespace. | 524 | |
Line has trailing spaces. | 526 | |
Line is longer than 80 characters. | 527 | |
Line is longer than 80 characters. | 530 | |
Line is longer than 80 characters. | 531 | |
Line is longer than 80 characters. | 532 | |
Line is longer than 80 characters. | 534 | |
Line is longer than 80 characters. | 535 | |
Line is longer than 80 characters. | 536 | |
Line is longer than 80 characters. | 537 | |
Line contains a tab character. | 540 | |
Line is longer than 80 characters. | 541 | |
Redundant 'public' modifier. | 541 | |
'=' is not preceded with whitespace. | 541 | |
'=' is not followed by whitespace. | 541 | |
'=' is not preceded with whitespace. | 541 | |
'=' is not followed by whitespace. | 541 | |
'=' is not preceded with whitespace. | 541 | |
'=' is not followed by whitespace. | 541 | |
'=' is not preceded with whitespace. | 541 | |
'=' is not followed by whitespace. | 541 | |
Line has trailing spaces. | 543 | |
Line is longer than 80 characters. | 545 | |
Line is longer than 80 characters. | 546 | |
Line is longer than 80 characters. | 548 | |
Line is longer than 80 characters. | 550 | |
Line is longer than 80 characters. | 551 | |
Line is longer than 80 characters. | 554 | |
Line contains a tab character. | 555 | |
Line is longer than 80 characters. | 556 | |
Redundant 'public' modifier. | 556 | |
'=' is not preceded with whitespace. | 556 | |
'=' is not followed by whitespace. | 556 | |
'=' is not preceded with whitespace. | 556 | |
'=' is not followed by whitespace. | 556 | |
Line has trailing spaces. | 558 | |
Line is longer than 80 characters. | 560 | |
Line contains a tab character. | 567 | |
Line is longer than 80 characters. | 568 | |
Redundant 'public' modifier. | 568 | |
'=' is not preceded with whitespace. | 568 | |
'=' is not followed by whitespace. | 568 | |
Line has trailing spaces. | 570 | |
Line is longer than 80 characters. | 571 | |
Line is longer than 80 characters. | 577 | |
Line is longer than 80 characters. | 578 | |
Line is longer than 80 characters. | 579 | |
Line is longer than 80 characters. | 580 | |
Line is longer than 80 characters. | 581 | |
Line contains a tab character. | 584 | |
Line is longer than 80 characters. | 585 | |
Redundant 'public' modifier. | 585 | |
'=' is not preceded with whitespace. | 585 | |
'=' is not followed by whitespace. | 585 | |
'=' is not preceded with whitespace. | 585 | |
'=' is not followed by whitespace. | 585 | |
'=' is not preceded with whitespace. | 585 | |
'=' is not followed by whitespace. | 585 | |
'=' is not preceded with whitespace. | 585 | |
'=' is not followed by whitespace. | 585 | |
Line has trailing spaces. | 587 | |
Line is longer than 80 characters. | 590 | |
Line is longer than 80 characters. | 592 | |
Line is longer than 80 characters. | 594 | |
Line is longer than 80 characters. | 595 | |
Line is longer than 80 characters. | 598 | |
Line contains a tab character. | 599 | |
Line is longer than 80 characters. | 600 | |
Redundant 'public' modifier. | 600 | |
'=' is not preceded with whitespace. | 600 | |
'=' is not followed by whitespace. | 600 | |
'=' is not preceded with whitespace. | 600 | |
'=' is not followed by whitespace. | 600 | |
Line has trailing spaces. | 602 | |
Line contains a tab character. | 611 | |
Line is longer than 80 characters. | 612 | |
Redundant 'public' modifier. | 612 | |
'=' is not preceded with whitespace. | 612 | |
'=' is not followed by whitespace. | 612 | |
Line has trailing spaces. | 614 | |
Line is longer than 80 characters. | 615 | |
Line is longer than 80 characters. | 618 | |
Line is longer than 80 characters. | 619 | |
Line is longer than 80 characters. | 621 | |
Line is longer than 80 characters. | 622 | |
Line is longer than 80 characters. | 623 | |
Line is longer than 80 characters. | 624 | |
Line contains a tab character. | 627 | |
Line is longer than 80 characters. | 628 | |
Redundant 'public' modifier. | 628 | |
'=' is not preceded with whitespace. | 628 | |
'=' is not followed by whitespace. | 628 | |
'=' is not preceded with whitespace. | 628 | |
'=' is not followed by whitespace. | 628 | |
'=' is not preceded with whitespace. | 628 | |
'=' is not followed by whitespace. | 628 | |
Line has trailing spaces. | 630 | |
Line is longer than 80 characters. | 631 | |
Line is longer than 80 characters. | 634 | |
Line is longer than 80 characters. | 636 | |
Line is longer than 80 characters. | 638 | |
Line is longer than 80 characters. | 639 | |
Line is longer than 80 characters. | 642 | |
Line contains a tab character. | 643 | |
Line is longer than 80 characters. | 644 | |
Redundant 'public' modifier. | 644 | |
'=' is not preceded with whitespace. | 644 | |
'=' is not followed by whitespace. | 644 | |
'=' is not preceded with whitespace. | 644 | |
'=' is not followed by whitespace. | 644 | |
'=' is not preceded with whitespace. | 644 | |
'=' is not followed by whitespace. | 644 | |
Line has trailing spaces. | 646 | |
Line is longer than 80 characters. | 647 | |
Line is longer than 80 characters. | 651 | |
Line contains a tab character. | 656 | |
Line is longer than 80 characters. | 657 | |
Redundant 'public' modifier. | 657 | |
'=' is not preceded with whitespace. | 657 | |
'=' is not followed by whitespace. | 657 | |
'=' is not preceded with whitespace. | 657 | |
'=' is not followed by whitespace. | 657 | |
Line has trailing spaces. | 659 | |
First sentence should end with a period. | 660 | |
Line is longer than 80 characters. | 661 | |
Line has trailing spaces. | 662 | |
Line is longer than 80 characters. | 664 | |
Line is longer than 80 characters. | 672 | |
Redundant 'public' modifier. | 672 | |
'=' is not preceded with whitespace. | 672 | |
'=' is not followed by whitespace. | 672 | |
Expected @param tag for 'rootOrgId'. | 672 | |
',' is not followed by whitespace. | 672 | |
'=' is not preceded with whitespace. | 672 | |
'=' is not followed by whitespace. | 672 | |
Expected @param tag for 'orgHierarchyId'. | 672 | |
'=' is not preceded with whitespace. | 672 | |
'=' is not followed by whitespace. | 672 | |
Expected @throws tag for 'DoesNotExistException'. | 672 | |
Expected @throws tag for 'InvalidParameterException'. | 672 | |
Expected @throws tag for 'MissingParameterException'. | 672 | |
Expected @throws tag for 'OperationFailedException'. | 672 | |
Expected @throws tag for 'PermissionDeniedException'. | 672 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 41 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter newOrgId should be final. | 47 | |
Method 'getOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Line is longer than 80 characters. | 55 | |
Method 'setOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter newOrgPersonRelationTypeKey should be final. | 55 | |
Line is longer than 80 characters. | 59 | |
Method 'getOrgPositionRestrictionInfo' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 63 | |
Method 'setOrgPositionRestrictionInfo' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter newOrgPositionRestrictionInfo should be final. | 63 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 37 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 43 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter newOrgId should be final. | 49 | |
Method 'getRelatedOrgId' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Method 'setRelatedOrgId' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter newRelatedOrgId should be final. | 57 | |
Method 'getOrgOrgRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Line is longer than 80 characters. | 65 | |
Method 'setOrgOrgRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter newOrgOrgRelationTypeKey should be final. | 65 | |
Line is longer than 80 characters. | 69 | |
Method 'getOrgOrgRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Line is longer than 80 characters. | 73 | |
Method 'setOrgOrgRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter newOrgOrgRelationInfo should be final. | 73 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 43 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter newOrgId should be final. | 49 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter newPersonId should be final. | 57 | |
Method 'getOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Line is longer than 80 characters. | 65 | |
Method 'setOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter newOrgPersonRelationTypeKey should be final. | 65 | |
Line is longer than 80 characters. | 69 | |
Method 'getOrgPersonRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Line is longer than 80 characters. | 73 | |
Method 'setOrgPersonRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter newOrgPersonRelationInfo should be final. | 73 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 37 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getOrgTypeKey' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setOrgTypeKey' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newOrgTypeKey should be final. | 45 | |
Method 'getOrgInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setOrgInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newOrgInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newOrgId should be final. | 45 | |
Method 'getOrgHierarchy' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setOrgHierarchy' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newOrgHierarchy should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newOrgId should be final. | 45 | |
Method 'getOrgHierarchy' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setOrgHierarchy' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newOrgHierarchy should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
'if' is not followed by whitespace. | 40 | |
'==' is not preceded with whitespace. | 40 | |
'==' is not followed by whitespace. | 40 | |
'{' is not preceded with whitespace. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter new_return should be final. | 46 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newPersonId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newOrgId should be final. | 45 | |
Method 'getOrgHierarchy' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setOrgHierarchy' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newOrgHierarchy should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
'if' is not followed by whitespace. | 40 | |
'==' is not preceded with whitespace. | 40 | |
'==' is not followed by whitespace. | 40 | |
'{' is not preceded with whitespace. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter new_return should be final. | 46 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgHierarchyKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setOrgHierarchyKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgHierarchyKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgOrgRelationId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setOrgOrgRelationId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgOrgRelationId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgOrgRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setOrgOrgRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgOrgRelationTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 37 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgHierarchyKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setOrgHierarchyKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgHierarchyKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setOrgTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgOrgRelationIdList' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setOrgOrgRelationIdList' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgOrgRelationIdList should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getRelatedOrgId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setRelatedOrgId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newRelatedOrgId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgPersonRelationId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setOrgPersonRelationId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgPersonRelationId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 37 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgPersonRelationTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 37 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setOrgTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line is longer than 80 characters. | 48 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line is longer than 80 characters. | 48 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgPersonRelationIdList' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setOrgPersonRelationIdList' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgPersonRelationIdList should be final. | 43 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newPersonId should be final. | 45 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newOrgId should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Method 'getRootOrgId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setRootOrgId' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter newRootOrgId should be final. | 47 | |
Method 'getOrgHierarchyId' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setOrgHierarchyId' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter newOrgHierarchyId should be final. | 55 | |
Method 'getMaxLevels' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'setMaxLevels' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter newMaxLevels should be final. | 63 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setOrgTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgIdList' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setOrgIdList' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgIdList should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newOrgId should be final. | 45 | |
Method 'getOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newOrgPersonRelationTypeKey should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
'if' is not followed by whitespace. | 40 | |
'==' is not preceded with whitespace. | 40 | |
'==' is not followed by whitespace. | 40 | |
'{' is not preceded with whitespace. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter new_return should be final. | 46 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line is longer than 80 characters. | 48 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter newOrgId should be final. | 47 | |
Method 'getComparisonOrgId' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setComparisonOrgId' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter newComparisonOrgId should be final. | 55 | |
Method 'getOrgOrgRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 63 | |
Method 'setOrgOrgRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter newOrgOrgRelationTypeKey should be final. | 63 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter newOrgId should be final. | 47 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter newPersonId should be final. | 55 | |
Method 'getOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 63 | |
Method 'setOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter newOrgPersonRelationTypeKey should be final. | 63 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter newOrgId should be final. | 47 | |
Method 'getDescendantOrgId' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setDescendantOrgId' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter newDescendantOrgId should be final. | 55 | |
Method 'getOrgHierarchy' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'setOrgHierarchy' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter newOrgHierarchy should be final. | 63 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgOrgRelationId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setOrgOrgRelationId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgOrgRelationId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getOrgPersonRelationId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setOrgPersonRelationId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newOrgPersonRelationId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newOrgId should be final. | 45 | |
Method 'getOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newOrgPersonRelationTypeKey should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 39 | |
Method 'getOrgOrgRelationId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setOrgOrgRelationId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newOrgOrgRelationId should be final. | 45 | |
Line is longer than 80 characters. | 49 | |
Method 'getOrgOrgRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setOrgOrgRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newOrgOrgRelationInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 39 | |
Method 'getOrgPersonRelationId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line is longer than 80 characters. | 45 | |
Method 'setOrgPersonRelationId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newOrgPersonRelationId should be final. | 45 | |
Line is longer than 80 characters. | 49 | |
Method 'getOrgPersonRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setOrgPersonRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newOrgPersonRelationInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 37 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newOrgId should be final. | 45 | |
Method 'getOrgInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setOrgInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newOrgInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 41 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter newOrgId should be final. | 47 | |
Method 'getOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Line is longer than 80 characters. | 55 | |
Method 'setOrgPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter newOrgPersonRelationTypeKey should be final. | 55 | |
Line is longer than 80 characters. | 59 | |
Method 'getOrgPositionRestrictionInfo' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Line is longer than 80 characters. | 63 | |
Method 'setOrgPositionRestrictionInfo' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter newOrgPositionRestrictionInfo should be final. | 63 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 37 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getValidationType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setValidationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newValidationType should be final. | 45 | |
Method 'getOrgInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setOrgInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newOrgInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 39 | |
Method 'getValidationType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setValidationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newValidationType should be final. | 45 | |
Line is longer than 80 characters. | 49 | |
Method 'getOrgOrgRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setOrgOrgRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newOrgOrgRelationInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 39 | |
Method 'getValidationType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setValidationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newValidationType should be final. | 45 | |
Line is longer than 80 characters. | 49 | |
Method 'getOrgPersonRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setOrgPersonRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newOrgPersonRelationInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
'if' is not followed by whitespace. | 42 | |
'==' is not preceded with whitespace. | 42 | |
'==' is not followed by whitespace. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter new_return should be final. | 48 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 39 | |
Method 'getValidationType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setValidationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newValidationType should be final. | 45 | |
Line is longer than 80 characters. | 49 | |
Method 'getOrgPositionRestrictionInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setOrgPositionRestrictionInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newOrgPositionRestrictionInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line contains a tab character. | 39 | |
Method 'getReturn' 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 is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Parameter new_return should be final. | 47 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 31 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line contains a tab character. | 39 | |
Method 'getReturn' 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 is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Parameter new_return should be final. | 47 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 68 | |
Expected an @return tag. | 70 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter personId should be final. | 74 | |
'personId' hides a field. | 74 | |
First sentence should end with a period. | 78 | |
Expected an @return tag. | 81 | |
Method 'getCountryOfCitizenshipCode' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Method 'setCountryOfCitizenshipCode' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter countryOfCitizenshipCode should be final. | 85 | |
'countryOfCitizenshipCode' hides a field. | 85 | |
First sentence should end with a period. | 89 | |
Expected an @return tag. | 92 | |
Method 'getCountryOfCitizenshipName' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Method 'setCountryOfCitizenshipName' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter countryOfCitizenshipName should be final. | 96 | |
'countryOfCitizenshipName' hides a field. | 96 | |
Line is longer than 80 characters. | 101 | |
Expected an @return tag. | 103 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Parameter effectiveDate should be final. | 107 | |
'effectiveDate' hides a field. | 107 | |
Line is longer than 80 characters. | 112 | |
Expected an @return tag. | 114 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter expirationDate should be final. | 118 | |
'expirationDate' hides a field. | 118 | |
Expected an @return tag. | 125 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Parameter attributes should be final. | 132 | |
'attributes' hides a field. | 132 | |
Line is longer than 80 characters. | 137 | |
Expected an @return tag. | 139 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Parameter metaInfo should be final. | 143 | |
'metaInfo' hides a field. | 143 | |
Line is longer than 80 characters. | 148 | |
Expected an @return tag. | 150 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Parameter id should be final. | 154 | |
'id' hides a field. | 154 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 31 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Line is longer than 80 characters. | 59 | |
Expected an @return tag. | 61 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter personId should be final. | 65 | |
'personId' hides a field. | 65 | |
First sentence should end with a period. | 69 | |
Expected an @return tag. | 72 | |
Method 'getEthnicityCode' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Method 'setEthnicityCode' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter ethnicityCode should be final. | 76 | |
'ethnicityCode' hides a field. | 76 | |
First sentence should end with a period. | 80 | |
Expected an @return tag. | 83 | |
Method 'getSubEthnicityCode' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Method 'setSubEthnicityCode' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter subEthnicityCode should be final. | 87 | |
'subEthnicityCode' hides a field. | 87 | |
First sentence should end with a period. | 91 | |
Expected an @return tag. | 94 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter effectiveDate should be final. | 98 | |
'effectiveDate' hides a field. | 98 | |
First sentence should end with a period. | 102 | |
Expected an @return tag. | 105 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter expirationDate should be final. | 109 | |
'expirationDate' hides a field. | 109 | |
Line is longer than 80 characters. | 114 | |
Expected an @return tag. | 116 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Parameter metaInfo should be final. | 120 | |
'metaInfo' hides a field. | 120 | |
Line is longer than 80 characters. | 125 | |
Expected an @return tag. | 127 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter id should be final. | 131 | |
'id' hides a field. | 131 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 101 | |
Missing a Javadoc comment. | 104 | |
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 114 | |
Expected an @return tag. | 120 | |
Method 'getPersonTypeKeyList' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Method 'setPersonTypeKeyList' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter personTypeKeyList should be final. | 127 | |
'personTypeKeyList' hides a field. | 127 | |
Expected an @return tag. | 134 | |
Method 'getPersonNameInfoList' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Method 'setPersonNameInfoList' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Parameter personNameInfoList should be final. | 141 | |
'personNameInfoList' hides a field. | 141 | |
Expected an @return tag. | 148 | |
Method 'getPersonCitizenshipInfoList' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Line is longer than 80 characters. | 155 | |
Method 'setPersonCitizenshipInfoList' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Parameter personCitizenshipInfoList should be final. | 155 | |
'personCitizenshipInfoList' hides a field. | 155 | |
Expected an @return tag. | 162 | |
Method 'getPersonVisaInfoList' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Method 'setPersonVisaInfoList' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Missing a Javadoc comment. | 169 | |
Parameter personVisaInfoList should be final. | 169 | |
'personVisaInfoList' hides a field. | 169 | |
Expected an @return tag. | 176 | |
Method 'getPersonResidencyInfoList' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Line is longer than 80 characters. | 183 | |
Method 'setPersonResidencyInfoList' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Missing a Javadoc comment. | 183 | |
Parameter personResidencyInfoList should be final. | 183 | |
'personResidencyInfoList' hides a field. | 183 | |
Line is longer than 80 characters. | 188 | |
Expected an @return tag. | 190 | |
Method 'getPersonEthnicityInfoList' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Line is longer than 80 characters. | 197 | |
Method 'setPersonEthnicityInfoList' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Missing a Javadoc comment. | 197 | |
Parameter personEthnicityInfoList should be final. | 197 | |
'personEthnicityInfoList' hides a field. | 197 | |
First sentence should end with a period. | 201 | |
Expected an @return tag. | 204 | |
Method 'getBirthDate' is not designed for extension - needs to be abstract, final or empty. | 204 | |
Method 'setBirthDate' is not designed for extension - needs to be abstract, final or empty. | 208 | |
Missing a Javadoc comment. | 208 | |
Parameter birthDate should be final. | 208 | |
'birthDate' hides a field. | 208 | |
First sentence should end with a period. | 212 | |
Expected an @return tag. | 215 | |
Method 'getIsTestPerson' is not designed for extension - needs to be abstract, final or empty. | 215 | |
Method 'setIsTestPerson' is not designed for extension - needs to be abstract, final or empty. | 219 | |
Missing a Javadoc comment. | 219 | |
Parameter isTestPerson should be final. | 219 | |
'isTestPerson' hides a field. | 219 | |
First sentence should end with a period. | 223 | |
Expected an @return tag. | 226 | |
Method 'getGender' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Method 'setGender' is not designed for extension - needs to be abstract, final or empty. | 230 | |
Missing a Javadoc comment. | 230 | |
Parameter gender should be final. | 230 | |
'gender' hides a field. | 230 | |
First sentence should end with a period. | 234 | |
Expected an @return tag. | 237 | |
Method 'getPhoto' is not designed for extension - needs to be abstract, final or empty. | 237 | |
Method 'setPhoto' is not designed for extension - needs to be abstract, final or empty. | 241 | |
Missing a Javadoc comment. | 241 | |
Parameter photo should be final. | 241 | |
'photo' hides a field. | 241 | |
First sentence should end with a period. | 245 | |
Expected an @return tag. | 248 | |
Method 'getDeceasedDate' is not designed for extension - needs to be abstract, final or empty. | 248 | |
Method 'setDeceasedDate' is not designed for extension - needs to be abstract, final or empty. | 252 | |
Missing a Javadoc comment. | 252 | |
Parameter deceasedDate should be final. | 252 | |
'deceasedDate' hides a field. | 252 | |
First sentence should end with a period. | 256 | |
Expected an @return tag. | 259 | |
Method 'getMaritalStatusCode' is not designed for extension - needs to be abstract, final or empty. | 259 | |
Method 'setMaritalStatusCode' is not designed for extension - needs to be abstract, final or empty. | 263 | |
Missing a Javadoc comment. | 263 | |
Parameter maritalStatusCode should be final. | 263 | |
'maritalStatusCode' hides a field. | 263 | |
First sentence should end with a period. | 267 | |
Expected an @return tag. | 270 | |
Method 'getPrimaryLanguageCode' is not designed for extension - needs to be abstract, final or empty. | 270 | |
Method 'setPrimaryLanguageCode' is not designed for extension - needs to be abstract, final or empty. | 274 | |
Missing a Javadoc comment. | 274 | |
Parameter primaryLanguageCode should be final. | 274 | |
'primaryLanguageCode' hides a field. | 274 | |
First sentence should end with a period. | 278 | |
Expected an @return tag. | 281 | |
Method 'getSecondaryLanguageCode' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Method 'setSecondaryLanguageCode' is not designed for extension - needs to be abstract, final or empty. | 285 | |
Missing a Javadoc comment. | 285 | |
Parameter secondaryLanguageCode should be final. | 285 | |
'secondaryLanguageCode' hides a field. | 285 | |
First sentence should end with a period. | 289 | |
Expected an @return tag. | 292 | |
Method 'getCountryofBirthCode' is not designed for extension - needs to be abstract, final or empty. | 292 | |
Method 'setCountryofBirthCode' is not designed for extension - needs to be abstract, final or empty. | 296 | |
Missing a Javadoc comment. | 296 | |
Parameter countryofBirthCode should be final. | 296 | |
'countryofBirthCode' hides a field. | 296 | |
Expected an @return tag. | 303 | |
Method 'getStateofBirth' is not designed for extension - needs to be abstract, final or empty. | 303 | |
Method 'setStateofBirth' is not designed for extension - needs to be abstract, final or empty. | 307 | |
Missing a Javadoc comment. | 307 | |
Parameter stateofBirth should be final. | 307 | |
'stateofBirth' hides a field. | 307 | |
Expected an @return tag. | 314 | |
Method 'getCityofBirth' is not designed for extension - needs to be abstract, final or empty. | 314 | |
Method 'setCityofBirth' is not designed for extension - needs to be abstract, final or empty. | 318 | |
Missing a Javadoc comment. | 318 | |
Parameter cityofBirth should be final. | 318 | |
'cityofBirth' hides a field. | 318 | |
First sentence should end with a period. | 322 | |
Line is longer than 80 characters. | 323 | |
Expected an @return tag. | 325 | |
Method 'getGeographicOrigin' is not designed for extension - needs to be abstract, final or empty. | 325 | |
Method 'setGeographicOrigin' is not designed for extension - needs to be abstract, final or empty. | 329 | |
Missing a Javadoc comment. | 329 | |
Parameter geographicOrigin should be final. | 329 | |
'geographicOrigin' hides a field. | 329 | |
Line is longer than 80 characters. | 334 | |
Expected an @return tag. | 336 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 336 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 340 | |
Missing a Javadoc comment. | 340 | |
Parameter effectiveDate should be final. | 340 | |
'effectiveDate' hides a field. | 340 | |
Line is longer than 80 characters. | 345 | |
Expected an @return tag. | 347 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 347 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 351 | |
Missing a Javadoc comment. | 351 | |
Parameter expirationDate should be final. | 351 | |
'expirationDate' hides a field. | 351 | |
Expected an @return tag. | 358 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 358 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 365 | |
Missing a Javadoc comment. | 365 | |
Parameter attributes should be final. | 365 | |
'attributes' hides a field. | 365 | |
Line is longer than 80 characters. | 370 | |
Expected an @return tag. | 372 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 372 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 376 | |
Missing a Javadoc comment. | 376 | |
Parameter metaInfo should be final. | 376 | |
'metaInfo' hides a field. | 376 | |
First sentence should end with a period. | 380 | |
Expected an @return tag. | 383 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 383 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 387 | |
Missing a Javadoc comment. | 387 | |
Parameter state should be final. | 387 | |
'state' hides a field. | 387 | |
Line is longer than 80 characters. | 392 | |
Expected an @return tag. | 394 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 394 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 398 | |
Missing a Javadoc comment. | 398 | |
Parameter id should be final. | 398 | |
'id' hides a field. | 398 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 31 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 76 | |
Line is longer than 80 characters. | 80 | |
Expected an @return tag. | 82 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter personId should be final. | 86 | |
'personId' hides a field. | 86 | |
First sentence should end with a period. | 90 | |
Expected an @return tag. | 93 | |
Method 'getPersonTitle' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Method 'setPersonTitle' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter personTitle should be final. | 97 | |
'personTitle' hides a field. | 97 | |
Line has trailing spaces. | 102 | |
Expected an @return tag. | 104 | |
Method 'getNonStandardName' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Method 'setNonStandardName' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Parameter nonStandardName should be final. | 108 | |
'nonStandardName' hides a field. | 108 | |
Line has trailing spaces. | 113 | |
Expected an @return tag. | 115 | |
Method 'getSurname' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Method 'setSurname' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter surname should be final. | 119 | |
'surname' hides a field. | 119 | |
Line has trailing spaces. | 124 | |
Expected an @return tag. | 126 | |
Method 'getMiddleName' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Method 'setMiddleName' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter middleName should be final. | 130 | |
'middleName' hides a field. | 130 | |
Line has trailing spaces. | 135 | |
Expected an @return tag. | 137 | |
Method 'getGivenName' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Method 'setGivenName' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Parameter givenName should be final. | 141 | |
'givenName' hides a field. | 141 | |
Line has trailing spaces. | 146 | |
Expected an @return tag. | 148 | |
Method 'getPreferredName' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Method 'setPreferredName' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Parameter preferredName should be final. | 152 | |
'preferredName' hides a field. | 152 | |
Line has trailing spaces. | 157 | |
Expected an @return tag. | 159 | |
Method 'getSuffix' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Method 'setSuffix' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Parameter suffix should be final. | 163 | |
'suffix' hides a field. | 163 | |
First sentence should end with a period. | 167 | |
Expected an @return tag. | 170 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Missing a Javadoc comment. | 174 | |
Parameter effectiveDate should be final. | 174 | |
'effectiveDate' hides a field. | 174 | |
First sentence should end with a period. | 178 | |
Expected an @return tag. | 181 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Missing a Javadoc comment. | 185 | |
Parameter expirationDate should be final. | 185 | |
'expirationDate' hides a field. | 185 | |
Expected an @return tag. | 192 | |
Method 'getNameOrder' is not designed for extension - needs to be abstract, final or empty. | 192 | |
Method 'setNameOrder' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Missing a Javadoc comment. | 196 | |
Parameter nameOrder should be final. | 196 | |
'nameOrder' hides a field. | 196 | |
Line is longer than 80 characters. | 201 | |
Expected an @return tag. | 203 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 203 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 207 | |
Missing a Javadoc comment. | 207 | |
Parameter metaInfo should be final. | 207 | |
'metaInfo' hides a field. | 207 | |
Expected an @return tag. | 214 | |
Method 'getNameType' is not designed for extension - needs to be abstract, final or empty. | 214 | |
Method 'setNameType' is not designed for extension - needs to be abstract, final or empty. | 218 | |
Missing a Javadoc comment. | 218 | |
Parameter nameType should be final. | 218 | |
'nameType' hides a field. | 218 | |
Line is longer than 80 characters. | 223 | |
Expected an @return tag. | 225 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 225 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 229 | |
Missing a Javadoc comment. | 229 | |
Parameter id should be final. | 229 | |
'id' hides a field. | 229 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 68 | |
Expected an @return tag. | 74 | |
Method 'getPersonReferenceId' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Method 'setPersonReferenceId' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter personReferenceId should be final. | 78 | |
'personReferenceId' hides a field. | 78 | |
Line is longer than 80 characters. | 83 | |
Expected an @return tag. | 85 | |
Method 'getAssigningOrg' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'setAssigningOrg' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter assigningOrg should be final. | 89 | |
'assigningOrg' hides a field. | 89 | |
Line is longer than 80 characters. | 94 | |
Expected an @return tag. | 96 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter effectiveDate should be final. | 100 | |
'effectiveDate' hides a field. | 100 | |
Line is longer than 80 characters. | 105 | |
Expected an @return tag. | 107 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter expirationDate should be final. | 111 | |
'expirationDate' hides a field. | 111 | |
Expected an @return tag. | 118 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter attributes should be final. | 125 | |
'attributes' hides a field. | 125 | |
Expected an @return tag. | 132 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter metaInfo should be final. | 136 | |
'metaInfo' hides a field. | 136 | |
Line is longer than 80 characters. | 141 | |
Expected an @return tag. | 143 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter type should be final. | 147 | |
'type' hides a field. | 147 | |
Line is longer than 80 characters. | 152 | |
Expected an @return tag. | 154 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter state should be final. | 158 | |
'state' hides a field. | 158 | |
Line is longer than 80 characters. | 163 | |
Expected an @return tag. | 165 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Missing a Javadoc comment. | 169 | |
Parameter id should be final. | 169 | |
'id' hides a field. | 169 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 68 | |
Expected an @return tag. | 74 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter personId should be final. | 78 | |
'personId' hides a field. | 78 | |
Expected an @return tag. | 85 | |
Method 'getRelatedPersonId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'setRelatedPersonId' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter relatedPersonId should be final. | 89 | |
'relatedPersonId' hides a field. | 89 | |
Line is longer than 80 characters. | 94 | |
Expected an @return tag. | 96 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter effectiveDate should be final. | 100 | |
'effectiveDate' hides a field. | 100 | |
Line is longer than 80 characters. | 105 | |
Expected an @return tag. | 107 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter expirationDate should be final. | 111 | |
'expirationDate' hides a field. | 111 | |
Expected an @return tag. | 118 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter attributes should be final. | 125 | |
'attributes' hides a field. | 125 | |
Line is longer than 80 characters. | 130 | |
Expected an @return tag. | 132 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter metaInfo should be final. | 136 | |
'metaInfo' hides a field. | 136 | |
Expected an @return tag. | 143 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter type should be final. | 147 | |
'type' hides a field. | 147 | |
Line is longer than 80 characters. | 152 | |
Expected an @return tag. | 154 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter state should be final. | 158 | |
'state' hides a field. | 158 | |
Line is longer than 80 characters. | 163 | |
Expected an @return tag. | 165 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Missing a Javadoc comment. | 169 | |
Parameter id should be final. | 169 | |
'id' hides a field. | 169 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 63 | |
'=' is not preceded with whitespace. | 63 | |
'=' is not followed by whitespace. | 63 | |
First sentence should end with a period. | 66 | |
Expected an @return tag. | 69 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter name should be final. | 73 | |
'name' hides a field. | 73 | |
First sentence should end with a period. | 77 | |
Expected an @return tag. | 80 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter desc should be final. | 84 | |
'desc' hides a field. | 84 | |
First sentence should end with a period. | 88 | |
Expected an @return tag. | 91 | |
Method 'getRevName' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Method 'setRevName' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter revName should be final. | 95 | |
'revName' hides a field. | 95 | |
First sentence should end with a period. | 99 | |
Line is longer than 80 characters. | 100 | |
Expected an @return tag. | 102 | |
Method 'getRevDesc' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Method 'setRevDesc' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter revDesc should be final. | 106 | |
'revDesc' hides a field. | 106 | |
Line is longer than 80 characters. | 111 | |
Expected an @return tag. | 113 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Parameter effectiveDate should be final. | 117 | |
'effectiveDate' hides a field. | 117 | |
Line is longer than 80 characters. | 122 | |
Expected an @return tag. | 124 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter expirationDate should be final. | 128 | |
'expirationDate' hides a field. | 128 | |
Expected an @return tag. | 135 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
Parameter attributes should be final. | 142 | |
'attributes' hides a field. | 142 | |
Expected an @return tag. | 149 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
Parameter id should be final. | 153 | |
'id' hides a field. | 153 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 71 | |
Line is longer than 80 characters. | 75 | |
Expected an @return tag. | 77 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter personId should be final. | 81 | |
'personId' hides a field. | 81 | |
Expected an @return tag. | 88 | |
Method 'getDeterminationMethod' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Method 'setDeterminationMethod' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter determinationMethod should be final. | 92 | |
'determinationMethod' hides a field. | 92 | |
Expected an @return tag. | 99 | |
Method 'getInStateFlag' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Method 'setInStateFlag' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter inStateFlag should be final. | 103 | |
'inStateFlag' hides a field. | 103 | |
Line is longer than 80 characters. | 108 | |
Expected an @return tag. | 110 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter effectiveDate should be final. | 114 | |
'effectiveDate' hides a field. | 114 | |
Line is longer than 80 characters. | 119 | |
Expected an @return tag. | 121 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter expirationDate should be final. | 125 | |
'expirationDate' hides a field. | 125 | |
Expected an @return tag. | 132 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Parameter attributes should be final. | 139 | |
'attributes' hides a field. | 139 | |
Line is longer than 80 characters. | 144 | |
Expected an @return tag. | 146 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Parameter metaInfo should be final. | 150 | |
'metaInfo' hides a field. | 150 | |
Expected an @return tag. | 157 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Parameter type should be final. | 161 | |
'type' hides a field. | 161 | |
Line is longer than 80 characters. | 166 | |
Expected an @return tag. | 168 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Missing a Javadoc comment. | 172 | |
Parameter state should be final. | 172 | |
'state' hides a field. | 172 | |
Line is longer than 80 characters. | 177 | |
Expected an @return tag. | 179 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Missing a Javadoc comment. | 183 | |
Parameter id should be final. | 183 | |
'id' hides a field. | 183 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 57 | |
'=' is not preceded with whitespace. | 57 | |
'=' is not followed by whitespace. | 57 | |
Expected an @return tag. | 63 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter name should be final. | 67 | |
'name' hides a field. | 67 | |
Expected an @return tag. | 74 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter desc should be final. | 78 | |
'desc' hides a field. | 78 | |
Line is longer than 80 characters. | 83 | |
Expected an @return tag. | 85 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter effectiveDate should be final. | 89 | |
'effectiveDate' hides a field. | 89 | |
Line is longer than 80 characters. | 94 | |
Expected an @return tag. | 96 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter expirationDate should be final. | 100 | |
'expirationDate' hides a field. | 100 | |
Expected an @return tag. | 107 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter attributes should be final. | 114 | |
'attributes' hides a field. | 114 | |
Expected an @return tag. | 121 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter id should be final. | 125 | |
'id' hides a field. | 125 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 57 | |
'=' is not preceded with whitespace. | 57 | |
'=' is not followed by whitespace. | 57 | |
Expected an @return tag. | 63 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter name should be final. | 67 | |
'name' hides a field. | 67 | |
Expected an @return tag. | 74 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter desc should be final. | 78 | |
'desc' hides a field. | 78 | |
Line is longer than 80 characters. | 83 | |
Expected an @return tag. | 85 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter effectiveDate should be final. | 89 | |
'effectiveDate' hides a field. | 89 | |
Line is longer than 80 characters. | 94 | |
Expected an @return tag. | 96 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter expirationDate should be final. | 100 | |
'expirationDate' hides a field. | 100 | |
Expected an @return tag. | 107 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter attributes should be final. | 114 | |
'attributes' hides a field. | 114 | |
Expected an @return tag. | 121 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter id should be final. | 125 | |
'id' hides a field. | 125 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 31 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 58 | |
Line is longer than 80 characters. | 62 | |
Expected an @return tag. | 64 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter personId should be final. | 68 | |
'personId' hides a field. | 68 | |
First sentence should end with a period. | 72 | |
Line is longer than 80 characters. | 73 | |
Expected an @return tag. | 75 | |
Method 'getVisaTypeKey' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'setVisaTypeKey' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter visaTypeKey should be final. | 79 | |
'visaTypeKey' hides a field. | 79 | |
First sentence should end with a period. | 83 | |
Expected an @return tag. | 86 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter effectiveDate should be final. | 90 | |
'effectiveDate' hides a field. | 90 | |
First sentence should end with a period. | 94 | |
Expected an @return tag. | 97 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter expirationDate should be final. | 101 | |
'expirationDate' hides a field. | 101 | |
First sentence should end with a period. | 105 | |
Expected an @return tag. | 108 | |
Method 'getVisaEntry' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Method 'setVisaEntry' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter visaEntry should be final. | 112 | |
'visaEntry' hides a field. | 112 | |
First sentence should end with a period. | 116 | |
Expected an @return tag. | 119 | |
Method 'getVisaId' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Method 'setVisaId' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Parameter visaId should be final. | 123 | |
'visaId' hides a field. | 123 | |
Line is longer than 80 characters. | 128 | |
Expected an @return tag. | 130 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter metaInfo should be final. | 134 | |
'metaInfo' hides a field. | 134 | |
Line is longer than 80 characters. | 139 | |
Expected an @return tag. | 141 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter id should be final. | 145 | |
'id' hides a field. | 145 |
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 | |
Missing a Javadoc comment. | 5 | |
Line contains a tab character. | 6 | |
Missing a Javadoc comment. | 6 | |
Line contains a tab character. | 7 | |
Missing a Javadoc comment. | 7 | |
Line contains a tab character. | 8 | |
Missing a Javadoc comment. | 8 | |
Line contains a tab character. | 9 | |
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 10 | |
Missing a Javadoc comment. | 10 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 42 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/pr | 42 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 176 | |
Line is longer than 80 characters. | 187 | |
Line is longer than 80 characters. | 198 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 39 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/pr | 39 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 100 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 43 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/pr | 43 | |
Line is longer than 80 characters. | 47 | |
Line has trailing spaces. | 77 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 109 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 242 | |
Line is longer than 80 characters. | 253 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line has trailing spaces. | 274 | |
Line has trailing spaces. | 275 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 39 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/pr | 39 | |
Line is longer than 80 characters. | 89 | |
Line is longer than 80 characters. | 100 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 47 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/Pr | 47 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 132 | |
Line is longer than 80 characters. | 133 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 144 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 156 | |
Line is longer than 80 characters. | 157 | |
Line is longer than 80 characters. | 167 | |
Line is longer than 80 characters. | 172 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 182 | |
Line is longer than 80 characters. | 183 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 197 | |
Line is longer than 80 characters. | 198 | |
Line is longer than 80 characters. | 207 | |
Line contains a tab character. | 210 | |
Line is longer than 80 characters. | 211 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getProposalTypeKey' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setProposalTypeKey' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newProposalTypeKey should be final. | 45 | |
Method 'getProposalInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setProposalInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newProposalInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Line is longer than 80 characters. | 43 | |
Method 'getProposalDocRelationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Line is longer than 80 characters. | 49 | |
Method 'setProposalDocRelationType' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter newProposalDocRelationType should be final. | 49 | |
Method 'getDocumentId' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Method 'setDocumentId' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter newDocumentId should be final. | 57 | |
Method 'getProposalId' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Method 'setProposalId' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter newProposalId should be final. | 65 | |
Line is longer than 80 characters. | 69 | |
Method 'getProposalDocRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Line is longer than 80 characters. | 73 | |
Method 'setProposalDocRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter newProposalDocRelationInfo should be final. | 73 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getProposalId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setProposalId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newProposalId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getProposalDocRelationId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setProposalDocRelationId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newProposalDocRelationId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getProposalTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setProposalTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newProposalTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getProposalId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setProposalId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newProposalId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newWorkflowId should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getProposalDocRelationId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setProposalDocRelationId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newProposalDocRelationId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getProposalDocRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setProposalDocRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newProposalDocRelationTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 37 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getDocumentId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setDocumentId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newDocumentId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getProposalDocRelationIdList' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setProposalDocRelationIdList' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newProposalDocRelationIdList should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getProposalId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setProposalId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newProposalId should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getProposalDocRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setProposalDocRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newProposalDocRelationTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getProposalTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setProposalTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newProposalTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getReferenceTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReferenceTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newReferenceTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getProposalIdList' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setProposalIdList' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newProposalIdList should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getProposalTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setProposalTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newProposalTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getReferenceTypeKey' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReferenceTypeKey' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newReferenceTypeKey should be final. | 45 | |
Method 'getReferenceId' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setReferenceId' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newReferenceId should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getProposalState' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setProposalState' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newProposalState should be final. | 45 | |
Method 'getProposalTypeKey' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setProposalTypeKey' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newProposalTypeKey should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getProposalId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setProposalId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newProposalId should be final. | 45 | |
Method 'getProposalInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setProposalInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newProposalInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 39 | |
Method 'getProposalDocRelationId' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line is longer than 80 characters. | 45 | |
Method 'setProposalDocRelationId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newProposalDocRelationId should be final. | 45 | |
Line is longer than 80 characters. | 49 | |
Method 'getProposalDocRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setProposalDocRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newProposalDocRelationInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getValidationType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setValidationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newValidationType should be final. | 45 | |
Method 'getProposalInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setProposalInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newProposalInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Line is longer than 80 characters. | 39 | |
Method 'getValidationType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setValidationType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newValidationType should be final. | 45 | |
Line is longer than 80 characters. | 49 | |
Method 'getProposalDocRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line is longer than 80 characters. | 53 | |
Method 'setProposalDocRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newProposalDocRelationInfo should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Expected an @return tag. | 71 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter name should be final. | 75 | |
'name' hides a field. | 75 | |
Expected an @return tag. | 82 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter desc should be final. | 86 | |
'desc' hides a field. | 86 | |
Line is longer than 80 characters. | 91 | |
Expected an @return tag. | 93 | |
Method 'getOperator' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Method 'setOperator' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter operator should be final. | 97 | |
'operator' hides a field. | 97 | |
Expected an @return tag. | 104 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter attributes should be final. | 111 | |
'attributes' hides a field. | 111 | |
Line is longer than 80 characters. | 116 | |
Expected an @return tag. | 118 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Parameter metaInfo should be final. | 122 | |
'metaInfo' hides a field. | 122 | |
Expected an @return tag. | 129 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Parameter type should be final. | 133 | |
'type' hides a field. | 133 | |
Line is longer than 80 characters. | 138 | |
Expected an @return tag. | 140 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Parameter state should be final. | 144 | |
'state' hides a field. | 144 | |
Line is longer than 80 characters. | 149 | |
Expected an @return tag. | 151 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Parameter id should be final. | 155 | |
'id' hides a field. | 155 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 32 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 68 | |
Line contains a tab character. | 78 | |
Method 'getRefObjectTypeKey' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Method 'setRefObjectTypeKey' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Parameter refObjectTypeKey should be final. | 89 | |
'refObjectTypeKey' hides a field. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Method 'getRefObjectId' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Method 'setRefObjectId' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Parameter refObjectId should be final. | 113 | |
'refObjectId' hides a field. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Expected an @return tag. | 122 | |
Line contains a tab character. | 122 | |
Method 'getStatementId' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Method 'setStatementId' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Parameter statementId should be final. | 131 | |
'statementId' hides a field. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 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 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Parameter effectiveDate should be final. | 155 | |
'effectiveDate' hides a field. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 159 | |
Line is longer than 80 characters. | 160 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line is longer than 80 characters. | 181 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Parameter expirationDate should be final. | 183 | |
'expirationDate' hides a field. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 187 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 196 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 201 | |
Parameter attributes should be final. | 201 | |
'attributes' hides a field. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 223 | |
Parameter metaInfo should be final. | 223 | |
'metaInfo' hides a field. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 241 | |
Parameter type should be final. | 241 | |
'type' hides a field. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 265 | |
Parameter state should be final. | 265 | |
'state' hides a field. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 269 | |
Line is longer than 80 characters. | 270 | |
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 contains a tab character. | 274 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 278 | |
Line is longer than 80 characters. | 279 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 283 | |
Parameter id should be final. | 283 | |
'id' hides a field. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 287 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line is longer than 80 characters. | 290 | |
Line contains a tab character. | 290 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 54 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
Line has trailing spaces. | 59 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 71 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Parameter name should be final. | 71 | |
'name' hides a field. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Parameter desc should be final. | 89 | |
'desc' hides a field. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line has trailing spaces. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
Line has trailing spaces. | 107 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Parameter effectiveDate should be final. | 113 | |
'effectiveDate' hides a field. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 117 | |
Line has trailing spaces. | 118 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Line has trailing spaces. | 119 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line has trailing spaces. | 121 | |
Line contains a tab character. | 121 | |
Line has trailing spaces. | 122 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 131 | |
Line has trailing spaces. | 132 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
Line has trailing spaces. | 133 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line has trailing spaces. | 134 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
Line has trailing spaces. | 136 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line has trailing spaces. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Parameter expirationDate should be final. | 141 | |
'expirationDate' hides a field. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
Line has trailing spaces. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 154 | |
Line is longer than 80 characters. | 155 | |
Line contains a tab character. | 155 | |
Line has trailing spaces. | 156 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Parameter attributes should be final. | 159 | |
'attributes' hides a field. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line has trailing spaces. | 165 | |
Line contains a tab character. | 165 | |
Line has trailing spaces. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line has trailing spaces. | 174 | |
Line contains a tab character. | 174 | |
Line has trailing spaces. | 175 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Parameter id should be final. | 177 | |
'id' hides a field. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 181 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 29 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 41 | |
Expected an @return tag. | 47 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter id should be final. | 51 | |
'id' hides a field. | 51 | |
Line contains a tab character. | 55 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter type should be final. | 59 | |
'type' hides a field. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Expected an @return tag. | 66 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter value should be final. | 70 | |
'value' hides a field. | 70 | |
Line contains a tab character. | 74 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
Missing a Javadoc comment. | 39 | |
'=' is not preceded with whitespace. | 39 | |
'=' is not followed by whitespace. | 39 | |
Expected an @return tag. | 45 | |
Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Method 'setFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter fieldDescriptor should be final. | 49 | |
'fieldDescriptor' hides a field. | 49 | |
Expected an @return tag. | 56 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter id should be final. | 60 | |
'id' hides a field. | 60 | |
Line contains a tab character. | 64 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 35 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 62 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 72 | |
Expected an @return tag. | 75 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter desc should be final. | 79 | |
'desc' hides a field. | 79 | |
Expected an @return tag. | 86 | |
Method 'getReqCompFields' is not designed for extension - needs to be abstract, final or empty. | 86 | |
'if' is not followed by whitespace. | 87 | |
Method 'setReqCompFields' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter reqCompFields should be final. | 93 | |
'reqCompFields' hides a field. | 93 | |
Line is longer than 80 characters. | 98 | |
Expected an @return tag. | 100 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter effectiveDate should be final. | 104 | |
'effectiveDate' hides a field. | 104 | |
Line is longer than 80 characters. | 109 | |
Expected an @return tag. | 111 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter expirationDate should be final. | 115 | |
'expirationDate' hides a field. | 115 | |
Line is longer than 80 characters. | 120 | |
Expected an @return tag. | 122 | |
Method 'getMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Method 'setMetaInfo' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter metaInfo should be final. | 126 | |
'metaInfo' hides a field. | 126 | |
Expected an @return tag. | 133 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Parameter type should be final. | 137 | |
'type' hides a field. | 137 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 141 | |
Line is longer than 80 characters. | 142 | |
Expected an @return tag. | 144 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Parameter state should be final. | 148 | |
'state' hides a field. | 148 | |
Line is longer than 80 characters. | 153 | |
Expected an @return tag. | 155 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Parameter id should be final. | 159 | |
'id' hides a field. | 159 | |
Line contains a tab character. | 163 | |
Method 'getNaturalLanguageTranslation' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
Method 'setNaturalLanguageTranslation' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Missing a Javadoc comment. | 167 | |
Parameter naturalLanguageTranslation should be final. | 167 | |
'naturalLanguageTranslation' hides a field. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 171 | |
Line contains a tab character. | 172 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Method 'getReqCompFieldTypeInfos' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Line is longer than 80 characters. | 48 | |
Method 'setReqCompFieldTypeInfos' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Parameter reqCompFieldTypeInfos should be final. | 48 | |
'reqCompFieldTypeInfos' hides a field. | 48 | |
Line contains a tab character. | 52 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 33 | |
Expected an @return tag. | 38 | |
Method 'getStatementIds' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Method 'setStatementIds' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter statementIds should be final. | 45 | |
'statementIds' hides a field. | 45 | |
Expected an @return tag. | 52 | |
Method 'getReqComponentIds' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Method 'setReqComponentIds' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter reqComponentIds should be final. | 59 | |
'reqComponentIds' hides a field. | 59 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Avoid inline conditionals. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Method 'getStatements' 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. | 35 | |
Method 'setStatements' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter statements should be final. | 39 | |
'statements' hides a field. | 39 | |
Method 'getReqComponents' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'setReqComponents' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter reqComponents should be final. | 50 | |
'reqComponents' hides a field. | 50 | |
Line contains a tab character. | 54 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 38 | |
Line has trailing spaces. | 43 | |
Method 'getAllowedReqComponentTypes' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 80 characters. | 48 | |
Method 'setAllowedReqComponentTypes' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter allowedReqComponentTypes should be final. | 48 | |
'allowedReqComponentTypes' hides a field. | 48 | |
Method 'getAllowedStatementTypes' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Method 'setAllowedStatementTypes' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter allowedLuStatementTypes should be final. | 56 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 68 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Unused import - org.kuali.student.core.exceptions.CircularRelationshipException. | 28 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Redundant 'public' modifier. | 57 | |
Line contains a tab character. | 59 | |
Line is longer than 80 characters. | 60 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Redundant 'public' modifier. | 66 | |
'=' is not preceded with whitespace. | 66 | |
'=' is not followed by whitespace. | 66 | |
Expected @throws tag for 'DoesNotExistException'. | 66 | |
Expected @throws tag for 'InvalidParameterException'. | 66 | |
Expected @throws tag for 'MissingParameterException'. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Redundant 'public' modifier. | 74 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Redundant 'public' modifier. | 86 | |
'=' is not preceded with whitespace. | 86 | |
'=' is not followed by whitespace. | 86 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Redundant 'public' modifier. | 100 | |
'=' is not preceded with whitespace. | 100 | |
'=' is not followed by whitespace. | 100 | |
Expected @param tag for 'refStatementRelationInfo'. | 100 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Redundant 'public' modifier. | 116 | |
'=' is not preceded with whitespace. | 116 | |
'=' is not followed by whitespace. | 116 | |
'=' is not preceded with whitespace. | 116 | |
'=' is not followed by whitespace. | 116 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 120 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
Redundant 'public' modifier. | 129 | |
'=' is not preceded with whitespace. | 129 | |
'=' is not followed by whitespace. | 129 | |
Line contains a tab character. | 131 | |
Line has trailing spaces. | 132 | |
Line contains a tab character. | 132 | |
Line has trailing spaces. | 133 | |
Line contains a tab character. | 133 | |
Line has trailing spaces. | 134 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Line has trailing spaces. | 135 | |
Line contains a tab character. | 135 | |
Line has trailing spaces. | 136 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Line has trailing spaces. | 138 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
Line has trailing spaces. | 139 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 140 | |
Line has trailing spaces. | 141 | |
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 is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
Redundant 'public' modifier. | 152 | |
'=' is not preceded with whitespace. | 152 | |
'=' is not followed by whitespace. | 152 | |
'=' is not preceded with whitespace. | 152 | |
'=' is not followed by whitespace. | 152 | |
Line has trailing spaces. | 153 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line has trailing spaces. | 156 | |
Line contains a tab character. | 156 | |
Line is longer than 80 characters. | 157 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line is longer than 80 characters. | 164 | |
Line contains a tab character. | 164 | |
Redundant 'public' modifier. | 164 | |
'=' is not preceded with whitespace. | 164 | |
'=' is not followed by whitespace. | 164 | |
Line contains a tab character. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
Line has trailing spaces. | 168 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line is longer than 80 characters. | 171 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
Redundant 'public' modifier. | 177 | |
'=' is not preceded with whitespace. | 177 | |
'=' is not followed by whitespace. | 177 | |
'=' is not preceded with whitespace. | 177 | |
'=' is not followed by whitespace. | 177 | |
Line contains a tab character. | 179 | |
Line is longer than 80 characters. | 180 | |
Line contains a tab character. | 180 | |
Line has trailing spaces. | 181 | |
Line contains a tab character. | 181 | |
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 | |
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 is longer than 80 characters. | 189 | |
Line contains a tab character. | 189 | |
Redundant 'public' modifier. | 189 | |
'=' is not preceded with whitespace. | 189 | |
'=' is not followed by whitespace. | 189 | |
Line contains a tab character. | 191 | |
Line has trailing spaces. | 192 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line has trailing spaces. | 194 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line has trailing spaces. | 196 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line has trailing spaces. | 199 | |
Line is longer than 80 characters. | 199 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line has trailing spaces. | 201 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line has trailing spaces. | 206 | |
Line is longer than 80 characters. | 209 | |
Unused @throws tag for 'VersionMismatchException'. | 209 | |
Expected an @return tag. | 211 | |
Line is longer than 80 characters. | 211 | |
Redundant 'public' modifier. | 211 | |
'=' is not preceded with whitespace. | 211 | |
'=' is not followed by whitespace. | 211 | |
'=' is not preceded with whitespace. | 211 | |
'=' is not followed by whitespace. | 211 | |
'=' is not preceded with whitespace. | 211 | |
'=' is not followed by whitespace. | 211 | |
Line has trailing spaces. | 214 | |
Line has trailing spaces. | 216 | |
Line is longer than 80 characters. | 220 | |
Line is longer than 80 characters. | 226 | |
Redundant 'public' modifier. | 226 | |
'=' is not preceded with whitespace. | 226 | |
'=' is not followed by whitespace. | 226 | |
'=' is not preceded with whitespace. | 226 | |
'=' is not followed by whitespace. | 226 | |
'=' is not preceded with whitespace. | 226 | |
'=' is not followed by whitespace. | 226 | |
Line has trailing spaces. | 227 | |
Line has trailing spaces. | 229 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line has trailing spaces. | 231 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line has trailing spaces. | 233 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line has trailing spaces. | 238 | |
Line is longer than 80 characters. | 239 | |
Line is longer than 80 characters. | 241 | |
Unused @throws tag for 'VersionMismatchException'. | 241 | |
Expected an @return tag. | 243 | |
Line is longer than 80 characters. | 243 | |
Redundant 'public' modifier. | 243 | |
'=' is not preceded with whitespace. | 243 | |
'=' is not followed by whitespace. | 243 | |
'=' is not preceded with whitespace. | 243 | |
'=' is not followed by whitespace. | 243 | |
'=' is not preceded with whitespace. | 243 | |
'=' is not followed by whitespace. | 243 | |
Line has trailing spaces. | 246 | |
Line has trailing spaces. | 247 | |
Line has trailing spaces. | 248 | |
Line has trailing spaces. | 250 | |
Line is longer than 80 characters. | 254 | |
Line is longer than 80 characters. | 259 | |
Redundant 'public' modifier. | 259 | |
'=' is not preceded with whitespace. | 259 | |
'=' is not followed by whitespace. | 259 | |
'=' is not preceded with whitespace. | 259 | |
'=' is not followed by whitespace. | 259 | |
'=' is not preceded with whitespace. | 259 | |
'=' is not followed by whitespace. | 259 | |
Line has trailing spaces. | 262 | |
Line has trailing spaces. | 263 | |
Line has trailing spaces. | 264 | |
Line has trailing spaces. | 266 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 275 | |
Redundant 'public' modifier. | 275 | |
'=' is not preceded with whitespace. | 275 | |
'=' is not followed by whitespace. | 275 | |
'=' is not preceded with whitespace. | 275 | |
'=' is not followed by whitespace. | 275 | |
'=' is not preceded with whitespace. | 275 | |
'=' is not followed by whitespace. | 275 | |
Line has trailing spaces. | 276 | |
Line has trailing spaces. | 277 | |
Line has trailing spaces. | 278 | |
Line has trailing spaces. | 279 | |
Line has trailing spaces. | 280 | |
Line has trailing spaces. | 281 | |
Line has trailing spaces. | 282 | |
Line has trailing spaces. | 283 | |
Line has trailing spaces. | 284 | |
Line has trailing spaces. | 285 | |
Line has trailing spaces. | 286 | |
Line has trailing spaces. | 287 | |
Line has trailing spaces. | 289 | |
Line is longer than 80 characters. | 294 | |
Line is longer than 80 characters. | 295 | |
Line is longer than 80 characters. | 298 | |
Redundant 'public' modifier. | 298 | |
'=' is not preceded with whitespace. | 298 | |
'=' is not followed by whitespace. | 298 | |
'=' is not preceded with whitespace. | 298 | |
'=' is not followed by whitespace. | 298 | |
Line has trailing spaces. | 300 | |
Line has trailing spaces. | 301 | |
Line has trailing spaces. | 302 | |
Line has trailing spaces. | 303 | |
Line has trailing spaces. | 304 | |
Line has trailing spaces. | 305 | |
Line has trailing spaces. | 306 | |
Line has trailing spaces. | 307 | |
Line has trailing spaces. | 308 | |
Line has trailing spaces. | 309 | |
Line has trailing spaces. | 310 | |
Line has trailing spaces. | 312 | |
Line is longer than 80 characters. | 317 | |
Line is longer than 80 characters. | 318 | |
Line is longer than 80 characters. | 321 | |
Redundant 'public' modifier. | 321 | |
'=' is not preceded with whitespace. | 321 | |
'=' is not followed by whitespace. | 321 | |
'=' is not preceded with whitespace. | 321 | |
'=' is not followed by whitespace. | 321 | |
First sentence should end with a period. | 323 | |
Line has trailing spaces. | 323 | |
Line is longer than 80 characters. | 332 | |
Redundant 'public' modifier. | 332 | |
'=' is not preceded with whitespace. | 332 | |
'=' is not followed by whitespace. | 332 | |
Line has trailing spaces. | 333 | |
First sentence should end with a period. | 334 | |
Line has trailing spaces. | 334 | |
Line has trailing spaces. | 339 | |
Line is longer than 80 characters. | 343 | |
Redundant 'public' modifier. | 343 | |
'=' is not preceded with whitespace. | 343 | |
'=' is not followed by whitespace. | 343 | |
First sentence should end with a period. | 345 | |
Line has trailing spaces. | 345 | |
Line is longer than 80 characters. | 354 | |
Redundant 'public' modifier. | 354 | |
'=' is not preceded with whitespace. | 354 | |
'=' is not followed by whitespace. | 354 | |
Line has trailing spaces. | 356 | |
Line is longer than 80 characters. | 365 | |
Redundant 'public' modifier. | 365 | |
'=' is not preceded with whitespace. | 365 | |
'=' is not followed by whitespace. | 365 | |
Line has trailing spaces. | 367 | |
Line is longer than 80 characters. | 368 | |
Line is longer than 80 characters. | 370 | |
Line is longer than 80 characters. | 376 | |
Redundant 'public' modifier. | 376 | |
'=' is not preceded with whitespace. | 376 | |
'=' is not followed by whitespace. | 376 | |
Line has trailing spaces. | 379 | |
Line is longer than 80 characters. | 379 | |
Line has trailing spaces. | 380 | |
Line has trailing spaces. | 382 | |
Line is longer than 80 characters. | 390 | |
Redundant 'public' modifier. | 390 | |
'=' is not preceded with whitespace. | 390 | |
'=' is not followed by whitespace. | 390 | |
Line has trailing spaces. | 391 | |
Line has trailing spaces. | 392 | |
Line is longer than 80 characters. | 398 | |
Line is longer than 80 characters. | 400 | |
Line is longer than 80 characters. | 401 | |
Line is longer than 80 characters. | 405 | |
Redundant 'public' modifier. | 405 | |
'=' is not preceded with whitespace. | 405 | |
'=' is not followed by whitespace. | 405 | |
'=' is not preceded with whitespace. | 405 | |
'=' is not followed by whitespace. | 405 | |
Line has trailing spaces. | 406 | |
First sentence should end with a period. | 407 | |
Line has trailing spaces. | 407 | |
Line is longer than 80 characters. | 417 | |
Redundant 'public' modifier. | 417 | |
'=' is not preceded with whitespace. | 417 | |
'=' is not followed by whitespace. | 417 | |
Line has trailing spaces. | 419 | |
Line is longer than 80 characters. | 425 | |
Line is longer than 80 characters. | 432 | |
Redundant 'public' modifier. | 432 | |
'=' is not preceded with whitespace. | 432 | |
'=' is not followed by whitespace. | 432 | |
'=' is not preceded with whitespace. | 432 | |
'=' is not followed by whitespace. | 432 | |
First sentence should end with a period. | 434 | |
Line has trailing spaces. | 434 | |
Line is longer than 80 characters. | 439 | |
Line is longer than 80 characters. | 440 | |
Line is longer than 80 characters. | 446 | |
Line is longer than 80 characters. | 448 | |
Redundant 'public' modifier. | 448 | |
'=' is not preceded with whitespace. | 448 | |
'=' is not followed by whitespace. | 448 | |
'=' is not preceded with whitespace. | 448 | |
'=' is not followed by whitespace. | 448 | |
First sentence should end with a period. | 450 | |
Line has trailing spaces. | 450 | |
Line is longer than 80 characters. | 460 | |
Redundant 'public' modifier. | 460 | |
'=' is not preceded with whitespace. | 460 | |
'=' is not followed by whitespace. | 460 | |
First sentence should end with a period. | 462 | |
Line has trailing spaces. | 462 | |
Line is longer than 80 characters. | 471 | |
Redundant 'public' modifier. | 471 | |
'=' is not preceded with whitespace. | 471 | |
'=' is not followed by whitespace. | 471 | |
Line contains a tab character. | 474 | |
Line has trailing spaces. | 475 | |
Line is longer than 80 characters. | 479 | |
Redundant 'public' modifier. | 479 | |
Line has trailing spaces. | 482 | |
Line has trailing spaces. | 484 | |
Line is longer than 80 characters. | 492 | |
Redundant 'public' modifier. | 492 | |
'=' is not preceded with whitespace. | 492 | |
'=' is not followed by whitespace. | 492 | |
Line has trailing spaces. | 493 | |
Line has trailing spaces. | 494 | |
Line is longer than 80 characters. | 499 | |
Redundant 'public' modifier. | 499 | |
First sentence should end with a period. | 501 | |
Line has trailing spaces. | 501 | |
Line is longer than 80 characters. | 510 | |
Redundant 'public' modifier. | 510 | |
'=' is not preceded with whitespace. | 510 | |
'=' is not followed by whitespace. | 510 | |
Line has trailing spaces. | 512 | |
Line is longer than 80 characters. | 513 | |
Line is longer than 80 characters. | 521 | |
Redundant 'public' modifier. | 521 | |
'=' is not preceded with whitespace. | 521 | |
'=' is not followed by whitespace. | 521 | |
Line has trailing spaces. | 524 | |
Line has trailing spaces. | 526 | |
Line is longer than 80 characters. | 530 | |
Redundant 'public' modifier. | 530 | |
Line has trailing spaces. | 533 | |
Line has trailing spaces. | 535 | |
Line is longer than 80 characters. | 536 | |
Line is longer than 80 characters. | 543 | |
Redundant 'public' modifier. | 543 | |
'=' is not preceded with whitespace. | 543 | |
'=' is not followed by whitespace. | 543 | |
Line has trailing spaces. | 546 | |
Line has trailing spaces. | 548 | |
Line is longer than 80 characters. | 549 | |
Line is longer than 80 characters. | 556 | |
Redundant 'public' modifier. | 556 | |
'=' is not preceded with whitespace. | 556 | |
'=' is not followed by whitespace. | 556 | |
Line has trailing spaces. | 559 | |
Line has trailing spaces. | 561 | |
Expected an @return tag. | 569 | |
Line is longer than 80 characters. | 569 | |
Redundant 'public' modifier. | 569 | |
'=' is not preceded with whitespace. | 569 | |
'=' is not followed by whitespace. | 569 | |
First sentence should end with a period. | 571 | |
Line has trailing spaces. | 571 | |
Line is longer than 80 characters. | 573 | |
Line is longer than 80 characters. | 574 | |
Line is longer than 80 characters. | 576 | |
Line is longer than 80 characters. | 578 | |
Line is longer than 80 characters. | 579 | |
Line is longer than 80 characters. | 582 | |
Line is longer than 80 characters. | 584 | |
Redundant 'public' modifier. | 584 | |
'=' is not preceded with whitespace. | 584 | |
'=' is not followed by whitespace. | 584 | |
'=' is not preceded with whitespace. | 584 | |
'=' is not followed by whitespace. | 584 | |
First sentence should end with a period. | 586 | |
Line is longer than 80 characters. | 587 | |
Line is longer than 80 characters. | 589 | |
Line is longer than 80 characters. | 595 | |
Redundant 'public' modifier. | 595 | |
'=' is not preceded with whitespace. | 595 | |
'=' is not followed by whitespace. | 595 | |
Line has trailing spaces. | 596 | |
First sentence should end with a period. | 597 | |
Line is longer than 80 characters. | 598 | |
Line contains a tab character. | 600 | |
Line contains a tab character. | 601 | |
Line is longer than 80 characters. | 602 | |
Line is longer than 80 characters. | 608 | |
Redundant 'public' modifier. | 608 | |
Line has trailing spaces. | 609 | |
Line is longer than 80 characters. | 611 | |
Line is longer than 80 characters. | 615 | |
Unused @throws tag for 'CircularRelationshipException'. | 615 | |
Line is longer than 80 characters. | 616 | |
Line is longer than 80 characters. | 618 | |
Line is longer than 80 characters. | 619 | |
Line is longer than 80 characters. | 622 | |
Line is longer than 80 characters. | 624 | |
Redundant 'public' modifier. | 624 | |
'=' is not preceded with whitespace. | 624 | |
'=' is not followed by whitespace. | 624 | |
'=' is not preceded with whitespace. | 624 | |
'=' is not followed by whitespace. | 624 | |
Expected @throws tag for 'CircularReferenceException'. | 624 | |
Line contains a tab character. | 626 | |
Line has trailing spaces. | 627 | |
Line is longer than 80 characters. | 627 | |
Line contains a tab character. | 627 | |
Line contains a tab character. | 628 | |
Line contains a tab character. | 629 | |
Line is longer than 80 characters. | 630 | |
Line contains a tab character. | 630 | |
Line contains a tab character. | 631 | |
Line contains a tab character. | 632 | |
Line contains a tab character. | 633 | |
Line contains a tab character. | 634 | |
Line contains a tab character. | 635 | |
Line contains a tab character. | 636 | |
Line contains a tab character. | 637 | |
Line contains a tab character. | 638 | |
Line is longer than 80 characters. | 639 | |
Line contains a tab character. | 639 | |
Redundant 'public' modifier. | 639 | |
'=' is not preceded with whitespace. | 639 | |
'=' is not followed by whitespace. | 639 | |
Expected @param tag for 'statementTreeViewInfo'. | 639 | |
Expected @throws tag for 'AlreadyExistsException'. | 639 | |
Expected @throws tag for 'DataValidationErrorException'. | 639 | |
Expected @throws tag for 'DoesNotExistException'. | 639 | |
Expected @throws tag for 'InvalidParameterException'. | 639 | |
Expected @throws tag for 'MissingParameterException'. | 639 | |
Expected @throws tag for 'OperationFailedException'. | 639 | |
Expected @throws tag for 'PermissionDeniedException'. | 639 | |
Line has trailing spaces. | 640 | |
Line contains a tab character. | 640 | |
First sentence should end with a period. | 641 | |
Line contains a tab character. | 641 | |
Line contains a tab character. | 642 | |
Line contains a tab character. | 643 | |
Line contains a tab character. | 644 | |
Line contains a tab character. | 645 | |
Line contains a tab character. | 646 | |
Line contains a tab character. | 647 | |
Line contains a tab character. | 648 | |
Line contains a tab character. | 649 | |
Line contains a tab character. | 650 | |
Line is longer than 80 characters. | 651 | |
Line contains a tab character. | 651 | |
Redundant 'public' modifier. | 651 | |
'=' is not preceded with whitespace. | 651 | |
'=' is not followed by whitespace. | 651 | |
Expected @param tag for 'statementId'. | 651 | |
Expected @throws tag for 'DoesNotExistException'. | 651 | |
Expected @throws tag for 'InvalidParameterException'. | 651 | |
Expected @throws tag for 'MissingParameterException'. | 651 | |
Expected @throws tag for 'OperationFailedException'. | 651 | |
Expected @throws tag for 'PermissionDeniedException'. | 651 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 25 | |
Method 'getRefStatementRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setRefStatementRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newRefStatementRelationInfo should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 23 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Line is longer than 80 characters. | 25 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 25 | |
Method 'getReqComponentType' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Method 'setReqComponentType' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter newReqComponentType should be final. | 31 | |
Line is longer than 80 characters. | 35 | |
Method 'getReqComponentInfo' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 39 | |
Method 'setReqComponentInfo' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter newReqComponentInfo should be final. | 39 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Method 'getStatementType' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Method 'setStatementType' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter newStatementType should be final. | 31 | |
Line is longer than 80 characters. | 35 | |
Method 'getStatementInfo' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 39 | |
Method 'setStatementInfo' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter newStatementInfo should be final. | 39 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getRefStatementRelationId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setRefStatementRelationId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newRefStatementRelationId should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getReqComponentId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReqComponentId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newReqComponentId should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getStatementId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setStatementId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newStatementId should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Method 'getRefStatementRelationId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 33 | |
Method 'setRefStatementRelationId' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter newRefStatementRelationId should be final. | 33 | |
Method 'getNlUsageTypeKey' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'setNlUsageTypeKey' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter newNlUsageTypeKey should be final. | 41 | |
Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter newLanguage should be final. | 49 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Method 'getReqComponentId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Method 'setReqComponentId' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter newReqComponentId should be final. | 33 | |
Method 'getNlUsageTypeKey' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'setNlUsageTypeKey' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter newNlUsageTypeKey should be final. | 41 | |
Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter newLanguage should be final. | 49 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Method 'getStatementId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Method 'setStatementId' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter newStatementId should be final. | 33 | |
Method 'getNlUsageTypeKey' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'setNlUsageTypeKey' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter newNlUsageTypeKey should be final. | 41 | |
Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter newLanguage should be final. | 49 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getNlUsageTypeKey' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setNlUsageTypeKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newNlUsageTypeKey should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 9 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getObjectTypeKey' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setObjectTypeKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newObjectTypeKey should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 9 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getRefStatementRelationId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setRefStatementRelationId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newRefStatementRelationId should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 23 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Line is longer than 80 characters. | 25 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getRefStatementRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setRefStatementRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newRefStatementRelationTypeKey should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 23 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Line is longer than 80 characters. | 25 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 9 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getRefSubTypeKey' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setRefSubTypeKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newRefSubTypeKey should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Method 'getRefObjectTypeKey' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Method 'setRefObjectTypeKey' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter newRefObjectTypeKey should be final. | 31 | |
Method 'getRefObjectId' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Method 'setRefObjectId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter newRefObjectId should be final. | 39 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getStatementId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setStatementId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newStatementId should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getReqComponentId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReqComponentId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newReqComponentId should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getReqComponentTypeKey' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReqComponentTypeKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newReqComponentTypeKey should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Line is longer than 80 characters. | 25 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 9 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getStatementTypeKey' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setStatementTypeKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newStatementTypeKey should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getReqComponentTypeKey' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReqComponentTypeKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newReqComponentTypeKey should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getStatementId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setStatementId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newStatementId should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getStatementId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setStatementId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newStatementId should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Method 'getArg0' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Method 'setArg0' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter newArg0 should be final. | 33 | |
Method 'getArg1' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'setArg1' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter newArg1 should be final. | 41 | |
Method 'getArg2' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'setArg2' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter newArg2 should be final. | 49 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Line is longer than 80 characters. | 25 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Line is longer than 80 characters. | 25 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getStatementTypeKey' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setStatementTypeKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newStatementTypeKey should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 9 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getRefStatementRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setRefStatementRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newRefStatementRelationTypeKey should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getStatementTypeKey' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setStatementTypeKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newStatementTypeKey should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getStatementTypeKey' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setStatementTypeKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newStatementTypeKey should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getReqComponentId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReqComponentId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newReqComponentId should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getStatementId' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setStatementId' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newStatementId should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Line is longer than 80 characters. | 29 | |
Method 'getReqComponentInfo' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 33 | |
Method 'setReqComponentInfo' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter newReqComponentInfo should be final. | 33 | |
Method 'getNlUsageTypeKey' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'setNlUsageTypeKey' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter newNlUsageTypeKey should be final. | 41 | |
Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter newLanguage should be final. | 49 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Line is longer than 80 characters. | 29 | |
Method 'getStatementTreeViewInfo' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 33 | |
Method 'setStatementTreeViewInfo' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter newStatementTreeViewInfo should be final. | 33 | |
Method 'getNlUsageTypeKey' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'setNlUsageTypeKey' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter newNlUsageTypeKey should be final. | 41 | |
Method 'getLanguage' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter newLanguage should be final. | 49 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 25 | |
Method 'getRefStatementRelationId' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 31 | |
Method 'setRefStatementRelationId' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter newRefStatementRelationId should be final. | 31 | |
Line is longer than 80 characters. | 35 | |
Method 'getRefStatementRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 39 | |
Method 'setRefStatementRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter newRefStatementRelationInfo should be final. | 39 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Line is longer than 80 characters. | 23 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Line is longer than 80 characters. | 25 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 25 | |
Method 'getReqComponentId' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Method 'setReqComponentId' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter newReqComponentId should be final. | 31 | |
Line is longer than 80 characters. | 35 | |
Method 'getReqComponentInfo' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 39 | |
Method 'setReqComponentInfo' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter newReqComponentInfo should be final. | 39 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Method 'getStatementId' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Method 'setStatementId' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter newStatementId should be final. | 31 | |
Line is longer than 80 characters. | 35 | |
Method 'getStatementInfo' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 39 | |
Method 'setStatementInfo' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter newStatementInfo should be final. | 39 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 25 | |
Method 'getStatementId' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Method 'setStatementId' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter newStatementId should be final. | 31 | |
Line is longer than 80 characters. | 35 | |
Method 'getStatementTreeViewInfo' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 39 | |
Method 'setStatementTreeViewInfo' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter newStatementTreeViewInfo should be final. | 39 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Line is longer than 80 characters. | 25 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 25 | |
Method 'getValidationType' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Method 'setValidationType' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter newValidationType should be final. | 31 | |
Line is longer than 80 characters. | 35 | |
Method 'getRefStatementRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 39 | |
Method 'setRefStatementRelationInfo' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter newRefStatementRelationInfo should be final. | 39 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 14 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 26 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter new_return should be final. | 36 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 25 | |
Method 'getValidationType' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Method 'setValidationType' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter newValidationType should be final. | 31 | |
Line is longer than 80 characters. | 35 | |
Method 'getReqComponentInfo' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 39 | |
Method 'setReqComponentInfo' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter newReqComponentInfo should be final. | 39 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 14 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 26 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter new_return should be final. | 36 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
',' is not followed by whitespace. | 18 | |
'}' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Method 'getValidationType' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Method 'setValidationType' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter newValidationType should be final. | 31 | |
Line is longer than 80 characters. | 35 | |
Method 'getStatementInfo' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 39 | |
Method 'setStatementInfo' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter newStatementInfo should be final. | 39 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 14 | |
Line is longer than 80 characters. | 20 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 26 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter new_return should be final. | 36 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
'{' is not preceded with whitespace. | 7 | |
Line contains a tab character. | 9 | |
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Variable 'collaborators' must be private and have accessor methods. | 11 | |
Line contains a tab character. | 13 | |
Method 'getCollaborators' is not designed for extension - needs to be abstract, final or empty. | 13 | |
Missing a Javadoc comment. | 13 | |
Line contains a tab character. | 14 | |
'{' is not preceded with whitespace. | 14 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 20 | |
Method 'setCollaborators' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter collaborators should be final. | 20 | |
'collaborators' hides a field. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 24 | |
'{' is not preceded with whitespace. | 26 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Method 'getPrincipalId' 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. | 45 | |
Method 'setPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter principalId should be final. | 45 | |
'principalId' hides a field. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter firstName should be final. | 51 | |
'firstName' hides a field. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter lastName should be final. | 57 | |
'lastName' hides a field. | 57 | |
Line contains a tab character. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Method 'getPermission' 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. | 63 | |
Method 'setPermission' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter permission should be final. | 63 | |
'permission' hides a field. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Method 'getAction' 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. | 69 | |
Method 'setAction' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter action should be final. | 69 | |
'action' hides a field. | 69 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Method 'isAuthor' 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. | 75 | |
Method 'setAuthor' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter isAuthor should be final. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Method 'isCanRevokeRequest' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 81 | |
Method 'setCanRevokeRequest' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter canRevokeRequest should be final. | 81 | |
'canRevokeRequest' hides a field. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Method 'getActionRequestStatus' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 87 | |
Method 'setActionRequestStatus' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter actionRequestStatus should be final. | 87 | |
'actionRequestStatus' hides a field. | 87 | |
Line contains a tab character. | 88 | |
Method 'getActionRequestId' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Method 'setActionRequestId' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter actionRequestId should be final. | 93 | |
'actionRequestId' hides a field. | 93 |