The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 20 | Error |
NewlineAtEndOfFile | 6 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 2624 | Error |
RegexpSingleline
| 417 | Error |
JavadocMethod | 566 | Error |
JavadocType | 91 | Error |
JavadocVariable | 453 | Error |
JavadocStyle | 73 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 21 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 20 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength | 392 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 4 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 54 | Error |
WhitespaceAround | 316 | Error |
ModifierOrder | 10 | Error |
RedundantModifier | 35 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 14 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 21 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 245 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 8 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 616 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 3 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 130 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 367 | Error |
TodoComment | 4 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 18 | |
'{' is not preceded with whitespace. | 18 | |
Line contains a tab character. | 19 | |
Line has trailing spaces. | 20 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter message should be final. | 24 | |
Parameter e should be final. | 24 | |
'{' is not preceded with whitespace. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 8 | |
Missing a Javadoc comment. | 10 | |
Variable 'labelKey' must be private and have accessor methods. | 11 | |
Line is longer than 80 characters. | 12 | |
Line contains a tab character. | 12 | |
Line is longer than 80 characters. | 13 | |
Line contains a tab character. | 13 | |
Line is longer than 80 characters. | 14 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Line contains a tab character. | 17 | |
Method 'getLabelKey' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 21 | |
Method 'setLabelKey' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Missing a Javadoc comment. | 21 | |
Parameter labelKey should be final. | 21 | |
'labelKey' hides a field. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Variable 'whenConstraint' must be private and have accessor methods. | 12 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Line contains a tab character. | 14 | |
Variable 'fieldPath' must be private and have accessor methods. | 14 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 16 | |
Variable 'operator' must be private and have accessor methods. | 16 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Variable 'caseSensitive' must be private and have accessor methods. | 18 | |
Line contains a tab character. | 20 | |
Method 'getWhenConstraint' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 24 | |
Method 'setWhenConstraint' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter whenConstraint should be final. | 24 | |
'whenConstraint' hides a field. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Method 'getFieldPath' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'setFieldPath' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter fieldPath should be final. | 32 | |
'fieldPath' hides a field. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'getOperator' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'setOperator' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter operator should be final. | 40 | |
'operator' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Method 'isCaseSensitive' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Method 'setCaseSensitive' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter caseSensitive should be final. | 48 | |
'caseSensitive' hides a field. | 48 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 8 | |
Line contains a tab character. | 10 | |
Missing a Javadoc comment. | 10 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 20 | |
Method 'getSearchTypeId' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 24 | |
Method 'setSearchTypeId' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter searchTypeId should be final. | 24 | |
'searchTypeId' hides a field. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Method 'getResultReturnKey' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'setResultReturnKey' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter resultReturnKey should be final. | 32 | |
'resultReturnKey' hides a field. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'getParams' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'setParams' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter params should be final. | 40 | |
'params' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter id should be final. | 48 | |
'id' hides a field. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter name should be final. | 56 | |
'name' hides a field. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter desc should be final. | 64 | |
'desc' hides a field. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 68 | |
Method 'getSearchParamIdKey' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Method 'setSearchParamIdKey' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter searchParamIdKey should be final. | 72 | |
'searchParamIdKey' hides a field. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Line has trailing spaces. | 14 | |
Missing a Javadoc comment. | 14 | |
Line has trailing spaces. | 15 | |
Missing a Javadoc comment. | 15 | |
Line has trailing spaces. | 16 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 22 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 23 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Variable 'fieldPath' must be private and have accessor methods. | 26 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 43 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter key should be final. | 47 | |
'key' hides a field. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Method 'getChildLookup' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 55 | |
Method 'setChildLookup' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter childLookup should be final. | 55 | |
'childLookup' hides a field. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Method 'getWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Method 'setWriteAccess' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter writeAccess should be final. | 63 | |
'writeAccess' hides a field. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 67 | |
Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter dataType should be final. | 71 | |
'dataType' hides a field. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 75 | |
Method 'isOptional' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter optional should be final. | 79 | |
'optional' hides a field. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
Method 'getDefaultValueList' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 87 | |
Method 'setDefaultValueList' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter defaultValueList should be final. | 87 | |
'defaultValueList' hides a field. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Method 'getDefaultValueString' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 95 | |
Method 'setDefaultValueString' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter defaultValueString should be final. | 95 | |
'defaultValueString' hides a field. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 103 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter name should be final. | 103 | |
'name' hides a field. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 107 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 111 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter desc should be final. | 111 | |
'desc' hides a field. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 115 | |
Method 'isCaseSensitive' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 119 | |
Method 'setCaseSensitive' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter caseSensitive should be final. | 119 | |
'caseSensitive' hides a field. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 123 | |
Method 'getUsage' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 127 | |
Method 'setUsage' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter usage should be final. | 127 | |
'usage' hides a field. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 131 | |
Method 'getFieldPath' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 135 | |
Method 'setFieldPath' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter fieldPath should be final. | 135 | |
'fieldPath' hides a field. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 139 | |
Method 'getWidget' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 143 | |
Method 'setWidget' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Parameter widget should be final. | 143 | |
'widget' hides a field. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 16 | |
Variable 'serverSide' must be private and have accessor methods. | 16 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Variable 'customValidatorClass' must be private and have accessor methods. | 18 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 20 | |
Variable 'locale' must be private and have accessor methods. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 22 | |
Variable 'exclusiveMin' must be private and have accessor methods. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 24 | |
Variable 'inclusiveMax' must be private and have accessor methods. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Variable 'minLength' must be private and have accessor methods. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Variable 'maxLength' must be private and have accessor methods. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Variable 'validChars' must be private and have accessor methods. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Variable 'minOccurs' must be private and have accessor methods. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Variable 'maxOccurs' must be private and have accessor methods. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Variable 'caseConstraint' must be private and have accessor methods. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Variable 'requireConstraint' must be private and have accessor methods. | 40 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
Variable 'occursConstraint' must be private and have accessor methods. | 43 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Variable 'lookupDefinition' must be private and have accessor methods. | 46 | |
';' is not followed by whitespace. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Variable 'lookupContextPath' must be private and have accessor methods. | 50 | |
';' is not followed by whitespace. | 50 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Method 'isServerSide' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Method 'setServerSide' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter serverSide should be final. | 59 | |
'serverSide' hides a field. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 67 | |
Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter locale should be final. | 67 | |
'locale' hides a field. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Method 'getExclusiveMin' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 75 | |
Method 'setExclusiveMin' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter exclusiveMin should be final. | 75 | |
'exclusiveMin' hides a field. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
Method 'getInclusiveMax' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
Method 'setInclusiveMax' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter inclusiveMax should be final. | 83 | |
'inclusiveMax' hides a field. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 87 | |
Method 'getMinLength' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Method 'setMinLength' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter minLength should be final. | 91 | |
'minLength' hides a field. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 95 | |
Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter maxLength should be final. | 99 | |
'maxLength' hides a field. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 103 | |
Method 'getValidChars' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 107 | |
Method 'setValidChars' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Parameter validChars should be final. | 107 | |
'validChars' hides a field. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 111 | |
Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 115 | |
Method 'setMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter minOccurs should be final. | 115 | |
'minOccurs' hides a field. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 119 | |
Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 123 | |
Method 'setMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Parameter maxOccurs should be final. | 123 | |
'maxOccurs' hides a field. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 127 | |
Method 'getRequireConstraint' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
'if' is not followed by whitespace. | 128 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
Method 'setRequireConstraint' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter requireConstraint should be final. | 135 | |
'requireConstraint' hides a field. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Method 'getCaseConstraint' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Method 'setCaseConstraint' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Parameter caseConstraint should be final. | 143 | |
'caseConstraint' hides a field. | 143 | |
Method 'getOccursConstraint' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
'if' is not followed by whitespace. | 148 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
Method 'setOccursConstraint' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Parameter occursConstraint should be final. | 154 | |
'occursConstraint' hides a field. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 158 | |
Method 'getLookupDefinition' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 162 | |
Method 'setLookupDefinition' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
Parameter lookupDefinition should be final. | 162 | |
'lookupDefinition' hides a field. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 166 | |
Method 'getLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 170 | |
Method 'setLookupContextPath' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
Parameter lookupContextPath should be final. | 170 | |
'lookupContextPath' hides a field. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 174 | |
Method 'getCustomValidatorClass' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Missing a Javadoc comment. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 178 | |
Method 'setCustomValidatorClass' is not designed for extension - needs to be abstract, final or empty. | 178 | |
Missing a Javadoc comment. | 178 | |
Parameter customValidatorClass should be final. | 178 | |
'customValidatorClass' hides a field. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 5 | |
Line is longer than 80 characters. | 7 | |
Line contains a tab character. | 7 | |
Missing a Javadoc comment. | 7 | |
Missing a Javadoc comment. | 7 | |
Missing a Javadoc comment. | 7 | |
Missing a Javadoc comment. | 7 | |
Missing a Javadoc comment. | 7 | |
Missing a Javadoc comment. | 7 | |
Missing a Javadoc comment. | 7 | |
Missing a Javadoc comment. | 7 | |
Missing a Javadoc comment. | 7 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 8 | |
Line is longer than 80 characters. | 10 | |
Line contains a tab character. | 10 | |
Missing a Javadoc comment. | 11 | |
Variable 'name' must be private and have accessor methods. | 12 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 16 | |
Variable 'dataType' must be private and have accessor methods. | 16 | |
';' is not followed by whitespace. | 16 | |
Line is longer than 80 characters. | 17 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Variable 'dataObjectStructure' must be private and have accessor methods. | 20 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 24 | |
Variable 'dynamic' must be private and have accessor methods. | 24 | |
Line has trailing spaces. | 25 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 28 | |
Variable 'defaultValue' must be private and have accessor methods. | 28 | |
';' is not followed by whitespace. | 28 | |
Line has trailing spaces. | 29 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Variable 'defaultValuePath' must be private and have accessor methods. | 31 | |
';' is not followed by whitespace. | 31 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Variable 'readOnly' must be private and have accessor methods. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Variable 'hide' must be private and have accessor methods. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 50 | |
Variable 'mask' must be private and have accessor methods. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Variable 'partialMask' must be private and have accessor methods. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line has trailing spaces. | 56 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Variable 'partialMaskFormatter' must be private and have accessor methods. | 56 | |
';' is not followed by whitespace. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
Variable 'maskFormatter' must be private and have accessor methods. | 59 | |
';' is not followed by whitespace. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter name should be final. | 64 | |
'name' hides a field. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter dataType should be final. | 70 | |
'dataType' hides a field. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Method 'getDataObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Method 'setDataObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter dataObjectStructure should be final. | 76 | |
'dataObjectStructure' hides a field. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Method 'setDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter defaultValue should be final. | 82 | |
'defaultValue' hides a field. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Method 'getDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Method 'setDefaultValuePath' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter defaultValuePath should be final. | 88 | |
'defaultValuePath' hides a field. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter readOnly should be final. | 94 | |
'readOnly' hides a field. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Method 'isHide' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Method 'setHide' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter hide should be final. | 100 | |
'hide' hides a field. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Method 'isMask' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Method 'setMask' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter mask should be final. | 106 | |
'mask' hides a field. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Method 'isPartialMask' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Method 'setPartialMask' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter partialMask should be final. | 112 | |
'partialMask' hides a field. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Method 'isDynamic' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Method 'setDynamic' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter dynamic should be final. | 119 | |
'dynamic' hides a field. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Method 'getPartialMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Method 'setPartialMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter partialMaskFormatter should be final. | 125 | |
'partialMaskFormatter' hides a field. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Method 'getMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Method 'setMaskFormatter' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter maskFormatter should be final. | 131 | |
'maskFormatter' hides a field. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 8 | |
'{' is not preceded with whitespace. | 9 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
Line contains a tab character. | 13 | |
Line is longer than 80 characters. | 14 | |
Line contains a tab character. | 14 | |
Line is longer than 80 characters. | 15 | |
Line contains a tab character. | 15 | |
Line is longer than 80 characters. | 16 | |
Line contains a tab character. | 16 | |
Line is longer than 80 characters. | 17 | |
Line contains a tab character. | 17 | |
Line is longer than 80 characters. | 18 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line is longer than 80 characters. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Variable 'fieldPath' must be private and have accessor methods. | 12 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Line contains a tab character. | 14 | |
Variable 'paramKey' must be private and have accessor methods. | 14 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 16 | |
Variable 'defaultValueList' must be private and have accessor methods. | 16 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Variable 'defaultValueString' must be private and have accessor methods. | 18 | |
Line contains a tab character. | 20 | |
Method 'getFieldPath' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 24 | |
Method 'setFieldPath' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter fieldPath should be final. | 24 | |
'fieldPath' hides a field. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Method 'getParamKey' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'setParamKey' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter paramKey should be final. | 32 | |
'paramKey' hides a field. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'getDefaultValueList' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'setDefaultValueList' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter defaultValueList should be final. | 40 | |
'defaultValueList' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'getDefaultValueString' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Method 'setDefaultValueString' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter defaultValueString should be final. | 48 | |
'defaultValueString' hides a field. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
Missing a Javadoc comment. | 11 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 20 | |
Method 'getRequiredFields' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 21 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 24 | |
Method 'setRequiredFields' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter requiredFields should be final. | 24 | |
'requiredFields' hides a field. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Method 'getOccurs' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'setOccurs' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter occurs should be final. | 32 | |
'occurs' hides a field. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'getMin' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'setMin' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter min should be final. | 40 | |
'min' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'getMax' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Method 'setMax' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter max should be final. | 48 | |
'max' hides a field. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 11 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 15 | |
Variable 'name' must be private and have accessor methods. | 15 | |
';' is not followed by whitespace. | 15 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Line contains a tab character. | 17 | |
Variable 'businessObjectClass' must be private and have accessor methods. | 17 | |
Missing a Javadoc comment. | 18 | |
Variable 'attributes' must be private and have accessor methods. | 19 | |
Missing a Javadoc comment. | 20 | |
Variable 'hasMetaData' must be private and have accessor methods. | 21 | |
';' is not followed by whitespace. | 21 | |
Line contains a tab character. | 23 | |
Method 'getBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 27 | |
Method 'setBusinessObjectClass' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Parameter businessObjectClass should be final. | 27 | |
'businessObjectClass' hides a field. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 31 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
'if' is not followed by whitespace. | 32 | |
'==' is not preceded with whitespace. | 32 | |
'==' is not followed by whitespace. | 32 | |
'{' is not preceded with whitespace. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter attributes should be final. | 38 | |
'attributes' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter name should be final. | 46 | |
'name' hides a field. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Method 'isHasMetaData' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Method 'setHasMetaData' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter hasMetaData should be final. | 54 | |
'hasMetaData' hides a field. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 7 | |
Line contains a tab character. | 9 | |
Missing a Javadoc comment. | 9 | |
Variable 'fieldPath' must be private and have accessor methods. | 10 | |
Line contains a tab character. | 12 | |
Method 'getFieldPath' is not designed for extension - needs to be abstract, final or empty. | 12 | |
Missing a Javadoc comment. | 12 | |
Line contains a tab character. | 13 | |
Line contains a tab character. | 14 | |
Line contains a tab character. | 16 | |
Method 'setFieldPath' is not designed for extension - needs to be abstract, final or empty. | 16 | |
Missing a Javadoc comment. | 16 | |
Parameter fieldPath should be final. | 16 | |
'fieldPath' hides a field. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing a Javadoc comment. | 7 | |
Line has trailing spaces. | 9 | |
Line contains a tab character. | 9 | |
Comment matches to-do format 'TODO:'. | 10 | |
Missing a Javadoc comment. | 11 | |
Variable 'value' must be private and have accessor methods. | 12 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Parameter value should be final. | 24 | |
'value' hides a field. | 24 | |
Line has trailing spaces. | 27 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Variable 'values' must be private and have accessor methods. | 11 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
Variable 'valuePath' must be private and have accessor methods. | 12 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Variable 'constraint' must be private and have accessor methods. | 13 | |
Line contains a tab character. | 15 | |
Method 'getValues' is not designed for extension - needs to be abstract, final or empty. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 19 | |
Method 'setValues' is not designed for extension - needs to be abstract, final or empty. | 19 | |
Missing a Javadoc comment. | 19 | |
Parameter values should be final. | 19 | |
'values' hides a field. | 19 | |
Line has trailing spaces. | 23 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Missing a Javadoc comment. | 23 | |
Parameter value should be final. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 28 | |
Method 'getValuePath' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'setValuePath' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter valuePath should be final. | 32 | |
'valuePath' hides a field. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'getConstraint' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'setConstraint' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter constraint should be final. | 40 | |
'constraint' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Variable 'whenConstraint' must be private and have accessor methods. | 34 | |
Missing a Javadoc comment. | 36 | |
Variable 'field' must be private and have accessor methods. | 37 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 39 | |
Variable 'operator' must be private and have accessor methods. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'getWhenConstraint' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Method 'setWhenConstraint' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Parameter whenConstraint should be final. | 53 | |
'whenConstraint' hides a field. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Method 'getField' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Method 'setField' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Parameter field should be final. | 67 | |
'field' hides a field. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Method 'getOperator' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Method 'setOperator' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Parameter operator should be final. | 81 | |
'operator' hides a field. | 81 | |
Line contains a tab character. | 82 | |
Line has trailing spaces. | 83 | |
Line contains a tab character. | 83 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 33 | |
Variable 'key' must be private and have accessor methods. | 34 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 36 | |
Variable 'id' must be private and have accessor methods. | 37 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 39 | |
Variable 'constraint' must be private and have accessor methods. | 40 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Parameter key should be final. | 52 | |
'key' hides a field. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter id should be final. | 66 | |
'id' hides a field. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Method 'getConstraint' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Method 'setConstraint' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Parameter constraint should be final. | 80 | |
'constraint' hides a field. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Variable 'className' must be private and have accessor methods. | 35 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 37 | |
Variable 'key' must be private and have accessor methods. | 38 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 40 | |
Variable 'id' must be private and have accessor methods. | 41 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 43 | |
Variable 'serverSide' must be private and have accessor methods. | 44 | |
Line has trailing spaces. | 45 | |
Missing a Javadoc comment. | 46 | |
Variable 'locale' must be private and have accessor methods. | 47 | |
Line has trailing spaces. | 48 | |
Missing a Javadoc comment. | 49 | |
Variable 'minValue' must be private and have accessor methods. | 50 | |
Missing a Javadoc comment. | 52 | |
Variable 'maxValue' must be private and have accessor methods. | 53 | |
Missing a Javadoc comment. | 55 | |
Variable 'minLength' must be private and have accessor methods. | 56 | |
Line has trailing spaces. | 57 | |
Missing a Javadoc comment. | 58 | |
Variable 'maxLength' must be private and have accessor methods. | 59 | |
Line has trailing spaces. | 60 | |
Missing a Javadoc comment. | 61 | |
'=' is not preceded with whitespace. | 61 | |
'=' is not followed by whitespace. | 61 | |
Variable 'validChars' must be private and have accessor methods. | 62 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 64 | |
Variable 'minOccurs' must be private and have accessor methods. | 65 | |
Line has trailing spaces. | 66 | |
Missing a Javadoc comment. | 67 | |
Variable 'maxOccurs' must be private and have accessor methods. | 68 | |
Missing a Javadoc comment. | 70 | |
'=' is not preceded with whitespace. | 70 | |
'=' is not followed by whitespace. | 70 | |
Variable 'requireConstraint' must be private and have accessor methods. | 71 | |
Line has trailing spaces. | 72 | |
Missing a Javadoc comment. | 73 | |
Variable 'caseConstraint' must be private and have accessor methods. | 74 | |
Missing a Javadoc comment. | 76 | |
Variable 'typeStateCaseConstraint' must be private and have accessor methods. | 77 | |
Line has trailing spaces. | 78 | |
Missing a Javadoc comment. | 79 | |
Variable 'lookupConstraint' must be private and have accessor methods. | 80 | |
Missing a Javadoc comment. | 82 | |
Variable 'occursConstraint' must be private and have accessor methods. | 83 | |
Line has trailing spaces. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Method 'getMinValue' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Method 'setMinValue' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Parameter minValue should be final. | 95 | |
'minValue' hides a field. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Method 'getMaxValue' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Method 'setMaxValue' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Parameter maxValue should be final. | 109 | |
'maxValue' hides a field. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Method 'getMinLength' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Method 'setMinLength' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Parameter minLength should be final. | 123 | |
'minLength' hides a field. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Method 'setMaxLength' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Parameter maxLength should be final. | 137 | |
'maxLength' hides a field. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Method 'setMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Parameter minOccurs should be final. | 151 | |
'minOccurs' hides a field. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Method 'setMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Parameter maxOccurs should be final. | 165 | |
'maxOccurs' hides a field. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Method 'setClassName' is not designed for extension - needs to be abstract, final or empty. | 179 | |
Parameter className should be final. | 179 | |
'className' hides a field. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Parameter key should be final. | 193 | |
'key' hides a field. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 207 | |
Parameter id should be final. | 207 | |
'id' hides a field. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Method 'isServerSide' is not designed for extension - needs to be abstract, final or empty. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Method 'setServerSide' is not designed for extension - needs to be abstract, final or empty. | 221 | |
Parameter serverSide should be final. | 221 | |
'serverSide' hides a field. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Parameter locale should be final. | 235 | |
'locale' hides a field. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Method 'getValidChars' is not designed for extension - needs to be abstract, final or empty. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Method 'setValidChars' is not designed for extension - needs to be abstract, final or empty. | 249 | |
Parameter validChars should be final. | 249 | |
'validChars' hides a field. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Method 'getRequireConstraint' is not designed for extension - needs to be abstract, final or empty. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line is longer than 80 characters. | 263 | |
Line contains a tab character. | 263 | |
Method 'setRequireConstraint' is not designed for extension - needs to be abstract, final or empty. | 263 | |
Parameter requireConstraint should be final. | 263 | |
'requireConstraint' hides a field. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Method 'getTypeStateCaseConstraint' is not designed for extension - needs to be abstract, final or empty. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Method 'setTypeStateCaseConstraint' is not designed for extension - needs to be abstract, final or empty. | 277 | |
Line contains a tab character. | 278 | |
Parameter typeStateCaseConstraint should be final. | 278 | |
'typeStateCaseConstraint' hides a field. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Method 'getCaseConstraint' is not designed for extension - needs to be abstract, final or empty. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Method 'setCaseConstraint' is not designed for extension - needs to be abstract, final or empty. | 292 | |
Parameter caseConstraint should be final. | 292 | |
'caseConstraint' hides a field. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Method 'getLookupConstraint' is not designed for extension - needs to be abstract, final or empty. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line is longer than 80 characters. | 306 | |
Line contains a tab character. | 306 | |
Method 'setLookupConstraint' is not designed for extension - needs to be abstract, final or empty. | 306 | |
Parameter lookupConstraint should be final. | 306 | |
'lookupConstraint' hides a field. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Method 'getOccursConstraint' is not designed for extension - needs to be abstract, final or empty. | 313 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line is longer than 80 characters. | 320 | |
Line contains a tab character. | 320 | |
Method 'setOccursConstraint' is not designed for extension - needs to be abstract, final or empty. | 320 | |
Parameter occursConstraint should be final. | 320 | |
'occursConstraint' hides a field. | 320 | |
Line contains a tab character. | 321 | |
Line has trailing spaces. | 322 | |
Line contains a tab character. | 322 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 49 | |
'{' is not preceded with whitespace. | 52 | |
Missing a Javadoc comment. | 54 | |
Line has trailing spaces. | 55 | |
Missing a Javadoc comment. | 56 | |
Variable 'value' must be private and have accessor methods. | 57 | |
Missing a Javadoc comment. | 58 | |
Variable 'type' must be private and have accessor methods. | 59 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 67 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 79 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Parameter value should be final. | 81 | |
'value' hides a field. | 81 | |
Line has trailing spaces. | 87 | |
Line has trailing spaces. | 91 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Line has trailing spaces. | 99 | |
Line has trailing spaces. | 103 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Parameter value should be final. | 105 | |
'value' hides a field. | 105 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 45 | |
Line has trailing spaces. | 51 | |
Line has trailing spaces. | 52 | |
'{' is not preceded with whitespace. | 55 | |
Line has trailing spaces. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Variable 'objectStructure' must be private and have accessor methods. | 60 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 69 | |
Line has trailing spaces. | 70 | |
Line has trailing spaces. | 76 | |
Line has trailing spaces. | 77 | |
Line has trailing spaces. | 81 | |
Line has trailing spaces. | 82 | |
Expected an @return tag. | 84 | |
Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 84 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 37 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 47 | |
Line has trailing spaces. | 52 | |
Line has trailing spaces. | 53 | |
'{' is not preceded with whitespace. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 | |
Variable 'key' must be private and have accessor methods. | 61 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 63 | |
Variable 'id' must be private and have accessor methods. | 64 | |
Line has trailing spaces. | 65 | |
Missing a Javadoc comment. | 66 | |
Variable 'fieldDescriptor' must be private and have accessor methods. | 67 | |
Line has trailing spaces. | 68 | |
Missing a Javadoc comment. | 69 | |
Variable 'constraintDescriptor' must be private and have accessor methods. | 70 | |
Line has trailing spaces. | 71 | |
Missing a Javadoc comment. | 72 | |
Variable 'selector' must be private and have accessor methods. | 73 | |
Line has trailing spaces. | 74 | |
Missing a Javadoc comment. | 75 | |
Variable 'dynamic' must be private and have accessor methods. | 76 | |
Line has trailing spaces. | 77 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 81 | |
Line has trailing spaces. | 85 | |
Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Line has trailing spaces. | 93 | |
Line has trailing spaces. | 97 | |
Method 'setFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Parameter value should be final. | 99 | |
Line contains a tab character. | 103 | |
Method 'isSelector' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Line has trailing spaces. | 109 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Line has trailing spaces. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line has trailing spaces. | 112 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Method 'setSelector' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Parameter isSelector should be final. | 115 | |
Expected @param tag for 'isSelector'. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 119 | |
Line has trailing spaces. | 121 | |
Line has trailing spaces. | 125 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Line has trailing spaces. | 133 | |
Line has trailing spaces. | 137 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Parameter value should be final. | 139 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Method 'getConstraintDescriptor' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line is longer than 80 characters. | 153 | |
Line contains a tab character. | 153 | |
Method 'setConstraintDescriptor' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Parameter constraintDescriptor should be final. | 153 | |
'constraintDescriptor' hides a field. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Parameter id should be final. | 167 | |
'id' hides a field. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Method 'isDynamic' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Unused @param tag for 'dyncamic'. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Method 'setDynamic' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Parameter dynamic should be final. | 181 | |
'dynamic' hides a field. | 181 | |
Expected @param tag for 'dynamic'. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 50 | |
Line is longer than 80 characters. | 51 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 53 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 79 | |
Line has trailing spaces. | 80 | |
Missing a Javadoc comment. | 81 | |
Variable 'id' must be private and have accessor methods. | 82 | |
Line has trailing spaces. | 83 | |
Missing a Javadoc comment. | 84 | |
Variable 'name' must be private and have accessor methods. | 85 | |
Line has trailing spaces. | 86 | |
Missing a Javadoc comment. | 87 | |
Variable 'desc' must be private and have accessor methods. | 88 | |
Line has trailing spaces. | 89 | |
Missing a Javadoc comment. | 90 | |
Variable 'readOnly' must be private and have accessor methods. | 91 | |
Line has trailing spaces. | 92 | |
Missing a Javadoc comment. | 93 | |
Variable 'dataType' must be private and have accessor methods. | 94 | |
Missing a Javadoc comment. | 96 | |
Variable 'search' must be private and have accessor methods. | 97 | |
Line has trailing spaces. | 98 | |
Missing a Javadoc comment. | 99 | |
Variable 'objectStructure' must be private and have accessor methods. | 100 | |
Line has trailing spaces. | 101 | |
Missing a Javadoc comment. | 102 | |
Variable 'objectStructureRef' must be private and have accessor methods. | 103 | |
Line has trailing spaces. | 104 | |
Line has trailing spaces. | 105 | |
Line has trailing spaces. | 108 | |
Line has trailing spaces. | 112 | |
Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Line has trailing spaces. | 120 | |
Line has trailing spaces. | 124 | |
Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Parameter value should be final. | 126 | |
Line has trailing spaces. | 129 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Parameter name should be final. | 140 | |
'name' hides a field. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Parameter desc should be final. | 154 | |
'desc' hides a field. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Method 'setReadOnly' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Parameter readOnly should be final. | 168 | |
'readOnly' hides a field. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Method 'getSearch' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line has trailing spaces. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Method 'setSearch' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Parameter search should be final. | 182 | |
'search' hides a field. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line has trailing spaces. | 185 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Parameter id should be final. | 196 | |
'id' hides a field. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Method 'setObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Parameter objectStructure should be final. | 210 | |
'objectStructure' hides a field. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line has trailing spaces. | 213 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Method 'getObjectStructureRef' is not designed for extension - needs to be abstract, final or empty. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Method 'setObjectStructureRef' is not designed for extension - needs to be abstract, final or empty. | 224 | |
Parameter objectStructureRef should be final. | 224 | |
'objectStructureRef' hides a field. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 228 | |
Method 'toMap' is not designed for extension - needs to be abstract, final or empty. | 228 | |
Missing a Javadoc comment. | 228 | |
'{' is not preceded with whitespace. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line has trailing spaces. | 233 | |
Line contains a tab character. | 233 | |
Line has trailing spaces. | 234 | |
Line contains a tab character. | 234 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Variable 'search' must be private and have accessor methods. | 34 | |
Missing a Javadoc comment. | 36 | |
Variable 'searchField' must be private and have accessor methods. | 37 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 39 | |
Variable 'lookupKey' must be private and have accessor methods. | 40 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Method 'getSearch' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Method 'setSearch' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Parameter search should be final. | 52 | |
'search' hides a field. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Method 'getLookupKey' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Method 'setLookupKey' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter lookupKey should be final. | 66 | |
'lookupKey' hides a field. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Method 'getSearchField' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Method 'setSearchField' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Parameter searchField should be final. | 80 | |
'searchField' hides a field. | 80 | |
Line contains a tab character. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Variable 'field' must be private and have accessor methods. | 31 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 33 | |
Variable 'mapsTo' must be private and have accessor methods. | 34 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Method 'getField' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'setField' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Parameter field should be final. | 46 | |
'field' hides a field. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Method 'getMapsTo' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Method 'setMapsTo' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Parameter mapsTo should be final. | 60 | |
'mapsTo' hides a field. | 60 | |
Line contains a tab character. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 54 | |
'{' is not preceded with whitespace. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Variable 'key' must be private and have accessor methods. | 62 | |
Missing a Javadoc comment. | 64 | |
Variable 'id' must be private and have accessor methods. | 65 | |
Missing a Javadoc comment. | 67 | |
Variable 'type' must be private and have accessor methods. | 68 | |
Missing a Javadoc comment. | 70 | |
Variable 'name' must be private and have accessor methods. | 71 | |
Line has trailing spaces. | 72 | |
Line has trailing spaces. | 73 | |
Missing a Javadoc comment. | 73 | |
Variable 'desc' must be private and have accessor methods. | 74 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 84 | |
Line has trailing spaces. | 90 | |
Line has trailing spaces. | 91 | |
Line has trailing spaces. | 95 | |
Line has trailing spaces. | 96 | |
Expected an @return tag. | 98 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Line has trailing spaces. | 107 | |
Line has trailing spaces. | 111 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Line has trailing spaces. | 119 | |
Line has trailing spaces. | 123 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Parameter value should be final. | 125 | |
Line contains a tab character. | 129 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Parameter type should be final. | 129 | |
'type' hides a field. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 137 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Parameter id should be final. | 137 | |
'id' hides a field. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 141 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 145 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter name should be final. | 145 | |
'name' hides a field. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 149 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Missing a Javadoc comment. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 153 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
Parameter desc should be final. | 153 | |
'desc' hides a field. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Method 'getRequire' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Method 'setRequire' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Parameter require should be final. | 54 | |
'require' hides a field. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Method 'getMin' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Method 'setMin' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Parameter min should be final. | 68 | |
'min' hides a field. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Method 'getMax' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Method 'setMax' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Parameter max should be final. | 82 | |
'max' hides a field. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Method 'getOccurs' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Method 'setOccurs' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Parameter occurs should be final. | 96 | |
'occurs' hides a field. | 96 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 34 | |
'{' is not preceded with whitespace. | 35 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 39 | |
Variable 'field' must be private and have accessor methods. | 40 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Method 'getField' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Method 'setField' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Parameter field should be final. | 52 | |
'field' hides a field. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 34 | |
'{' is not preceded with whitespace. | 35 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 39 | |
Variable 'key' must be private and have accessor methods. | 40 | |
First sentence should end with a period. | 42 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
First sentence should end with a period. | 50 | |
Line contains a tab character. | 54 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Parameter key should be final. | 54 | |
'key' hides a field. | 54 | |
Expected @param tag for 'key'. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 48 | |
Line has trailing spaces. | 53 | |
Line has trailing spaces. | 54 | |
'{' is not preceded with whitespace. | 57 | |
Line has trailing spaces. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Variable 'field' must be private and have accessor methods. | 62 | |
Missing a Javadoc comment. | 64 | |
Variable 'id' must be private and have accessor methods. | 65 | |
Line has trailing spaces. | 66 | |
Missing a Javadoc comment. | 67 | |
Variable 'key' must be private and have accessor methods. | 68 | |
Missing a Javadoc comment. | 70 | |
Variable 'constraintDescriptor' must be private and have accessor methods. | 71 | |
Line has trailing spaces. | 72 | |
Line has trailing spaces. | 75 | |
Line is longer than 80 characters. | 80 | |
Line has trailing spaces. | 81 | |
Line has trailing spaces. | 87 | |
Line has trailing spaces. | 88 | |
Line has trailing spaces. | 92 | |
Line has trailing spaces. | 93 | |
Expected an @return tag. | 95 | |
Method 'getField' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Line has trailing spaces. | 104 | |
Line has trailing spaces. | 108 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Line has trailing spaces. | 116 | |
Line has trailing spaces. | 120 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Parameter value should be final. | 122 | |
Line contains a tab character. | 126 | |
Method 'setField' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter field should be final. | 126 | |
'field' hides a field. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Method 'getConstraintDescriptor' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Method 'setConstraintDescriptor' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Parameter constraintDescriptor should be final. | 140 | |
'constraintDescriptor' hides a field. | 140 | |
Line contains a tab character. | 141 | |
Line has trailing spaces. | 142 | |
Line contains a tab character. | 142 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 44 | |
Line is longer than 80 characters. | 45 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 52 | |
Line is longer than 80 characters. | 54 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 60 | |
'{' is not preceded with whitespace. | 63 | |
Line has trailing spaces. | 64 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 67 | |
Variable 'state' must be private and have accessor methods. | 68 | |
Line has trailing spaces. | 69 | |
Missing a Javadoc comment. | 70 | |
Variable 'id' must be private and have accessor methods. | 71 | |
Line has trailing spaces. | 72 | |
Missing a Javadoc comment. | 73 | |
Variable 'key' must be private and have accessor methods. | 74 | |
Line contains a tab character. | 76 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Missing a Javadoc comment. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Missing a Javadoc comment. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Missing a Javadoc comment. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Missing a Javadoc comment. | 84 | |
Line contains a tab character. | 85 | |
Line has trailing spaces. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Missing a Javadoc comment. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 90 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 93 | |
Line is longer than 80 characters. | 98 | |
Line has trailing spaces. | 99 | |
Line has trailing spaces. | 105 | |
Line has trailing spaces. | 106 | |
Line has trailing spaces. | 110 | |
Line has trailing spaces. | 111 | |
Expected an @return tag. | 113 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Line has trailing spaces. | 122 | |
Line has trailing spaces. | 126 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Line has trailing spaces. | 134 | |
Line has trailing spaces. | 138 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Parameter value should be final. | 140 | |
Line contains a tab character. | 144 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Parameter state should be final. | 144 | |
'state' hides a field. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 148 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 152 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Parameter name should be final. | 152 | |
'name' hides a field. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 156 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Missing a Javadoc comment. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 160 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 | |
Parameter desc should be final. | 160 | |
'desc' hides a field. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 164 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 168 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Missing a Javadoc comment. | 168 | |
Parameter effectiveDate should be final. | 168 | |
'effectiveDate' hides a field. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 172 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Missing a Javadoc comment. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 176 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Missing a Javadoc comment. | 176 | |
Parameter expirationDate should be final. | 176 | |
'expirationDate' hides a field. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 180 | |
Method 'isModifiable' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Missing a Javadoc comment. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 184 | |
Method 'setModifiable' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Missing a Javadoc comment. | 184 | |
Parameter modifiable should be final. | 184 | |
'modifiable' hides a field. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 188 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Missing a Javadoc comment. | 188 | |
Line contains a tab character. | 189 | |
'if' is not followed by whitespace. | 189 | |
'{' is not preceded with whitespace. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 195 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 195 | |
Missing a Javadoc comment. | 195 | |
Parameter attributes should be final. | 195 | |
'attributes' hides a field. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Variable 'typeStateWhen' must be private and have accessor methods. | 32 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Method 'getTypeStateWhen' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Method 'setTypeStateWhen' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Parameter typeStateWhen should be final. | 44 | |
'typeStateWhen' hides a field. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Variable 'type' must be private and have accessor methods. | 32 | |
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 34 | |
Variable 'state' must be private and have accessor methods. | 35 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 37 | |
Variable 'minOccurs' must be private and have accessor methods. | 38 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 40 | |
Variable 'maxOccurs' must be private and have accessor methods. | 41 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Parameter type should be final. | 53 | |
'type' hides a field. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Parameter state should be final. | 67 | |
'state' hides a field. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Method 'getMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Method 'setMinOccurs' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Parameter minOccurs should be final. | 81 | |
'minOccurs' hides a field. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Method 'getMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Method 'setMaxOccurs' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Parameter maxOccurs should be final. | 95 | |
'maxOccurs' hides a field. | 95 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 35 | |
'{' is not preceded with whitespace. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 40 | |
Variable 'fields' must be private and have accessor methods. | 41 | |
Missing a Javadoc comment. | 43 | |
Variable 'separator' must be private and have accessor methods. | 44 | |
Missing a Javadoc comment. | 46 | |
Variable 'value' must be private and have accessor methods. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Method 'getFields' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Method 'setFields' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Parameter fields should be final. | 59 | |
'fields' hides a field. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Method 'getSeparator' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Method 'setSeparator' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Parameter separator should be final. | 73 | |
'separator' hides a field. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Parameter value should be final. | 87 | |
'value' hides a field. | 87 | |
Line contains a tab character. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Variable 'value' must be private and have accessor methods. | 33 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 35 | |
Variable 'constraint' must be private and have accessor methods. | 36 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Parameter value should be final. | 48 | |
'value' hides a field. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Method 'getConstraint' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Method 'setConstraint' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Parameter constraint should be final. | 62 | |
'constraint' hides a field. | 62 | |
Line contains a tab character. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line is longer than 80 characters. | 23 | |
Missing a Javadoc comment. | 24 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 14 | |
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 17 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 18 | |
'=' is not preceded with whitespace. | 18 | |
'=' is not followed by whitespace. | 18 | |
'=' is not preceded with whitespace. | 18 | |
'=' is not followed by whitespace. | 18 | |
Line is longer than 80 characters. | 19 | |
'=' is not preceded with whitespace. | 19 | |
'=' is not followed by whitespace. | 19 | |
'=' is not preceded with whitespace. | 19 | |
'=' is not followed by whitespace. | 19 | |
Redundant 'public' modifier. | 20 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 23 | |
'=' is not preceded with whitespace. | 23 | |
'=' is not followed by whitespace. | 23 | |
'=' is not preceded with whitespace. | 23 | |
'=' is not followed by whitespace. | 23 | |
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 24 | |
'=' is not preceded with whitespace. | 24 | |
'=' is not followed by whitespace. | 24 | |
'=' is not preceded with whitespace. | 24 | |
'=' is not followed by whitespace. | 24 | |
Line is longer than 80 characters. | 25 | |
Redundant 'public' modifier. | 25 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getObjectTypeKey' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setObjectTypeKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newObjectTypeKey should be final. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 11 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 19 | |
Missing a Javadoc comment. | 23 | |
Line is longer than 80 characters. | 25 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 | |
Line is longer than 80 characters. | 27 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 31 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter new_return should be final. | 31 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 9 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 12 | |
Line contains a tab character. | 14 | |
Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 14 | |
Line is longer than 80 characters. | 15 | |
Line contains a tab character. | 15 | |
Parameter objStruct should be final. | 15 | |
Line contains a tab character. | 16 | |
Line is longer than 80 characters. | 17 | |
Line contains a tab character. | 17 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 18 | |
Line contains a tab character. | 19 | |
Line has trailing spaces. | 20 | |
Line contains a tab character. | 20 | |
Line is longer than 80 characters. | 21 | |
Line contains a tab character. | 21 | |
',' is not followed by whitespace. | 21 | |
',' is not followed by whitespace. | 21 | |
Line has trailing spaces. | 22 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line has trailing spaces. | 24 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 29 | |
Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Line contains a tab character. | 30 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Parameter wrapper should be final. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
'if' is not followed by whitespace. | 33 | |
'!=' is not preceded with whitespace. | 33 | |
'!=' is not followed by whitespace. | 33 | |
'{' is not preceded with whitespace. | 33 | |
Line is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
'for' is not followed by whitespace. | 34 | |
'{' is not preceded with whitespace. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
'if' is not followed by whitespace. | 35 | |
'{' is not preceded with whitespace. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
',' is not followed by whitespace. | 43 | |
Parameter objStruct should be final. | 43 | |
Parameter objStructDefMap should be final. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
'if' is not followed by whitespace. | 45 | |
'{' is not preceded with whitespace. | 45 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
'for' is not followed by whitespace. | 49 | |
':' is not preceded with whitespace. | 49 | |
':' is not followed by whitespace. | 49 | |
'{' is not preceded with whitespace. | 49 | |
Line contains a tab character. | 50 | |
'if' is not followed by whitespace. | 50 | |
'{' is not preceded with whitespace. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 10 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Line contains a tab character. | 15 | |
Method 'getDefinitions' is not designed for extension - needs to be abstract, final or empty. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 16 | |
'if' is not followed by whitespace. | 16 | |
'{' is not preceded with whitespace. | 16 | |
Line is longer than 80 characters. | 17 | |
Line contains a tab character. | 17 | |
Line contains a tab character. | 18 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Method 'setDefinitions' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Missing a Javadoc comment. | 22 | |
Parameter definitions should be final. | 22 | |
'definitions' hides a field. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Method 'getRootDefinitionName' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Method 'setRootDefinitionName' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter rootDefinitionName should be final. | 28 | |
'rootDefinitionName' hides a field. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters. | 34 | |
'=' is not preceded with whitespace. | 34 | |
'=' is not followed by whitespace. | 34 | |
'=' is not preceded with whitespace. | 34 | |
'=' is not followed by whitespace. | 34 | |
Line is longer than 80 characters. | 35 | |
'=' is not preceded with whitespace. | 35 | |
'=' is not followed by whitespace. | 35 | |
'=' is not preceded with whitespace. | 35 | |
'=' is not followed by whitespace. | 35 | |
Redundant 'public' modifier. | 36 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 39 | |
'=' is not preceded with whitespace. | 39 | |
'=' is not followed by whitespace. | 39 | |
'=' is not preceded with whitespace. | 39 | |
'=' is not followed by whitespace. | 39 | |
Line is longer than 80 characters. | 40 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 40 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 40 | |
Line is longer than 80 characters. | 41 | |
Redundant 'public' modifier. | 41 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Method 'getObjectTypeKey' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setObjectTypeKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter newObjectTypeKey should be final. | 29 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Line is longer than 80 characters. | 25 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 29 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 9 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 10 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 23 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter new_return should be final. | 29 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 30 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/am | 30 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 56 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 31 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/cu | 31 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 3 | |
Utility classes should not have a public or default constructor. | 3 | |
Line has trailing spaces. | 4 | |
Line has trailing spaces. | 5 | |
Missing a Javadoc comment. | 5 | |
'static' modifier out of order with the JLS suggestions. | 5 | |
Missing a Javadoc comment. | 6 | |
'static' modifier out of order with the JLS suggestions. | 6 | |
Missing a Javadoc comment. | 7 | |
'static' modifier out of order with the JLS suggestions. | 7 | |
Missing a Javadoc comment. | 8 | |
'static' modifier out of order with the JLS suggestions. | 8 | |
Missing a Javadoc comment. | 9 | |
'static' modifier out of order with the JLS suggestions. | 9 | |
Missing a Javadoc comment. | 10 | |
'static' modifier out of order with the JLS suggestions. | 10 | |
Missing a Javadoc comment. | 11 | |
'static' modifier out of order with the JLS suggestions. | 11 | |
Missing a Javadoc comment. | 12 | |
'static' modifier out of order with the JLS suggestions. | 12 | |
Missing a Javadoc comment. | 13 | |
'static' modifier out of order with the JLS suggestions. | 13 | |
Missing a Javadoc comment. | 14 | |
'static' modifier out of order with the JLS suggestions. | 14 | |
Line has trailing spaces. | 16 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line is longer than 80 characters. | 20 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 21 | |
Line contains a tab character. | 21 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 22 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter state should be final. | 24 | |
'{' is not preceded with whitespace. | 24 | |
Line contains a tab character. | 25 | |
'{' is not preceded with whitespace. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line has trailing spaces. | 31 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Comment matches to-do format 'TODO:'. | 35 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Parameter state should be final. | 41 | |
Expected @param tag for 'state'. | 41 | |
'{' is not preceded with whitespace. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter state should be final. | 65 | |
'{' is not preceded with whitespace. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
'{' is not preceded with whitespace. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Redundant 'public' modifier. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Redundant 'public' modifier. | 19 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
Redundant 'public' modifier. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
Redundant 'public' modifier. | 21 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Redundant 'public' modifier. | 22 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Redundant 'public' modifier. | 19 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
Redundant 'public' modifier. | 20 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 80 characters. | 50 | |
Expected an @return tag. | 52 | |
Method 'getVersionInd' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Method 'setVersionInd' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter versionInd should be final. | 56 | |
'versionInd' hides a field. | 56 | |
First sentence should end with a period. | 60 | |
Line is longer than 80 characters. | 61 | |
Expected an @return tag. | 63 | |
Method 'getCreateTime' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Method 'setCreateTime' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter createTime should be final. | 67 | |
'createTime' hides a field. | 67 | |
First sentence should end with a period. | 71 | |
Line is longer than 80 characters. | 72 | |
Expected an @return tag. | 74 | |
Method 'getCreateId' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Method 'setCreateId' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter createId should be final. | 78 | |
'createId' hides a field. | 78 | |
First sentence should end with a period. | 82 | |
Line is longer than 80 characters. | 83 | |
Expected an @return tag. | 85 | |
Method 'getUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'setUpdateTime' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter updateTime should be final. | 89 | |
'updateTime' hides a field. | 89 | |
First sentence should end with a period. | 93 | |
Line is longer than 80 characters. | 94 | |
Expected an @return tag. | 96 | |
Method 'getUpdateId' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Method 'setUpdateId' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Parameter updateId should be final. | 100 | |
'updateId' hides a field. | 100 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 37 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/re | 37 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 98 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getPlain' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Method 'setPlain' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter plain should be final. | 39 | |
'plain' hides a field. | 39 | |
Method 'getFormatted' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setFormatted' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter formatted should be final. | 47 | |
'formatted' hides a field. | 47 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Line contains a tab character. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Method 'getSuccess' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
'{' is not preceded with whitespace. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Method 'setSuccess' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter success should be final. | 34 | |
'success' hides a field. | 34 | |
'{' is not preceded with whitespace. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter message should be final. | 40 | |
'message' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Method 'getAtpDurationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
'{' is not preceded with whitespace. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Method 'setAtpDurationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter atpDurationTypeKey should be final. | 34 | |
'atpDurationTypeKey' hides a field. | 34 | |
'{' is not preceded with whitespace. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Method 'getTimeQuantity' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
'{' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Method 'setTimeQuantity' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter timeQuantity should be final. | 40 | |
'timeQuantity' hides a field. | 40 | |
'{' is not preceded with whitespace. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
'=' is not preceded with whitespace. | 35 | |
'=' is not followed by whitespace. | 35 | |
Line contains a tab character. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
'=' is not followed by whitespace. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
'{' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter name should be final. | 58 | |
'name' hides a field. | 58 | |
'{' is not preceded with whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
'{' is not preceded with whitespace. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter descr should be final. | 66 | |
'descr' hides a field. | 66 | |
'{' is not preceded with whitespace. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
'{' is not preceded with whitespace. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter effectiveDate should be final. | 74 | |
'effectiveDate' hides a field. | 74 | |
'{' is not preceded with whitespace. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
'{' is not preceded with whitespace. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter expirationDate should be final. | 82 | |
'expirationDate' hides a field. | 82 | |
'{' is not preceded with whitespace. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line has trailing spaces. | 85 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
'{' is not preceded with whitespace. | 86 | |
Line contains a tab character. | 87 | |
'if' is not followed by whitespace. | 87 | |
'{' is not preceded with whitespace. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line has trailing spaces. | 92 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter attributes should be final. | 93 | |
'attributes' hides a field. | 93 | |
'{' is not preceded with whitespace. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line has trailing spaces. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
'{' is not preceded with whitespace. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line has trailing spaces. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter id should be final. | 101 | |
'id' hides a field. | 101 | |
'{' is not preceded with whitespace. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
'{' is not preceded with whitespace. | 28 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Parameter message should be final. | 36 | |
Expected @param tag for 'message'. | 36 | |
Parameter cause should be final. | 36 | |
Expected @param tag for 'cause'. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Parameter message should be final. | 43 | |
Expected @param tag for 'message'. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Parameter cause should be final. | 50 | |
Expected @param tag for 'cause'. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Parameter message should be final. | 36 | |
Expected @param tag for 'message'. | 36 | |
Parameter cause should be final. | 36 | |
Expected @param tag for 'cause'. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Parameter message should be final. | 43 | |
Expected @param tag for 'message'. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Parameter cause should be final. | 50 | |
Expected @param tag for 'cause'. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 27 | |
'=' is not preceded with whitespace. | 27 | |
'=' is not followed by whitespace. | 27 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 30 | |
Variable 'LOG' must be private and have accessor methods. | 30 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Parameter message should be final. | 46 | |
Expected @param tag for 'message'. | 46 | |
Parameter validationResults should be final. | 46 | |
'validationResults' hides a field. | 46 | |
Expected @param tag for 'validationResults'. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Parameter message should be final. | 54 | |
Expected @param tag for 'message'. | 54 | |
Parameter validationResults should be final. | 54 | |
'validationResults' hides a field. | 54 | |
Expected @param tag for 'validationResults'. | 54 | |
Parameter cause should be final. | 54 | |
Expected @param tag for 'cause'. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Parameter message should be final. | 63 | |
Expected @param tag for 'message'. | 63 | |
Parameter cause should be final. | 63 | |
Expected @param tag for 'cause'. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Parameter message should be final. | 70 | |
Expected @param tag for 'message'. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Parameter cause should be final. | 77 | |
Expected @param tag for 'cause'. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Method 'getValidationResults' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 89 | |
Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Line contains a tab character. | 90 | |
Parameter s should be final. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 95 | |
Method 'printStackTrace' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Line contains a tab character. | 96 | |
Parameter s should be final. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
'{' is not preceded with whitespace. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
':' is not preceded with whitespace. | 107 | |
':' is not followed by whitespace. | 107 | |
'{' is not preceded with whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Missing a Javadoc comment. | 116 | |
'{' is not preceded with whitespace. | 116 | |
Line contains a tab character. | 117 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 27 | |
'{' is not preceded with whitespace. | 27 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter message should be final. | 31 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 33 | |
Parameter message should be final. | 33 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 36 | |
Parameter message should be final. | 36 | |
Parameter cause should be final. | 36 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 36 | |
Parameter message should be final. | 36 | |
Parameter cause should be final. | 36 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 29 | |
Parameter message should be final. | 29 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 33 | |
Parameter message should be final. | 33 | |
Parameter t should be final. | 33 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 28 | |
'{' is not preceded with whitespace. | 28 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter message should be final. | 32 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter message should be final. | 36 | |
Parameter e should be final. | 36 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 27 | |
'{' is not preceded with whitespace. | 27 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter message should be final. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 41 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'(' is followed by whitespace. | 42 | |
Parameter newMessage should be final. | 42 | |
')' is preceded with whitespace. | 42 | |
Line has trailing spaces. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 41 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'(' is followed by whitespace. | 42 | |
Parameter newMessage should be final. | 42 | |
')' is preceded with whitespace. | 42 | |
Line has trailing spaces. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 28 | |
Line is longer than 80 characters. | 34 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter newMessage should be final. | 48 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Method 'setValidationResults' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter validationResults should be final. | 52 | |
'validationResults' hides a field. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Method 'getValidationResults' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
'if' is not followed by whitespace. | 57 | |
'{' is not preceded with whitespace. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 35 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter newMessage should be final. | 41 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 24 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 32 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter newMessage should be final. | 38 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 35 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter newMessage should be final. | 41 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Parameter message should be final. | 22 | |
Parameter e should be final. | 22 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Parameter message should be final. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Variable 'locales' must be private and have accessor methods. | 32 | |
Line contains a tab character. | 34 | |
Method 'getLocales' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Method 'setLocales' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter l should be final. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 25 | |
Extra HTML tag found: </value> | 28 | |
Extra HTML tag found: </message> | 29 | |
'{' is not preceded with whitespace. | 34 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 37 | |
Variable 'locale' must be private and have accessor methods. | 38 | |
Missing a Javadoc comment. | 39 | |
Variable 'groupName' must be private and have accessor methods. | 40 | |
Missing a Javadoc comment. | 41 | |
Variable 'id' must be private and have accessor methods. | 42 | |
Missing a Javadoc comment. | 43 | |
Variable 'value' must be private and have accessor methods. | 44 | |
Line contains a tab character. | 45 | |
Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter locale should be final. | 48 | |
'locale' hides a field. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Method 'getGroupName' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Method 'setGroupName' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter groupName should be final. | 54 | |
'groupName' hides a field. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter id should be final. | 60 | |
'id' hides a field. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter value should be final. | 66 | |
'value' hides a field. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 70 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Variable 'messageGroupKeys' must be private and have accessor methods. | 33 | |
Line contains a tab character. | 35 | |
Method 'getMessageGroupKeys' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Method 'setMessageGroupKeys' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter l should be final. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Variable 'messages' must be private and have accessor methods. | 33 | |
Line contains a tab character. | 35 | |
Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Method 'setMessages' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter l should be final. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 17 | |
Line is longer than 80 characters. | 17 | |
Line has trailing spaces. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 20 | |
Line has trailing spaces. | 30 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 41 | |
Missing a Javadoc comment. | 46 | |
Method 'createMessage' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Line has trailing spaces. | 52 | |
Method 'createMessageList' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Redundant 'public' modifier. | 34 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Redundant 'public' modifier. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Redundant 'public' modifier. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Redundant 'public' modifier. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Redundant 'public' modifier. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line has trailing spaces. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Redundant 'public' modifier. | 56 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Redundant 'public' modifier. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newMessageInfo should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Method 'getLocaleKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setLocaleKey' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter newLocaleKey should be final. | 47 | |
Method 'getMessageGroupKey' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setMessageGroupKey' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter newMessageGroupKey should be final. | 55 | |
Method 'getMessageKey' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'setMessageKey' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter newMessageKey should be final. | 63 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
',' is not followed by whitespace. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Method 'getLocaleKey' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setLocaleKey' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter newLocaleKey should be final. | 45 | |
Method 'getMessageGroupKey' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setMessageGroupKey' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter newMessageGroupKey should be final. | 53 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
',' is not followed by whitespace. | 34 | |
'}' is not preceded with whitespace. | 34 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Method 'getLocaleKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setLocaleKey' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter newLocaleKey should be final. | 47 | |
Method 'getMessageGroupKeyList' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Line is longer than 80 characters. | 55 | |
Method 'setMessageGroupKeyList' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter newMessageGroupKeyList should be final. | 55 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
',' is not followed by whitespace. | 34 | |
',' is not followed by whitespace. | 34 | |
',' is not followed by whitespace. | 34 | |
'}' is not preceded with whitespace. | 34 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Method 'getLocaleKey' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Method 'setLocaleKey' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter newLocaleKey should be final. | 51 | |
Method 'getMessageGroupKey' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Method 'setMessageGroupKey' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter newMessageGroupKey should be final. | 59 | |
Method 'getMessageKey' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Method 'setMessageKey' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter newMessageKey should be final. | 67 | |
Method 'getMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Method 'setMessageInfo' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter newMessageInfo should be final. | 75 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 23 | |
Utility classes should not have a public or default constructor. | 25 | |
Missing a Javadoc comment. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 41 | |
Comment matches to-do format 'TODO:'. | 44 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Comment matches to-do format 'TODO:'. | 3 | |
Line is longer than 80 characters. | 3 | |
Missing a Javadoc comment. | 4 | |
Utility classes should not have a public or default constructor. | 4 | |
Line has trailing spaces. | 5 | |
Line contains a tab character. | 5 | |
Line is longer than 80 characters. | 6 | |
Line contains a tab character. | 6 | |
Line is longer than 80 characters. | 7 | |
Line contains a tab character. | 7 | |
Missing a Javadoc comment. | 7 | |
Line is longer than 80 characters. | 9 | |
Line contains a tab character. | 9 | |
Missing a Javadoc comment. | 9 | |
Line is longer than 80 characters. | 11 | |
Line contains a tab character. | 11 | |
Missing a Javadoc comment. | 11 | |
Line is longer than 80 characters. | 12 | |
Line contains a tab character. | 12 | |
Missing a Javadoc comment. | 12 | |
Line is longer than 80 characters. | 13 | |
Line contains a tab character. | 13 | |
Missing a Javadoc comment. | 13 | |
Line is longer than 80 characters. | 14 | |
Line contains a tab character. | 14 | |
Missing a Javadoc comment. | 14 | |
Line has trailing spaces. | 15 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 16 | |
Line contains a tab character. | 16 | |
Line has trailing spaces. | 17 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 17 | |
Line has trailing spaces. | 18 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 19 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 20 | |
Line contains a tab character. | 22 | |
Missing a Javadoc comment. | 22 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Parameter actionRequestCode should be final. | 25 | |
'actionRequestCode' hides a field. | 25 | |
Parameter actionRequestLabel should be final. | 25 | |
'actionRequestLabel' hides a field. | 25 | |
Line contains a tab character. | 26 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter actionRequestCode should be final. | 34 | |
'actionRequestCode' hides a field. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter actionRequestLabel should be final. | 42 | |
'actionRequestLabel' hides a field. | 42 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter actionRequestCode should be final. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 18 | |
Line is longer than 80 characters. | 23 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
',' is not followed by whitespace. | 23 | |
',' is not followed by whitespace. | 23 | |
',' is not followed by whitespace. | 23 | |
Missing a Javadoc comment. | 23 | |
',' is not followed by whitespace. | 23 | |
',' is not followed by whitespace. | 23 | |
',' is not followed by whitespace. | 23 | |
Missing a Javadoc comment. | 23 | |
',' is not followed by whitespace. | 23 | |
',' is not followed by whitespace. | 23 | |
Line is longer than 80 characters. | 24 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
',' is not followed by whitespace. | 24 | |
',' is not followed by whitespace. | 24 | |
',' is not followed by whitespace. | 24 | |
Missing a Javadoc comment. | 24 | |
',' is not followed by whitespace. | 24 | |
',' is not followed by whitespace. | 24 | |
Missing a Javadoc comment. | 24 | |
',' is not followed by whitespace. | 24 | |
',' is not followed by whitespace. | 24 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
',' is not followed by whitespace. | 25 | |
',' is not followed by whitespace. | 25 | |
Missing a Javadoc comment. | 25 | |
',' is not followed by whitespace. | 25 | |
',' is not followed by whitespace. | 25 | |
Missing a Javadoc comment. | 25 | |
',' is not followed by whitespace. | 25 | |
',' is not followed by whitespace. | 25 | |
Line is longer than 80 characters. | 26 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
',' is not followed by whitespace. | 26 | |
',' is not followed by whitespace. | 26 | |
Missing a Javadoc comment. | 26 | |
',' is not followed by whitespace. | 26 | |
',' is not followed by whitespace. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
',' is not followed by whitespace. | 27 | |
',' is not followed by whitespace. | 27 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter label should be final. | 33 | |
'label' hides a field. | 33 | |
Parameter permissionNamespace should be final. | 33 | |
'permissionNamespace' hides a field. | 33 | |
Parameter permissionTemplateName should be final. | 33 | |
'permissionTemplateName' hides a field. | 33 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter label should be final. | 43 | |
'label' hides a field. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter permissionNamespace should be final. | 51 | |
'permissionNamespace' hides a field. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter permissionTemplateName should be final. | 59 | |
'permissionTemplateName' hides a field. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter code should be final. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 28 | |
Method 'getSubSearchKey' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Method 'setSubSearchKey' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter subSearchKey should be final. | 31 | |
'subSearchKey' hides a field. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Method 'getParam' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Method 'setParam' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter param should be final. | 37 | |
'param' hides a field. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Variable 'subSearches' must be private and have accessor methods. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Variable 'joinCriteria' must be private and have accessor methods. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Variable 'joinResultMappings' must be private and have accessor methods. | 30 | |
Line contains a tab character. | 31 | |
Method 'getSubSearches' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Method 'setSubSearches' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter subSearches should be final. | 34 | |
'subSearches' hides a field. | 34 | |
Line contains a tab character. | 35 | |
'if' is not followed by whitespace. | 35 | |
'{' is not preceded with whitespace. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Method 'getJoinCriteria' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Method 'setJoinCriteria' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter joinCriteria should be final. | 43 | |
'joinCriteria' hides a field. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'getJoinResultMappings' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
'if' is not followed by whitespace. | 47 | |
'{' is not preceded with whitespace. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Method 'setJoinResultMappings' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter joinResultMappings should be final. | 52 | |
'joinResultMappings' hides a field. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 26 | |
'{' is not followed by whitespace. | 26 | |
Missing a Javadoc comment. | 26 | |
',' is not followed by whitespace. | 26 | |
Missing a Javadoc comment. | 26 | |
',' is not followed by whitespace. | 26 | |
Missing a Javadoc comment. | 26 | |
',' is not followed by whitespace. | 26 | |
Missing a Javadoc comment. | 26 | |
',' is not followed by whitespace. | 26 | |
Missing a Javadoc comment. | 26 | |
',' is not followed by whitespace. | 26 | |
Missing a Javadoc comment. | 26 | |
'}' is not preceded with whitespace. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter type should be final. | 34 | |
'type' hides a field. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Method 'getLeftHandSide' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Method 'setLeftHandSide' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter leftHandSide should be final. | 40 | |
'leftHandSide' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Method 'getRightHandSide' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'setRightHandSide' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter rightHandSide should be final. | 46 | |
'rightHandSide' hides a field. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 27 | |
'{' is not followed by whitespace. | 27 | |
Missing a Javadoc comment. | 27 | |
',' is not followed by whitespace. | 27 | |
Missing a Javadoc comment. | 27 | |
',' is not followed by whitespace. | 27 | |
Missing a Javadoc comment. | 27 | |
'}' is not preceded with whitespace. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Method 'getJoinType' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Method 'setJoinType' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter joinType should be final. | 35 | |
'joinType' hides a field. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Method 'getComparisons' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
'if' is not followed by whitespace. | 39 | |
'==' is not preceded with whitespace. | 39 | |
'==' is not followed by whitespace. | 39 | |
'{' is not preceded with whitespace. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setComparisons' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter comparisons should be final. | 44 | |
'comparisons' hides a field. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Method 'getJoinCriteria' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
'if' is not followed by whitespace. | 48 | |
'==' is not preceded with whitespace. | 48 | |
'==' is not followed by whitespace. | 48 | |
'{' is not preceded with whitespace. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Method 'setJoinCriteria' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter joinCriteria should be final. | 53 | |
'joinCriteria' hides a field. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Method 'getSubSearchKey' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Method 'setSubSearchKey' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter subSearchKey should be final. | 32 | |
'subSearchKey' hides a field. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Method 'getSubSearchResultParam' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Method 'setSubSearchResultParam' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter subSearchResultParam should be final. | 38 | |
'subSearchResultParam' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Method 'getResultParam' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setResultParam' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter resultParam should be final. | 44 | |
'resultParam' hides a field. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 31 | |
First sentence should end with a period. | 35 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line has trailing spaces. | 38 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Method 'createQueryParamInfo' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Method 'createResultColumnInfo' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Method 'createSearchCriteriaTypeInfo' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 55 | |
Method 'createSearchRelationship' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Method 'createSearchResultTypeInfo' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Method 'createSearchTypeInfo' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 67 | |
Method 'createTypeAttribute' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Method 'createFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
'{' is not preceded with whitespace. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
'=' is not preceded with whitespace. | 29 | |
'=' is not followed by whitespace. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
'{' is not preceded with whitespace. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Method 'setFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter fieldDescriptor should be final. | 39 | |
'fieldDescriptor' hides a field. | 39 | |
'{' is not preceded with whitespace. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter key should be final. | 45 | |
'key' hides a field. | 45 | |
'{' is not preceded with whitespace. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Method 'isOptional' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Method 'setOptional' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter optional should be final. | 51 | |
'optional' hides a field. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
'{' is not preceded with whitespace. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter name should be final. | 38 | |
'name' hides a field. | 38 | |
'{' is not preceded with whitespace. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
'{' is not preceded with whitespace. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter desc should be final. | 44 | |
'desc' hides a field. | 44 | |
'{' is not preceded with whitespace. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Method 'getDataType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
'{' is not preceded with whitespace. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Method 'setDataType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter dataType should be final. | 50 | |
'dataType' hides a field. | 50 | |
'{' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
'{' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter key should be final. | 56 | |
'key' hides a field. | 56 | |
'{' is not preceded with whitespace. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
'=' is not preceded with whitespace. | 35 | |
'=' is not followed by whitespace. | 35 | |
Line contains a tab character. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
'{' is not preceded with whitespace. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter name should be final. | 43 | |
'name' hides a field. | 43 | |
'{' is not preceded with whitespace. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
'{' is not preceded with whitespace. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter desc should be final. | 49 | |
'desc' hides a field. | 49 | |
'{' is not preceded with whitespace. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Method 'getQueryParams' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
'{' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
'if' is not followed by whitespace. | 53 | |
'{' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Method 'setQueryParams' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter queryParams should be final. | 58 | |
'queryParams' hides a field. | 58 | |
'{' is not preceded with whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
'{' is not preceded with whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter key should be final. | 64 | |
'key' hides a field. | 64 | |
'{' is not preceded with whitespace. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 35 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter value should be final. | 43 | |
'value' hides a field. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter listValue should be final. | 48 | |
'listValue' hides a field. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 57 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter key should be final. | 57 | |
'key' hides a field. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Parameter o should be final. | 68 | |
'if' construct must use '{}'s. | 69 | |
'if' construct must use '{}'s. | 70 | |
'if' construct must use '{}'s. | 74 | |
Line is longer than 80 characters. | 74 | |
Avoid inline conditionals. | 74 | |
'if' construct must use '{}'s. | 75 | |
Line is longer than 80 characters. | 75 | |
Avoid inline conditionals. | 75 | |
'if' construct must use '{}'s. | 76 | |
Line is longer than 80 characters. | 76 | |
Avoid inline conditionals. | 76 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Avoid inline conditionals. | 83 | |
'31' is a magic number. | 84 | |
Avoid inline conditionals. | 84 | |
'31' is a magic number. | 85 | |
Avoid inline conditionals. | 85 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Method 'getLhs' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
'{' is not preceded with whitespace. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Method 'setLhs' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter lhs should be final. | 34 | |
'lhs' hides a field. | 34 | |
'{' is not preceded with whitespace. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Method 'getRhs' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
'{' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Method 'setRhs' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter rhs should be final. | 40 | |
'rhs' hides a field. | 40 | |
'{' is not preceded with whitespace. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Method 'getSearchKey' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Method 'setSearchKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter searchKey should be final. | 39 | |
'searchKey' hides a field. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Method 'getParams' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
'if' is not followed by whitespace. | 43 | |
'{' is not preceded with whitespace. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Method 'setParams' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter params should be final. | 48 | |
'params' hides a field. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Method 'getSortColumn' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Method 'setSortColumn' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter sortColumn should be final. | 54 | |
'sortColumn' hides a field. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Method 'getSortDirection' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Method 'setSortDirection' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter sortDirection should be final. | 60 | |
'sortDirection' hides a field. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Method 'getStartAt' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Method 'setStartAt' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter startAt should be final. | 66 | |
'startAt' hides a field. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Method 'getMaxResults' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Method 'setMaxResults' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter maxResults should be final. | 72 | |
'maxResults' hides a field. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Method 'getNeededTotalResults' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Method 'setNeededTotalResults' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter neededTotalResults should be final. | 78 | |
'neededTotalResults' hides a field. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Line contains a tab character. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line is longer than 80 characters. | 85 | |
Line contains a tab character. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Parameter o should be final. | 91 | |
'if' construct must use '{}'s. | 92 | |
'if' construct must use '{}'s. | 93 | |
'if' construct must use '{}'s. | 97 | |
Line is longer than 80 characters. | 97 | |
Avoid inline conditionals. | 97 | |
'if' construct must use '{}'s. | 98 | |
Line is longer than 80 characters. | 98 | |
Avoid inline conditionals. | 98 | |
'if' construct must use '{}'s. | 100 | |
Line is longer than 80 characters. | 100 | |
Avoid inline conditionals. | 100 | |
'if' construct must use '{}'s. | 101 | |
Line is longer than 80 characters. | 101 | |
Avoid inline conditionals. | 101 | |
'if' construct must use '{}'s. | 102 | |
Line is longer than 80 characters. | 102 | |
Avoid inline conditionals. | 102 | |
'if' construct must use '{}'s. | 103 | |
'if' construct must use '{}'s. | 104 | |
Line is longer than 80 characters. | 104 | |
Avoid inline conditionals. | 104 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Avoid inline conditionals. | 111 | |
'31' is a magic number. | 112 | |
Avoid inline conditionals. | 112 | |
'31' is a magic number. | 113 | |
Avoid inline conditionals. | 113 | |
Line is longer than 80 characters. | 114 | |
'31' is a magic number. | 114 | |
Avoid inline conditionals. | 114 | |
'31' is a magic number. | 115 | |
Avoid inline conditionals. | 115 | |
'31' is a magic number. | 116 | |
Avoid inline conditionals. | 116 | |
Line is longer than 80 characters. | 117 | |
'31' is a magic number. | 117 | |
Avoid inline conditionals. | 117 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Method 'getStartAt' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Method 'setStartAt' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter startAt should be final. | 36 | |
'startAt' hides a field. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Method 'getTotalResults' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Method 'setTotalResults' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter totalResults should be final. | 42 | |
'totalResults' hides a field. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Method 'getRows' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Method 'setRows' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter rows should be final. | 51 | |
'rows' hides a field. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Method 'getSortColumn' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Method 'setSortColumn' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter sortColumn should be final. | 57 | |
'sortColumn' hides a field. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Method 'getSortDirection' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Method 'setSortDirection' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter sortDirection should be final. | 63 | |
'sortDirection' hides a field. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 29 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter value should be final. | 33 | |
'value' hides a field. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter key should be final. | 41 | |
'key' hides a field. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 29 | |
Method 'getCells' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'setCells' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter cells should be final. | 36 | |
'cells' hides a field. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
'=' is not preceded with whitespace. | 35 | |
'=' is not followed by whitespace. | 35 | |
Line contains a tab character. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
'{' is not preceded with whitespace. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter name should be final. | 43 | |
'name' hides a field. | 43 | |
'{' is not preceded with whitespace. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
'{' is not preceded with whitespace. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter desc should be final. | 49 | |
'desc' hides a field. | 49 | |
'{' is not preceded with whitespace. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Method 'getResultColumns' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
'{' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
'if' is not followed by whitespace. | 53 | |
'{' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Method 'setResultColumns' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter resultColumns should be final. | 58 | |
'resultColumns' hides a field. | 58 | |
'{' is not preceded with whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
'{' is not preceded with whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter key should be final. | 64 | |
'key' hides a field. | 64 | |
'{' is not preceded with whitespace. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
'{' is not preceded with whitespace. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter name should be final. | 40 | |
'name' hides a field. | 40 | |
'{' is not preceded with whitespace. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Method 'getDesc' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
'{' is not preceded with whitespace. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Method 'setDesc' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter desc should be final. | 46 | |
'desc' hides a field. | 46 | |
'{' is not preceded with whitespace. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Method 'getSearchResultTypeInfo' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
'{' is not preceded with whitespace. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Method 'setSearchResultTypeInfo' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter searchResultTypeInfo should be final. | 52 | |
'searchResultTypeInfo' hides a field. | 52 | |
'{' is not preceded with whitespace. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Method 'getSearchCriteriaTypeInfo' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
'{' is not preceded with whitespace. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Method 'setSearchCriteriaTypeInfo' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter searchCriteriaTypeInfo should be final. | 58 | |
'searchCriteriaTypeInfo' hides a field. | 58 | |
'{' is not preceded with whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
'{' is not preceded with whitespace. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter key should be final. | 64 | |
'key' hides a field. | 64 | |
'{' is not preceded with whitespace. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 19 | |
Missing a Javadoc comment. | 19 | |
',' is not followed by whitespace. | 19 | |
Missing a Javadoc comment. | 19 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter key should be final. | 33 | |
'key' hides a field. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Method 'getSearchkey' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Method 'setSearchkey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter searchkey should be final. | 39 | |
'searchkey' hides a field. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Method 'getSubSearchParamMappings' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
'if' is not followed by whitespace. | 43 | |
'{' is not preceded with whitespace. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Method 'setSubSearchParamMappings' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Parameter subSearchParamMappings should be final. | 49 | |
'subSearchParamMappings' hides a field. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 28 | |
Method 'getCrossSearchParam' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Method 'setCrossSearchParam' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter crossSearchParam should be final. | 31 | |
'crossSearchParam' hides a field. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Method 'getSubSearchParam' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Method 'setSubSearchParam' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter subSearchParam should be final. | 37 | |
'subSearchParam' hides a field. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Method 'getParentType' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
'{' is not preceded with whitespace. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Method 'setParentType' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter parentType should be final. | 36 | |
'parentType' hides a field. | 36 | |
'{' is not preceded with whitespace. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
'{' is not preceded with whitespace. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter name should be final. | 42 | |
'name' hides a field. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Method 'getAlias' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
'{' is not preceded with whitespace. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Method 'setAlias' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter alias should be final. | 48 | |
'alias' hides a field. | 48 | |
'{' is not preceded with whitespace. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 17 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 39 | |
Unused @param tag for 'None'. | 41 | |
Line contains a tab character. | 44 | |
Line has trailing spaces. | 45 | |
Line is longer than 80 characters. | 45 | |
'=' is not preceded with whitespace. | 45 | |
'=' is not followed by whitespace. | 45 | |
'=' is not preceded with whitespace. | 45 | |
'=' is not followed by whitespace. | 45 | |
Line is longer than 80 characters. | 46 | |
'=' is not preceded with whitespace. | 46 | |
'=' is not followed by whitespace. | 46 | |
'=' is not preceded with whitespace. | 46 | |
'=' is not followed by whitespace. | 46 | |
Line is longer than 80 characters. | 47 | |
Redundant 'public' modifier. | 47 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 57 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 58 | |
'=' is not preceded with whitespace. | 58 | |
'=' is not followed by whitespace. | 58 | |
'=' is not preceded with whitespace. | 58 | |
'=' is not followed by whitespace. | 58 | |
Line is longer than 80 characters. | 59 | |
'=' is not preceded with whitespace. | 59 | |
'=' is not followed by whitespace. | 59 | |
'=' is not preceded with whitespace. | 59 | |
'=' is not followed by whitespace. | 59 | |
Line is longer than 80 characters. | 60 | |
Redundant 'public' modifier. | 60 | |
'=' is not preceded with whitespace. | 60 | |
'=' is not followed by whitespace. | 60 | |
Line has trailing spaces. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 70 | |
Line has trailing spaces. | 71 | |
Line is longer than 80 characters. | 71 | |
'=' is not preceded with whitespace. | 71 | |
'=' is not followed by whitespace. | 71 | |
'=' is not preceded with whitespace. | 71 | |
'=' is not followed by whitespace. | 71 | |
Line is longer than 80 characters. | 72 | |
'=' is not preceded with whitespace. | 72 | |
'=' is not followed by whitespace. | 72 | |
'=' is not preceded with whitespace. | 72 | |
'=' is not followed by whitespace. | 72 | |
Line is longer than 80 characters. | 73 | |
Redundant 'public' modifier. | 73 | |
'=' is not preceded with whitespace. | 73 | |
'=' is not followed by whitespace. | 73 | |
Line has trailing spaces. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 84 | |
Line is longer than 80 characters. | 84 | |
'=' is not preceded with whitespace. | 84 | |
'=' is not followed by whitespace. | 84 | |
'=' is not preceded with whitespace. | 84 | |
'=' is not followed by whitespace. | 84 | |
Line is longer than 80 characters. | 85 | |
'=' is not preceded with whitespace. | 85 | |
'=' is not followed by whitespace. | 85 | |
'=' is not preceded with whitespace. | 85 | |
'=' is not followed by whitespace. | 85 | |
Line is longer than 80 characters. | 86 | |
Redundant 'public' modifier. | 86 | |
'=' is not preceded with whitespace. | 86 | |
'=' is not followed by whitespace. | 86 | |
Line has trailing spaces. | 88 | |
Line is longer than 80 characters. | 89 | |
Unused @param tag for 'None'. | 90 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line is longer than 80 characters. | 94 | |
'=' is not preceded with whitespace. | 94 | |
'=' is not followed by whitespace. | 94 | |
'=' is not preceded with whitespace. | 94 | |
'=' is not followed by whitespace. | 94 | |
Line is longer than 80 characters. | 95 | |
'=' is not preceded with whitespace. | 95 | |
'=' is not followed by whitespace. | 95 | |
'=' is not preceded with whitespace. | 95 | |
'=' is not followed by whitespace. | 95 | |
Line is longer than 80 characters. | 96 | |
Redundant 'public' modifier. | 96 | |
Line has trailing spaces. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 106 | |
Line has trailing spaces. | 107 | |
Line is longer than 80 characters. | 107 | |
'=' is not preceded with whitespace. | 107 | |
'=' is not followed by whitespace. | 107 | |
'=' is not preceded with whitespace. | 107 | |
'=' is not followed by whitespace. | 107 | |
Line is longer than 80 characters. | 108 | |
'=' is not preceded with whitespace. | 108 | |
'=' is not followed by whitespace. | 108 | |
'=' is not preceded with whitespace. | 108 | |
'=' is not followed by whitespace. | 108 | |
Line is longer than 80 characters. | 109 | |
Redundant 'public' modifier. | 109 | |
'=' is not preceded with whitespace. | 109 | |
'=' is not followed by whitespace. | 109 | |
Line has trailing spaces. | 111 | |
Unused @param tag for 'None'. | 113 | |
Line contains a tab character. | 116 | |
Line has trailing spaces. | 117 | |
Line is longer than 80 characters. | 117 | |
'=' is not preceded with whitespace. | 117 | |
'=' is not followed by whitespace. | 117 | |
'=' is not preceded with whitespace. | 117 | |
'=' is not followed by whitespace. | 117 | |
Line is longer than 80 characters. | 118 | |
'=' is not preceded with whitespace. | 118 | |
'=' is not followed by whitespace. | 118 | |
'=' is not preceded with whitespace. | 118 | |
'=' is not followed by whitespace. | 118 | |
Line is longer than 80 characters. | 119 | |
Redundant 'public' modifier. | 119 | |
Line has trailing spaces. | 121 | |
Line contains a tab character. | 129 | |
Line has trailing spaces. | 130 | |
Line is longer than 80 characters. | 130 | |
'=' is not preceded with whitespace. | 130 | |
'=' is not followed by whitespace. | 130 | |
'=' is not preceded with whitespace. | 130 | |
'=' is not followed by whitespace. | 130 | |
Line is longer than 80 characters. | 131 | |
'=' is not preceded with whitespace. | 131 | |
'=' is not followed by whitespace. | 131 | |
'=' is not preceded with whitespace. | 131 | |
'=' is not followed by whitespace. | 131 | |
Line is longer than 80 characters. | 132 | |
Redundant 'public' modifier. | 132 | |
'=' is not preceded with whitespace. | 132 | |
'=' is not followed by whitespace. | 132 | |
Line has trailing spaces. | 134 | |
Line is longer than 80 characters. | 134 | |
Missing a Javadoc comment. | 134 | |
'=' is not preceded with whitespace. | 134 | |
'=' is not followed by whitespace. | 134 | |
'=' is not preceded with whitespace. | 134 | |
'=' is not followed by whitespace. | 134 | |
Line is longer than 80 characters. | 135 | |
'=' is not preceded with whitespace. | 135 | |
'=' is not followed by whitespace. | 135 | |
'=' is not preceded with whitespace. | 135 | |
'=' is not followed by whitespace. | 135 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Redundant 'public' modifier. | 136 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getSearchCriteriaTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setSearchCriteriaTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newSearchCriteriaTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getSearchResultTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setSearchResultTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newSearchResultTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Line is longer than 80 characters. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getSearchTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Method 'setSearchTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newSearchTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 23 | |
Line is longer than 80 characters. | 29 | |
Line is longer than 80 characters. | 31 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getSearchCriteriaTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setSearchCriteriaTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newSearchCriteriaTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getSearchResultTypeKey' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setSearchResultTypeKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newSearchResultTypeKey should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 26 | |
Line is longer than 80 characters. | 32 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 38 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter new_return should be final. | 45 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Method 'getArg0' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setArg0' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter newArg0 should be final. | 43 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 24 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 36 | |
Name '_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
Method 'getReturn' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line is longer than 80 characters. | 43 | |
Method 'setReturn' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter new_return should be final. | 43 | |
Name 'new_return' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 24 | |
'{' is not preceded with whitespace. | 25 | |
Line contains a tab character. | 27 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Variable 'level' must be private and have accessor methods. | 32 | |
Missing a Javadoc comment. | 34 | |
Parameter level should be final. | 34 | |
'level' hides a field. | 34 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 41 | |
Missing a Javadoc comment. | 42 | |
Parameter e1 should be final. | 42 | |
Parameter e2 should be final. | 42 | |
Line contains a tab character. | 43 | |
Avoid inline conditionals. | 43 | |
Missing a Javadoc comment. | 45 | |
Parameter e1 should be final. | 45 | |
Parameter e2 should be final. | 45 | |
Line contains a tab character. | 46 | |
Avoid inline conditionals. | 46 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter element should be final. | 57 | |
'element' hides a field. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter element should be final. | 63 | |
'element' hides a field. | 63 | |
Parameter invalidData should be final. | 63 | |
'invalidData' hides a field. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
Line contains a tab character. | 70 | |
Variable 'element' must be private and have accessor methods. | 70 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 73 | |
Variable 'level' must be private and have accessor methods. | 73 | |
Line contains a tab character. | 75 | |
Missing a Javadoc comment. | 75 | |
Line contains a tab character. | 76 | |
Variable 'message' must be private and have accessor methods. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Method 'setLevel' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Parameter level should be final. | 88 | |
'level' hides a field. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Parameter message should be final. | 102 | |
'message' hides a field. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 106 | |
Method 'getElement' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 110 | |
Method 'setElement' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter element should be final. | 110 | |
'element' hides a field. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
First sentence should end with a period. | 114 | |
Expected an @return tag. | 119 | |
Method 'getErrorLevel' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Method 'setWarning' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Parameter message should be final. | 129 | |
'message' hides a field. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Method 'setError' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Parameter message should be final. | 140 | |
'message' hides a field. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Method 'isOk' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Method 'isWarn' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Method 'isError' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Missing a Javadoc comment. | 172 | |
'{' is not preceded with whitespace. | 172 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
Line has trailing spaces. | 175 | |
Line contains a tab character. | 175 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Line is longer than 80 characters. | 31 | |
Unclosed HTML tag found: <a href="https://wiki.kuali.org/display/KULSTU/versionDispla | 31 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 64 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 89 | |
Line has trailing spaces. | 129 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line has trailing spaces. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line has trailing spaces. | 151 | |
Line contains a tab character. | 151 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [Author] is not a valid Javadoc tag name | 0 | |
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 31 | |
Unclosed HTML tag found: <a href="https://wiki.kuali.org/display/KULSTU/versionInfo+S | 31 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 26 | |
Line is longer than 80 characters. | 41 | |
Redundant 'public' modifier. | 41 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 48 | |
Line is longer than 80 characters. | 63 | |
Redundant 'public' modifier. | 63 | |
Line has trailing spaces. | 66 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 69 | |
Line has trailing spaces. | 71 | |
Line is longer than 80 characters. | 86 | |
Redundant 'public' modifier. | 86 | |
Line has trailing spaces. | 87 | |
Line has trailing spaces. | 88 | |
Line has trailing spaces. | 91 | |
Line has trailing spaces. | 93 | |
Line is longer than 80 characters. | 108 | |
Redundant 'public' modifier. | 108 | |
Line is longer than 80 characters. | 112 | |
Line has trailing spaces. | 113 | |
Line has trailing spaces. | 115 | |
Line is longer than 80 characters. | 132 | |
Redundant 'public' modifier. | 132 | |
Line is longer than 80 characters. | 136 | |
Line has trailing spaces. | 137 | |
Line has trailing spaces. | 139 | |
Line is longer than 80 characters. | 156 | |
Redundant 'public' modifier. | 156 | |
Line is longer than 80 characters. | 160 | |
Line has trailing spaces. | 161 | |
Line has trailing spaces. | 163 | |
Line is longer than 80 characters. | 182 | |
Redundant 'public' modifier. | 182 | |
Line has trailing spaces. | 183 |