The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 12 | |
| NewlineAtEndOfFile | 1 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 197 | |
RegexpSingleline
| 27 | |
| JavadocMethod | 866 | |
| JavadocType | 12 | |
| JavadocVariable | 460 | |
| JavadocStyle | 297 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
| AvoidStarImport | 2 | |
| IllegalImport | 0 | |
| RedundantImport | 3 | |
| UnusedImports | 6 | |
| LineLength | 717 | |
| MethodLength | 2 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 6 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 21 | |
| AvoidNestedBlocks | 2 | |
| EmptyBlock | 2 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 359 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 8 | |
| MissingSwitchDefault | 5 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 641 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 3 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 18 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 990 | |
| TodoComment | 44 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Line is longer than 80 characters. | 25 | |
| Utility classes should not have a public or default constructor. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 44 | |
| Line is longer than 80 characters. | 49 | |
| Missing a Javadoc comment. | 53 | |
| Parameter model should be final. | 53 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 70 | |
| Parameter args should be final. | 70 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 24 | |
| Parameter cause should be final. | 24 | |
| Missing a Javadoc comment. | 28 | |
| Parameter message should be final. | 28 | |
| Parameter cause should be final. | 28 | |
| Missing a Javadoc comment. | 32 | |
| Parameter message should be final. | 32 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 24 | |
| Parameter cause should be final. | 24 | |
| Missing a Javadoc comment. | 28 | |
| Parameter message should be final. | 28 | |
| Parameter cause should be final. | 28 | |
| Missing a Javadoc comment. | 32 | |
| Parameter message should be final. | 32 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 32 | |
| First sentence should end with a period. | 34 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| First sentence should end with a period. | 43 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Parameter id should be final. | 48 | |
| 'id' hides a field. | 48 | |
| Missing a Javadoc comment. | 51 | |
| First sentence should end with a period. | 53 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| First sentence should end with a period. | 62 | |
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Parameter key should be final. | 67 | |
| 'key' hides a field. | 67 | |
| Missing a Javadoc comment. | 70 | |
| First sentence should end with a period. | 72 | |
| Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| First sentence should end with a period. | 81 | |
| Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Parameter desc should be final. | 86 | |
| 'desc' hides a field. | 86 | |
| Missing a Javadoc comment. | 89 | |
| First sentence should end with a period. | 91 | |
| Method 'getServerSide' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| First sentence should end with a period. | 100 | |
| Method 'setServerSide' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Parameter serverSide should be final. | 105 | |
| 'serverSide' hides a field. | 105 | |
| Missing a Javadoc comment. | 108 | |
| First sentence should end with a period. | 110 | |
| Method 'getMinLength' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| First sentence should end with a period. | 119 | |
| Method 'setMinLength' is not designed for extension - needs to be abstract, final or empty. | 124 | |
| Parameter minLength should be final. | 124 | |
| 'minLength' hides a field. | 124 | |
| Missing a Javadoc comment. | 127 | |
| First sentence should end with a period. | 129 | |
| Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| First sentence should end with a period. | 138 | |
| Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Parameter maxLength should be final. | 143 | |
| 'maxLength' hides a field. | 143 | |
| Missing a Javadoc comment. | 146 | |
| First sentence should end with a period. | 148 | |
| Method 'getMinValue' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| First sentence should end with a period. | 157 | |
| Method 'setMinValue' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Parameter minValue should be final. | 162 | |
| 'minValue' hides a field. | 162 | |
| Missing a Javadoc comment. | 165 | |
| First sentence should end with a period. | 167 | |
| Method 'getMaxValue' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| First sentence should end with a period. | 176 | |
| Method 'setMaxValue' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Parameter maxValue should be final. | 181 | |
| 'maxValue' hides a field. | 181 | |
| Missing a Javadoc comment. | 184 | |
| Variable 'minOccurs' must be private and have accessor methods. | 184 | |
| First sentence should end with a period. | 186 | |
| Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| First sentence should end with a period. | 195 | |
| Method 'setMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 200 | |
| Parameter minOccurs should be final. | 200 | |
| 'minOccurs' hides a field. | 200 | |
| Missing a Javadoc comment. | 203 | |
| First sentence should end with a period. | 205 | |
| Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| First sentence should end with a period. | 214 | |
| Method 'setMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Parameter maxOccurs should be final. | 219 | |
| 'maxOccurs' hides a field. | 219 | |
| Missing a Javadoc comment. | 222 | |
| First sentence should end with a period. | 224 | |
| Method 'getValidChars' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| First sentence should end with a period. | 233 | |
| Method 'setValidChars' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| Parameter validChars should be final. | 238 | |
| 'validChars' hides a field. | 238 | |
| Missing a Javadoc comment. | 241 | |
| First sentence should end with a period. | 243 | |
| Method 'getLookup' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| First sentence should end with a period. | 252 | |
| Method 'setLookup' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Parameter lookup should be final. | 257 | |
| 'lookup' hides a field. | 257 | |
| Missing a Javadoc comment. | 260 | |
| Variable 'lookupContext' must be private and have accessor methods. | 260 | |
| First sentence should end with a period. | 262 | |
| Method 'getLookupContext' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| First sentence should end with a period. | 271 | |
| Method 'setLookupContext' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| Parameter lookupContext should be final. | 276 | |
| 'lookupContext' hides a field. | 276 | |
| Missing a Javadoc comment. | 279 | |
| First sentence should end with a period. | 281 | |
| Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| First sentence should end with a period. | 290 | |
| Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 295 | |
| Parameter comments should be final. | 295 | |
| 'comments' hides a field. | 295 | |
| Missing a Javadoc comment. | 298 | |
| First sentence should end with a period. | 300 | |
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| First sentence should end with a period. | 309 | |
| Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. | 314 | |
| Parameter className should be final. | 314 | |
| 'className' hides a field. | 314 | |
| Missing a Javadoc comment. | 317 | |
| Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. | 319 | |
| Missing a Javadoc comment. | 319 | |
| Method 'setMessageId' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| Missing a Javadoc comment. | 323 | |
| Parameter messageId should be final. | 323 | |
| 'messageId' hides a field. | 323 | |
| Missing a Javadoc comment. | 326 | |
| Method 'isInline' is not designed for extension - needs to be abstract, final or empty. | 328 | |
| Missing a Javadoc comment. | 328 | |
| Method 'setInline' is not designed for extension - needs to be abstract, final or empty. | 332 | |
| Missing a Javadoc comment. | 332 | |
| Parameter inline should be final. | 332 | |
| 'inline' hides a field. | 332 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 18 | |
| Missing a Javadoc comment. | 24 | |
| Name 'IMPLEMENTATION_TYPE_STATE_WHEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 24 | |
| Variable 'IMPLEMENTATION_TYPE_STATE_WHEN' must be private and have accessor methods. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| First sentence should end with a period. | 30 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| First sentence should end with a period. | 39 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Parameter id should be final. | 44 | |
| 'id' hides a field. | 44 | |
| Missing a Javadoc comment. | 47 | |
| First sentence should end with a period. | 49 | |
| Method 'getImplementation' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| First sentence should end with a period. | 58 | |
| Method 'setImplementation' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Parameter implementation should be final. | 63 | |
| 'implementation' hides a field. | 63 | |
| Missing a Javadoc comment. | 66 | |
| First sentence should end with a period. | 68 | |
| Method 'getDictionaryId' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| First sentence should end with a period. | 77 | |
| Method 'setDictionaryId' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Parameter dictionaryId should be final. | 82 | |
| 'dictionaryId' hides a field. | 82 | |
| Missing a Javadoc comment. | 85 | |
| First sentence should end with a period. | 87 | |
| Method 'getObject1' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| First sentence should end with a period. | 96 | |
| Method 'setObject1' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Parameter object1 should be final. | 101 | |
| 'object1' hides a field. | 101 | |
| Missing a Javadoc comment. | 104 | |
| First sentence should end with a period. | 106 | |
| Method 'getType1' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| First sentence should end with a period. | 115 | |
| Method 'setType1' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| Parameter type1 should be final. | 120 | |
| 'type1' hides a field. | 120 | |
| Missing a Javadoc comment. | 123 | |
| First sentence should end with a period. | 125 | |
| Method 'getState1' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| First sentence should end with a period. | 134 | |
| Method 'setState1' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Parameter state1 should be final. | 139 | |
| 'state1' hides a field. | 139 | |
| Missing a Javadoc comment. | 142 | |
| First sentence should end with a period. | 144 | |
| Method 'getRelationType' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| First sentence should end with a period. | 153 | |
| Method 'setRelationType' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Parameter relationType should be final. | 158 | |
| 'relationType' hides a field. | 158 | |
| Missing a Javadoc comment. | 161 | |
| First sentence should end with a period. | 163 | |
| Method 'getCardinalityType' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| First sentence should end with a period. | 172 | |
| Method 'setCardinalityType' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Parameter cardinalityType should be final. | 177 | |
| 'cardinalityType' hides a field. | 177 | |
| Missing a Javadoc comment. | 180 | |
| First sentence should end with a period. | 182 | |
| Method 'getObject2' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| First sentence should end with a period. | 191 | |
| Method 'setObject2' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Parameter object2 should be final. | 196 | |
| 'object2' hides a field. | 196 | |
| Missing a Javadoc comment. | 199 | |
| First sentence should end with a period. | 201 | |
| Method 'getType2' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| First sentence should end with a period. | 210 | |
| Method 'setType2' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| Parameter type2 should be final. | 215 | |
| 'type2' hides a field. | 215 | |
| Missing a Javadoc comment. | 218 | |
| First sentence should end with a period. | 220 | |
| Method 'getState2' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| First sentence should end with a period. | 229 | |
| Method 'setState2' is not designed for extension - needs to be abstract, final or empty. | 234 | |
| Parameter state2 should be final. | 234 | |
| 'state2' hides a field. | 234 | |
| Missing a Javadoc comment. | 237 | |
| First sentence should end with a period. | 239 | |
| Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| First sentence should end with a period. | 248 | |
| Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 253 | |
| Parameter desc should be final. | 253 | |
| 'desc' hides a field. | 253 | |
| Missing a Javadoc comment. | 256 | |
| First sentence should end with a period. | 258 | |
| Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| First sentence should end with a period. | 267 | |
| Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| Parameter comments should be final. | 272 | |
| 'comments' hides a field. | 272 | |
| Missing a Javadoc comment. | 275 | |
| First sentence should end with a period. | 277 | |
| Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 282 | |
| First sentence should end with a period. | 286 | |
| Method 'setMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| Parameter minOccurs should be final. | 291 | |
| 'minOccurs' hides a field. | 291 | |
| Missing a Javadoc comment. | 294 | |
| First sentence should end with a period. | 296 | |
| Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 301 | |
| First sentence should end with a period. | 305 | |
| Method 'setMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 310 | |
| Parameter maxOccurs should be final. | 310 | |
| 'maxOccurs' hides a field. | 310 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 21 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 30 | |
| First sentence should end with a period. | 32 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| First sentence should end with a period. | 41 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Parameter id should be final. | 46 | |
| 'id' hides a field. | 46 | |
| Missing a Javadoc comment. | 49 | |
| First sentence should end with a period. | 51 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| First sentence should end with a period. | 60 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Parameter type should be final. | 65 | |
| 'type' hides a field. | 65 | |
| Missing a Javadoc comment. | 68 | |
| First sentence should end with a period. | 70 | |
| Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| First sentence should end with a period. | 79 | |
| Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Parameter state should be final. | 84 | |
| 'state' hides a field. | 84 | |
| Missing a Javadoc comment. | 87 | |
| Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Parameter parent should be final. | 93 | |
| 'parent' hides a field. | 93 | |
| Missing a Javadoc comment. | 96 | |
| First sentence should end with a period. | 98 | |
| Method 'getSubType' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| First sentence should end with a period. | 107 | |
| Method 'setSubType' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Parameter subType should be final. | 112 | |
| 'subType' hides a field. | 112 | |
| Missing a Javadoc comment. | 115 | |
| First sentence should end with a period. | 117 | |
| Method 'getSubState' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| First sentence should end with a period. | 126 | |
| Method 'setSubState' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Parameter subState should be final. | 131 | |
| 'subState' hides a field. | 131 | |
| Missing a Javadoc comment. | 134 | |
| First sentence should end with a period. | 136 | |
| Method 'getXmlObject' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| First sentence should end with a period. | 145 | |
| Method 'setXmlObject' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Parameter xmlObject should be final. | 150 | |
| 'xmlObject' hides a field. | 150 | |
| Missing a Javadoc comment. | 153 | |
| First sentence should end with a period. | 155 | |
| Method 'getShortName' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| First sentence should end with a period. | 164 | |
| Method 'setShortName' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Parameter shortName should be final. | 169 | |
| 'shortName' hides a field. | 169 | |
| Missing a Javadoc comment. | 172 | |
| First sentence should end with a period. | 174 | |
| Method 'getPrimitive' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| First sentence should end with a period. | 183 | |
| Method 'setPrimitive' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| Parameter primitive should be final. | 188 | |
| 'primitive' hides a field. | 188 | |
| Missing a Javadoc comment. | 191 | |
| First sentence should end with a period. | 193 | |
| Method 'getBaseConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| First sentence should end with a period. | 202 | |
| Method 'setBaseConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Parameter baseConstraintDescription should be final. | 207 | |
| 'baseConstraintDescription' hides a field. | 207 | |
| Missing a Javadoc comment. | 210 | |
| First sentence should end with a period. | 212 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| First sentence should end with a period. | 221 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| Parameter name should be final. | 226 | |
| 'name' hides a field. | 226 | |
| Missing a Javadoc comment. | 229 | |
| Variable 'desc' must be private and have accessor methods. | 229 | |
| First sentence should end with a period. | 231 | |
| Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| First sentence should end with a period. | 240 | |
| Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| Parameter desc should be final. | 245 | |
| 'desc' hides a field. | 245 | |
| Missing a Javadoc comment. | 248 | |
| First sentence should end with a period. | 250 | |
| Method 'isSelector' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| First sentence should end with a period. | 259 | |
| Method 'setSelector' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| Parameter selector should be final. | 264 | |
| 'selector' hides a field. | 264 | |
| Missing a Javadoc comment. | 267 | |
| Method 'isDynamic' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| Missing a Javadoc comment. | 269 | |
| Method 'setDynamic' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| Missing a Javadoc comment. | 273 | |
| Parameter dynamic should be final. | 273 | |
| 'dynamic' hides a field. | 273 | |
| Missing a Javadoc comment. | 276 | |
| First sentence should end with a period. | 278 | |
| Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| First sentence should end with a period. | 287 | |
| Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 292 | |
| Parameter comments should be final. | 292 | |
| 'comments' hides a field. | 292 | |
| Missing a Javadoc comment. | 295 | |
| Variable 'additionalConstraintIds' must be private and have accessor methods. | 295 | |
| First sentence should end with a period. | 297 | |
| Method 'getAdditionalConstraintIds' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| First sentence should end with a period. | 306 | |
| Line is longer than 80 characters. | 311 | |
| Method 'setAdditionalConstraintIds' is not designed for extension - needs to be abstract, final or empty. | 311 | |
| Parameter additionalConstraintIds should be final. | 311 | |
| 'additionalConstraintIds' hides a field. | 311 | |
| Missing a Javadoc comment. | 314 | |
| Variable 'additionalConstraintDescription' must be private and have accessor methods. | 314 | |
| First sentence should end with a period. | 316 | |
| Method 'getAdditionalConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| First sentence should end with a period. | 325 | |
| Line is longer than 80 characters. | 328 | |
| Method 'setAdditionalConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| Parameter additionalConstraintDescription should be final. | 331 | |
| 'additionalConstraintDescription' hides a field. | 331 | |
| Missing a Javadoc comment. | 334 | |
| Variable 'combinedConstraintDescription' must be private and have accessor methods. | 334 | |
| First sentence should end with a period. | 336 | |
| Method 'getCombinedConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| First sentence should end with a period. | 345 | |
| Line is longer than 80 characters. | 348 | |
| Method 'setCombinedConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 350 | |
| Parameter combinedConstraintDescription should be final. | 351 | |
| 'combinedConstraintDescription' hides a field. | 351 | |
| Missing a Javadoc comment. | 354 | |
| First sentence should end with a period. | 356 | |
| Method 'getInlineConstraint' is not designed for extension - needs to be abstract, final or empty. | 361 | |
| First sentence should end with a period. | 365 | |
| Method 'setInlineConstraint' is not designed for extension - needs to be abstract, final or empty. | 370 | |
| Parameter inlineConstraint should be final. | 370 | |
| 'inlineConstraint' hides a field. | 370 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 374 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 20 | |
| Line is longer than 80 characters. | 21 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 31 | |
| Redundant 'public' modifier. | 31 | |
| First sentence should end with a period. | 33 | |
| Expected an @return tag. | 37 | |
| Redundant 'public' modifier. | 37 | |
| First sentence should end with a period. | 39 | |
| Expected an @return tag. | 43 | |
| Redundant 'public' modifier. | 43 | |
| First sentence should end with a period. | 45 | |
| Expected an @return tag. | 49 | |
| Redundant 'public' modifier. | 49 | |
| First sentence should end with a period. | 51 | |
| Expected an @return tag. | 55 | |
| Redundant 'public' modifier. | 55 | |
| First sentence should end with a period. | 57 | |
| Expected an @return tag. | 61 | |
| Redundant 'public' modifier. | 61 | |
| First sentence should end with a period. | 63 | |
| Expected an @return tag. | 67 | |
| Redundant 'public' modifier. | 67 | |
| First sentence should end with a period. | 69 | |
| Expected an @return tag. | 73 | |
| Redundant 'public' modifier. | 73 | |
| First sentence should end with a period. | 75 | |
| Redundant 'public' modifier. | 79 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 21 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| First sentence should end with a period. | 31 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| First sentence should end with a period. | 40 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Parameter id should be final. | 45 | |
| 'id' hides a field. | 45 | |
| Missing a Javadoc comment. | 48 | |
| First sentence should end with a period. | 50 | |
| Method 'getXmlObject' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| First sentence should end with a period. | 59 | |
| Method 'setXmlObject' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Parameter xmlObject should be final. | 64 | |
| 'xmlObject' hides a field. | 64 | |
| Missing a Javadoc comment. | 67 | |
| First sentence should end with a period. | 69 | |
| Method 'getShortName' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| First sentence should end with a period. | 78 | |
| Method 'setShortName' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Parameter shortName should be final. | 83 | |
| 'shortName' hides a field. | 83 | |
| Missing a Javadoc comment. | 86 | |
| First sentence should end with a period. | 88 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| First sentence should end with a period. | 97 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Parameter name should be final. | 102 | |
| 'name' hides a field. | 102 | |
| Missing a Javadoc comment. | 105 | |
| First sentence should end with a period. | 107 | |
| Method 'getXmlType' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| First sentence should end with a period. | 116 | |
| Method 'setXmlType' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Parameter xmlType should be final. | 121 | |
| 'xmlType' hides a field. | 121 | |
| Missing a Javadoc comment. | 124 | |
| First sentence should end with a period. | 126 | |
| Method 'getPrimitive' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| First sentence should end with a period. | 135 | |
| Method 'setPrimitive' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Parameter primitive should be final. | 140 | |
| 'primitive' hides a field. | 140 | |
| Missing a Javadoc comment. | 143 | |
| First sentence should end with a period. | 145 | |
| Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| First sentence should end with a period. | 154 | |
| Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Parameter desc should be final. | 159 | |
| 'desc' hides a field. | 159 | |
| Missing a Javadoc comment. | 162 | |
| First sentence should end with a period. | 164 | |
| Method 'getConstraintIds' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| First sentence should end with a period. | 173 | |
| Method 'setConstraintIds' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Parameter constraintIds should be final. | 178 | |
| 'constraintIds' hides a field. | 178 | |
| Missing a Javadoc comment. | 181 | |
| First sentence should end with a period. | 183 | |
| Method 'getConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| First sentence should end with a period. | 192 | |
| Method 'setConstraintDescription' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Parameter constraintDescription should be final. | 197 | |
| 'constraintDescription' hides a field. | 197 | |
| Missing a Javadoc comment. | 200 | |
| First sentence should end with a period. | 202 | |
| Method 'isDynamic' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| First sentence should end with a period. | 211 | |
| Method 'setDynamic' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Parameter dynamic should be final. | 216 | |
| 'dynamic' hides a field. | 216 | |
| Missing a Javadoc comment. | 219 | |
| First sentence should end with a period. | 221 | |
| Method 'isSelector' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| First sentence should end with a period. | 230 | |
| Method 'setSelector' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| Parameter selector should be final. | 235 | |
| 'selector' hides a field. | 235 | |
| Missing a Javadoc comment. | 238 | |
| First sentence should end with a period. | 240 | |
| Method 'getInlineConstraint' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| First sentence should end with a period. | 249 | |
| Method 'setInlineConstraint' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| Parameter inlineConstraint should be final. | 254 | |
| 'inlineConstraint' hides a field. | 254 | |
| Missing a Javadoc comment. | 257 | |
| First sentence should end with a period. | 259 | |
| Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| First sentence should end with a period. | 268 | |
| Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| Parameter comments should be final. | 273 | |
| 'comments' hides a field. | 273 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Parameter id should be final. | 43 | |
| 'id' hides a field. | 43 | |
| Method 'getXmlObject' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Method 'setXmlObject' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter xmlObject should be final. | 51 | |
| 'xmlObject' hides a field. | 51 | |
| Method 'getShortName' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Method 'setShortName' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter shortName should be final. | 59 | |
| 'shortName' hides a field. | 59 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 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 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter type should be final. | 75 | |
| 'type' hides a field. | 75 | |
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| Missing a Javadoc comment. | 79 | |
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter url should be final. | 83 | |
| 'url' hides a field. | 83 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter description should be final. | 91 | |
| 'description' hides a field. | 91 | |
| Method 'getRequired' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Method 'setRequired' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter required should be final. | 99 | |
| 'required' hides a field. | 99 | |
| Method 'getReadOnly' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| Parameter readOnly should be final. | 107 | |
| 'readOnly' hides a field. | 107 | |
| Method 'getCardinality' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Method 'setCardinality' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Missing a Javadoc comment. | 115 | |
| Parameter cardinality should be final. | 115 | |
| 'cardinality' hides a field. | 115 | |
| Method 'getXmlAttribute' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Missing a Javadoc comment. | 119 | |
| Method 'setXmlAttribute' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| Missing a Javadoc comment. | 123 | |
| Parameter xmlAttribute should be final. | 123 | |
| 'xmlAttribute' hides a field. | 123 | |
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Parameter status should be final. | 131 | |
| 'status' hides a field. | 131 | |
| Method 'getImplNotes' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Missing a Javadoc comment. | 135 | |
| Method 'setImplNotes' is not designed for extension - needs to be abstract, final or empty. | 139 | |
| Missing a Javadoc comment. | 139 | |
| Parameter implNotes should be final. | 139 | |
| 'implNotes' hides a field. | 139 | |
| Method 'isOverriden' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| Missing a Javadoc comment. | 143 | |
| Method 'setOverriden' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| Missing a Javadoc comment. | 147 | |
| Parameter overriden should be final. | 147 | |
| 'overriden' hides a field. | 147 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 26 | |
| Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter parent should be final. | 32 | |
| 'parent' hides a field. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Method 'getCard1' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Method 'setCard1' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter card1 should be final. | 41 | |
| 'card1' hides a field. | 41 | |
| Missing a Javadoc comment. | 44 | |
| Method 'getChild' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Method 'setChild' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter child should be final. | 50 | |
| 'child' hides a field. | 50 | |
| Missing a Javadoc comment. | 53 | |
| Method 'getCard2' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Method 'setCard2' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter card2 should be final. | 59 | |
| 'card2' hides a field. | 59 | |
| Missing a Javadoc comment. | 62 | |
| Method 'getGrandChild' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Method 'setGrandChild' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter grandChild should be final. | 68 | |
| 'grandChild' hides a field. | 68 | |
| Missing a Javadoc comment. | 71 | |
| Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter desc should be final. | 77 | |
| 'desc' hides a field. | 77 | |
| Missing a Javadoc comment. | 80 | |
| Method 'getXmlType' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Method 'setXmlType' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Parameter xmlType should be final. | 86 | |
| 'xmlType' hides a field. | 86 | |
| Missing a Javadoc comment. | 89 | |
| Method 'getRecursions' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Method 'setRecursions' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| Missing a Javadoc comment. | 95 | |
| Parameter recursions should be final. | 95 | |
| 'recursions' hides a field. | 95 | |
| Missing a Javadoc comment. | 98 | |
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| Missing a Javadoc comment. | 100 | |
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Parameter status should be final. | 104 | |
| 'status' hides a field. | 104 | |
| Missing a Javadoc comment. | 107 | |
| Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Parameter defaultValue should be final. | 113 | |
| 'defaultValue' hides a field. | 113 | |
| Missing a Javadoc comment. | 116 | |
| Method 'getDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Method 'setDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Missing a Javadoc comment. | 122 | |
| Parameter defaultValuePath should be final. | 122 | |
| 'defaultValuePath' hides a field. | 122 | |
| Missing a Javadoc comment. | 125 | |
| Method 'getLookup' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Method 'setLookup' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Missing a Javadoc comment. | 131 | |
| Parameter lookup should be final. | 131 | |
| 'lookup' hides a field. | 131 | |
| Missing a Javadoc comment. | 134 | |
| Method 'getLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Method 'setLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Parameter lookupContextPath should be final. | 140 | |
| 'lookupContextPath' hides a field. | 140 | |
| Missing a Javadoc comment. | 143 | |
| Method 'getDictionaryId' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Missing a Javadoc comment. | 145 | |
| Method 'setDictionaryId' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Parameter dictionaryId should be final. | 149 | |
| 'dictionaryId' hides a field. | 149 | |
| Missing a Javadoc comment. | 152 | |
| Method 'getConstraintIds' is not designed for extension - needs to be abstract, final or empty. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Method 'setConstraintIds' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Parameter constraintIds should be final. | 158 | |
| 'constraintIds' hides a field. | 158 | |
| Missing a Javadoc comment. | 161 | |
| Method 'getMessageStructureKey' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Missing a Javadoc comment. | 163 | |
| Method 'setMessageStructureKey' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Missing a Javadoc comment. | 167 | |
| Parameter messageStructureKey should be final. | 167 | |
| 'messageStructureKey' hides a field. | 167 | |
| Missing a Javadoc comment. | 170 | |
| Method 'getSelector' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| Missing a Javadoc comment. | 172 | |
| Method 'setSelector' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Missing a Javadoc comment. | 176 | |
| Parameter selector should be final. | 176 | |
| 'selector' hides a field. | 176 | |
| Missing a Javadoc comment. | 179 | |
| Method 'getInlineConstraint' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Missing a Javadoc comment. | 181 | |
| Method 'setInlineConstraint' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Missing a Javadoc comment. | 185 | |
| Parameter inlineConstraint should be final. | 185 | |
| 'inlineConstraint' hides a field. | 185 | |
| Missing a Javadoc comment. | 188 | |
| Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| Missing a Javadoc comment. | 190 | |
| Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| Missing a Javadoc comment. | 194 | |
| Parameter comments should be final. | 194 | |
| 'comments' hides a field. | 194 | |
| Missing a Javadoc comment. | 197 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| Missing a Javadoc comment. | 199 | |
| Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Missing a Javadoc comment. | 203 | |
| Parameter id should be final. | 203 | |
| 'id' hides a field. | 203 | |
| Missing a Javadoc comment. | 206 | |
| Method 'getWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| Missing a Javadoc comment. | 208 | |
| Method 'setWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Missing a Javadoc comment. | 212 | |
| Parameter writeAccess should be final. | 212 | |
| 'writeAccess' hides a field. | 212 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 17 | |
| Expected an @return tag. | 21 | |
| Redundant 'public' modifier. | 21 | |
| First sentence should end with a period. | 23 | |
| Expected an @return tag. | 28 | |
| Redundant 'public' modifier. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter name should be final. | 33 | |
| 'name' hides a field. | 33 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Method 'setFields' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter fields should be final. | 41 | |
| 'fields' hides a field. | 41 | |
| Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 48 | |
| Method 'hasOwnCreateUpdate' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Method 'setHasOwnCreateUpdate' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Parameter hasOwnCreateUpdate should be final. | 54 | |
| 'hasOwnCreateUpdate' hides a field. | 54 | |
| Missing a Javadoc comment. | 57 | |
| Method 'getInlineField' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Method 'setInlineField' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Parameter inlineField should be final. | 63 | |
| 'inlineField' hides a field. | 63 | |
| Missing a Javadoc comment. | 66 | |
| Method 'getOrchestrationPackagePath' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Method 'setOrchestrationPackagePath' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter packagePath should be final. | 72 | |
| Missing a Javadoc comment. | 75 | |
| Method 'getInfoPackagePath' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Method 'setInfoPackagePath' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter infoPackagePath should be final. | 81 | |
| 'infoPackagePath' hides a field. | 81 | |
| Method 'getJavaClassInfoName' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Method 'getFullyQualifiedJavaClassInfoName' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Method 'getJavaClassHelperName' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Method 'getFullyQualifiedJavaClassHelperName' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Missing a Javadoc comment. | 101 | |
| Method 'getJavaClassConstantsName' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Missing a Javadoc comment. | 105 | |
| Method 'getFullyQualifiedJavaClassConstantsName' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Missing a Javadoc comment. | 113 | |
| Method 'getJavaClassMetadataName' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Method 'getFullyQualifiedJavaClassMetadataName' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Method 'getJavaClassAssemblerName' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| Missing a Javadoc comment. | 129 | |
| Method 'getFullyQualifiedJavaClassAssemblerName' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Missing a Javadoc comment. | 137 | |
| Line is longer than 80 characters. | 138 | |
| Missing a Javadoc comment. | 140 | |
| Method 'getSource' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Missing a Javadoc comment. | 142 | |
| Method 'setSource' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Missing a Javadoc comment. | 146 | |
| Parameter source should be final. | 146 | |
| 'source' hides a field. | 146 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Method 'getParent' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Method 'setParent' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter parent should be final. | 48 | |
| 'parent' hides a field. | 48 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter name should be final. | 52 | |
| 'name' hides a field. | 52 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Method 'getPropertyName' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Method 'getProperName' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter type should be final. | 68 | |
| 'type' hides a field. | 68 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 75 | |
| Method 'getFieldTypeCategory' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Method 'setFieldTypeCategory' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter fieldTypeCategory should be final. | 82 | |
| 'fieldTypeCategory' hides a field. | 82 | |
| Missing a Javadoc comment. | 85 | |
| Method 'getInlineObject' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Method 'setInlineObject' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter inlineObject should be final. | 91 | |
| 'inlineObject' hides a field. | 91 | |
| Missing a Javadoc comment. | 94 | |
| Method 'getConstraints' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Method 'setConstraints' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Parameter constraints should be final. | 103 | |
| 'constraints' hides a field. | 103 | |
| Missing a Javadoc comment. | 106 | |
| Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| Parameter defaultValue should be final. | 112 | |
| 'defaultValue' hides a field. | 112 | |
| Missing a Javadoc comment. | 115 | |
| Method 'getDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Method 'setDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Missing a Javadoc comment. | 121 | |
| Parameter defaultValuePath should be final. | 121 | |
| 'defaultValuePath' hides a field. | 121 | |
| Method 'getFullyQualifiedName' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Comment matches to-do format 'TODO:'. | 126 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Missing a Javadoc comment. | 136 | |
| Missing a Javadoc comment. | 138 | |
| Method 'getWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Method 'setWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| Missing a Javadoc comment. | 144 | |
| Parameter writeAccess should be final. | 144 | |
| 'writeAccess' hides a field. | 144 | |
| Missing a Javadoc comment. | 147 | |
| Method 'getLookup' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| Missing a Javadoc comment. | 149 | |
| Method 'setLookup' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| Missing a Javadoc comment. | 153 | |
| Parameter lookup should be final. | 153 | |
| 'lookup' hides a field. | 153 | |
| Missing a Javadoc comment. | 156 | |
| Method 'getAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Missing a Javadoc comment. | 158 | |
| Method 'setAdditionalLookups' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Missing a Javadoc comment. | 162 | |
| Parameter additionalLookups should be final. | 162 | |
| 'additionalLookups' hides a field. | 162 | |
| Missing a Javadoc comment. | 165 | |
| Method 'getLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Missing a Javadoc comment. | 167 | |
| Method 'setLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| Missing a Javadoc comment. | 171 | |
| Parameter lookupContextPath should be final. | 171 | |
| 'lookupContextPath' hides a field. | 171 | |
| Missing a Javadoc comment. | 174 | |
| Method 'getMaxRecursions' is not designed for extension - needs to be abstract, final or empty. | 176 | |
| Missing a Javadoc comment. | 176 | |
| Method 'setMaxRecursions' is not designed for extension - needs to be abstract, final or empty. | 180 | |
| Missing a Javadoc comment. | 180 | |
| Parameter maxRecursions should be final. | 180 | |
| 'maxRecursions' hides a field. | 180 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 24 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter key should be final. | 30 | |
| 'key' hides a field. | 30 | |
| Missing a Javadoc comment. | 33 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter type should be final. | 39 | |
| 'type' hides a field. | 39 | |
| Missing a Javadoc comment. | 42 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter name should be final. | 48 | |
| 'name' hides a field. | 48 | |
| Missing a Javadoc comment. | 51 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter description should be final. | 57 | |
| 'description' hides a field. | 57 | |
| Missing a Javadoc comment. | 60 | |
| Method 'getDirectory' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Method 'setDirectory' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter directory should be final. | 66 | |
| 'directory' hides a field. | 66 | |
| Missing a Javadoc comment. | 69 | |
| Method 'getJavaDirectory' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Method 'setJavaDirectory' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Parameter javaDirectory should be final. | 75 | |
| 'javaDirectory' hides a field. | 75 | |
| Missing a Javadoc comment. | 78 | |
| Method 'getResourcesDirectory' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Method 'setResourcesDirectory' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter resourcesDirectory should be final. | 84 | |
| 'resourcesDirectory' hides a field. | 84 | |
| Missing a Javadoc comment. | 87 | |
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Parameter status should be final. | 93 | |
| 'status' hides a field. | 93 | |
| Missing a Javadoc comment. | 96 | |
| Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| Missing a Javadoc comment. | 98 | |
| Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Parameter comments should be final. | 102 | |
| 'comments' hides a field. | 102 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'parameters' must be private and have accessor methods. | 29 | |
| First sentence should end with a period. | 31 | |
| Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| First sentence should end with a period. | 40 | |
| Method 'setParameters' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Parameter parameters should be final. | 45 | |
| 'parameters' hides a field. | 45 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 24 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 24 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| First sentence should end with a period. | 29 | |
| Expected an @return tag. | 33 | |
| Redundant 'public' modifier. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| First sentence should end with a period. | 31 | |
| Method 'getResultColumns' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| First sentence should end with a period. | 40 | |
| Method 'setResultColumns' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Parameter resultColumns should be final. | 45 | |
| 'resultColumns' hides a field. | 45 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 24 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 20 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 30 | |
| First sentence should end with a period. | 32 | |
| Method 'getRowNumber' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| First sentence should end with a period. | 41 | |
| Method 'setRowNumber' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Parameter rowNumber should be final. | 46 | |
| 'rowNumber' hides a field. | 46 | |
| Missing a Javadoc comment. | 49 | |
| First sentence should end with a period. | 51 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 59 | |
| First sentence should end with a period. | 61 | |
| Method 'getLookupKey' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| First sentence should end with a period. | 70 | |
| Method 'setLookupKey' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Parameter lookupKey should be final. | 75 | |
| 'lookupKey' hides a field. | 75 | |
| Missing a Javadoc comment. | 78 | |
| First sentence should end with a period. | 80 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| First sentence should end with a period. | 89 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Parameter type should be final. | 94 | |
| 'type' hides a field. | 94 | |
| First sentence should end with a period. | 98 | |
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Parameter key should be final. | 103 | |
| 'key' hides a field. | 103 | |
| Missing a Javadoc comment. | 106 | |
| First sentence should end with a period. | 108 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| First sentence should end with a period. | 117 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| Parameter name should be final. | 122 | |
| 'name' hides a field. | 122 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 126 | |
| First sentence should end with a period. | 128 | |
| Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| First sentence should end with a period. | 137 | |
| Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Parameter dataType should be final. | 142 | |
| 'dataType' hides a field. | 142 | |
| Missing a Javadoc comment. | 145 | |
| First sentence should end with a period. | 147 | |
| Method 'getHidden' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 155 | |
| First sentence should end with a period. | 157 | |
| Method 'getUsage' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Missing a Javadoc comment. | 165 | |
| First sentence should end with a period. | 167 | |
| Method 'getWidget' is not designed for extension - needs to be abstract, final or empty. | 172 | |
| First sentence should end with a period. | 176 | |
| Method 'setWidget' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| Parameter widget should be final. | 181 | |
| 'widget' hides a field. | 181 | |
| Missing a Javadoc comment. | 184 | |
| First sentence should end with a period. | 186 | |
| Method 'getOptional' is not designed for extension - needs to be abstract, final or empty. | 191 | |
| Missing a Javadoc comment. | 194 | |
| First sentence should end with a period. | 196 | |
| Method 'getCaseSensitive' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| First sentence should end with a period. | 205 | |
| Method 'setCaseSensitive' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Parameter caseSensitive should be final. | 210 | |
| 'caseSensitive' hides a field. | 210 | |
| Missing a Javadoc comment. | 213 | |
| First sentence should end with a period. | 215 | |
| Method 'getWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 220 | |
| First sentence should end with a period. | 224 | |
| Method 'setWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 229 | |
| Parameter writeAccess should be final. | 229 | |
| 'writeAccess' hides a field. | 229 | |
| Missing a Javadoc comment. | 232 | |
| First sentence should end with a period. | 234 | |
| Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| First sentence should end with a period. | 243 | |
| Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Parameter defaultValue should be final. | 248 | |
| 'defaultValue' hides a field. | 248 | |
| Missing a Javadoc comment. | 251 | |
| First sentence should end with a period. | 253 | |
| Method 'getChildLookup' is not designed for extension - needs to be abstract, final or empty. | 258 | |
| First sentence should end with a period. | 262 | |
| Method 'setChildLookup' is not designed for extension - needs to be abstract, final or empty. | 267 | |
| Parameter childLookup should be final. | 267 | |
| 'childLookup' hides a field. | 267 | |
| First sentence should end with a period. | 271 | |
| Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 276 | |
| Parameter optional should be final. | 276 | |
| 'optional' hides a field. | 276 | |
| First sentence should end with a period. | 280 | |
| Method 'setUsage' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Parameter usage should be final. | 285 | |
| 'usage' hides a field. | 285 | |
| First sentence should end with a period. | 289 | |
| Method 'setHidden' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Parameter hidden should be final. | 294 | |
| 'hidden' hides a field. | 294 | |
| First sentence should end with a period. | 298 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| First sentence should end with a period. | 307 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 312 | |
| Parameter description should be final. | 312 | |
| 'description' hides a field. | 312 | |
| Missing a Javadoc comment. | 315 | |
| First sentence should end with a period. | 317 | |
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| First sentence should end with a period. | 326 | |
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| Parameter status should be final. | 331 | |
| 'status' hides a field. | 331 | |
| Missing a Javadoc comment. | 334 | |
| First sentence should end with a period. | 336 | |
| Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| First sentence should end with a period. | 345 | |
| Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 350 | |
| Parameter comments should be final. | 350 | |
| 'comments' hides a field. | 350 | |
| Method 'clone' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| Missing a Javadoc comment. | 359 | |
| First sentence should end with a period. | 361 | |
| Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 366 | |
| First sentence should end with a period. | 370 | |
| Method 'setService' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| Parameter service should be final. | 375 | |
| 'service' hides a field. | 375 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 27 | |
| Variable 'implementation' must be private and have accessor methods. | 27 | |
| First sentence should end with a period. | 29 | |
| Method 'getImplementation' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| First sentence should end with a period. | 38 | |
| Method 'setImplementation' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| Parameter implementation should be final. | 43 | |
| 'implementation' hides a field. | 43 | |
| Missing a Javadoc comment. | 46 | |
| Variable 'criteria' must be private and have accessor methods. | 46 | |
| First sentence should end with a period. | 48 | |
| Method 'getSearchCriteria' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| First sentence should end with a period. | 57 | |
| Method 'setSearchCriteria' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Parameter criteria should be final. | 62 | |
| 'criteria' hides a field. | 62 | |
| Missing a Javadoc comment. | 65 | |
| First sentence should end with a period. | 67 | |
| Method 'getSearchResult' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| First sentence should end with a period. | 76 | |
| Unused @param tag for 'results'. | 79 | |
| Method 'setSearchResult' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Parameter result should be final. | 81 | |
| 'result' hides a field. | 81 | |
| Expected @param tag for 'result'. | 81 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 26 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Parameter key should be final. | 32 | |
| 'key' hides a field. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter name should be final. | 41 | |
| 'name' hides a field. | 41 | |
| Missing a Javadoc comment. | 44 | |
| Method 'getImplProject' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Method 'setImplProject' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Parameter implProject should be final. | 50 | |
| 'implProject' hides a field. | 50 | |
| Missing a Javadoc comment. | 53 | |
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| Missing a Javadoc comment. | 59 | |
| Parameter status should be final. | 59 | |
| 'status' hides a field. | 59 | |
| Missing a Javadoc comment. | 62 | |
| Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Parameter comments should be final. | 68 | |
| 'comments' hides a field. | 68 | |
| Missing a Javadoc comment. | 71 | |
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Parameter version should be final. | 77 | |
| 'version' hides a field. | 77 | |
| Missing a Javadoc comment. | 80 | |
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Parameter url should be final. | 86 | |
| 'url' hides a field. | 86 | |
| Missing a Javadoc comment. | 89 | |
| First sentence should end with a period. | 91 | |
| Expected an @return tag. | 96 | |
| Method 'getIncludedServices' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| First sentence should end with a period. | 100 | |
| Method 'setIncludedServices' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Parameter includedServices should be final. | 104 | |
| 'includedServices' hides a field. | 104 | |
| Expected @param tag for 'includedServices'. | 104 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'public' modifier. | 27 | |
| First sentence should end with a period. | 29 | |
| Redundant 'public' modifier. | 33 | |
| First sentence should end with a period. | 35 | |
| Expected an @return tag. | 39 | |
| Redundant 'public' modifier. | 39 | |
| First sentence should end with a period. | 41 | |
| Expected an @return tag. | 45 | |
| Redundant 'public' modifier. | 45 | |
| First sentence should end with a period. | 47 | |
| Expected an @return tag. | 51 | |
| Redundant 'public' modifier. | 51 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 27 | |
| Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Method 'setService' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter service should be final. | 33 | |
| 'service' hides a field. | 33 | |
| Missing a Javadoc comment. | 36 | |
| First sentence should end with a period. | 38 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| First sentence should end with a period. | 47 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Parameter name should be final. | 52 | |
| 'name' hides a field. | 52 | |
| Missing a Javadoc comment. | 55 | |
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Parameter url should be final. | 61 | |
| 'url' hides a field. | 61 | |
| Missing a Javadoc comment. | 64 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter description should be final. | 70 | |
| 'description' hides a field. | 70 | |
| Missing a Javadoc comment. | 73 | |
| Method 'getParameters' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Missing a Javadoc comment. | 75 | |
| Method 'setParameters' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Missing a Javadoc comment. | 82 | |
| Parameter parameters should be final. | 82 | |
| 'parameters' hides a field. | 82 | |
| Missing a Javadoc comment. | 85 | |
| Method 'getReturnValue' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| Method 'setReturnValue' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| Parameter returnValue should be final. | 91 | |
| 'returnValue' hides a field. | 91 | |
| Missing a Javadoc comment. | 94 | |
| Method 'getErrors' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Missing a Javadoc comment. | 96 | |
| Method 'setErrors' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Parameter errors should be final. | 103 | |
| 'errors' hides a field. | 103 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter type should be final. | 33 | |
| 'type' hides a field. | 33 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter description should be final. | 41 | |
| 'description' hides a field. | 41 | |
| Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'setPackageName' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter packageName should be final. | 49 | |
| 'packageName' hides a field. | 49 | |
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter className should be final. | 57 | |
| 'className' hides a field. | 57 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 24 | |
| First sentence should end with a period. | 26 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| First sentence should end with a period. | 35 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Parameter name should be final. | 40 | |
| 'name' hides a field. | 40 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'type' must be private and have accessor methods. | 43 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter type should be final. | 49 | |
| 'type' hides a field. | 49 | |
| Missing a Javadoc comment. | 52 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Parameter description should be final. | 58 | |
| 'description' hides a field. | 58 | |
| Missing a Javadoc comment. | 61 | |
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| Missing a Javadoc comment. | 63 | |
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter url should be final. | 67 | |
| 'url' hides a field. | 67 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 24 | |
| Variable 'type' must be private and have accessor methods. | 24 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter type should be final. | 30 | |
| 'type' hides a field. | 30 | |
| Missing a Javadoc comment. | 33 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter description should be final. | 39 | |
| 'description' hides a field. | 39 | |
| Missing a Javadoc comment. | 42 | |
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter url should be final. | 48 | |
| 'url' hides a field. | 48 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 24 | |
| Method 'getRowNumber' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Method 'setRowNumber' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Parameter rowNumber should be final. | 30 | |
| 'rowNumber' hides a field. | 30 | |
| Missing a Javadoc comment. | 33 | |
| Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Method 'setService' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter service should be final. | 39 | |
| 'service' hides a field. | 39 | |
| Missing a Javadoc comment. | 42 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter key should be final. | 48 | |
| 'key' hides a field. | 48 | |
| Missing a Javadoc comment. | 51 | |
| Method 'getShortName' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Method 'setShortName' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| Parameter shortName should be final. | 57 | |
| 'shortName' hides a field. | 57 | |
| Missing a Javadoc comment. | 60 | |
| Variable 'longName' must be private and have accessor methods. | 60 | |
| First sentence should end with a period. | 62 | |
| Method 'getLongName' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| First sentence should end with a period. | 71 | |
| Method 'setLongName' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Parameter longName should be final. | 76 | |
| 'longName' hides a field. | 76 | |
| Missing a Javadoc comment. | 79 | |
| Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter description should be final. | 85 | |
| 'description' hides a field. | 85 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 23 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 35 | |
| First sentence should end with a period. | 37 | |
| Method 'getXmlTypeState' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| First sentence should end with a period. | 46 | |
| Unused @param tag for 'objectType'. | 49 | |
| Method 'setXmlTypeState' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Parameter xmlTypeState should be final. | 51 | |
| 'xmlTypeState' hides a field. | 51 | |
| Expected @param tag for 'xmlTypeState'. | 51 | |
| Missing a Javadoc comment. | 54 | |
| First sentence should end with a period. | 56 | |
| Method 'getXmlObject' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| First sentence should end with a period. | 65 | |
| Method 'setXmlObject' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Parameter xmlObject should be final. | 70 | |
| 'xmlObject' hides a field. | 70 | |
| Missing a Javadoc comment. | 73 | |
| First sentence should end with a period. | 75 | |
| Method 'getXmlObjectDesc' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| First sentence should end with a period. | 84 | |
| Method 'setXmlObjectDesc' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Parameter xmlObjectDesc should be final. | 89 | |
| 'xmlObjectDesc' hides a field. | 89 | |
| Missing a Javadoc comment. | 92 | |
| First sentence should end with a period. | 94 | |
| Method 'getInclude' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| First sentence should end with a period. | 103 | |
| Method 'setInclude' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Parameter include should be final. | 108 | |
| 'include' hides a field. | 108 | |
| Missing a Javadoc comment. | 111 | |
| First sentence should end with a period. | 113 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| First sentence should end with a period. | 122 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Parameter name should be final. | 127 | |
| 'name' hides a field. | 127 | |
| Missing a Javadoc comment. | 130 | |
| First sentence should end with a period. | 132 | |
| Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| First sentence should end with a period. | 141 | |
| Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| Parameter desc should be final. | 146 | |
| 'desc' hides a field. | 146 | |
| Missing a Javadoc comment. | 149 | |
| First sentence should end with a period. | 151 | |
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| First sentence should end with a period. | 160 | |
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| Parameter status should be final. | 165 | |
| 'status' hides a field. | 165 | |
| Missing a Javadoc comment. | 168 | |
| First sentence should end with a period. | 170 | |
| Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 175 | |
| First sentence should end with a period. | 179 | |
| Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Parameter comments should be final. | 184 | |
| 'comments' hides a field. | 184 | |
| Missing a Javadoc comment. | 187 | |
| Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| Missing a Javadoc comment. | 189 | |
| Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| Missing a Javadoc comment. | 196 | |
| Parameter attributes should be final. | 196 | |
| 'attributes' hides a field. | 196 | |
| Missing a Javadoc comment. | 199 | |
| Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Missing a Javadoc comment. | 201 | |
| Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| Missing a Javadoc comment. | 205 | |
| Parameter effectiveDate should be final. | 205 | |
| 'effectiveDate' hides a field. | 205 | |
| Missing a Javadoc comment. | 208 | |
| Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| Missing a Javadoc comment. | 210 | |
| Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Missing a Javadoc comment. | 214 | |
| Parameter expirationDate should be final. | 214 | |
| 'expirationDate' hides a field. | 214 | |
| Missing a Javadoc comment. | 217 | |
| Method 'getStateKey' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Missing a Javadoc comment. | 219 | |
| Method 'setStateKey' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Missing a Javadoc comment. | 223 | |
| Parameter stateKey should be final. | 223 | |
| 'stateKey' hides a field. | 223 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 23 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| First sentence should end with a period. | 36 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| First sentence should end with a period. | 45 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Parameter name should be final. | 50 | |
| 'name' hides a field. | 50 | |
| Missing a Javadoc comment. | 53 | |
| First sentence should end with a period. | 55 | |
| Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| First sentence should end with a period. | 64 | |
| Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Parameter desc should be final. | 69 | |
| 'desc' hides a field. | 69 | |
| Missing a Javadoc comment. | 72 | |
| First sentence should end with a period. | 74 | |
| Method 'getXmlObject' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| First sentence should end with a period. | 83 | |
| Method 'setXmlObject' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Parameter xmlObject should be final. | 88 | |
| 'xmlObject' hides a field. | 88 | |
| Missing a Javadoc comment. | 91 | |
| First sentence should end with a period. | 93 | |
| Method 'getPrimitive' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| First sentence should end with a period. | 102 | |
| Unused @param tag for 'xmlTypeDesc'. | 105 | |
| Method 'setPrimitive' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Parameter primitive should be final. | 107 | |
| 'primitive' hides a field. | 107 | |
| Expected @param tag for 'primitive'. | 107 | |
| Missing a Javadoc comment. | 110 | |
| First sentence should end with a period. | 112 | |
| Method 'getInclude' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| First sentence should end with a period. | 121 | |
| Method 'setInclude' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Parameter include should be final. | 126 | |
| 'include' hides a field. | 126 | |
| Missing a Javadoc comment. | 129 | |
| First sentence should end with a period. | 131 | |
| Method 'getTypeKey' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| First sentence should end with a period. | 140 | |
| Method 'setTypeKey' is not designed for extension - needs to be abstract, final or empty. | 145 | |
| Parameter typeKey should be final. | 145 | |
| 'typeKey' hides a field. | 145 | |
| Missing a Javadoc comment. | 148 | |
| First sentence should end with a period. | 150 | |
| Method 'getAliases' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| First sentence should end with a period. | 159 | |
| Method 'setAliases' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| Parameter aliases should be final. | 164 | |
| 'aliases' hides a field. | 164 | |
| Missing a Javadoc comment. | 167 | |
| First sentence should end with a period. | 169 | |
| Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| First sentence should end with a period. | 178 | |
| Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| Parameter status should be final. | 183 | |
| 'status' hides a field. | 183 | |
| Missing a Javadoc comment. | 186 | |
| First sentence should end with a period. | 188 | |
| Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| First sentence should end with a period. | 197 | |
| Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| Parameter comments should be final. | 202 | |
| 'comments' hides a field. | 202 | |
| Missing a Javadoc comment. | 205 | |
| Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| Missing a Javadoc comment. | 207 | |
| Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| Missing a Javadoc comment. | 214 | |
| Parameter attributes should be final. | 214 | |
| 'attributes' hides a field. | 214 | |
| Missing a Javadoc comment. | 217 | |
| Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| Missing a Javadoc comment. | 219 | |
| Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 223 | |
| Missing a Javadoc comment. | 223 | |
| Parameter effectiveDate should be final. | 223 | |
| 'effectiveDate' hides a field. | 223 | |
| Missing a Javadoc comment. | 226 | |
| Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| Missing a Javadoc comment. | 228 | |
| Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 232 | |
| Missing a Javadoc comment. | 232 | |
| Parameter expirationDate should be final. | 232 | |
| 'expirationDate' hides a field. | 232 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Redundant import from the same package - org.kuali.student.contract.model.CrossObjectConstraint. | 18 | |
| First sentence should end with a period. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Parameter typeStateWhens should be final. | 31 | |
| 'typeStateWhens' hides a field. | 31 | |
| Method 'getTypeStateWhens' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Redundant import from the same package - org.kuali.student.contract.model.Constraint. | 18 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Parameter type should be final. | 26 | |
| 'type' hides a field. | 26 | |
| Parameter state should be final. | 26 | |
| 'state' hides a field. | 26 | |
| Parameter constraint should be final. | 26 | |
| 'constraint' hides a field. | 26 | |
| Missing a Javadoc comment. | 31 | |
| Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Parameter type should be final. | 37 | |
| 'type' hides a field. | 37 | |
| Missing a Javadoc comment. | 40 | |
| Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter state should be final. | 46 | |
| 'state' hides a field. | 46 | |
| Missing a Javadoc comment. | 49 | |
| Method 'getConstraint' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Method 'setConstraint' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Parameter constraint should be final. | 55 | |
| 'constraint' hides a field. | 55 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 20 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| First sentence should end with a period. | 32 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| First sentence should end with a period. | 41 | |
| Unused @param tag for 'object'. | 44 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Parameter name should be final. | 46 | |
| 'name' hides a field. | 46 | |
| Expected @param tag for 'name'. | 46 | |
| Missing a Javadoc comment. | 49 | |
| First sentence should end with a period. | 51 | |
| Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| First sentence should end with a period. | 60 | |
| Unused @param tag for 'description'. | 63 | |
| Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Parameter desc should be final. | 65 | |
| 'desc' hides a field. | 65 | |
| Expected @param tag for 'desc'. | 65 | |
| Missing a Javadoc comment. | 68 | |
| First sentence should end with a period. | 70 | |
| Method 'getPrimitive' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| First sentence should end with a period. | 79 | |
| Method 'setPrimitive' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Parameter primitive should be final. | 84 | |
| 'primitive' hides a field. | 84 | |
| Missing a Javadoc comment. | 87 | |
| Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| Missing a Javadoc comment. | 93 | |
| Parameter url should be final. | 93 | |
| 'url' hides a field. | 93 | |
| Missing a Javadoc comment. | 96 | |
| First sentence should end with a period. | 98 | |
| Method 'getExamples' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| First sentence should end with a period. | 107 | |
| Method 'setExamples' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Parameter examples should be final. | 112 | |
| 'examples' hides a field. | 112 | |
| Missing a Javadoc comment. | 115 | |
| First sentence should end with a period. | 117 | |
| Method 'hasOwnType' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| First sentence should end with a period. | 126 | |
| Method 'setHasOwnType' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| Parameter hasOwnType should be final. | 131 | |
| 'hasOwnType' hides a field. | 131 | |
| Missing a Javadoc comment. | 134 | |
| First sentence should end with a period. | 136 | |
| Method 'hasOwnState' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| First sentence should end with a period. | 145 | |
| Method 'setHasOwnState' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Parameter hasOwnState should be final. | 150 | |
| 'hasOwnState' hides a field. | 150 | |
| Missing a Javadoc comment. | 153 | |
| First sentence should end with a period. | 155 | |
| Method 'hasOwnCreateUpdate' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| First sentence should end with a period. | 164 | |
| Method 'setHasOwnCreateUpdate' is not designed for extension - needs to be abstract, final or empty. | 169 | |
| Parameter hasOwnCreateUpdate should be final. | 169 | |
| 'hasOwnCreateUpdate' hides a field. | 169 | |
| Missing a Javadoc comment. | 172 | |
| Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Missing a Javadoc comment. | 174 | |
| Method 'setService' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Missing a Javadoc comment. | 178 | |
| Parameter service should be final. | 178 | |
| 'service' hides a field. | 178 | |
| Missing a Javadoc comment. | 181 | |
| First sentence should end with a period. | 183 | |
| Method 'getJavaPackage' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| First sentence should end with a period. | 192 | |
| Method 'setJavaPackage' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Parameter javaPackage should be final. | 197 | |
| 'javaPackage' hides a field. | 197 | |
| Missing a Javadoc comment. | 200 | |
| First sentence should end with a period. | 202 | |
| Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 207 | |
| First sentence should end with a period. | 211 | |
| Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| Parameter comments should be final. | 216 | |
| 'comments' hides a field. | 216 | |
| Missing a Javadoc comment. | 219 | |
| Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 221 | |
| Missing a Javadoc comment. | 221 | |
| Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| Missing a Javadoc comment. | 225 | |
| Parameter version should be final. | 225 | |
| 'version' hides a field. | 225 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Parameter model should be final. | 35 | |
| 'model' hides a field. | 35 | |
| Missing a Javadoc comment. | 38 | |
| Method 'getServiceMethods' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 47 | |
| Method 'getXmlTypes' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 56 | |
| Method 'getMessageStructures' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 65 | |
| Method 'getServices' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Method 'getSourceNames' is not designed for extension - needs to be abstract, final or empty. | 75 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 66 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 69 | |
| Parameter xsdFileNames should be final. | 69 | |
| 'xsdFileNames' hides a field. | 69 | |
| Method 'getServiceMethods' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Method 'getSourceNames' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Method 'getServices' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| Method 'getXmlTypes' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Method 'getMessageStructures' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 112 | |
| Line has trailing spaces. | 134 | |
| Line has trailing spaces. | 136 | |
| Missing a Javadoc comment. | 163 | |
| Parameter schema should be final. | 163 | |
| Line is longer than 80 characters. | 168 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 176 | |
| Missing a Javadoc comment. | 181 | |
| Parameter ct should be final. | 181 | |
| Line is longer than 80 characters. | 182 | |
| Missing a Javadoc comment. | 188 | |
| Parameter simpleType should be final. | 188 | |
| Missing a Javadoc comment. | 205 | |
| Parameter complexType should be final. | 205 | |
| Missing a Javadoc comment. | 209 | |
| Parameter element should be final. | 209 | |
| Missing a Javadoc comment. | 228 | |
| Parameter complexType should be final. | 228 | |
| Parameter name should be final. | 228 | |
| Line is longer than 80 characters. | 254 | |
| Line is longer than 80 characters. | 263 | |
| Missing a Javadoc comment. | 267 | |
| Parameter str should be final. | 267 | |
| Missing a Javadoc comment. | 277 | |
| Parameter annotation should be final. | 277 | |
| Missing a Javadoc comment. | 287 | |
| Parameter xmlObject should be final. | 287 | |
| Parameter element should be final. | 287 | |
| Missing a Javadoc comment. | 301 | |
| Parameter element should be final. | 301 | |
| Parameter inLinePrefix should be final. | 301 | |
| Missing a Javadoc comment. | 309 | |
| Parameter xsType should be final. | 309 | |
| Parameter inLinePrefix should be final. | 309 | |
| Line is longer than 80 characters. | 333 | |
| Missing a Javadoc comment. | 336 | |
| Parameter element should be final. | 336 | |
| Comment matches to-do format 'TODO:'. | 337 | |
| Line has trailing spaces. | 337 | |
| Line is longer than 80 characters. | 337 | |
| Comment matches to-do format 'TODO:'. | 342 | |
| Line has trailing spaces. | 342 | |
| Line is longer than 80 characters. | 342 | |
| Line is longer than 80 characters. | 350 | |
| Missing a Javadoc comment. | 355 | |
| Parameter element should be final. | 355 | |
| Line is longer than 80 characters. | 357 | |
| Comment matches to-do format 'TODO:'. | 362 | |
| Line is longer than 80 characters. | 362 | |
| Line is longer than 80 characters. | 370 | |
| Line has trailing spaces. | 374 | |
| Missing a Javadoc comment. | 375 | |
| '(' is preceded with whitespace. | 375 | |
| Parameter element should be final. | 375 | |
| Missing a Javadoc comment. | 395 | |
| Parameter element should be final. | 395 | |
| Parameter name should be final. | 395 | |
| First sentence should end with a period. | 425 | |
| Line is longer than 80 characters. | 428 | |
| First sentence should end with a period. | 436 | |
| Line has trailing spaces. | 436 | |
| Missing a Javadoc comment. | 441 | |
| Parameter context should be final. | 444 | |
| Parameter parentElementName should be final. | 445 | |
| Parameter handler should be final. | 446 | |
| Parameter resolver should be final. | 447 | |
| Parameter existing should be final. | 452 | |
| First sentence should end with a period. | 457 | |
| Missing a Javadoc comment. | 462 | |
| Missing a Javadoc comment. | 464 | |
| Parameter documentation should be final. | 464 | |
| 'documentation' hides a field. | 464 | |
| Missing a Javadoc comment. | 467 | |
| Parameter ch should be final. | 470 | |
| Parameter start should be final. | 470 | |
| Parameter length should be final. | 470 | |
| Parameter uri should be final. | 478 | |
| Parameter localName should be final. | 478 | |
| Parameter name should be final. | 478 | |
| Parameter uri should be final. | 486 | |
| Parameter localName should be final. | 486 | |
| Parameter name should be final. | 486 | |
| Parameter atts should be final. | 487 | |
| Parameter prefix should be final. | 499 | |
| Line is longer than 80 characters. | 504 | |
| Parameter ch should be final. | 504 | |
| Parameter start should be final. | 504 | |
| Parameter length should be final. | 504 | |
| Line is longer than 80 characters. | 509 | |
| Parameter target should be final. | 509 | |
| Parameter data should be final. | 509 | |
| Parameter locator should be final. | 514 | |
| Parameter name should be final. | 519 | |
| Line is longer than 80 characters. | 529 | |
| Parameter prefix should be final. | 529 | |
| Parameter uri should be final. | 529 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 67 | |
| Parameter sourceDirectories should be final. | 67 | |
| 'sourceDirectories' hides a field. | 67 | |
| Line is longer than 80 characters. | 71 | |
| Missing a Javadoc comment. | 71 | |
| Parameter sourceDirectories should be final. | 71 | |
| 'sourceDirectories' hides a field. | 71 | |
| Parameter validateKualiStudent should be final. | 71 | |
| 'validateKualiStudent' hides a field. | 71 | |
| Method 'isValidateKualiStudent' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Method 'setValidateKualiStudent' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter validateKualiStudent should be final. | 80 | |
| 'validateKualiStudent' hides a field. | 80 | |
| Method 'getServiceMethods' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| Method 'getSourceNames' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Method 'getServices' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| Method 'getXmlTypes' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Method 'getMessageStructures' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 125 | |
| Parameter tag should be final. | 125 | |
| Missing a Javadoc comment. | 148 | |
| Parameter sourceDirectory should be final. | 148 | |
| Line is longer than 80 characters. | 151 | |
| Missing a Javadoc comment. | 155 | |
| Line is longer than 80 characters. | 176 | |
| Line is longer than 80 characters. | 198 | |
| Line is longer than 80 characters. | 216 | |
| Line is longer than 80 characters. | 227 | |
| Line is longer than 80 characters. | 238 | |
| Line is longer than 80 characters. | 243 | |
| Missing a Javadoc comment. | 252 | |
| Parameter javaClass should be final. | 252 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 265 | |
| Line is longer than 80 characters. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Line is longer than 80 characters. | 272 | |
| Line is longer than 80 characters. | 273 | |
| Line is longer than 80 characters. | 279 | |
| Missing a Javadoc comment. | 283 | |
| Parameter javaClass should be final. | 283 | |
| Line is longer than 80 characters. | 286 | |
| Missing a Javadoc comment. | 293 | |
| Parameter method should be final. | 293 | |
| Parameter parameterName should be final. | 294 | |
| Missing a Javadoc comment. | 305 | |
| Parameter serviceMethod should be final. | 305 | |
| Parameter exceptionType should be final. | 306 | |
| Missing a Javadoc comment. | 317 | |
| Parameter serviceMethod should be final. | 317 | |
| Missing a Javadoc comment. | 326 | |
| Parameter serviceClass should be final. | 326 | |
| Line is longer than 80 characters. | 335 | |
| Missing a Javadoc comment. | 335 | |
| Parameter messageStructureJavaClass should be final. | 335 | |
| Parameter serviceKey should be final. | 336 | |
| Line is longer than 80 characters. | 343 | |
| Missing a Javadoc comment. | 356 | |
| Parameter javaClass should be final. | 356 | |
| Missing a Javadoc comment. | 361 | |
| Parameter javaClass should be final. | 361 | |
| Avoid nested blocks. | 362 | |
| Missing a Javadoc comment. | 377 | |
| Parameter javaClass should be final. | 377 | |
| Line is longer than 80 characters. | 381 | |
| Line is longer than 80 characters. | 387 | |
| Line is longer than 80 characters. | 392 | |
| Missing a Javadoc comment. | 402 | |
| Parameter javaClass should be final. | 402 | |
| Missing a Javadoc comment. | 409 | |
| Parameter str should be final. | 409 | |
| Missing a Javadoc comment. | 422 | |
| Parameter str should be final. | 422 | |
| Missing a Javadoc comment. | 435 | |
| Parameter messageStructureJavaClass should be final. | 435 | |
| Line is longer than 80 characters. | 442 | |
| Line is longer than 80 characters. | 447 | |
| Missing a Javadoc comment. | 456 | |
| Parameter messageStructureJavaClass should be final. | 457 | |
| Line is longer than 80 characters. | 458 | |
| Line is longer than 80 characters. | 459 | |
| Line is longer than 80 characters. | 460 | |
| Line is longer than 80 characters. | 474 | |
| Line is longer than 80 characters. | 479 | |
| Line is longer than 80 characters. | 499 | |
| Missing a Javadoc comment. | 499 | |
| Parameter shortName should be final. | 499 | |
| Parameter messageStructureJavaClass should be final. | 499 | |
| Line is longer than 80 characters. | 500 | |
| Line is longer than 80 characters. | 504 | |
| Missing a Javadoc comment. | 510 | |
| Parameter shortName should be final. | 510 | |
| Missing a Javadoc comment. | 535 | |
| Parameter messageStructureJavaClass should be final. | 535 | |
| Parameter serviceKey should be final. | 536 | |
| Line is longer than 80 characters. | 539 | |
| Line is longer than 80 characters. | 541 | |
| Line is longer than 80 characters. | 545 | |
| Line is longer than 80 characters. | 555 | |
| Line is longer than 80 characters. | 560 | |
| Line is longer than 80 characters. | 564 | |
| Line is longer than 80 characters. | 578 | |
| Line is longer than 80 characters. | 580 | |
| Line is longer than 80 characters. | 588 | |
| Line is longer than 80 characters. | 594 | |
| Line is longer than 80 characters. | 595 | |
| Line is longer than 80 characters. | 597 | |
| Line is longer than 80 characters. | 602 | |
| Line is longer than 80 characters. | 603 | |
| Line is longer than 80 characters. | 608 | |
| Line is longer than 80 characters. | 616 | |
| Line is longer than 80 characters. | 628 | |
| Missing a Javadoc comment. | 628 | |
| Parameter mainClass should be final. | 628 | |
| Parameter getterMethod should be final. | 628 | |
| Line is longer than 80 characters. | 642 | |
| Missing a Javadoc comment. | 649 | |
| Parameter javaClass should be final. | 649 | |
| Missing a Javadoc comment. | 653 | |
| Parameter comment should be final. | 653 | |
| Missing a Javadoc comment. | 657 | |
| Parameter javaClass should be final. | 657 | |
| Missing a Javadoc comment. | 665 | |
| Parameter comment should be final. | 665 | |
| Missing a Javadoc comment. | 669 | |
| Parameter commentVersion should be final. | 669 | |
| Missing a Javadoc comment. | 686 | |
| Parameter getterMethod should be final. | 686 | |
| Parameter setterMethod should be final. | 687 | |
| Parameter beanField should be final. | 687 | |
| Parameter type should be final. | 687 | |
| Line is longer than 80 characters. | 691 | |
| Line is longer than 80 characters. | 699 | |
| Line is longer than 80 characters. | 707 | |
| Missing a Javadoc comment. | 715 | |
| Parameter getterMethod should be final. | 715 | |
| Parameter setterMethod should be final. | 716 | |
| Parameter beanField should be final. | 716 | |
| Line is longer than 80 characters. | 717 | |
| Line is longer than 80 characters. | 719 | |
| Missing a Javadoc comment. | 742 | |
| Parameter getterMethod should be final. | 742 | |
| Parameter setterMethod should be final. | 743 | |
| Parameter beanField should be final. | 743 | |
| Missing a Javadoc comment. | 757 | |
| Parameter getterMethod should be final. | 757 | |
| Parameter setterMethod should be final. | 758 | |
| Parameter beanField should be final. | 758 | |
| Missing a Javadoc comment. | 768 | |
| Parameter shortName should be final. | 768 | |
| '3' is a magic number. | 769 | |
| Missing a Javadoc comment. | 787 | |
| Parameter mainClass should be final. | 787 | |
| Parameter getterMethod should be final. | 787 | |
| Parameter setterMethod should be final. | 788 | |
| Parameter beanField should be final. | 788 | |
| Parameter shortName should be final. | 788 | |
| Line is longer than 80 characters. | 789 | |
| Line is longer than 80 characters. | 793 | |
| Missing a Javadoc comment. | 800 | |
| Parameter getterMethod should be final. | 800 | |
| Parameter setterMethod should be final. | 801 | |
| Parameter beanField should be final. | 801 | |
| Line is longer than 80 characters. | 811 | |
| Missing a Javadoc comment. | 811 | |
| Parameter mainClass should be final. | 811 | |
| Parameter getterMethod should be final. | 811 | |
| Parameter setterMethod should be final. | 812 | |
| Parameter beanField should be final. | 812 | |
| Line is longer than 80 characters. | 813 | |
| Missing a Javadoc comment. | 819 | |
| Parameter nameDesc should be final. | 819 | |
| Missing a Javadoc comment. | 840 | |
| Parameter mainClass should be final. | 840 | |
| Parameter getterMethod should be final. | 840 | |
| Parameter setterMethod should be final. | 841 | |
| Parameter beanField should be final. | 841 | |
| Line is longer than 80 characters. | 842 | |
| Line is longer than 80 characters. | 848 | |
| Missing a Javadoc comment. | 848 | |
| Parameter mainClass should be final. | 848 | |
| Parameter getterMethod should be final. | 848 | |
| Parameter setterMethod should be final. | 849 | |
| Parameter beanField should be final. | 850 | |
| Line is longer than 80 characters. | 881 | |
| Missing a Javadoc comment. | 881 | |
| Parameter mainClass should be final. | 881 | |
| Parameter method should be final. | 881 | |
| Missing a Javadoc comment. | 906 | |
| Parameter method should be final. | 906 | |
| Line is longer than 80 characters. | 910 | |
| Line is longer than 80 characters. | 914 | |
| Line is longer than 80 characters. | 921 | |
| Missing a Javadoc comment. | 921 | |
| Parameter mainClass should be final. | 921 | |
| Parameter method should be final. | 921 | |
| Line is longer than 80 characters. | 924 | |
| Line is longer than 80 characters. | 926 | |
| Line is longer than 80 characters. | 927 | |
| Line has trailing spaces. | 935 | |
| Line has trailing spaces. | 936 | |
| Line is longer than 80 characters. | 936 | |
| Line has trailing spaces. | 940 | |
| Line is longer than 80 characters. | 940 | |
| Line is longer than 80 characters. | 953 | |
| Missing a Javadoc comment. | 953 | |
| Parameter infcClass should be final. | 953 | |
| Parameter callSig should be final. | 953 | |
| Line is longer than 80 characters. | 955 | |
| Line has trailing spaces. | 958 | |
| Line is longer than 80 characters. | 958 | |
| Line is longer than 80 characters. | 964 | |
| Line is longer than 80 characters. | 965 | |
| Missing a Javadoc comment. | 976 | |
| Parameter desc should be final. | 976 | |
| Missing a Javadoc comment. | 989 | |
| Parameter method should be final. | 989 | |
| Line is longer than 80 characters. | 994 | |
| Missing a Javadoc comment. | 998 | |
| Parameter annotations should be final. | 998 | |
| Missing a Javadoc comment. | 1010 | |
| Parameter str should be final. | 1010 | |
| Missing a Javadoc comment. | 1020 | |
| Parameter str should be final. | 1020 | |
| Missing a Javadoc comment. | 1030 | |
| Parameter xmlType should be final. | 1030 | |
| Parameter serviceKey should be final. | 1030 | |
| Missing a Javadoc comment. | 1036 | |
| Parameter beanField should be final. | 1036 | |
| Comment matches to-do format 'TODO:'. | 1038 | |
| Line is longer than 80 characters. | 1038 | |
| Line is longer than 80 characters. | 1042 | |
| Missing a Javadoc comment. | 1049 | |
| Parameter javaClass should be final. | 1049 | |
| Parameter shortName should be final. | 1049 | |
| Parameter setterMethod should be final. | 1050 | |
| Missing a Javadoc comment. | 1065 | |
| Parameter javaClass should be final. | 1065 | |
| Parameter name should be final. | 1065 | |
| Comment matches to-do format 'TODO:'. | 1073 | |
| Line is longer than 80 characters. | 1073 | |
| Missing a Javadoc comment. | 1085 | |
| Parameter msClass should be final. | 1085 | |
| Parameter shortName should be final. | 1085 | |
| Comment matches to-do format 'TODO:'. | 1099 | |
| Line is longer than 80 characters. | 1100 | |
| Missing a Javadoc comment. | 1108 | |
| Parameter msClass should be final. | 1108 | |
| Parameter shortName should be final. | 1108 | |
| Comment matches to-do format 'TODO:'. | 1113 | |
| Line is longer than 80 characters. | 1113 | |
| Comment matches to-do format 'TODO:'. | 1117 | |
| Missing a Javadoc comment. | 1125 | |
| Line is longer than 80 characters. | 1129 | |
| Line is longer than 80 characters. | 1133 | |
| Line is longer than 80 characters. | 1141 | |
| Missing a Javadoc comment. | 1148 | |
| Line is longer than 80 characters. | 1152 | |
| Line is longer than 80 characters. | 1156 | |
| Line is longer than 80 characters. | 1164 | |
| Line is longer than 80 characters. | 1172 | |
| Missing a Javadoc comment. | 1172 | |
| Parameter method should be final. | 1172 | |
| Parameter className should be final. | 1172 | |
| Line is longer than 80 characters. | 1202 | |
| Line is longer than 80 characters. | 1209 | |
| Missing a Javadoc comment. | 1209 | |
| Parameter method should be final. | 1209 | |
| Parameter className should be final. | 1209 | |
| Line is longer than 80 characters. | 1241 | |
| Missing a Javadoc comment. | 1248 | |
| Parameter method should be final. | 1248 | |
| '3' is a magic number. | 1249 | |
| Missing a Javadoc comment. | 1252 | |
| Parameter method should be final. | 1252 | |
| '3' is a magic number. | 1254 | |
| Missing a Javadoc comment. | 1263 | |
| Parameter mainClass should be final. | 1263 | |
| Parameter getterMethod should be final. | 1263 | |
| Parameter setterMethod should be final. | 1264 | |
| Parameter beanField should be final. | 1264 | |
| Parameter shortName should be final. | 1264 | |
| Line is longer than 80 characters. | 1265 | |
| Line is longer than 80 characters. | 1271 | |
| Missing a Javadoc comment. | 1271 | |
| Parameter mainClass should be final. | 1271 | |
| Parameter getterMethod should be final. | 1271 | |
| Parameter setterMethod should be final. | 1272 | |
| Parameter beanField should be final. | 1272 | |
| Parameter shortName should be final. | 1272 | |
| Comment matches to-do format 'TODO:'. | 1279 | |
| Missing a Javadoc comment. | 1283 | |
| Parameter type should be final. | 1283 | |
| Missing a Javadoc comment. | 1288 | |
| Parameter javaClass should be final. | 1288 | |
| Missing a Javadoc comment. | 1310 | |
| Parameter mainClass should be final. | 1310 | |
| Parameter getterMethod should be final. | 1310 | |
| Parameter setterMethod should be final. | 1311 | |
| Parameter beanField should be final. | 1311 | |
| Parameter shortName should be final. | 1311 | |
| Comment matches to-do format 'TODO:'. | 1319 | |
| Missing a Javadoc comment. | 1323 | |
| Parameter getterMethod should be final. | 1323 | |
| Missing a Javadoc comment. | 1328 | |
| Parameter setterMethod should be final. | 1328 | |
| Missing a Javadoc comment. | 1333 | |
| Parameter parameter should be final. | 1333 | |
| Missing a Javadoc comment. | 1337 | |
| Parameter type should be final. | 1337 | |
| Missing a Javadoc comment. | 1347 | |
| Parameter javaClass should be final. | 1347 | |
| Comment matches to-do format 'TODO:'. | 1349 | |
| Line is longer than 80 characters. | 1349 | |
| Line is longer than 80 characters. | 1375 | |
| Comment matches to-do format 'TODO:'. | 1382 | |
| Comment matches to-do format 'TODO:'. | 1387 | |
| Missing a Javadoc comment. | 1393 | |
| Parameter getterMethod should be final. | 1393 | |
| Line is longer than 80 characters. | 1401 | |
| Missing a Javadoc comment. | 1401 | |
| Parameter setterMethod should be final. | 1401 | |
| Missing a Javadoc comment. | 1406 | |
| Parameter param should be final. | 1406 | |
| Missing a Javadoc comment. | 1411 | |
| Parameter type should be final. | 1411 | |
| Missing a Javadoc comment. | 1436 | |
| Parameter javaClass should be final. | 1436 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Unused import - org.kuali.student.contract.exception.DictionaryExecutionException. | 23 | |
| Method 'asYMD' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter date should be final. | 31 | |
| Method 'asDate' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter date should be final. | 39 | |
| Method 'asYMD' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter date should be final. | 60 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Using the '.*' form of import should be avoided - org.kuali.student.contract.model.*. | 19 | |
| Redundant import from the same package - org.kuali.student.contract.model.util.ModelFinder. | 20 | |
| Line is longer than 80 characters. | 21 | |
| First sentence should end with a period. | 26 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Parameter spreadsheet should be final. | 37 | |
| 'spreadsheet' hides a field. | 37 | |
| Method 'expand' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| '3' is a magic number. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 62 | |
| Parameter dict should be final. | 62 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 67 | |
| Missing a Javadoc comment. | 72 | |
| Parameter d should be final. | 72 | |
| Parameter type should be final. | 72 | |
| Line is longer than 80 characters. | 76 | |
| Line has trailing spaces. | 86 | |
| Line has trailing spaces. | 87 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Parameter model should be final. | 24 | |
| 'model' hides a field. | 24 | |
| Method 'set' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 37 | |
| Parameter index should be final. | 37 | |
| Parameter child should be final. | 37 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 52 | |
| Line contains a tab character. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Line contains a tab character. | 60 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line contains a tab character. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 96 | |
| Line is longer than 80 characters. | 97 | |
| Line contains a tab character. | 97 | |
| Line contains a tab character. | 98 | |
| Line contains a tab character. | 99 | |
| Line contains a tab character. | 100 | |
| Line contains a tab character. | 101 | |
| Line contains a tab character. | 102 | |
| Line contains a tab character. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line contains a tab character. | 104 | |
| Line is longer than 80 characters. | 111 | |
| Missing a Javadoc comment. | 115 | |
| Parameter type should be final. | 115 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 18 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Parameter pattern should be final. | 27 | |
| 'pattern' hides a field. | 27 | |
| Method 'matches' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter key should be final. | 31 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Parameter xmlType should be final. | 40 | |
| 'xmlType' hides a field. | 40 | |
| Parameter directory should be final. | 40 | |
| Parameter model should be final. | 41 | |
| 'model' hides a field. | 41 | |
| Missing a Javadoc comment. | 49 | |
| Parameter str should be final. | 49 | |
| Missing a Javadoc comment. | 62 | |
| Parameter xmlType should be final. | 62 | |
| 'xmlType' hides a field. | 62 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 85 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 136 | |
| Line has trailing spaces. | 149 | |
| Line is longer than 80 characters. | 153 | |
| Missing a Javadoc comment. | 160 | |
| Parameter str should be final. | 160 | |
| Missing a Javadoc comment. | 170 | |
| Parameter str should be final. | 170 | |
| Line is longer than 80 characters. | 177 | |
| Missing a Javadoc comment. | 177 | |
| Parameter mdl should be final. | 177 | |
| Parameter xmlType should be final. | 177 | |
| Missing a Javadoc comment. | 185 | |
| Parameter xmlType should be final. | 185 | |
| 'xmlType' hides a field. | 185 | |
| Line is longer than 80 characters. | 189 | |
| Missing a Javadoc comment. | 189 | |
| Parameter mdl should be final. | 189 | |
| Parameter xmlType should be final. | 189 | |
| Line is longer than 80 characters. | 192 | |
| Line is longer than 80 characters. | 197 | |
| Missing a Javadoc comment. | 206 | |
| Parameter xmlType should be final. | 206 | |
| 'xmlType' hides a field. | 206 | |
| Missing a Javadoc comment. | 210 | |
| Parameter mdl should be final. | 210 | |
| Parameter xmlType should be final. | 211 | |
| Line is longer than 80 characters. | 217 | |
| Missing a Javadoc comment. | 224 | |
| Parameter ms should be final. | 224 | |
| Line is longer than 80 characters. | 228 | |
| Line is longer than 80 characters. | 234 | |
| Line is longer than 80 characters. | 240 | |
| Line is longer than 80 characters. | 248 | |
| Line is longer than 80 characters. | 249 | |
| Line is longer than 80 characters. | 254 | |
| Missing a Javadoc comment. | 263 | |
| Parameter str should be final. | 263 | |
| Missing a Javadoc comment. | 273 | |
| Parameter type should be final. | 273 | |
| Method 'writeStyleSheet' is not designed for extension - needs to be abstract, final or empty. | 280 | |
| Missing a Javadoc comment. | 280 | |
| Line is longer than 80 characters. | 301 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Parameter service should be final. | 41 | |
| 'service' hides a field. | 41 | |
| Parameter directory should be final. | 41 | |
| Parameter model should be final. | 42 | |
| 'model' hides a field. | 42 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 114 | |
| Missing a Javadoc comment. | 134 | |
| Parameter includedServices should be final. | 134 | |
| Missing a Javadoc comment. | 152 | |
| Line is longer than 80 characters. | 156 | |
| Missing a Javadoc comment. | 156 | |
| Parameter mdl should be final. | 156 | |
| Parameter serviceOptionaFilter should be final. | 157 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 166 | |
| Missing a Javadoc comment. | 186 | |
| Parameter str should be final. | 186 | |
| Method 'writeMethod' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| Missing a Javadoc comment. | 193 | |
| Parameter method should be final. | 193 | |
| Line is longer than 80 characters. | 224 | |
| Line is longer than 80 characters. | 229 | |
| Line is longer than 80 characters. | 233 | |
| Line is longer than 80 characters. | 234 | |
| Line is longer than 80 characters. | 256 | |
| Line is longer than 80 characters. | 264 | |
| Line is longer than 80 characters. | 270 | |
| Line is longer than 80 characters. | 277 | |
| Missing a Javadoc comment. | 281 | |
| Parameter type should be final. | 281 | |
| Method 'writeStyleSheet' is not designed for extension - needs to be abstract, final or empty. | 288 | |
| Missing a Javadoc comment. | 288 | |
| Line is longer than 80 characters. | 309 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 42 | |
| Parameter directory should be final. | 42 | |
| 'directory' hides a field. | 42 | |
| Parameter model should be final. | 43 | |
| 'model' hides a field. | 43 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Line is longer than 80 characters. | 54 | |
| Missing a Javadoc comment. | 68 | |
| Parameter e1 should be final. | 72 | |
| Parameter e2 should be final. | 72 | |
| Line is longer than 80 characters. | 73 | |
| Missing a Javadoc comment. | 76 | |
| Parameter e1 should be final. | 80 | |
| Parameter e2 should be final. | 80 | |
| Missing a Javadoc comment. | 84 | |
| Parameter e1 should be final. | 88 | |
| Parameter e2 should be final. | 88 | |
| Missing a Javadoc comment. | 95 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 104 | |
| Line has trailing spaces. | 128 | |
| Missing a Javadoc comment. | 140 | |
| Parameter service should be final. | 140 | |
| Missing a Javadoc comment. | 144 | |
| Parameter implProject should be final. | 144 | |
| Line is longer than 80 characters. | 153 | |
| Missing a Javadoc comment. | 158 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 168 | |
| Missing a Javadoc comment. | 183 | |
| Parameter name should be final. | 183 | |
| Missing a Javadoc comment. | 190 | |
| Parameter type should be final. | 190 | |
| Parameter stack should be final. | 190 | |
| Line is longer than 80 characters. | 192 | |
| Line is longer than 80 characters. | 195 | |
| Missing a Javadoc comment. | 216 | |
| Parameter stack should be final. | 216 | |
| Missing a Javadoc comment. | 228 | |
| Parameter type should be final. | 228 | |
| Missing a Javadoc comment. | 235 | |
| Missing a Javadoc comment. | 246 | |
| Parameter xmlType should be final. | 246 | |
| Missing a Javadoc comment. | 254 | |
| Missing a Javadoc comment. | 269 | |
| Line is longer than 80 characters. | 272 | |
| Line is longer than 80 characters. | 274 | |
| Line is longer than 80 characters. | 276 | |
| Line is longer than 80 characters. | 278 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter messageStructure should be final. | 20 | |
| 'messageStructure' hides a field. | 20 | |
| Parameter out should be final. | 21 | |
| 'out' hides a field. | 21 | |
| Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Method 'writeTabbedHeader' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 60 | |
| Parameter str should be final. | 60 | |
| Method 'writeTabbedData' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Parameter out should be final. | 24 | |
| 'out' hides a field. | 24 | |
| Parameter model should be final. | 25 | |
| 'model' hides a field. | 25 | |
| Method 'writeTabbedHeader' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 58 | |
| Parameter str should be final. | 58 | |
| Method 'calcId' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter ms should be final. | 80 | |
| Parameter parents should be final. | 80 | |
| Avoid nested blocks. | 82 | |
| Method 'writeTabbedData' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter ms should be final. | 92 | |
| Parameter parents should be final. | 92 | |
| Line is longer than 80 characters. | 121 | |
| Missing a Javadoc comment. | 129 | |
| Parameter type should be final. | 129 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Using the '.*' form of import should be avoided - org.kuali.student.contract.model.*. | 19 | |
| Comment matches to-do format 'TODO:'. | 28 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Parameter model should be final. | 37 | |
| Missing a Javadoc comment. | 43 | |
| Parameter model should be final. | 43 | |
| Missing a Javadoc comment. | 47 | |
| Parameter model should be final. | 47 | |
| Method 'findXmlType' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter xmlTypeName should be final. | 51 | |
| Method 'findStates' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter xmlObject should be final. | 60 | |
| Method 'findTypes' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| Missing a Javadoc comment. | 70 | |
| Parameter xmlObject should be final. | 70 | |
| Method 'findType' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Missing a Javadoc comment. | 80 | |
| Parameter xmlObject should be final. | 80 | |
| Parameter typeName should be final. | 80 | |
| Method 'findType' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| Missing a Javadoc comment. | 94 | |
| Parameter typeKey should be final. | 94 | |
| Method 'findState' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| Missing a Javadoc comment. | 103 | |
| Parameter xmlObject should be final. | 103 | |
| Parameter stateName should be final. | 103 | |
| Method 'findState' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| Missing a Javadoc comment. | 117 | |
| Parameter stateKey should be final. | 117 | |
| Method 'findRoot' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| Missing a Javadoc comment. | 126 | |
| Parameter dict should be final. | 126 | |
| First sentence should end with a period. | 133 | |
| Expected an @return tag. | 137 | |
| Method 'findDictionaryEntry' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| Parameter dictId should be final. | 137 | |
| Expected @param tag for 'dictId'. | 137 | |
| First sentence should end with a period. | 146 | |
| Expected an @return tag. | 150 | |
| Method 'findChildDictionaryEntries' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Parameter parent should be final. | 150 | |
| Expected @param tag for 'parent'. | 150 | |
| First sentence should end with a period. | 163 | |
| Expected an @return tag. | 167 | |
| Method 'findDefaultDictionary' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| Line is longer than 80 characters. | 168 | |
| Method 'findDictionaryEntriees' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Missing a Javadoc comment. | 177 | |
| Parameter xmlTypeName should be final. | 177 | |
| Method 'findDefaultDictionaryEntriees' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| Missing a Javadoc comment. | 187 | |
| Parameter xmlTypeName should be final. | 187 | |
| First sentence should end with a period. | 197 | |
| Expected an @return tag. | 201 | |
| Method 'findStateOverrideDictionary' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| Line is longer than 80 characters. | 202 | |
| Expected an @return tag. | 217 | |
| Method 'expandType' is not designed for extension - needs to be abstract, final or empty. | 217 | |
| Parameter type should be final. | 217 | |
| Expected @param tag for 'type'. | 217 | |
| Comment matches to-do format 'TODO:'. | 240 | |
| Expected an @return tag. | 257 | |
| Method 'expandState' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| Parameter state should be final. | 257 | |
| Expected @param tag for 'state'. | 257 | |
| Comment matches to-do format 'TODO:'. | 280 | |
| Method 'findConstraint' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| Missing a Javadoc comment. | 291 | |
| Parameter id should be final. | 291 | |
| Missing a Javadoc comment. | 300 | |
| Parameter type should be final. | 300 | |
| Line is longer than 80 characters. | 307 | |
| Missing a Javadoc comment. | 307 | |
| Parameter types should be final. | 307 | |
| Parameter xmlTypeName should be final. | 307 | |
| Line is longer than 80 characters. | 313 | |
| Method 'findAllComplexSubTypes' is not designed for extension - needs to be abstract, final or empty. | 321 | |
| Missing a Javadoc comment. | 321 | |
| Parameter xmlTypeName should be final. | 321 | |
| Method 'findAllComplexTypesInService' is not designed for extension - needs to be abstract, final or empty. | 327 | |
| Missing a Javadoc comment. | 327 | |
| Parameter service should be final. | 327 | |
| Method 'findMainXmlTypesInService' is not designed for extension - needs to be abstract, final or empty. | 335 | |
| Missing a Javadoc comment. | 335 | |
| Parameter service should be final. | 335 | |
| Line is longer than 80 characters. | 338 | |
| Method 'findField' is not designed for extension - needs to be abstract, final or empty. | 358 | |
| Missing a Javadoc comment. | 358 | |
| Parameter id should be final. | 358 | |
| Method 'findField' is not designed for extension - needs to be abstract, final or empty. | 367 | |
| Missing a Javadoc comment. | 367 | |
| Parameter xmlTypeName should be final. | 367 | |
| Parameter shortName should be final. | 367 | |
| Method 'findField' is not designed for extension - needs to be abstract, final or empty. | 371 | |
| Missing a Javadoc comment. | 371 | |
| Parameter dict should be final. | 371 | |
| Method 'findFields' is not designed for extension - needs to be abstract, final or empty. | 378 | |
| Missing a Javadoc comment. | 378 | |
| Parameter xmlTypeName should be final. | 378 | |
| Method 'findService' is not designed for extension - needs to be abstract, final or empty. | 388 | |
| Missing a Javadoc comment. | 388 | |
| Parameter key should be final. | 388 | |
| Method 'findProject' is not designed for extension - needs to be abstract, final or empty. | 397 | |
| Missing a Javadoc comment. | 397 | |
| Parameter key should be final. | 397 | |
| Method 'findSearchType' is not designed for extension - needs to be abstract, final or empty. | 406 | |
| Missing a Javadoc comment. | 406 | |
| Parameter key should be final. | 406 | |
| Method 'findServiceMethods' is not designed for extension - needs to be abstract, final or empty. | 415 | |
| Missing a Javadoc comment. | 415 | |
| Parameter service should be final. | 415 | |
| Method 'findServiceMethod' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| Missing a Javadoc comment. | 425 | |
| Parameter service should be final. | 425 | |
| Parameter name should be final. | 425 | |
| Method 'getServiceMethodsInService' is not designed for extension - needs to be abstract, final or empty. | 436 | |
| Missing a Javadoc comment. | 436 | |
| Parameter service should be final. | 436 | |
| Method 'findMessageStructures' is not designed for extension - needs to be abstract, final or empty. | 446 | |
| Missing a Javadoc comment. | 446 | |
| Parameter xmlType should be final. | 446 | |
| Line is longer than 80 characters. | 448 | |
| Line is longer than 80 characters. | 456 | |
| Method 'findMessageStructure' is not designed for extension - needs to be abstract, final or empty. | 456 | |
| Missing a Javadoc comment. | 456 | |
| Parameter xmlType should be final. | 456 | |
| Parameter shortName should be final. | 456 | |
| Line is longer than 80 characters. | 457 | |
| Missing a Javadoc comment. | 466 | |
| Method 'getDefaultType' is not designed for extension - needs to be abstract, final or empty. | 468 | |
| Missing a Javadoc comment. | 468 | |
| Line is longer than 80 characters. | 477 | |
| Missing a Javadoc comment. | 482 | |
| Method 'getDefaultState' is not designed for extension - needs to be abstract, final or empty. | 484 | |
| Missing a Javadoc comment. | 484 | |
| Line is longer than 80 characters. | 493 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter service should be final. | 20 | |
| 'service' hides a field. | 20 | |
| Parameter out should be final. | 20 | |
| 'out' hides a field. | 20 | |
| Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Method 'writeTabbedHeader' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Method 'writeTabbedData' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 22 | |
| Parameter method should be final. | 22 | |
| 'method' hides a field. | 22 | |
| Parameter out should be final. | 22 | |
| 'out' hides a field. | 22 | |
| Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Method 'writeTabbedHeader' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Method 'writeTabbedData' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 28 | |
| Redundant 'public' modifier. | 28 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 31 | |
| Variable 'keys' must be private and have accessor methods. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Parameter keys should be final. | 33 | |
| 'keys' hides a field. | 33 | |
| Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Parameter services should be final. | 41 | |
| Missing a Javadoc comment. | 47 | |
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| Parameter service1 should be final. | 49 | |
| Parameter service2 should be final. | 49 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 29 | |
| Variable 'keys' must be private and have accessor methods. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Parameter keys should be final. | 31 | |
| 'keys' hides a field. | 31 | |
| Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Parameter services should be final. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Parameter filters should be final. | 30 | |
| 'filters' hides a field. | 30 | |
| Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Parameter services should be final. | 35 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Parameter services should be final. | 30 | |
| Method 'shouldInclude' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Parameter version should be final. | 41 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Method 'filter' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Parameter services should be final. | 30 | |
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Parameter source should be final. | 46 | |
| Parameter target should be final. | 46 | |
| Missing a Javadoc comment. | 56 | |
| Parameter list should be final. | 56 | |
| Parameter key should be final. | 56 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter xmlType should be final. | 20 | |
| 'xmlType' hides a field. | 20 | |
| Parameter out should be final. | 21 | |
| 'out' hides a field. | 21 | |
| Method 'dump' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Method 'writeTabbedHeader' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Method 'writeTabbedData' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Unused import - java.util.List. | 22 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter cons should be final. | 32 | |
| 'cons' hides a field. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 83 | |
| Missing a Javadoc comment. | 101 | |
| Parameter value should be final. | 101 | |
| Parameter field should be final. | 101 | |
| Missing a Javadoc comment. | 114 | |
| Parameter msg should be final. | 114 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Unused import - org.kuali.student.contract.model.XmlType. | 22 | |
| First sentence should end with a period. | 31 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Parameter model should be final. | 40 | |
| 'model' hides a field. | 40 | |
| Missing a Javadoc comment. | 44 | |
| Variable 'errors' must be private and have accessor methods. | 44 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 87 | |
| Line is longer than 80 characters. | 90 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 112 | |
| Parameter msg should be final. | 112 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 20 | |
| Missing a Javadoc comment. | 27 | |
| Parameter cause should be final. | 27 | |
| Missing a Javadoc comment. | 31 | |
| Parameter message should be final. | 31 | |
| Parameter cause should be final. | 31 | |
| Missing a Javadoc comment. | 35 | |
| Parameter message should be final. | 35 | |
| Missing a Javadoc comment. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 31 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Parameter dict should be final. | 41 | |
| 'dict' hides a field. | 41 | |
| Parameter model should be final. | 41 | |
| 'model' hides a field. | 41 | |
| Missing a Javadoc comment. | 46 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 104 | |
| Parameter id should be final. | 104 | |
| Missing a Javadoc comment. | 126 | |
| Line is longer than 80 characters. | 132 | |
| Missing a Javadoc comment. | 136 | |
| Parameter cons should be final. | 136 | |
| Missing a Javadoc comment. | 143 | |
| Parameter cons should be final. | 143 | |
| Line is longer than 80 characters. | 146 | |
| Line is longer than 80 characters. | 150 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 166 | |
| Missing a Javadoc comment. | 170 | |
| Line is longer than 80 characters. | 174 | |
| Line is longer than 80 characters. | 177 | |
| Missing a Javadoc comment. | 183 | |
| Parameter msg should be final. | 183 | |
| Line is longer than 80 characters. | 184 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 26 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Parameter field should be final. | 35 | |
| 'field' hides a field. | 35 | |
| Parameter sheet should be final. | 35 | |
| Missing a Javadoc comment. | 39 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 58 | |
| Parameter id should be final. | 58 | |
| Missing a Javadoc comment. | 68 | |
| Parameter cons should be final. | 68 | |
| Missing a Javadoc comment. | 89 | |
| Parameter msg should be final. | 89 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 20 | |
| Missing a Javadoc comment. | 26 | |
| Redundant 'public' modifier. | 26 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Unused import - java.util.List. | 22 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter orch should be final. | 32 | |
| 'orch' hides a field. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Comment matches to-do format 'TODO:'. | 43 | |
| Missing a Javadoc comment. | 47 | |
| Parameter msg should be final. | 47 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 26 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Parameter model should be final. | 35 | |
| 'model' hides a field. | 35 | |
| Missing a Javadoc comment. | 39 | |
| Variable 'errors' must be private and have accessor methods. | 39 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 59 | |
| Parameter msg should be final. | 59 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 24 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter criteria should be final. | 33 | |
| 'criteria' hides a field. | 33 | |
| Parameter searchType should be final. | 33 | |
| 'searchType' hides a field. | 33 | |
| Missing a Javadoc comment. | 37 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 67 | |
| Parameter msg should be final. | 67 | |
| Line is longer than 80 characters. | 68 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 32 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Parameter model should be final. | 40 | |
| 'model' hides a field. | 40 | |
| Missing a Javadoc comment. | 43 | |
| Variable 'errors' must be private and have accessor methods. | 43 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 67 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 82 | |
| Missing a Javadoc comment. | 88 | |
| Parameter st1 should be final. | 88 | |
| Parameter st2 should be final. | 88 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 113 | |
| Line is longer than 80 characters. | 114 | |
| Line is longer than 80 characters. | 123 | |
| Line is longer than 80 characters. | 126 | |
| Line is longer than 80 characters. | 131 | |
| Line is longer than 80 characters. | 132 | |
| Line is longer than 80 characters. | 133 | |
| Line is longer than 80 characters. | 134 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 136 | |
| Line is longer than 80 characters. | 142 | |
| Missing a Javadoc comment. | 142 | |
| Parameter differences should be final. | 142 | |
| Parameter val1 should be final. | 142 | |
| Parameter val2 should be final. | 142 | |
| Parameter difference should be final. | 143 | |
| Missing a Javadoc comment. | 156 | |
| Parameter validate should be final. | 156 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 175 | |
| Missing a Javadoc comment. | 175 | |
| Parameter result1 should be final. | 175 | |
| Parameter result2 should be final. | 175 | |
| Line is longer than 80 characters. | 178 | |
| Line is longer than 80 characters. | 179 | |
| Line is longer than 80 characters. | 182 | |
| Line is longer than 80 characters. | 183 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 186 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 192 | |
| Line is longer than 80 characters. | 193 | |
| Line is longer than 80 characters. | 194 | |
| Missing a Javadoc comment. | 200 | |
| Parameter validate should be final. | 201 | |
| Missing a Javadoc comment. | 222 | |
| Parameter col1 should be final. | 222 | |
| Parameter col2 should be final. | 223 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 231 | |
| Line is longer than 80 characters. | 236 | |
| Missing a Javadoc comment. | 242 | |
| Parameter validate should be final. | 242 | |
| Line is longer than 80 characters. | 251 | |
| Line is longer than 80 characters. | 252 | |
| Missing a Javadoc comment. | 261 | |
| Parameter criteria1 should be final. | 261 | |
| Parameter criteria2 should be final. | 262 | |
| Line is longer than 80 characters. | 265 | |
| Line is longer than 80 characters. | 270 | |
| Line is longer than 80 characters. | 274 | |
| Line is longer than 80 characters. | 275 | |
| Line is longer than 80 characters. | 281 | |
| Line is longer than 80 characters. | 282 | |
| Line is longer than 80 characters. | 283 | |
| Line is longer than 80 characters. | 284 | |
| Missing a Javadoc comment. | 290 | |
| Parameter validate should be final. | 291 | |
| Missing a Javadoc comment. | 312 | |
| Parameter param1 should be final. | 312 | |
| Parameter param2 should be final. | 313 | |
| Line is longer than 80 characters. | 316 | |
| Line is longer than 80 characters. | 321 | |
| Line is longer than 80 characters. | 326 | |
| Missing a Javadoc comment. | 332 | |
| Parameter msg should be final. | 332 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 24 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Parameter result should be final. | 33 | |
| 'result' hides a field. | 33 | |
| Parameter searchType should be final. | 33 | |
| 'searchType' hides a field. | 33 | |
| Missing a Javadoc comment. | 37 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 70 | |
| Parameter msg should be final. | 70 | |
| Line is longer than 80 characters. | 71 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 27 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Parameter searchType should be final. | 36 | |
| 'searchType' hides a field. | 36 | |
| Parameter model should be final. | 36 | |
| 'model' hides a field. | 36 | |
| Missing a Javadoc comment. | 40 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 59 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 88 | |
| Parameter service should be final. | 88 | |
| Line is longer than 80 characters. | 89 | |
| Missing a Javadoc comment. | 96 | |
| Parameter msg should be final. | 96 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 25 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Parameter model should be final. | 33 | |
| 'model' hides a field. | 33 | |
| Missing a Javadoc comment. | 36 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 69 | |
| Parameter msg should be final. | 69 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 24 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Parameter error should be final. | 33 | |
| 'error' hides a field. | 33 | |
| Parameter method should be final. | 34 | |
| 'method' hides a field. | 34 | |
| Missing a Javadoc comment. | 38 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 56 | |
| Parameter msg should be final. | 56 | |
| 'error' hides a field. | 57 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 24 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Parameter parameter should be final. | 33 | |
| 'parameter' hides a field. | 33 | |
| Parameter method should be final. | 34 | |
| 'method' hides a field. | 34 | |
| Missing a Javadoc comment. | 38 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 59 | |
| Parameter msg should be final. | 59 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 24 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter returnValue should be final. | 33 | |
| 'returnValue' hides a field. | 33 | |
| Parameter serviceMethod should be final. | 34 | |
| 'serviceMethod' hides a field. | 34 | |
| Missing a Javadoc comment. | 38 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 57 | |
| Parameter msg should be final. | 57 | |
| Line is longer than 80 characters. | 58 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Unused import - org.kuali.student.contract.model.DictionaryModel. | 18 | |
| First sentence should end with a period. | 29 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter method should be final. | 38 | |
| 'method' hides a field. | 38 | |
| Parameter model should be final. | 38 | |
| 'model' hides a field. | 38 | |
| Missing a Javadoc comment. | 42 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 53 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 78 | |
| Parameter service should be final. | 78 | |
| Line is longer than 80 characters. | 79 | |
| Missing a Javadoc comment. | 86 | |
| Parameter msg should be final. | 86 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Parameter xmlType should be final. | 35 | |
| 'xmlType' hides a field. | 35 | |
| Parameter model should be final. | 35 | |
| 'model' hides a field. | 35 | |
| Missing a Javadoc comment. | 40 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 50 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 58 | |
| Missing a Javadoc comment. | 70 | |
| Parameter msg should be final. | 70 | |
| Line is longer than 80 characters. | 71 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.IllegalArgumentException: the name [goal] is not a valid Javadoc tag name | 0 | |
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 57 | |
| Line is longer than 80 characters. | 60 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Parameter directory should be final. | 38 | |
| 'directory' hides a field. | 38 | |
| Parameter fileName should be final. | 38 | |
| 'fileName' hides a field. | 38 | |
| Parameter title should be final. | 38 | |
| 'title' hides a field. | 38 | |
| '1000' is a magic number. | 40 | |
| Method 'getBody' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Method 'getDirectory' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Method 'writeHeader' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Method 'writeHeaderBodyAndFooterOutToFile' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 80 | |
| Method 'writeTable' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Missing a Javadoc comment. | 92 | |
| Parameter headers should be final. | 92 | |
| Parameter rows should be final. | 92 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Parameter rootDirectory should be final. | 28 | |
| 'rootDirectory' hides a field. | 28 | |
| Parameter packageName should be final. | 29 | |
| 'packageName' hides a field. | 29 | |
| Parameter className should be final. | 30 | |
| 'className' hides a field. | 30 | |
| Method 'buildDirectory' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'build' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Parameter rootDirectory should be final. | 44 | |
| 'rootDirectory' hides a field. | 44 | |
| Parameter packageName should be final. | 44 | |
| 'packageName' hides a field. | 44 | |
| Parameter className should be final. | 45 | |
| 'className' hides a field. | 45 | |
| '1000' is a magic number. | 47 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 57 | |
| Method 'getBody' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Missing a Javadoc comment. | 61 | |
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| Missing a Javadoc comment. | 65 | |
| Method 'getDirectory' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Missing a Javadoc comment. | 69 | |
| Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| Method 'getRootDirectory' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Method 'importsAdd' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Missing a Javadoc comment. | 85 | |
| Parameter pack should be final. | 85 | |
| Method 'writeHeader' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| Missing a Javadoc comment. | 89 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line contains a tab character. | 95 | |
| Line contains a tab character. | 97 | |
| Line is longer than 80 characters. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Method 'writeImports' is not designed for extension - needs to be abstract, final or empty. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Line is longer than 80 characters. | 118 | |
| Method 'writeJavaClassAndImportsOutToFile' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Line is longer than 80 characters. | 131 | |
| Line is longer than 80 characters. | 135 | |
| Line is longer than 80 characters. | 140 | |
| Method 'openBrace' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Missing a Javadoc comment. | 152 | |
| Method 'closeBrace' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Missing a Javadoc comment. | 157 | |
| Method 'indentPrintWrappedComment' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Missing a Javadoc comment. | 162 | |
| Parameter str should be final. | 162 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Parameter name should be final. | 26 | |
| 'name' hides a field. | 26 | |
| Method 'calc' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| '3' is a magic number. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Method 'reverse' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Utility classes should not have a public or default constructor. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Parameter value should be final. | 24 | |
| '3' is a magic number. | 28 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Parameter name should be final. | 27 | |
| 'name' hides a field. | 27 | |
| Parameter javaPackage should be final. | 27 | |
| 'javaPackage' hides a field. | 27 | |
| Method 'build' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Line is longer than 80 characters. | 33 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| First sentence should end with a period. | 20 | |
| Missing a Javadoc comment. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 33 | |
| Parameter out should be final. | 33 | |
| 'out' hides a field. | 33 | |
| Parameter indent should be final. | 33 | |
| 'indent' hides a field. | 33 | |
| Method 'setOut' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Parameter out should be final. | 38 | |
| 'out' hides a field. | 38 | |
| Method 'setIndent' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Parameter indent should be final. | 42 | |
| 'indent' hides a field. | 42 | |
| Method 'getIndent' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Missing a Javadoc comment. | 46 | |
| Method 'incrementIndent' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Method 'decrementIndent' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 54 | |
| Method 'getOut' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Method 'indent' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| Missing a Javadoc comment. | 62 | |
| Method 'indent' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Missing a Javadoc comment. | 66 | |
| Parameter o should be final. | 66 | |
| Parameter indentCharacter should be final. | 66 | |
| Method 'println' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| Parameter str should be final. | 72 | |
| Method 'indentPrintln' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter str should be final. | 76 | |
| Method 'indentPrint' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| Missing a Javadoc comment. | 81 | |
| Parameter str should be final. | 81 | |
| Method 'print' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| Missing a Javadoc comment. | 86 | |
| Parameter str should be final. | 86 | |
| Method 'writeAttribute' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| Missing a Javadoc comment. | 90 | |
| Parameter attribute should be final. | 90 | |
| Parameter value should be final. | 90 | |
| Method 'writeTag' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| Missing a Javadoc comment. | 104 | |
| Parameter tag should be final. | 104 | |
| Parameter value should be final. | 104 | |
| Method 'writeTag' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| Missing a Javadoc comment. | 108 | |
| Parameter tag should be final. | 108 | |
| Parameter modifiers should be final. | 108 | |
| Parameter value should be final. | 108 | |
| Method 'writeComment' is not designed for extension - needs to be abstract, final or empty. | 127 | |
| Missing a Javadoc comment. | 127 | |
| Parameter comment should be final. | 127 | |
| Method 'escapeXML' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| Missing a Javadoc comment. | 140 | |
| Parameter s should be final. | 140 | |
| Method 'writeCommentBox' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| Missing a Javadoc comment. | 174 | |
| Parameter comment should be final. | 174 | |
| Line is longer than 80 characters. | 176 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Parameter out should be final. | 31 | |
| Parameter indent should be final. | 31 | |
| Parameter parm should be final. | 32 | |
| 'parm' hides a field. | 32 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Comment matches to-do format 'TODO:'. | 40 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter out should be final. | 32 | |
| Parameter indent should be final. | 32 | |
| Parameter searchCriteria should be final. | 33 | |
| 'searchCriteria' hides a field. | 33 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Comment matches to-do format 'TODO:'. | 42 | |
| Missing a Javadoc comment. | 64 | |
| Parameter id should be final. | 64 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Line is longer than 80 characters. | 25 | |
| First sentence should end with a period. | 36 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Parameter out should be final. | 45 | |
| Parameter model should be final. | 45 | |
| 'model' hides a field. | 45 | |
| First sentence should end with a period. | 50 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| Missing a Javadoc comment. | 78 | |
| Parameter str should be final. | 78 | |
| Missing a Javadoc comment. | 82 | |
| Parameter str should be final. | 82 | |
| Missing a Javadoc comment. | 86 | |
| Parameter str should be final. | 86 | |
| Missing a Javadoc comment. | 90 | |
| Parameter str should be final. | 90 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 102 | |
| Parameter tag should be final. | 102 | |
| Parameter value should be final. | 102 | |
| Missing a Javadoc comment. | 106 | |
| Parameter attribute should be final. | 106 | |
| Parameter value should be final. | 106 | |
| First sentence should end with a period. | 110 | |
| Method 'writeHeader' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Line is longer than 80 characters. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 118 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 121 | |
| Line is longer than 80 characters. | 122 | |
| Method 'writeFooter' is not designed for extension - needs to be abstract, final or empty. | 142 | |
| Missing a Javadoc comment. | 142 | |
| First sentence should end with a period. | 146 | |
| Method 'writeSearchTypes' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Line is longer than 80 characters. | 154 | |
| First sentence should end with a period. | 158 | |
| Method 'writeSearchResultTypes' is not designed for extension - needs to be abstract, final or empty. | 162 | |
| Line is longer than 80 characters. | 166 | |
| Missing a Javadoc comment. | 171 | |
| First sentence should end with a period. | 182 | |
| Method 'writeSearchResultColumns' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| Line is longer than 80 characters. | 190 | |
| Missing a Javadoc comment. | 194 | |
| First sentence should end with a period. | 208 | |
| Method 'writeSearchCriteria' is not designed for extension - needs to be abstract, final or empty. | 212 | |
| Line is longer than 80 characters. | 216 | |
| Missing a Javadoc comment. | 220 | |
| First sentence should end with a period. | 231 | |
| Method 'writeSearchCriteriaParameters' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| Line is longer than 80 characters. | 239 | |
| Missing a Javadoc comment. | 243 | |
| First sentence should end with a period. | 257 | |
| Method 'writeSqlQueryMap' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| Line is longer than 80 characters. | 265 | |
| Missing a Javadoc comment. | 287 | |
| Missing a Javadoc comment. | 298 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 31 | |
| Parameter out should be final. | 31 | |
| Parameter indent should be final. | 31 | |
| Parameter column should be final. | 32 | |
| 'column' hides a field. | 32 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Comment matches to-do format 'TODO:'. | 40 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter out should be final. | 32 | |
| Parameter indent should be final. | 32 | |
| Parameter searchResult should be final. | 33 | |
| 'searchResult' hides a field. | 33 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Comment matches to-do format 'TODO:'. | 42 | |
| Missing a Javadoc comment. | 62 | |
| Parameter id should be final. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 29 | |
| Line is longer than 80 characters. | 31 | |
| Missing a Javadoc comment. | 31 | |
| Parameter out should be final. | 31 | |
| Parameter indent should be final. | 31 | |
| Parameter searchType should be final. | 31 | |
| 'searchType' hides a field. | 31 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Comment matches to-do format 'TODO:'. | 39 | |
| Missing a Javadoc comment. | 61 | |
| Parameter id should be final. | 61 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter ms should be final. | 32 | |
| 'ms' hides a field. | 32 | |
| Parameter writer should be final. | 33 | |
| 'writer' hides a field. | 33 | |
| Parameter model should be final. | 34 | |
| 'model' hides a field. | 34 | |
| Method 'calcGetter' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Method 'calcSetter' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 59 | |
| Parameter name should be final. | 59 | |
| Missing a Javadoc comment. | 63 | |
| Parameter name should be final. | 63 | |
| Method 'calcFieldTypeToUse' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| Parameter type should be final. | 67 | |
| Line is longer than 80 characters. | 68 | |
| Missing a Javadoc comment. | 71 | |
| Parameter str should be final. | 71 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Line is longer than 80 characters. | 25 | |
| Utility classes should not have a public or default constructor. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Parameter model should be final. | 34 | |
| Parameter type should be final. | 35 | |
| Parameter realType should be final. | 35 | |
| Missing a Javadoc comment. | 39 | |
| Parameter writer should be final. | 39 | |
| Parameter model should be final. | 40 | |
| Parameter type should be final. | 41 | |
| Parameter realType should be final. | 42 | |
| Parameter importPackage should be final. | 43 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 97 | |
| Missing a Javadoc comment. | 102 | |
| Parameter writer should be final. | 102 | |
| Parameter importStr should be final. | 102 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Parameter model should be final. | 41 | |
| 'model' hides a field. | 41 | |
| Parameter directory should be final. | 42 | |
| 'directory' hides a field. | 42 | |
| Parameter rootPackage should be final. | 43 | |
| 'rootPackage' hides a field. | 43 | |
| Parameter service should be final. | 44 | |
| 'service' hides a field. | 44 | |
| Parameter type should be final. | 45 | |
| 'type' hides a field. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Missing a Javadoc comment. | 55 | |
| Parameter service should be final. | 55 | |
| Parameter rootPackage should be final. | 55 | |
| Missing a Javadoc comment. | 62 | |
| Parameter name should be final. | 62 | |
| First sentence should end with a period. | 71 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 110 | |
| Missing a Javadoc comment. | 140 | |
| Parameter str should be final. | 140 | |
| Missing a Javadoc comment. | 144 | |
| Parameter str should be final. | 144 | |
| Missing a Javadoc comment. | 157 | |
| Parameter ms should be final. | 157 | |
| Missing a Javadoc comment. | 161 | |
| Parameter ms should be final. | 161 | |
| Missing a Javadoc comment. | 165 | |
| Parameter type should be final. | 165 | |
| 'type' hides a field. | 165 | |
| Parameter realType should be final. | 165 | |
| Line is longer than 80 characters. | 168 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Parameter model should be final. | 40 | |
| 'model' hides a field. | 40 | |
| Parameter directory should be final. | 41 | |
| 'directory' hides a field. | 41 | |
| Parameter rootPackage should be final. | 42 | |
| 'rootPackage' hides a field. | 42 | |
| Parameter service should be final. | 43 | |
| 'service' hides a field. | 43 | |
| Parameter xmlType should be final. | 44 | |
| 'xmlType' hides a field. | 44 | |
| Missing a Javadoc comment. | 55 | |
| Parameter service should be final. | 55 | |
| Parameter rootPackage should be final. | 55 | |
| Missing a Javadoc comment. | 62 | |
| Parameter name should be final. | 62 | |
| First sentence should end with a period. | 73 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 98 | |
| Missing a Javadoc comment. | 122 | |
| Parameter str should be final. | 122 | |
| Missing a Javadoc comment. | 126 | |
| Parameter str should be final. | 126 | |
| Missing a Javadoc comment. | 130 | |
| Parameter ms should be final. | 130 | |
| Missing a Javadoc comment. | 134 | |
| Parameter ms should be final. | 134 | |
| Missing a Javadoc comment. | 138 | |
| Parameter type should be final. | 138 | |
| Parameter realType should be final. | 138 | |
| Line is longer than 80 characters. | 141 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Parameter model should be final. | 41 | |
| 'model' hides a field. | 41 | |
| Parameter directory should be final. | 42 | |
| 'directory' hides a field. | 42 | |
| Parameter rootPackage should be final. | 43 | |
| 'rootPackage' hides a field. | 43 | |
| Parameter servKey should be final. | 44 | |
| 'servKey' hides a field. | 44 | |
| Parameter methods should be final. | 45 | |
| 'methods' hides a field. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Missing a Javadoc comment. | 55 | |
| Parameter servKey should be final. | 55 | |
| Parameter rootPackage should be final. | 55 | |
| Missing a Javadoc comment. | 77 | |
| Parameter servKey should be final. | 77 | |
| Line is longer than 80 characters. | 78 | |
| First sentence should end with a period. | 81 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 110 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 126 | |
| Missing a Javadoc comment. | 140 | |
| Parameter str should be final. | 140 | |
| Missing a Javadoc comment. | 144 | |
| Parameter error should be final. | 144 | |
| Missing a Javadoc comment. | 151 | |
| Parameter error should be final. | 151 | |
| Missing a Javadoc comment. | 158 | |
| Parameter type should be final. | 158 | |
| Parameter realType should be final. | 158 | |
| Line is longer than 80 characters. | 160 | |
| Line is longer than 80 characters. | 161 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Parameter model should be final. | 46 | |
| 'model' hides a field. | 46 | |
| Parameter directory should be final. | 47 | |
| 'directory' hides a field. | 47 | |
| Parameter rootPackage should be final. | 48 | |
| 'rootPackage' hides a field. | 48 | |
| Parameter filter should be final. | 49 | |
| 'filter' hides a field. | 49 | |
| First sentence should end with a period. | 56 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Line is longer than 80 characters. | 64 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Missing a Javadoc comment. | 86 | |
| Line is longer than 80 characters. | 91 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 109 | |
| Missing a Javadoc comment. | 116 | |
| Line is longer than 80 characters. | 121 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Parameter model should be final. | 43 | |
| 'model' hides a field. | 43 | |
| Parameter directory should be final. | 44 | |
| 'directory' hides a field. | 44 | |
| Parameter rootPackage should be final. | 45 | |
| 'rootPackage' hides a field. | 45 | |
| Parameter servKey should be final. | 46 | |
| 'servKey' hides a field. | 46 | |
| First sentence should end with a period. | 54 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 67 | |
| Line is longer than 80 characters. | 73 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 96 | |
| Parameter methods should be final. | 96 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 111 | |
| Missing a Javadoc comment. | 126 | |
| Parameter set should be final. | 126 | |
| Parameter xmlType should be final. | 126 | |
| Missing a Javadoc comment. | 134 | |
| Parameter type should be final. | 134 | |
| Missing a Javadoc comment. | 141 | |
| Parameter set should be final. | 141 | |
| Parameter xmlType should be final. | 142 | |
| 'finder' hides a field. | 143 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line is longer than 80 characters. | 147 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Line has trailing spaces. | 26 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Parameter model should be final. | 35 | |
| 'model' hides a field. | 35 | |
| Parameter directory should be final. | 36 | |
| 'directory' hides a field. | 36 | |
| Parameter rootPackage should be final. | 37 | |
| 'rootPackage' hides a field. | 37 | |
| Parameter error should be final. | 38 | |
| 'error' hides a field. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 46 | |
| Parameter rootPackage should be final. | 46 | |
| Missing a Javadoc comment. | 50 | |
| Parameter type should be final. | 50 | |
| First sentence should end with a period. | 54 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 58 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.IllegalArgumentException: the name [phase] is not a valid Javadoc tag name | 0 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 20 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 109 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 118 |
| Violation | Message | Line |
|---|---|---|
| Got an exception - java.lang.IllegalArgumentException: the name [goal] 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. | 62 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 105 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 140 | |
| Line is longer than 80 characters. | 145 | |
| Line is longer than 80 characters. | 149 | |
| Line is longer than 80 characters. | 162 | |
| Line is longer than 80 characters. | 165 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter clazz should be final. | 39 | |
| 'clazz' hides a field. | 39 | |
| Parameter parentFields should be final. | 39 | |
| 'parentFields' hides a field. | 39 | |
| Parameter parentClasses should be final. | 39 | |
| 'parentClasses' hides a field. | 39 | |
| Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Method 'addFields' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter debuggingContext should be final. | 52 | |
| Parameter ode should be final. | 52 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 77 | |
| Line is longer than 80 characters. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Comment matches to-do format 'TODO:'. | 90 | |
| Comment matches to-do format 'TODO:'. | 92 | |
| Line has trailing spaces. | 92 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 97 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 104 | |
| Must have at least one statement. | 104 | |
| Line is longer than 80 characters. | 109 | |
| Missing a Javadoc comment. | 109 | |
| Parameter pd should be final. | 109 | |
| Parameter dataType should be final. | 109 | |
| Line is longer than 80 characters. | 113 | |
| Missing a Javadoc comment. | 132 | |
| Parameter leafName should be final. | 132 | |
| Line is longer than 80 characters. | 137 | |
| Missing a Javadoc comment. | 150 | |
| Parameter name should be final. | 150 | |
| Line is longer than 80 characters. | 154 | |
| Missing a Javadoc comment. | 154 | |
| Parameter clazz should be final. | 154 | |
| Parameter pd should be final. | 154 | |
| Line has trailing spaces. | 158 | |
| Line has trailing spaces. | 162 | |
| Line is longer than 80 characters. | 171 | |
| '(' is preceded with whitespace. | 171 | |
| Line has trailing spaces. | 175 | |
| Line is longer than 80 characters. | 177 | |
| Line is longer than 80 characters. | 182 | |
| Missing a Javadoc comment. | 182 | |
| Parameter currentTargetClass should be final. | 182 | |
| Parameter methodName should be final. | 182 | |
| First sentence should end with a period. | 187 | |
| Line has trailing spaces. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Line contains a tab character. | 195 | |
| Line contains a tab character. | 196 | |
| Line is longer than 80 characters. | 199 | |
| Parameter currentTargetClass should be final. | 199 | |
| Parameter methodName should be final. | 199 | |
| Parameter argTypes should be final. | 199 | |
| Must have at least one statement. | 204 | |
| Line is longer than 80 characters. | 211 | |
| Missing a Javadoc comment. | 218 | |
| Parameter context should be final. | 218 | |
| Parameter pt should be final. | 218 | |
| Line is longer than 80 characters. | 234 | |
| Line is longer than 80 characters. | 242 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Unused import - java.lang.reflect.TypeVariable. | 25 | |
| Missing a Javadoc comment. | 31 | |
| Method 'getComplexStructures' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Parameter className should be final. | 33 | |
| Missing a Javadoc comment. | 39 | |
| Parameter className should be final. | 39 | |
| Parameter complexStructures should be final. | 40 | |
| Line is longer than 80 characters. | 47 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 84 | |
| Missing a Javadoc comment. | 84 | |
| Parameter originalClass should be final. | 84 | |
| Parameter fieldName should be final. | 84 | |
| Line is longer than 80 characters. | 86 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 100 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 106 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 32 | |
| Parameter className should be final. | 32 | |
| 'className' hides a field. | 32 | |
| Parameter osDict should be final. | 32 | |
| 'osDict' hides a field. | 32 | |
| Method 'compare' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 48 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 52 | |
| Missing a Javadoc comment. | 57 | |
| Parameter osDict should be final. | 57 | |
| 'osDict' hides a field. | 57 | |
| Parameter osBean should be final. | 58 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 70 | |
| Comment matches to-do format 'TODO:'. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 75 | |
| Line is longer than 80 characters. | 78 | |
| Comment matches to-do format 'TODO:'. | 82 | |
| Line is longer than 80 characters. | 83 | |
| Line is longer than 80 characters. | 86 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 102 | |
| Missing a Javadoc comment. | 102 | |
| Parameter name should be final. | 102 | |
| Parameter ode should be final. | 102 | |
| Line is longer than 80 characters. | 111 | |
| Missing a Javadoc comment. | 111 | |
| Parameter name should be final. | 111 | |
| Parameter ode should be final. | 111 | |
| Line is longer than 80 characters. | 120 | |
| Missing a Javadoc comment. | 120 | |
| Parameter discrepancies should be final. | 120 | |
| Parameter field should be final. | 120 | |
| Parameter value1 should be final. | 120 | |
| Parameter value2 should be final. | 121 | |
| Line is longer than 80 characters. | 128 | |
| Missing a Javadoc comment. | 128 | |
| Parameter discrepancies should be final. | 128 | |
| Parameter field should be final. | 128 | |
| Parameter value1 should be final. | 128 | |
| Parameter value2 should be final. | 129 | |
| Missing a Javadoc comment. | 136 | |
| Parameter field should be final. | 136 | |
| Parameter value1 should be final. | 136 | |
| Parameter value2 should be final. | 136 | |
| Line is longer than 80 characters. | 147 | |
| Missing a Javadoc comment. | 150 | |
| Parameter field should be final. | 150 | |
| Parameter value1 should be final. | 150 | |
| Parameter value2 should be final. | 150 | |
| Line is longer than 80 characters. | 160 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Line is longer than 80 characters. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter doe should be final. | 51 | |
| 'doe' hides a field. | 51 | |
| Parameter beansOfType should be final. | 51 | |
| 'beansOfType' hides a field. | 51 | |
| Parameter beanId should be final. | 51 | |
| 'beanId' hides a field. | 51 | |
| Parameter outputFileName should be final. | 51 | |
| 'outputFileName' hides a field. | 51 | |
| Method 'formatForHtml' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 73 | |
| Parameter out should be final. | 73 | |
| Parameter title should be final. | 73 | |
| Missing a Javadoc comment. | 81 | |
| Parameter out should be final. | 81 | |
| Missing a Javadoc comment. | 86 | |
| Parameter str should be final. | 86 | |
| Method length is 179 lines (max allowed is 150). | 99 | |
| Missing a Javadoc comment. | 99 | |
| Parameter out should be final. | 99 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 213 | |
| Line is longer than 80 characters. | 215 | |
| Line is longer than 80 characters. | 216 | |
| Line is longer than 80 characters. | 218 | |
| Line is longer than 80 characters. | 274 | |
| Line is longer than 80 characters. | 279 | |
| Method length is 177 lines (max allowed is 150). | 279 | |
| Missing a Javadoc comment. | 279 | |
| Parameter out should be final. | 279 | |
| Parameter ode should be final. | 279 | |
| Parameter parentNames should be final. | 279 | |
| Parameter parents should be final. | 279 | |
| Line is longer than 80 characters. | 387 | |
| Line is longer than 80 characters. | 441 | |
| Comment matches to-do format 'TODO:'. | 443 | |
| Line is longer than 80 characters. | 443 | |
| Line is longer than 80 characters. | 444 | |
| Line is longer than 80 characters. | 445 | |
| Line is longer than 80 characters. | 449 | |
| Missing a Javadoc comment. | 457 | |
| Parameter className should be final. | 457 | |
| 'doe' hides a field. | 458 | |
| Missing a Javadoc comment. | 466 | |
| Parameter name should be final. | 466 | |
| Parameter parents should be final. | 466 | |
| Missing a Javadoc comment. | 476 | |
| Parameter cd should be final. | 476 | |
| Missing a Javadoc comment. | 480 | |
| Parameter ad should be final. | 480 | |
| Missing a Javadoc comment. | 484 | |
| Parameter cd should be final. | 484 | |
| Missing a Javadoc comment. | 488 | |
| Parameter ad should be final. | 488 | |
| Missing a Javadoc comment. | 492 | |
| Parameter ad should be final. | 492 | |
| Missing a Javadoc comment. | 496 | |
| Parameter ad should be final. | 496 | |
| Missing a Javadoc comment. | 500 | |
| Parameter cd should be final. | 500 | |
| Missing a Javadoc comment. | 504 | |
| Parameter ad should be final. | 504 | |
| Missing a Javadoc comment. | 508 | |
| Line is longer than 80 characters. | 514 | |
| Missing a Javadoc comment. | 514 | |
| Parameter o1 should be final. | 517 | |
| Parameter o2 should be final. | 517 | |
| Line is longer than 80 characters. | 518 | |
| Missing a Javadoc comment. | 522 | |
| Parameter discrepancies should be final. | 522 | |
| Missing a Javadoc comment. | 532 | |
| Parameter ad should be final. | 532 | |
| Line is longer than 80 characters. | 536 | |
| Line is longer than 80 characters. | 538 | |
| Line is longer than 80 characters. | 540 | |
| Line is longer than 80 characters. | 541 | |
| Line is longer than 80 characters. | 545 | |
| Line is longer than 80 characters. | 546 | |
| Line is longer than 80 characters. | 549 | |
| Missing a Javadoc comment. | 554 | |
| Parameter ad should be final. | 554 | |
| Missing a Javadoc comment. | 561 | |
| Parameter ad should be final. | 561 | |
| Line is longer than 80 characters. | 570 | |
| Missing a Javadoc comment. | 570 | |
| Parameter sb should be final. | 570 | |
| Parameter value should be final. | 570 | |
| Parameter comma should be final. | 570 | |
| Missing a Javadoc comment. | 579 | |
| Parameter ad should be final. | 579 | |
| Comment matches to-do format 'TODO:'. | 580 | |
| Missing a Javadoc comment. | 587 | |
| Parameter ad should be final. | 587 | |
| Missing a Javadoc comment. | 598 | |
| Parameter ad should be final. | 598 | |
| Missing a Javadoc comment. | 609 | |
| Parameter ad should be final. | 609 | |
| Missing a Javadoc comment. | 618 | |
| Parameter simpleName should be final. | 618 | |
| Missing a Javadoc comment. | 625 | |
| Parameter name should be final. | 625 | |
| Missing a Javadoc comment. | 636 | |
| Parameter cd should be final. | 636 | |
| Comment matches to-do format 'TODO:'. | 642 | |
| Missing a Javadoc comment. | 658 | |
| Parameter ad should be final. | 658 | |
| Comment matches to-do format 'TODO:'. | 664 | |
| Missing a Javadoc comment. | 680 | |
| Parameter ad should be final. | 680 | |
| Missing a Javadoc comment. | 687 | |
| Parameter ad should be final. | 687 | |
| Missing a Javadoc comment. | 694 | |
| Parameter cons should be final. | 694 | |
| Missing a Javadoc comment. | 704 | |
| Parameter ad should be final. | 704 | |
| Missing a Javadoc comment. | 711 | |
| Parameter lc should be final. | 711 | |
| Missing a Javadoc comment. | 753 | |
| Parameter ad should be final. | 753 | |
| Missing a Javadoc comment. | 779 | |
| Parameter ad should be final. | 779 | |
| Missing a Javadoc comment. | 792 | |
| Missing a Javadoc comment. | 793 | |
| Missing a Javadoc comment. | 795 | |
| Parameter searchType should be final. | 795 | |
| Missing a Javadoc comment. | 799 | |
| Parameter searchType should be final. | 799 | |
| Line is longer than 80 characters. | 827 | |
| Missing a Javadoc comment. | 830 | |
| Parameter params should be final. | 831 | |
| Missing a Javadoc comment. | 851 | |
| Parameter ad should be final. | 851 | |
| Missing a Javadoc comment. | 867 | |
| Parameter ad should be final. | 867 | |
| Missing a Javadoc comment. | 886 | |
| Parameter ad should be final. | 886 | |
| Missing a Javadoc comment. | 907 | |
| Parameter ad should be final. | 907 | |
| Missing a Javadoc comment. | 931 | |
| Parameter ad should be final. | 931 | |
| Missing a Javadoc comment. | 965 | |
| Parameter ad should be final. | 965 | |
| Parameter cons should be final. | 965 | |
| Line is longer than 80 characters. | 973 | |
| Line is longer than 80 characters. | 976 | |
| Comment matches to-do format 'TODO:'. | 985 | |
| Missing a Javadoc comment. | 989 | |
| Parameter attribute should be final. | 989 | |
| Parameter val1 should be final. | 989 | |
| Parameter val2 should be final. | 990 | |
| Line is longer than 80 characters. | 1003 | |
| Missing a Javadoc comment. | 1003 | |
| Parameter attribute should be final. | 1003 | |
| Parameter val1 should be final. | 1003 | |
| Parameter val2 should be final. | 1004 | |
| Missing a Javadoc comment. | 1017 | |
| Parameter attribute should be final. | 1017 | |
| Parameter val1 should be final. | 1017 | |
| Parameter val2 should be final. | 1017 | |
| Missing a Javadoc comment. | 1024 | |
| Parameter attribute should be final. | 1024 | |
| Parameter val1 should be final. | 1024 | |
| Parameter val2 should be final. | 1024 | |
| Missing a Javadoc comment. | 1040 | |
| Parameter attribute should be final. | 1040 | |
| Parameter val1 should be final. | 1040 | |
| Parameter val2 should be final. | 1040 | |
| Missing a Javadoc comment. | 1056 | |
| Parameter value should be final. | 1056 | |
| Missing a Javadoc comment. | 1066 | |
| Parameter str should be final. | 1066 | |
| Missing a Javadoc comment. | 1076 | |
| Parameter out should be final. | 1076 | |
| Parameter tag should be final. | 1076 | |
| Parameter value should be final. | 1076 | |
| Line is longer than 80 characters. | 1080 | |
| Missing a Javadoc comment. | 1080 | |
| Parameter out should be final. | 1080 | |
| Parameter tag should be final. | 1080 | |
| Parameter modifiers should be final. | 1080 | |
| Parameter value should be final. | 1080 | |
| Missing a Javadoc comment. | 1097 | |
| Parameter s should be final. | 1097 | |
| Missing a Javadoc comment. | 1128 | |
| Parameter out should be final. | 1128 | |
| Parameter url should be final. | 1128 | |
| Parameter value should be final. | 1128 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Parameter outputDir should be final. | 33 | |
| 'outputDir' hides a field. | 33 | |
| Parameter configFiles should be final. | 34 | |
| 'configFiles' hides a field. | 34 | |
| Method 'loadApplicationContext' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 40 | |
| '(' is preceded with whitespace. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Line has trailing spaces. | 46 | |
| Line is longer than 80 characters. | 46 | |
| '(' is preceded with whitespace. | 46 | |
| Method 'getDataObjectEntryBeans' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| Missing a Javadoc comment. | 49 | |
| '(' is preceded with whitespace. | 49 | |
| Line has trailing spaces. | 50 | |
| Line is longer than 80 characters. | 50 | |
| Line has trailing spaces. | 52 | |
| Method 'doTest' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| '(' is preceded with whitespace. | 56 | |
| Line is longer than 80 characters. | 58 | |
| Line has trailing spaces. | 59 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 77 | |
| Missing a Javadoc comment. | 83 | |
| Parameter errors should be final. | 83 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 41 | |
| Parameter doe should be final. | 41 | |
| 'doe' hides a field. | 41 | |
| Parameter alreadyValidated should be final. | 42 | |
| 'alreadyValidated' hides a field. | 42 | |
| Method 'getDateTimeService' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Method 'setDateTimeService' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Missing a Javadoc comment. | 51 | |
| Parameter dateTimeService should be final. | 51 | |
| 'dateTimeService' hides a field. | 51 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Missing a Javadoc comment. | 55 | |
| Line is longer than 80 characters. | 87 | |
| Missing a Javadoc comment. | 107 | |
| Parameter ad should be final. | 107 | |
| Line is longer than 80 characters. | 120 | |
| Line is longer than 80 characters. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Comment matches to-do format 'TODO:'. | 126 | |
| Line is longer than 80 characters. | 126 | |
| Line is longer than 80 characters. | 135 | |
| Missing a Javadoc comment. | 140 | |
| Parameter errors should be final. | 140 | |
| Parameter fd should be final. | 140 | |
| Parameter validation should be final. | 141 | |
| Parameter value should be final. | 142 | |
| Missing a Javadoc comment. | 149 | |
| Parameter errors should be final. | 149 | |
| Parameter fieldName should be final. | 149 | |
| Parameter propertyName should be final. | 150 | |
| Parameter dataType should be final. | 150 | |
| Parameter value should be final. | 151 | |
| Line is longer than 80 characters. | 175 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 195 | |
| Line is longer than 80 characters. | 213 | |
| Comment matches to-do format 'TODO:'. | 221 | |
| Line is longer than 80 characters. | 221 | |
| Line is longer than 80 characters. | 234 | |
| Missing a Javadoc comment. | 239 | |
| Parameter fd should be final. | 239 | |
| Parameter vc should be final. | 240 | |
| Line is longer than 80 characters. | 255 | |
| Line is longer than 80 characters. | 263 | |
| Line is longer than 80 characters. | 269 | |
| Missing a Javadoc comment. | 269 | |
| Parameter fd should be final. | 269 | |
| Parameter lc should be final. | 269 | |
| Line is longer than 80 characters. | 272 | |
| Comment matches to-do format 'TODO:'. | 274 | |
| Missing a Javadoc comment. | 277 | |
| Missing a Javadoc comment. | 278 | |
| Missing a Javadoc comment. | 279 | |
| Missing a Javadoc comment. | 280 | |
| Missing a Javadoc comment. | 281 | |
| Missing a Javadoc comment. | 282 | |
| Missing a Javadoc comment. | 283 | |
| Line is longer than 80 characters. | 284 | |
| Line is longer than 80 characters. | 287 | |
| Missing a Javadoc comment. | 287 | |
| Parameter fd should be final. | 287 | |
| Parameter cc should be final. | 287 | |
| Line is longer than 80 characters. | 309 | |
| Line is longer than 80 characters. | 313 | |
| Line is longer than 80 characters. | 328 | |
| Comment matches to-do format 'TODO:'. | 331 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line is longer than 80 characters. | 4 | |
| Line contains a tab character. | 6 | |
| Line contains a tab character. | 8 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 55 | |
| Parameter directory should be final. | 55 | |
| 'directory' hides a field. | 55 | |
| Line is longer than 80 characters. | 56 | |
| Parameter model should be final. | 56 | |
| 'model' hides a field. | 56 | |
| Parameter className should be final. | 56 | |
| 'className' hides a field. | 56 | |
| Parameter writeManual should be final. | 56 | |
| 'writeManual' hides a field. | 56 | |
| Parameter writeGenerated should be final. | 56 | |
| 'writeGenerated' hides a field. | 56 | |
| Method 'write' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 91 | |
| Line is longer than 80 characters. | 92 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 96 | |
| Line is longer than 80 characters. | 107 | |
| Line is longer than 80 characters. | 115 | |
| Missing a Javadoc comment. | 123 | |
| Parameter str should be final. | 123 | |
| Missing a Javadoc comment. | 136 | |
| Parameter str should be final. | 136 | |
| Missing a Javadoc comment. | 149 | |
| Parameter out should be final. | 149 | |
| Missing a Javadoc comment. | 154 | |
| Parameter out should be final. | 154 | |
| Line is longer than 80 characters. | 158 | |
| Line is longer than 80 characters. | 159 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 165 | |
| Line is longer than 80 characters. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 170 | |
| Line is longer than 80 characters. | 171 | |
| Line is longer than 80 characters. | 173 | |
| Missing a Javadoc comment. | 178 | |
| Parameter out should be final. | 178 | |
| Line is longer than 80 characters. | 180 | |
| Line is longer than 80 characters. | 184 | |
| Line is longer than 80 characters. | 185 | |
| Line is longer than 80 characters. | 186 | |
| Line is longer than 80 characters. | 188 | |
| Line is longer than 80 characters. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 194 | |
| Missing a Javadoc comment. | 197 | |
| Parameter out should be final. | 197 | |
| Line is longer than 80 characters. | 199 | |
| Line is longer than 80 characters. | 204 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 207 | |
| Line is longer than 80 characters. | 208 | |
| Line is longer than 80 characters. | 209 | |
| Line is longer than 80 characters. | 211 | |
| Line is longer than 80 characters. | 212 | |
| Line is longer than 80 characters. | 215 | |
| Missing a Javadoc comment. | 218 | |
| Parameter out should be final. | 218 | |
| Line is longer than 80 characters. | 219 | |
| Line is longer than 80 characters. | 220 | |
| Line is longer than 80 characters. | 221 | |
| Comment matches to-do format 'TODO:'. | 222 | |
| Line is longer than 80 characters. | 223 | |
| Line is longer than 80 characters. | 224 | |
| Missing a Javadoc comment. | 227 | |
| Parameter out should be final. | 227 | |
| Line is longer than 80 characters. | 228 | |
| Line is longer than 80 characters. | 229 | |
| Line is longer than 80 characters. | 232 | |
| Line is longer than 80 characters. | 234 | |
| Missing a Javadoc comment. | 239 | |
| switch without "default" clause. | 242 | |
| Missing a Javadoc comment. | 250 | |
| Parameter name should be final. | 250 | |
| Missing a Javadoc comment. | 257 | |
| Parameter xmlType should be final. | 257 | |
| 'xmlType' hides a field. | 257 | |
| Line is longer than 80 characters. | 258 | |
| Line is longer than 80 characters. | 260 | |
| Missing a Javadoc comment. | 266 | |
| Parameter out should be final. | 266 | |
| Line is longer than 80 characters. | 270 | |
| Line is longer than 80 characters. | 295 | |
| Line is longer than 80 characters. | 300 | |
| Missing a Javadoc comment. | 303 | |
| Parameter currentClassName should be final. | 303 | |
| Parameter parentName should be final. | 304 | |
| Parameter parents should be final. | 305 | |
| Parameter fields should be final. | 306 | |
| Parameter out should be final. | 307 | |
| Line is longer than 80 characters. | 316 | |
| Line is longer than 80 characters. | 327 | |
| Line is longer than 80 characters. | 338 | |
| Missing a Javadoc comment. | 346 | |
| Parameter value should be final. | 346 | |
| Missing a Javadoc comment. | 350 | |
| Line is longer than 80 characters. | 359 | |
| Missing a Javadoc comment. | 360 | |
| Parameter s should be final. | 360 | |
| Missing a Javadoc comment. | 372 | |
| Line is longer than 80 characters. | 374 | |
| Missing a Javadoc comment. | 374 | |
| Missing a Javadoc comment. | 374 | |
| Missing a Javadoc comment. | 374 | |
| Missing a Javadoc comment. | 374 | |
| Missing a Javadoc comment. | 374 | |
| Missing a Javadoc comment. | 377 | |
| Parameter ms should be final. | 377 | |
| Missing a Javadoc comment. | 398 | |
| Parameter currentClass should be final. | 398 | |
| Parameter parentName should be final. | 399 | |
| Parameter parents should be final. | 400 | |
| Parameter fields should be final. | 401 | |
| Parameter out should be final. | 402 | |
| Parameter filter should be final. | 403 | |
| Comment matches to-do format 'TODO:'. | 419 | |
| Line is longer than 80 characters. | 430 | |
| Line is longer than 80 characters. | 431 | |
| Missing a Javadoc comment. | 437 | |
| Parameter currentClassName should be final. | 437 | |
| Parameter parentName should be final. | 438 | |
| Parameter parents should be final. | 439 | |
| Parameter fields should be final. | 440 | |
| Parameter out should be final. | 441 | |
| switch without "default" clause. | 447 | |
| Line is longer than 80 characters. | 458 | |
| switch without "default" clause. | 461 | |
| Line is longer than 80 characters. | 465 | |
| Line is longer than 80 characters. | 466 | |
| Missing a Javadoc comment. | 472 | |
| Parameter ms should be final. | 472 | |
| Line is longer than 80 characters. | 479 | |
| Line is longer than 80 characters. | 483 | |
| Missing a Javadoc comment. | 483 | |
| Parameter currentClassName should be final. | 483 | |
| Parameter parentName should be final. | 483 | |
| Parameter parents should be final. | 483 | |
| Parameter ms should be final. | 483 | |
| Parameter out should be final. | 483 | |
| Line is longer than 80 characters. | 490 | |
| Comment matches to-do format 'TODO:'. | 507 | |
| Line has trailing spaces. | 507 | |
| Line is longer than 80 characters. | 507 | |
| Line is longer than 80 characters. | 508 | |
| Line is longer than 80 characters. | 538 | |
| Line is longer than 80 characters. | 541 | |
| Line is longer than 80 characters. | 542 | |
| Line is longer than 80 characters. | 547 | |
| Comment matches to-do format 'TODO:'. | 550 | |
| Missing a Javadoc comment. | 557 | |
| Parameter ms should be final. | 557 | |
| Line is longer than 80 characters. | 558 | |
| Missing a Javadoc comment. | 562 | |
| Parameter pathName should be final. | 562 | |
| Missing a Javadoc comment. | 566 | |
| Parameter parentName should be final. | 566 | |
| Parameter ms should be final. | 566 | |
| Missing a Javadoc comment. | 574 | |
| Parameter ms should be final. | 574 | |
| Missing a Javadoc comment. | 579 | |
| Parameter ms should be final. | 579 | |
| Missing a Javadoc comment. | 586 | |
| Parameter out should be final. | 586 | |
| Line is longer than 80 characters. | 587 | |
| Line is longer than 80 characters. | 589 | |
| Missing a Javadoc comment. | 594 | |
| Parameter ms should be final. | 594 | |
| Missing a Javadoc comment. | 602 | |
| Parameter ms should be final. | 602 | |
| Missing a Javadoc comment. | 606 | |
| Parameter ms should be final. | 606 | |
| Missing a Javadoc comment. | 610 | |
| Parameter ms should be final. | 610 | |
| Missing a Javadoc comment. | 625 | |
| Parameter ms should be final. | 625 | |
| Missing a Javadoc comment. | 629 | |
| Parameter ms should be final. | 629 | |
| Missing a Javadoc comment. | 637 | |
| Parameter ms should be final. | 637 | |
| Comment matches to-do format 'TODO:'. | 644 | |
| Line is longer than 80 characters. | 644 | |
| Missing a Javadoc comment. | 648 | |
| Parameter out should be final. | 648 | |
| Line is longer than 80 characters. | 653 | |
| Line is longer than 80 characters. | 654 | |
| Line is longer than 80 characters. | 655 | |
| Line is longer than 80 characters. | 659 | |
| Line is longer than 80 characters. | 663 | |
| Missing a Javadoc comment. | 663 | |
| Parameter currentClass should be final. | 663 | |
| Parameter parentName should be final. | 663 | |
| Line is longer than 80 characters. | 664 | |
| Parameter parents should be final. | 664 | |
| Parameter fields should be final. | 664 | |
| Parameter out should be final. | 664 | |
| switch without "default" clause. | 671 | |
| switch without "default" clause. | 686 | |
| Line is longer than 80 characters. | 689 | |
| Line is longer than 80 characters. | 693 | |
| Line is longer than 80 characters. | 699 | |
| Missing a Javadoc comment. | 699 | |
| Parameter currentClass should be final. | 699 | |
| Parameter parentName should be final. | 699 | |
| Parameter ms should be final. | 699 | |
| Parameter out should be final. | 699 | |
| Line is longer than 80 characters. | 707 | |
| Line is longer than 80 characters. | 708 | |
| Line is longer than 80 characters. | 709 | |
| First sentence should end with a period. | 712 | |
| Line is longer than 80 characters. | 713 | |
| First sentence should end with a period. | 744 | |
| Line is longer than 80 characters. | 745 | |
| First sentence should end with a period. | 779 | |
| Line has trailing spaces. | 780 | |
| Line has trailing spaces. | 781 | |
| Missing a Javadoc comment. | 803 | |
| Parameter ms should be final. | 803 | |
| Comment matches to-do format 'TODO:'. | 810 | |
| Line is longer than 80 characters. | 810 | |
| Line is longer than 80 characters. | 811 | |
| Line is longer than 80 characters. | 816 | |
| Line is longer than 80 characters. | 837 | |
| Missing a Javadoc comment. | 840 | |
| Comment matches to-do format 'TODO:'. | 862 | |
| Line is longer than 80 characters. | 863 | |
| Line is longer than 80 characters. | 871 | |
| Missing a Javadoc comment. | 871 | |
| Parameter shortNameEndsWith should be final. | 871 | |
| Missing a Javadoc comment. | 881 | |
| Parameter shortName should be final. | 881 | |
| Missing a Javadoc comment. | 890 | |
| Parameter shortName should be final. | 890 | |
| Missing a Javadoc comment. | 898 | |
| Missing a Javadoc comment. | 916 | |
| Parameter propertyName should be final. | 916 | |
| Parameter out should be final. | 916 | |
| Missing a Javadoc comment. | 921 | |
| Parameter out should be final. | 921 | |
| Line is longer than 80 characters. | 926 | |
| Missing a Javadoc comment. | 926 | |
| Parameter propertyName should be final. | 926 | |
| Parameter propertyValue should be final. | 926 | |
| Parameter out should be final. | 926 | |
| Line is longer than 80 characters. | 927 | |
| Line is longer than 80 characters. | 930 | |
| Missing a Javadoc comment. | 930 | |
| Parameter propertyName should be final. | 930 | |
| Parameter propertyValue should be final. | 930 | |
| Parameter out should be final. | 930 | |
| Comment matches to-do format 'TODO:'. | 933 | |
| Line is longer than 80 characters. | 933 | |
| Missing a Javadoc comment. | 939 | |
| Parameter str should be final. | 939 | |
| Missing a Javadoc comment. | 946 | |
| Parameter str should be final. | 946 |