The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 38 | Error |
NewlineAtEndOfFile | 1 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 5576 | Error |
RegexpSingleline
| 527 | Error |
JavadocMethod | 971 | Error |
JavadocType | 109 | Error |
JavadocVariable | 377 | Error |
JavadocStyle | 24 | Error |
ConstantName | 11 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 1 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 7 | Error |
LineLength | 1755 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 1 | Error |
MethodParamPad | 79 | Error |
NoWhitespaceAfter | 22 | Error |
NoWhitespaceBefore | 1 | Error |
OperatorWrap | 27 | Error |
ParenPad | 38 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 150 | Error |
WhitespaceAround | 1227 | Error |
ModifierOrder | 30 | Error |
RedundantModifier | 80 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 11 | Error |
LeftCurly | 5 | Error |
NeedBraces | 6 | Error |
RightCurly | 30 | Error |
AvoidInlineConditionals | 7 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 1 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 315 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 8 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 2 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 1044 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 2 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 21 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 930 | Error |
TodoComment | 3 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 35 | |
Method 'setEm' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Parameter em should be final. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Method 'findAtpsByAtpType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Line contains a tab character. | 42 | |
Parameter atpTypeId should be final. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line has trailing spaces. | 48 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Method 'findAtpsByDate' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Line contains a tab character. | 54 | |
Parameter searchDate should be final. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line has trailing spaces. | 60 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Method 'findAtpsByDates' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Line contains a tab character. | 65 | |
Parameter startDate should be final. | 65 | |
Parameter endDate should be final. | 65 | |
Line contains a tab character. | 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 | |
Line has trailing spaces. | 71 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 75 | |
Method 'findDateRangesByAtp' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Line contains a tab character. | 76 | |
Parameter atpId should be final. | 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 has trailing spaces. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 86 | |
Method 'findDateRangesByDate' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Parameter searchDate should be final. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line has trailing spaces. | 93 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 97 | |
Method 'findMilestoneTypesForAtpType' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Parameter atpTypeId should be final. | 98 | |
Line has trailing spaces. | 99 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 100 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 108 | |
Method 'findDateRangeTypesForAtpType' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Parameter atpTypeId should be final. | 109 | |
Line has trailing spaces. | 110 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line has trailing spaces. | 113 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line has trailing spaces. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Method 'findMilestonesByAtp' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Line contains a tab character. | 120 | |
Parameter atpId should be final. | 120 | |
Line has trailing spaces. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line has trailing spaces. | 126 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 130 | |
Method 'findMilestonesByDates' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Parameter startDate should be final. | 131 | |
Parameter endDate should be final. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line has trailing spaces. | 136 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line has trailing spaces. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 142 | |
Method 'findMilestonesByDatesAndType' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Parameter milestoneTypeId should be final. | 144 | |
Parameter startDate should be final. | 144 | |
Parameter endDate should be final. | 144 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
Line has trailing spaces. | 146 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line has trailing spaces. | 150 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line has trailing spaces. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 37 | |
'(' is followed by whitespace. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
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 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter name should be final. | 80 | |
'name' hides a field. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter descr should be final. | 88 | |
'descr' hides a field. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 96 | |
Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter startDate should be final. | 96 | |
'startDate' hides a field. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 100 | |
Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 104 | |
Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter endDate should be final. | 104 | |
'endDate' hides a field. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 108 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter attributes should be final. | 112 | |
'attributes' hides a field. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Parameter type should be final. | 120 | |
'type' hides a field. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 128 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter state should be final. | 128 | |
'state' hides a field. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 132 | |
Method 'getDateRanges' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Method 'setDateRanges' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter dateRanges should be final. | 136 | |
'dateRanges' hides a field. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 140 | |
Method 'getMilestones' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 144 | |
Method 'setMilestones' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Parameter milestones should be final. | 144 | |
'milestones' hides a field. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Line contains a tab character. | 39 | |
Parameter owner should be final. | 39 | |
'owner' hides a field. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'getAttributes' 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. | 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 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Line contains a tab character. | 39 | |
Parameter owner should be final. | 39 | |
'owner' hides a field. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 23 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
'{' is not preceded with whitespace. | 29 | |
Line contains a tab character. | 30 | |
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter attributes should be final. | 37 | |
'attributes' hides a field. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Method 'getSeasonalType' 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. | 49 | |
Method 'setSeasonalType' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter seasonalType should be final. | 49 | |
'seasonalType' hides a field. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
Method 'getDurationType' 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 'setDurationType' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter durationType should be final. | 57 | |
'durationType' hides a field. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Method 'getAttributes' 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. | 65 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter attributes should be final. | 65 | |
'attributes' hides a field. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 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 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Line contains a tab character. | 39 | |
Parameter owner should be final. | 39 | |
'owner' hides a field. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 41 | |
'=' is not preceded with whitespace. | 41 | |
'=' is not followed by whitespace. | 41 | |
'=' is not preceded with whitespace. | 41 | |
'=' is not followed by whitespace. | 41 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
'}' is not preceded with whitespace. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
'=' is not preceded with whitespace. | 50 | |
'=' is not followed by whitespace. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
'=' is not preceded with whitespace. | 59 | |
'=' is not followed by whitespace. | 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 contains a tab character. | 63 | |
'=' is not preceded with whitespace. | 63 | |
'=' is not followed by whitespace. | 63 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 69 | |
Missing a Javadoc comment. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
'=' is not preceded with whitespace. | 73 | |
'=' is not followed by whitespace. | 73 | |
Line contains a tab character. | 74 | |
Line has trailing spaces. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter name should be final. | 80 | |
'name' hides a field. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter descr should be final. | 88 | |
'descr' hides a field. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Method 'getAtp' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 96 | |
Method 'setAtp' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter atp should be final. | 96 | |
'atp' hides a field. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 100 | |
Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 104 | |
Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter startDate should be final. | 104 | |
'startDate' hides a field. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 108 | |
Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter endDate should be final. | 112 | |
'endDate' hides a field. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Parameter attributes should be final. | 120 | |
'attributes' hides a field. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 128 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter type should be final. | 128 | |
'type' hides a field. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 132 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter state should be final. | 136 | |
'state' hides a field. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 31 | |
'(' is followed by whitespace. | 31 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 38 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter attributes should be final. | 42 | |
'attributes' hides a field. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 37 | |
'(' is followed by whitespace. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
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 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
'=' is not preceded with whitespace. | 48 | |
'=' is not followed by whitespace. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
'=' is not preceded with whitespace. | 57 | |
'=' is not followed by whitespace. | 57 | |
Line contains a tab character. | 58 | |
Line has trailing spaces. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
'=' is not preceded with whitespace. | 67 | |
'=' is not followed by whitespace. | 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 'getName' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter name should be final. | 74 | |
'name' hides a field. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 78 | |
Method 'getAtp' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Method 'setAtp' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter atp should be final. | 82 | |
'atp' hides a field. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 86 | |
Method 'getMilestoneDate' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 90 | |
Method 'setMilestoneDate' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Parameter milestoneDate should be final. | 90 | |
'milestoneDate' hides a field. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 94 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 98 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter attributes should be final. | 98 | |
'attributes' hides a field. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 102 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 106 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter type should be final. | 106 | |
'type' hides a field. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 110 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 114 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Parameter state should be final. | 114 | |
'state' hides a field. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 118 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter descr should be final. | 118 | |
'descr' hides a field. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 122 | |
Method 'getDescr' 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 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 31 | |
'(' is followed by whitespace. | 31 | |
Line has trailing spaces. | 32 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 43 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter attributes should be final. | 43 | |
'attributes' hides a field. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter isUpdate should be final. | 44 | |
Parameter atpInfo should be final. | 44 | |
Parameter dao should be final. | 44 | |
Line is longer than 80 characters. | 45 | |
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 is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
'{' is not preceded with whitespace. | 52 | |
Line is longer than 80 characters. | 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. | 59 | |
Line contains a tab character. | 60 | |
'{' is followed by whitespace. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 76 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter atp should be final. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
'{' is followed by whitespace. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 88 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter atps should be final. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 107 | |
Missing a Javadoc comment. | 107 | |
Parameter atpType should be final. | 107 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
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 is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
Missing a Javadoc comment. | 123 | |
Parameter atpTypes should be final. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter isUpdate should be final. | 131 | |
Line contains a tab character. | 132 | |
Parameter dateRangeInfo should be final. | 132 | |
Parameter dao should be final. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
'{' is not preceded with whitespace. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
',' is not followed by whitespace. | 149 | |
Line contains a tab character. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
Line has trailing spaces. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 178 | |
Missing a Javadoc comment. | 178 | |
Parameter dateRange should be final. | 178 | |
Line contains a tab character. | 180 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line is longer than 80 characters. | 187 | |
Line contains a tab character. | 187 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line has trailing spaces. | 193 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 199 | |
Missing a Javadoc comment. | 199 | |
Line contains a tab character. | 200 | |
Parameter dateRanges should be final. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 208 | |
Missing a Javadoc comment. | 208 | |
Parameter isUpdate should be final. | 208 | |
Line contains a tab character. | 209 | |
Parameter milestoneInfo should be final. | 209 | |
Parameter dao should be final. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line is longer than 80 characters. | 216 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line is longer than 80 characters. | 218 | |
Line contains a tab character. | 218 | |
'{' is not preceded with whitespace. | 218 | |
Line is longer than 80 characters. | 219 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line is longer than 80 characters. | 225 | |
Line contains a tab character. | 225 | |
Line is longer than 80 characters. | 226 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 228 | |
Line is longer than 80 characters. | 229 | |
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 is longer than 80 characters. | 235 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line is longer than 80 characters. | 250 | |
Line contains a tab character. | 250 | |
Line has trailing spaces. | 251 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 256 | |
Missing a Javadoc comment. | 256 | |
Parameter milestone should be final. | 256 | |
Line contains a tab character. | 258 | |
Line is longer than 80 characters. | 260 | |
Line contains a tab character. | 260 | |
Line is longer than 80 characters. | 261 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line is longer than 80 characters. | 265 | |
Line contains a tab character. | 265 | |
Line is longer than 80 characters. | 266 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line has trailing spaces. | 271 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 275 | |
Missing a Javadoc comment. | 275 | |
Line contains a tab character. | 276 | |
Parameter milestones should be final. | 276 | |
Line is longer than 80 characters. | 277 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line has trailing spaces. | 283 | |
Line contains a tab character. | 283 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
Line is longer than 80 characters. | 57 | |
'=' is not preceded with whitespace. | 57 | |
'=' is not followed by whitespace. | 57 | |
',' is not followed by whitespace. | 57 | |
'}' is not preceded with whitespace. | 57 | |
'}' is not preceded with whitespace. | 57 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 63 | |
Method 'addDateRange' is not designed for extension - needs to be abstract, final or empty. | 65 | |
'=' is not preceded with whitespace. | 66 | |
'=' is not followed by whitespace. | 66 | |
Line is longer than 80 characters. | 67 | |
Parameter atpKey should be final. | 67 | |
Parameter dateRangeKey should be final. | 67 | |
Parameter dateRangeInfo should be final. | 67 | |
Line is longer than 80 characters. | 69 | |
Line has trailing spaces. | 73 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 82 | |
Line has trailing spaces. | 84 | |
Line has trailing spaces. | 85 | |
Line is longer than 80 characters. | 90 | |
Must have at least one statement. | 90 | |
'{' is not followed by whitespace. | 90 | |
'}' is not preceded with whitespace. | 90 | |
Must have at least one statement. | 90 | |
'{' is not followed by whitespace. | 90 | |
'}' is not preceded with whitespace. | 90 | |
Line is longer than 80 characters. | 97 | |
Missing a Javadoc comment. | 97 | |
Name 'CheckMissingParameters' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
Parameter paramNames should be final. | 97 | |
Parameter params should be final. | 97 | |
Line is longer than 80 characters. | 102 | |
Avoid inline conditionals. | 102 | |
Line is longer than 80 characters. | 107 | |
Method 'addMilestone' is not designed for extension - needs to be abstract, final or empty. | 111 | |
'=' is not preceded with whitespace. | 112 | |
'=' is not followed by whitespace. | 112 | |
Line is longer than 80 characters. | 113 | |
Parameter atpKey should be final. | 113 | |
Parameter milestoneKey should be final. | 113 | |
Parameter milestoneInfo should be final. | 113 | |
Line is longer than 80 characters. | 115 | |
Line is longer than 80 characters. | 125 | |
Line is longer than 80 characters. | 128 | |
Line has trailing spaces. | 130 | |
Line is longer than 80 characters. | 134 | |
Must have at least one statement. | 134 | |
'{' is not followed by whitespace. | 134 | |
'}' is not preceded with whitespace. | 134 | |
Must have at least one statement. | 134 | |
'{' is not followed by whitespace. | 134 | |
'}' is not preceded with whitespace. | 134 | |
Method 'createAtp' is not designed for extension - needs to be abstract, final or empty. | 141 | |
'=' is not preceded with whitespace. | 142 | |
'=' is not followed by whitespace. | 142 | |
Line is longer than 80 characters. | 143 | |
Parameter atpTypeKey should be final. | 143 | |
Parameter atpKey should be final. | 143 | |
Parameter atpInfo should be final. | 143 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 155 | |
Line is longer than 80 characters. | 158 | |
Line has trailing spaces. | 160 | |
Line is longer than 80 characters. | 164 | |
Must have at least one statement. | 164 | |
'{' is not followed by whitespace. | 164 | |
'}' is not preceded with whitespace. | 164 | |
Must have at least one statement. | 164 | |
'{' is not followed by whitespace. | 164 | |
'}' is not preceded with whitespace. | 164 | |
Method 'deleteAtp' is not designed for extension - needs to be abstract, final or empty. | 172 | |
'=' is not preceded with whitespace. | 173 | |
'=' is not followed by whitespace. | 173 | |
Line is longer than 80 characters. | 174 | |
Parameter atpKey should be final. | 174 | |
Method 'getAtp' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Line is longer than 80 characters. | 185 | |
Parameter atpKey should be final. | 185 | |
Method 'getAtpDurationType' is not designed for extension - needs to be abstract, final or empty. | 192 | |
Line is longer than 80 characters. | 193 | |
Parameter atpDurationTypeKey should be final. | 193 | |
Line is longer than 80 characters. | 195 | |
Line is longer than 80 characters. | 197 | |
Method 'getAtpSeasonalType' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Line is longer than 80 characters. | 201 | |
Parameter atpSeasonalTypeKey should be final. | 201 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 205 | |
Method 'getAtpType' is not designed for extension - needs to be abstract, final or empty. | 208 | |
Line is longer than 80 characters. | 209 | |
Parameter atpTypeKey should be final. | 209 | |
Method 'getDateRange' is not designed for extension - needs to be abstract, final or empty. | 216 | |
Line is longer than 80 characters. | 217 | |
Parameter dateRangeKey should be final. | 217 | |
Method 'getDateRangeType' is not designed for extension - needs to be abstract, final or empty. | 225 | |
Line is longer than 80 characters. | 226 | |
Parameter dateRangeTypeKey should be final. | 226 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 230 | |
Method 'getMilestone' is not designed for extension - needs to be abstract, final or empty. | 233 | |
Line is longer than 80 characters. | 234 | |
Parameter milestoneKey should be final. | 234 | |
Method 'getMilestoneType' is not designed for extension - needs to be abstract, final or empty. | 242 | |
Line is longer than 80 characters. | 243 | |
Parameter milestoneTypeKey should be final. | 243 | |
Line is longer than 80 characters. | 245 | |
Line is longer than 80 characters. | 247 | |
Method 'getAtpDurationTypes' is not designed for extension - needs to be abstract, final or empty. | 250 | |
Line is longer than 80 characters. | 251 | |
Line is longer than 80 characters. | 253 | |
Line is longer than 80 characters. | 255 | |
Method 'getAtpSeasonalTypes' is not designed for extension - needs to be abstract, final or empty. | 258 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 261 | |
Line is longer than 80 characters. | 263 | |
Method 'getAtpTypes' is not designed for extension - needs to be abstract, final or empty. | 266 | |
Method 'getAtpsByAtpType' is not designed for extension - needs to be abstract, final or empty. | 274 | |
Line is longer than 80 characters. | 275 | |
Parameter atpTypeKey should be final. | 275 | |
Method 'getAtpsByDate' is not designed for extension - needs to be abstract, final or empty. | 282 | |
Line is longer than 80 characters. | 283 | |
Parameter searchDate should be final. | 283 | |
Method 'getAtpsByDates' is not designed for extension - needs to be abstract, final or empty. | 290 | |
Line is longer than 80 characters. | 291 | |
Parameter startDate should be final. | 291 | |
Parameter endDate should be final. | 291 | |
Method 'getDateRangeTypes' is not designed for extension - needs to be abstract, final or empty. | 298 | |
Line is longer than 80 characters. | 299 | |
Line is longer than 80 characters. | 303 | |
Method 'getDateRangeTypesForAtpType' is not designed for extension - needs to be abstract, final or empty. | 306 | |
Line is longer than 80 characters. | 307 | |
Parameter atpTypeKey should be final. | 307 | |
Line is longer than 80 characters. | 309 | |
Line is longer than 80 characters. | 311 | |
Method 'getDateRangesByAtp' is not designed for extension - needs to be abstract, final or empty. | 314 | |
Line is longer than 80 characters. | 315 | |
Parameter atpKey should be final. | 315 | |
Method 'getDateRangesByDate' is not designed for extension - needs to be abstract, final or empty. | 322 | |
Line is longer than 80 characters. | 323 | |
Parameter searchDate should be final. | 323 | |
Method 'getMilestoneTypes' is not designed for extension - needs to be abstract, final or empty. | 330 | |
Line is longer than 80 characters. | 331 | |
Line is longer than 80 characters. | 335 | |
Method 'getMilestoneTypesForAtpType' is not designed for extension - needs to be abstract, final or empty. | 338 | |
Line is longer than 80 characters. | 339 | |
Parameter atpTypeKey should be final. | 339 | |
Line is longer than 80 characters. | 341 | |
Line is longer than 80 characters. | 343 | |
Method 'getMilestonesByAtp' is not designed for extension - needs to be abstract, final or empty. | 346 | |
Line is longer than 80 characters. | 347 | |
Parameter atpKey should be final. | 347 | |
Method 'getMilestonesByDates' is not designed for extension - needs to be abstract, final or empty. | 354 | |
Line is longer than 80 characters. | 355 | |
Parameter startDate should be final. | 355 | |
Parameter endDate should be final. | 355 | |
Line is longer than 80 characters. | 357 | |
Method 'getMilestonesByDatesAndType' is not designed for extension - needs to be abstract, final or empty. | 362 | |
Line is longer than 80 characters. | 363 | |
Parameter milestoneTypeKey should be final. | 363 | |
Parameter startDate should be final. | 363 | |
Parameter endDate should be final. | 363 | |
Line is longer than 80 characters. | 365 | |
Method 'removeDateRange' is not designed for extension - needs to be abstract, final or empty. | 370 | |
'=' is not preceded with whitespace. | 371 | |
'=' is not followed by whitespace. | 371 | |
Line is longer than 80 characters. | 372 | |
Parameter dateRangeKey should be final. | 372 | |
Method 'removeMilestone' is not designed for extension - needs to be abstract, final or empty. | 382 | |
'=' is not preceded with whitespace. | 383 | |
'=' is not followed by whitespace. | 383 | |
Line is longer than 80 characters. | 384 | |
Parameter milestoneKey should be final. | 384 | |
Method 'updateAtp' is not designed for extension - needs to be abstract, final or empty. | 394 | |
'=' is not preceded with whitespace. | 395 | |
'=' is not followed by whitespace. | 395 | |
Line is longer than 80 characters. | 396 | |
Parameter atpKey should be final. | 396 | |
Parameter atpInfo should be final. | 396 | |
Line is longer than 80 characters. | 398 | |
Line is longer than 80 characters. | 402 | |
Line is longer than 80 characters. | 404 | |
Line has trailing spaces. | 406 | |
Line is longer than 80 characters. | 409 | |
Method 'updateDateRange' is not designed for extension - needs to be abstract, final or empty. | 418 | |
'=' is not preceded with whitespace. | 419 | |
'=' is not followed by whitespace. | 419 | |
Line is longer than 80 characters. | 420 | |
Parameter dateRangeKey should be final. | 420 | |
Parameter dateRangeInfo should be final. | 420 | |
Line is longer than 80 characters. | 422 | |
Line is longer than 80 characters. | 426 | |
Line is longer than 80 characters. | 428 | |
Line has trailing spaces. | 430 | |
Line is longer than 80 characters. | 431 | |
Method 'updateMilestone' is not designed for extension - needs to be abstract, final or empty. | 439 | |
'=' is not preceded with whitespace. | 440 | |
'=' is not followed by whitespace. | 440 | |
Line is longer than 80 characters. | 441 | |
Parameter milestoneKey should be final. | 441 | |
Parameter milestoneInfo should be final. | 441 | |
Line is longer than 80 characters. | 443 | |
Line is longer than 80 characters. | 448 | |
Line is longer than 80 characters. | 450 | |
Line has trailing spaces. | 452 | |
Line has trailing spaces. | 453 | |
Line is longer than 80 characters. | 454 | |
Line is longer than 80 characters. | 456 | |
Method 'validateAtp' is not designed for extension - needs to be abstract, final or empty. | 465 | |
Line is longer than 80 characters. | 466 | |
Parameter validationType should be final. | 466 | |
Parameter atpInfo should be final. | 466 | |
Line is longer than 80 characters. | 470 | |
Line is longer than 80 characters. | 472 | |
Method 'validateDateRange' is not designed for extension - needs to be abstract, final or empty. | 476 | |
Line is longer than 80 characters. | 477 | |
Parameter validationType should be final. | 477 | |
Parameter dateRangeInfo should be final. | 477 | |
Line is longer than 80 characters. | 481 | |
Line is longer than 80 characters. | 483 | |
Method 'validateMilestone' is not designed for extension - needs to be abstract, final or empty. | 487 | |
Line is longer than 80 characters. | 488 | |
Parameter validationType should be final. | 488 | |
Parameter milestoneInfo should be final. | 488 | |
Line is longer than 80 characters. | 492 | |
Line is longer than 80 characters. | 494 | |
First sentence should end with a period. | 498 | |
Line has trailing spaces. | 500 | |
Unused @param tag for 'parameter'. | 502 | |
Line is longer than 80 characters. | 506 | |
Parameter param should be final. | 506 | |
Expected @param tag for 'param'. | 506 | |
Parameter paramName should be final. | 506 | |
Expected @param tag for 'paramName'. | 506 | |
Expected @throws tag for 'MissingParameterException'. | 506 | |
Method 'getAtpDao' is not designed for extension - needs to be abstract, final or empty. | 512 | |
Missing a Javadoc comment. | 512 | |
Method 'setAtpDao' is not designed for extension - needs to be abstract, final or empty. | 516 | |
Missing a Javadoc comment. | 516 | |
Parameter atpDao should be final. | 516 | |
'atpDao' hides a field. | 516 | |
Method 'getSearchManager' is not designed for extension - needs to be abstract, final or empty. | 520 | |
Missing a Javadoc comment. | 520 | |
Method 'setSearchManager' is not designed for extension - needs to be abstract, final or empty. | 524 | |
Missing a Javadoc comment. | 524 | |
Parameter searchManager should be final. | 524 | |
'searchManager' hides a field. | 524 | |
Method 'getSearchCriteriaType' is not designed for extension - needs to be abstract, final or empty. | 528 | |
Line is longer than 80 characters. | 529 | |
Parameter searchCriteriaTypeKey should be final. | 529 | |
Method 'getSearchCriteriaTypes' is not designed for extension - needs to be abstract, final or empty. | 534 | |
Line is longer than 80 characters. | 535 | |
Method 'getSearchResultType' is not designed for extension - needs to be abstract, final or empty. | 539 | |
Line is longer than 80 characters. | 540 | |
Parameter searchResultTypeKey should be final. | 540 | |
Method 'getSearchResultTypes' is not designed for extension - needs to be abstract, final or empty. | 545 | |
Line is longer than 80 characters. | 546 | |
Method 'getSearchType' is not designed for extension - needs to be abstract, final or empty. | 550 | |
Line is longer than 80 characters. | 551 | |
Parameter searchTypeKey should be final. | 551 | |
Method 'getSearchTypes' is not designed for extension - needs to be abstract, final or empty. | 556 | |
Line is longer than 80 characters. | 557 | |
Method 'getSearchTypesByCriteria' is not designed for extension - needs to be abstract, final or empty. | 561 | |
Line is longer than 80 characters. | 562 | |
Parameter searchCriteriaTypeKey should be final. | 562 | |
Line is longer than 80 characters. | 563 | |
Method 'getSearchTypesByResult' is not designed for extension - needs to be abstract, final or empty. | 567 | |
Line is longer than 80 characters. | 568 | |
Parameter searchResultTypeKey should be final. | 568 | |
Method 'search' is not designed for extension - needs to be abstract, final or empty. | 573 | |
Line is longer than 80 characters. | 574 | |
Parameter searchRequest should be final. | 574 | |
Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 578 | |
Parameter objectTypeKey should be final. | 579 | |
Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 583 | |
Method 'getValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 591 | |
Method 'setValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 599 | |
Parameter validatorFactory should be final. | 599 | |
'validatorFactory' hides a field. | 599 | |
Method 'getDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 606 | |
Line is longer than 80 characters. | 613 | |
Method 'setDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 613 | |
Parameter dictionaryServiceDelegate should be final. | 613 | |
'dictionaryServiceDelegate' hides a field. | 613 | |
Line has trailing spaces. | 616 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 34 | |
Redundant 'public' modifier. | 34 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Redundant 'public' modifier. | 35 | |
Missing a Javadoc comment. | 36 | |
Redundant 'public' modifier. | 36 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
Redundant 'public' modifier. | 37 | |
')' is preceded with whitespace. | 37 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Redundant 'public' modifier. | 38 | |
Missing a Javadoc comment. | 39 | |
Redundant 'public' modifier. | 39 | |
Missing a Javadoc comment. | 40 | |
Redundant 'public' modifier. | 40 | |
Missing a Javadoc comment. | 41 | |
Redundant 'public' modifier. | 41 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Redundant 'public' modifier. | 42 | |
')' is preceded with whitespace. | 42 | |
Missing a Javadoc comment. | 43 | |
Redundant 'public' modifier. | 43 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 33 | |
Line is longer than 80 characters. | 38 | |
Method 'setEm' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Parameter em should be final. | 41 | |
Method 'getComment' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter referenceId should be final. | 46 | |
Parameter referenceTypeKey should be final. | 46 | |
'{' is not preceded with whitespace. | 46 | |
Line is longer than 80 characters. | 55 | |
Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter referenceId should be final. | 55 | |
Parameter referenceTypeKey should be final. | 55 | |
'{' is not preceded with whitespace. | 55 | |
Method 'getCommentsByRefId' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter referenceId should be final. | 64 | |
'{' is not preceded with whitespace. | 64 | |
Line is longer than 80 characters. | 72 | |
Method 'getCommentsByType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter referenceId should be final. | 72 | |
Parameter referenceTypeKey should be final. | 72 | |
Parameter commentTypeKey should be final. | 72 | |
')' is preceded with whitespace. | 72 | |
'{' is not preceded with whitespace. | 72 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Method 'getCommentTypesByReferenceTypeId' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter referenceTypeId should be final. | 82 | |
Line is longer than 80 characters. | 83 | |
Method 'getTag' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter referenceId should be final. | 91 | |
Parameter referenceTypeKey should be final. | 91 | |
'{' is not preceded with whitespace. | 91 | |
'cast' is not followed by whitespace. | 95 | |
Method 'getTags' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter referenceId should be final. | 98 | |
Parameter referenceTypeKey should be final. | 98 | |
'{' is not preceded with whitespace. | 98 | |
Method 'getTagsByRefId' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Parameter referenceId should be final. | 107 | |
'{' is not preceded with whitespace. | 107 | |
Line is longer than 80 characters. | 115 | |
Method 'getTagsByType' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter referenceId should be final. | 115 | |
Parameter referenceTypeKey should be final. | 115 | |
Parameter tagTypeKey should be final. | 115 | |
')' is preceded with whitespace. | 115 | |
'{' is not preceded with whitespace. | 115 | |
Method 'getReference' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter referenceId should be final. | 125 | |
Parameter referenceType should be final. | 125 | |
'{' is not preceded with whitespace. | 125 | |
'try' is not followed by whitespace. | 129 | |
'{' is not preceded with whitespace. | 129 | |
'cast' is not followed by whitespace. | 130 | |
'}' should be on the same line. | 132 | |
'catch' is not followed by whitespace. | 133 | |
'{' is not preceded with whitespace. | 133 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 37 | |
'(' is followed by whitespace. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 48 | |
'=' is not preceded with whitespace. | 48 | |
'=' is not followed by whitespace. | 48 | |
'}' is not preceded with whitespace. | 48 | |
Line is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 75 | |
Method 'getCommentText' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Method 'setCommentText' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Parameter commentText should be final. | 88 | |
'commentText' hides a field. | 88 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Method 'setReference' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Parameter reference should be final. | 95 | |
'reference' 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 'getReference' 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 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Parameter effectiveDate should be final. | 116 | |
'effectiveDate' hides a field. | 116 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Parameter expirationDate should be final. | 130 | |
'expirationDate' hides a field. | 130 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Parameter attributes should be final. | 141 | |
'attributes' hides a field. | 141 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Parameter type should be final. | 155 | |
'type' hides a field. | 155 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Parameter state should be final. | 169 | |
'state' hides a field. | 169 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 35 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Parameter owner should be final. | 45 | |
'owner' hides a field. | 45 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
'=' is not preceded with whitespace. | 31 | |
'=' is not followed by whitespace. | 31 | |
Missing a Javadoc comment. | 35 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Parameter attributes should be final. | 44 | |
'attributes' hides a field. | 44 | |
'=' is not preceded with whitespace. | 45 | |
'=' is not followed by whitespace. | 45 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 28 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 35 | |
'=' is not preceded with whitespace. | 35 | |
'=' is not preceded with whitespace. | 35 | |
'=' is not followed by whitespace. | 35 | |
'}' is not preceded with whitespace. | 35 | |
'(' is followed by whitespace. | 36 | |
Line is longer than 80 characters. | 37 | |
'}' is not preceded with whitespace. | 37 | |
Missing a Javadoc comment. | 39 | |
'=' is not preceded with whitespace. | 39 | |
'=' is not followed by whitespace. | 39 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 46 | |
'=' is not preceded with whitespace. | 46 | |
'=' is not followed by whitespace. | 46 | |
Missing a Javadoc comment. | 49 | |
'=' is not preceded with whitespace. | 49 | |
'=' is not followed by whitespace. | 49 | |
Method 'getReferenceId' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
'{' is not preceded with whitespace. | 52 | |
Method 'setReferenceId' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter referenceId should be final. | 56 | |
'referenceId' hides a field. | 56 | |
'{' is not preceded with whitespace. | 56 | |
'=' is not preceded with whitespace. | 57 | |
'=' is not followed by whitespace. | 57 | |
Method 'getReferenceType' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
'{' is not preceded with whitespace. | 60 | |
Method 'setReferenceType' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter referenceType should be final. | 64 | |
'referenceType' hides a field. | 64 | |
'{' is not preceded with whitespace. | 64 | |
'=' is not preceded with whitespace. | 65 | |
'=' is not followed by whitespace. | 65 | |
Method 'getTags' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
'{' is not preceded with whitespace. | 68 | |
Method 'setTags' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter tags should be final. | 72 | |
'tags' hides a field. | 72 | |
'{' is not preceded with whitespace. | 72 | |
'=' is not preceded with whitespace. | 73 | |
'=' is not followed by whitespace. | 73 | |
Method 'getCommentss' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
'{' is not preceded with whitespace. | 76 | |
Method 'setComments' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter comments should be final. | 80 | |
'comments' hides a field. | 80 | |
'{' is not preceded with whitespace. | 80 | |
'=' is not preceded with whitespace. | 81 | |
'=' is not followed by whitespace. | 81 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
'{' is not preceded with whitespace. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 33 | |
'=' is not preceded with whitespace. | 33 | |
'=' is not followed by whitespace. | 33 | |
'=' is not preceded with whitespace. | 33 | |
'=' is not followed by whitespace. | 33 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Parameter attributes should be final. | 42 | |
'attributes' hides a field. | 42 | |
'=' is not preceded with whitespace. | 43 | |
'=' is not followed by whitespace. | 43 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Method 'getReferences' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Method 'setReferences' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Parameter references should be final. | 56 | |
'references' hides a field. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
'{' is not preceded with whitespace. | 29 | |
Missing a Javadoc comment. | 30 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line contains a tab character. | 36 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Parameter owner should be final. | 40 | |
'owner' hides a field. | 40 | |
Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
'(' is followed by whitespace. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
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 preceded with whitespace. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 76 | |
Method 'getNamespace' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
'{' is not preceded with whitespace. | 79 | |
Method 'setNamespace' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter namespace should be final. | 83 | |
'namespace' hides a field. | 83 | |
'{' is not preceded with whitespace. | 83 | |
'=' is not preceded with whitespace. | 84 | |
'=' is not followed by whitespace. | 84 | |
Method 'getPredicate' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
'{' is not preceded with whitespace. | 87 | |
Method 'setPredicate' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter predicate should be final. | 91 | |
'predicate' hides a field. | 91 | |
'{' is not preceded with whitespace. | 91 | |
'=' is not preceded with whitespace. | 92 | |
'=' is not followed by whitespace. | 92 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
'{' is not preceded with whitespace. | 95 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter value should be final. | 99 | |
'value' hides a field. | 99 | |
'{' is not preceded with whitespace. | 99 | |
'=' is not preceded with whitespace. | 100 | |
'=' is not followed by whitespace. | 100 | |
Method 'getReferennce' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
'{' is not preceded with whitespace. | 104 | |
Method 'setReference' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Parameter reference should be final. | 108 | |
'reference' hides a field. | 108 | |
'{' is not preceded with whitespace. | 108 | |
'=' is not preceded with whitespace. | 109 | |
'=' is not followed by whitespace. | 109 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Parameter effectiveDate should be final. | 124 | |
'effectiveDate' hides a field. | 124 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Parameter expirationDate should be final. | 138 | |
'expirationDate' hides a field. | 138 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Parameter attributes should be final. | 149 | |
'attributes' hides a field. | 149 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Parameter type should be final. | 163 | |
'type' hides a field. | 163 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Parameter state should be final. | 177 | |
'state' hides a field. | 177 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
'{' is not preceded with whitespace. | 28 | |
Missing a Javadoc comment. | 30 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Parameter owner should be final. | 40 | |
'owner' hides a field. | 40 | |
'=' is not preceded with whitespace. | 41 | |
'=' is not followed by whitespace. | 41 | |
Line has trailing spaces. | 42 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 34 | |
Missing a Javadoc comment. | 35 | |
'=' is not preceded with whitespace. | 35 | |
'=' is not followed by whitespace. | 35 | |
'=' is not preceded with whitespace. | 35 | |
'=' is not followed by whitespace. | 35 | |
Line has trailing spaces. | 39 | |
Expected an @return tag. | 42 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 49 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Parameter attributes should be final. | 53 | |
'attributes' hides a field. | 53 | |
Expected @param tag for 'attributes'. | 53 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 57 | |
Line has trailing spaces. | 59 | |
Expected an @return tag. | 62 | |
Method 'getTag' is not designed for extension - needs to be abstract, final or empty. | 62 | |
'{' is not preceded with whitespace. | 62 | |
Line has trailing spaces. | 65 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 68 | |
Method 'setTag' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Parameter tags should be final. | 71 | |
'tags' hides a field. | 71 | |
Expected @param tag for 'tags'. | 71 | |
'{' is not preceded with whitespace. | 71 | |
'=' is not preceded with whitespace. | 72 | |
'=' is not followed by whitespace. | 72 | |
Line has trailing spaces. | 74 | |
Line has trailing spaces. | 75 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 35 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Parameter owner should be final. | 42 | |
'owner' hides a field. | 42 | |
'=' is not preceded with whitespace. | 43 | |
'=' is not followed by whitespace. | 43 | |
Line has trailing spaces. | 44 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 49 | |
Parameter entity should be final. | 49 | |
Line is longer than 80 characters. | 53 | |
'{' is followed by whitespace. | 53 | |
Line is longer than 80 characters. | 57 | |
Missing a Javadoc comment. | 63 | |
Parameter entities should be final. | 63 | |
Missing a Javadoc comment. | 71 | |
Parameter entity should be final. | 71 | |
Line is longer than 80 characters. | 73 | |
',' is not followed by whitespace. | 73 | |
',' is not followed by whitespace. | 73 | |
Line is longer than 80 characters. | 77 | |
Missing a Javadoc comment. | 82 | |
Parameter entries should be final. | 82 | |
'{' is not preceded with whitespace. | 82 | |
'for' is not followed by whitespace. | 84 | |
':' is not preceded with whitespace. | 84 | |
'{' is not preceded with whitespace. | 84 | |
Missing a Javadoc comment. | 90 | |
Parameter entity should be final. | 90 | |
'{' is not preceded with whitespace. | 90 | |
',' is not followed by whitespace. | 92 | |
Missing a Javadoc comment. | 97 | |
Parameter entries should be final. | 97 | |
'{' is not preceded with whitespace. | 97 | |
'for' is not followed by whitespace. | 99 | |
':' is not preceded with whitespace. | 99 | |
'{' is not preceded with whitespace. | 99 | |
Line is longer than 80 characters. | 106 | |
Missing a Javadoc comment. | 106 | |
Parameter entities should be final. | 106 | |
Line is longer than 80 characters. | 107 | |
Missing a Javadoc comment. | 114 | |
Parameter entity should be final. | 114 | |
Line contains a tab character. | 115 | |
',' is not followed by whitespace. | 116 | |
Line is longer than 80 characters. | 121 | |
Missing a Javadoc comment. | 121 | |
Parameter isUpdate should be final. | 121 | |
',' is not followed by whitespace. | 121 | |
Parameter dto should be final. | 121 | |
',' is not followed by whitespace. | 121 | |
Parameter dao should be final. | 121 | |
'{' is not preceded with whitespace. | 121 | |
Line is longer than 80 characters. | 124 | |
',' is not followed by whitespace. | 124 | |
',' is not followed by whitespace. | 124 | |
',' is not followed by whitespace. | 124 | |
Line is longer than 80 characters. | 125 | |
',' is not followed by whitespace. | 125 | |
',' is not followed by whitespace. | 125 | |
',' is not followed by whitespace. | 125 | |
Line is longer than 80 characters. | 126 | |
',' is not followed by whitespace. | 132 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Line is longer than 80 characters. | 143 | |
Missing a Javadoc comment. | 143 | |
Parameter isUpdate should be final. | 143 | |
',' is not followed by whitespace. | 143 | |
Parameter dto should be final. | 143 | |
Parameter dao should be final. | 143 | |
'{' is not preceded with whitespace. | 143 | |
Line is longer than 80 characters. | 146 | |
',' is not followed by whitespace. | 146 | |
',' is not followed by whitespace. | 146 | |
',' is not followed by whitespace. | 146 | |
',' is not followed by whitespace. | 146 | |
Line is longer than 80 characters. | 147 | |
',' is not followed by whitespace. | 147 | |
',' is not followed by whitespace. | 147 | |
',' is not followed by whitespace. | 147 | |
Line is longer than 80 characters. | 149 | |
',' is not followed by whitespace. | 155 | |
Missing a Javadoc comment. | 164 | |
Parameter referenceId should be final. | 164 | |
Line contains a tab character. | 165 | |
Parameter referenceTypeKey should be final. | 165 | |
Parameter dto should be final. | 165 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
Parameter commentDao should be final. | 166 | |
Line contains a tab character. | 167 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
Missing a Javadoc comment. | 172 | |
Parameter entity should be final. | 172 | |
Parameter referenceId should be final. | 172 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
Parameter referenceTypeKey should be final. | 173 | |
Parameter dto should be final. | 173 | |
Parameter commentDao should be final. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
'{' is followed by whitespace. | 175 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
Line is longer than 80 characters. | 179 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line is longer than 80 characters. | 181 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 186 | |
Line is longer than 80 characters. | 187 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line is longer than 80 characters. | 199 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 208 | |
Missing a Javadoc comment. | 208 | |
Line contains a tab character. | 209 | |
Parameter entities should be final. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 218 | |
Missing a Javadoc comment. | 218 | |
Parameter entity should be final. | 218 | |
Line contains a tab character. | 219 | |
',' is not followed by whitespace. | 221 | |
Line contains a tab character. | 224 | |
Line has trailing spaces. | 225 | |
Line contains a tab character. | 225 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 54 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
'=' is not preceded with whitespace. | 61 | |
'=' is not followed by whitespace. | 61 | |
',' is not followed by whitespace. | 61 | |
'=' is not preceded with whitespace. | 61 | |
'=' is not followed by whitespace. | 61 | |
'}' is not preceded with whitespace. | 61 | |
',' is not followed by whitespace. | 61 | |
'=' is not preceded with whitespace. | 61 | |
'=' is not followed by whitespace. | 61 | |
'}' is not preceded with whitespace. | 61 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 64 | |
Variable 'logger' must be private and have accessor methods. | 64 | |
Line has trailing spaces. | 65 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 69 | |
Line is longer than 80 characters. | 74 | |
Expected an @return tag. | 76 | |
Method 'addComment' is not designed for extension - needs to be abstract, final or empty. | 76 | |
'=' is not preceded with whitespace. | 77 | |
'=' is not followed by whitespace. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
Parameter referenceId should be final. | 78 | |
Expected @param tag for 'referenceId'. | 78 | |
Parameter referenceTypeKey should be final. | 78 | |
Expected @param tag for 'referenceTypeKey'. | 78 | |
Parameter commentInfo should be final. | 78 | |
Expected @param tag for 'commentInfo'. | 78 | |
Expected @throws tag for 'DataValidationErrorException'. | 78 | |
Expected @throws tag for 'InvalidParameterException'. | 78 | |
Expected @throws tag for 'MissingParameterException'. | 78 | |
Expected @throws tag for 'OperationFailedException'. | 78 | |
Expected @throws tag for 'PermissionDeniedException'. | 78 | |
Line has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 90 | |
Line has trailing spaces. | 92 | |
'=' is not preceded with whitespace. | 93 | |
'=' is not followed by whitespace. | 93 | |
'if' is not followed by whitespace. | 95 | |
'==' is not preceded with whitespace. | 95 | |
'==' is not followed by whitespace. | 95 | |
'{' is not preceded with whitespace. | 95 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 110 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 124 | |
Expected an @return tag. | 126 | |
Method 'addTag' is not designed for extension - needs to be abstract, final or empty. | 126 | |
'=' is not preceded with whitespace. | 127 | |
'=' is not followed by whitespace. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
Parameter referenceId should be final. | 128 | |
Expected @param tag for 'referenceId'. | 128 | |
Parameter referenceTypeKey should be final. | 128 | |
Expected @param tag for 'referenceTypeKey'. | 128 | |
Parameter tagInfo should be final. | 128 | |
Expected @param tag for 'tagInfo'. | 128 | |
Expected @throws tag for 'DataValidationErrorException'. | 128 | |
Expected @throws tag for 'AlreadyExistsException'. | 128 | |
Expected @throws tag for 'InvalidParameterException'. | 128 | |
Expected @throws tag for 'MissingParameterException'. | 128 | |
Expected @throws tag for 'OperationFailedException'. | 128 | |
Expected @throws tag for 'PermissionDeniedException'. | 128 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 138 | |
Line has trailing spaces. | 140 | |
'=' is not preceded with whitespace. | 143 | |
'=' is not followed by whitespace. | 143 | |
'if' is not followed by whitespace. | 145 | |
'==' is not preceded with whitespace. | 145 | |
'==' is not followed by whitespace. | 145 | |
'{' is not preceded with whitespace. | 145 | |
Line contains a tab character. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line is longer than 80 characters. | 153 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line is longer than 80 characters. | 175 | |
Expected an @return tag. | 177 | |
Method 'getComment' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Line is longer than 80 characters. | 178 | |
Parameter commentId should be final. | 178 | |
Expected @param tag for 'commentId'. | 178 | |
Expected @throws tag for 'DoesNotExistException'. | 178 | |
Expected @throws tag for 'InvalidParameterException'. | 178 | |
Expected @throws tag for 'MissingParameterException'. | 178 | |
Expected @throws tag for 'OperationFailedException'. | 178 | |
Expected @throws tag for 'PermissionDeniedException'. | 178 | |
Line is longer than 80 characters. | 187 | |
Expected an @return tag. | 189 | |
Method 'getCommentTypes' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Line is longer than 80 characters. | 190 | |
Expected @throws tag for 'OperationFailedException'. | 190 | |
Line is longer than 80 characters. | 198 | |
Expected an @return tag. | 200 | |
Method 'getCommentTypesForReferenceType' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Line is longer than 80 characters. | 201 | |
Parameter referenceTypeKey should be final. | 201 | |
Expected @param tag for 'referenceTypeKey'. | 201 | |
Expected @throws tag for 'DoesNotExistException'. | 201 | |
Expected @throws tag for 'InvalidParameterException'. | 201 | |
Expected @throws tag for 'MissingParameterException'. | 201 | |
Expected @throws tag for 'OperationFailedException'. | 201 | |
Line is longer than 80 characters. | 202 | |
Line is longer than 80 characters. | 209 | |
Expected an @return tag. | 211 | |
Method 'getComments' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Line is longer than 80 characters. | 212 | |
Parameter referenceId should be final. | 212 | |
Expected @param tag for 'referenceId'. | 212 | |
Parameter referenceTypeKey should be final. | 212 | |
Expected @param tag for 'referenceTypeKey'. | 212 | |
Expected @throws tag for 'DoesNotExistException'. | 212 | |
Expected @throws tag for 'InvalidParameterException'. | 212 | |
Expected @throws tag for 'MissingParameterException'. | 212 | |
Expected @throws tag for 'OperationFailedException'. | 212 | |
Expected @throws tag for 'PermissionDeniedException'. | 212 | |
Line is longer than 80 characters. | 213 | |
Line is longer than 80 characters. | 220 | |
Expected an @return tag. | 222 | |
Method 'getCommentsByType' is not designed for extension - needs to be abstract, final or empty. | 222 | |
Line is longer than 80 characters. | 223 | |
Parameter referenceId should be final. | 223 | |
Expected @param tag for 'referenceId'. | 223 | |
Parameter referenceTypeKey should be final. | 223 | |
Expected @param tag for 'referenceTypeKey'. | 223 | |
Parameter commentTypeKey should be final. | 223 | |
Expected @param tag for 'commentTypeKey'. | 223 | |
Expected @throws tag for 'DoesNotExistException'. | 223 | |
Expected @throws tag for 'InvalidParameterException'. | 223 | |
Expected @throws tag for 'MissingParameterException'. | 223 | |
Expected @throws tag for 'OperationFailedException'. | 223 | |
Expected @throws tag for 'PermissionDeniedException'. | 223 | |
Line is longer than 80 characters. | 224 | |
Line is longer than 80 characters. | 231 | |
Expected an @return tag. | 233 | |
Method 'getReferenceTypes' is not designed for extension - needs to be abstract, final or empty. | 233 | |
Line is longer than 80 characters. | 234 | |
Expected @throws tag for 'OperationFailedException'. | 234 | |
Line is longer than 80 characters. | 235 | |
Line contains a tab character. | 235 | |
Line is longer than 80 characters. | 242 | |
Expected an @return tag. | 244 | |
Method 'getTag' is not designed for extension - needs to be abstract, final or empty. | 244 | |
Line is longer than 80 characters. | 245 | |
Parameter tagId should be final. | 245 | |
Expected @param tag for 'tagId'. | 245 | |
Expected @throws tag for 'DoesNotExistException'. | 245 | |
Expected @throws tag for 'InvalidParameterException'. | 245 | |
Expected @throws tag for 'MissingParameterException'. | 245 | |
Expected @throws tag for 'OperationFailedException'. | 245 | |
Expected @throws tag for 'PermissionDeniedException'. | 245 | |
Expected an @return tag. | 256 | |
Method 'getTagTypes' is not designed for extension - needs to be abstract, final or empty. | 256 | |
Expected @throws tag for 'OperationFailedException'. | 257 | |
Line is longer than 80 characters. | 266 | |
Expected an @return tag. | 268 | |
Method 'getTags' is not designed for extension - needs to be abstract, final or empty. | 268 | |
Line is longer than 80 characters. | 269 | |
Parameter referenceId should be final. | 269 | |
Expected @param tag for 'referenceId'. | 269 | |
Parameter referenceTypeKey should be final. | 269 | |
Expected @param tag for 'referenceTypeKey'. | 269 | |
Expected @throws tag for 'DoesNotExistException'. | 269 | |
Expected @throws tag for 'InvalidParameterException'. | 269 | |
Expected @throws tag for 'MissingParameterException'. | 269 | |
Expected @throws tag for 'OperationFailedException'. | 269 | |
Expected @throws tag for 'PermissionDeniedException'. | 269 | |
Line is longer than 80 characters. | 279 | |
Expected an @return tag. | 281 | |
Method 'getTagsByType' is not designed for extension - needs to be abstract, final or empty. | 281 | |
Line is longer than 80 characters. | 282 | |
Parameter referenceId should be final. | 282 | |
Expected @param tag for 'referenceId'. | 282 | |
Parameter referenceTypeKey should be final. | 282 | |
Expected @param tag for 'referenceTypeKey'. | 282 | |
Parameter tagTypeKey should be final. | 282 | |
Expected @param tag for 'tagTypeKey'. | 282 | |
Expected @throws tag for 'DoesNotExistException'. | 282 | |
Expected @throws tag for 'InvalidParameterException'. | 282 | |
Expected @throws tag for 'MissingParameterException'. | 282 | |
Expected @throws tag for 'OperationFailedException'. | 282 | |
Expected @throws tag for 'PermissionDeniedException'. | 282 | |
Line is longer than 80 characters. | 284 | |
Line is longer than 80 characters. | 291 | |
Expected an @return tag. | 293 | |
Method 'removeComment' is not designed for extension - needs to be abstract, final or empty. | 293 | |
'=' is not preceded with whitespace. | 294 | |
'=' is not followed by whitespace. | 294 | |
Line is longer than 80 characters. | 295 | |
Line contains a tab character. | 295 | |
Parameter commentId should be final. | 295 | |
Expected @param tag for 'commentId'. | 295 | |
Parameter referenceId should be final. | 295 | |
Expected @param tag for 'referenceId'. | 295 | |
Parameter referenceTypeKey should be final. | 295 | |
Expected @param tag for 'referenceTypeKey'. | 295 | |
Expected @throws tag for 'DoesNotExistException'. | 295 | |
Expected @throws tag for 'InvalidParameterException'. | 295 | |
Expected @throws tag for 'MissingParameterException'. | 295 | |
Expected @throws tag for 'OperationFailedException'. | 295 | |
Expected @throws tag for 'PermissionDeniedException'. | 295 | |
'try' is not followed by whitespace. | 296 | |
'{' is not preceded with whitespace. | 296 | |
'}' should be on the same line. | 300 | |
'catch' is not followed by whitespace. | 301 | |
'{' is not preceded with whitespace. | 301 | |
'try' is not followed by whitespace. | 303 | |
'{' is not preceded with whitespace. | 303 | |
'if' is not followed by whitespace. | 305 | |
'==' is not preceded with whitespace. | 305 | |
'==' is not followed by whitespace. | 305 | |
'{' is not preceded with whitespace. | 305 | |
'}' should be on the same line. | 308 | |
'catch' is not followed by whitespace. | 309 | |
'{' is not preceded with whitespace. | 309 | |
Line is longer than 80 characters. | 321 | |
Expected an @return tag. | 323 | |
Method 'removeComments' is not designed for extension - needs to be abstract, final or empty. | 323 | |
'=' is not preceded with whitespace. | 324 | |
'=' is not followed by whitespace. | 324 | |
Line is longer than 80 characters. | 325 | |
Line contains a tab character. | 325 | |
Parameter referenceId should be final. | 325 | |
Expected @param tag for 'referenceId'. | 325 | |
Expected @throws tag for 'DoesNotExistException'. | 325 | |
Expected @throws tag for 'InvalidParameterException'. | 325 | |
Expected @throws tag for 'MissingParameterException'. | 325 | |
Expected @throws tag for 'OperationFailedException'. | 325 | |
Expected @throws tag for 'PermissionDeniedException'. | 325 | |
'for' is not followed by whitespace. | 327 | |
':' is not preceded with whitespace. | 327 | |
':' is not followed by whitespace. | 327 | |
'{' is not preceded with whitespace. | 327 | |
Line is longer than 80 characters. | 337 | |
Expected an @return tag. | 339 | |
Method 'removeTag' is not designed for extension - needs to be abstract, final or empty. | 339 | |
'=' is not preceded with whitespace. | 340 | |
'=' is not followed by whitespace. | 340 | |
Line is longer than 80 characters. | 341 | |
Line contains a tab character. | 341 | |
Parameter tagId should be final. | 341 | |
Expected @param tag for 'tagId'. | 341 | |
Parameter referenceId should be final. | 341 | |
Expected @param tag for 'referenceId'. | 341 | |
Parameter referenceTypeKey should be final. | 341 | |
Expected @param tag for 'referenceTypeKey'. | 341 | |
Expected @throws tag for 'InvalidParameterException'. | 341 | |
Expected @throws tag for 'MissingParameterException'. | 341 | |
Expected @throws tag for 'OperationFailedException'. | 341 | |
Expected @throws tag for 'PermissionDeniedException'. | 341 | |
Expected @throws tag for 'DoesNotExistException'. | 341 | |
'try' is not followed by whitespace. | 342 | |
'{' is not preceded with whitespace. | 342 | |
'}' should be on the same line. | 346 | |
'catch' is not followed by whitespace. | 347 | |
'{' is not preceded with whitespace. | 347 | |
'try' is not followed by whitespace. | 349 | |
'{' is not preceded with whitespace. | 349 | |
'if' is not followed by whitespace. | 351 | |
'==' is not preceded with whitespace. | 351 | |
'==' is not followed by whitespace. | 351 | |
'{' is not preceded with whitespace. | 351 | |
'}' should be on the same line. | 354 | |
'catch' is not followed by whitespace. | 355 | |
'{' is not preceded with whitespace. | 355 | |
Line is longer than 80 characters. | 366 | |
Expected an @return tag. | 368 | |
Method 'removeTags' is not designed for extension - needs to be abstract, final or empty. | 368 | |
'=' is not preceded with whitespace. | 369 | |
'=' is not followed by whitespace. | 369 | |
Line is longer than 80 characters. | 370 | |
Line contains a tab character. | 370 | |
Parameter tagId should be final. | 370 | |
Expected @param tag for 'tagId'. | 370 | |
Expected @throws tag for 'DoesNotExistException'. | 370 | |
Expected @throws tag for 'InvalidParameterException'. | 370 | |
Expected @throws tag for 'MissingParameterException'. | 370 | |
Expected @throws tag for 'OperationFailedException'. | 370 | |
Expected @throws tag for 'PermissionDeniedException'. | 370 | |
'for' is not followed by whitespace. | 373 | |
':' is not preceded with whitespace. | 373 | |
':' is not followed by whitespace. | 373 | |
'{' is not preceded with whitespace. | 373 | |
Line is longer than 80 characters. | 383 | |
Expected an @return tag. | 385 | |
Method 'updateComment' is not designed for extension - needs to be abstract, final or empty. | 385 | |
'=' is not preceded with whitespace. | 386 | |
'=' is not followed by whitespace. | 386 | |
Line is longer than 80 characters. | 387 | |
Line contains a tab character. | 387 | |
Parameter referenceId should be final. | 387 | |
Expected @param tag for 'referenceId'. | 387 | |
Parameter referenceTypeKey should be final. | 387 | |
Expected @param tag for 'referenceTypeKey'. | 387 | |
Parameter commentInfo should be final. | 387 | |
Expected @param tag for 'commentInfo'. | 387 | |
Expected @throws tag for 'DataValidationErrorException'. | 387 | |
Expected @throws tag for 'InvalidParameterException'. | 387 | |
Expected @throws tag for 'MissingParameterException'. | 387 | |
Expected @throws tag for 'OperationFailedException'. | 387 | |
Expected @throws tag for 'PermissionDeniedException'. | 387 | |
Expected @throws tag for 'DoesNotExistException'. | 387 | |
Expected @throws tag for 'VersionMismatchException'. | 387 | |
Line is longer than 80 characters. | 390 | |
Line is longer than 80 characters. | 392 | |
Line has trailing spaces. | 394 | |
Line is longer than 80 characters. | 395 | |
Line contains a tab character. | 395 | |
Line is longer than 80 characters. | 396 | |
Line contains a tab character. | 396 | |
'{' is not preceded with whitespace. | 396 | |
Line is longer than 80 characters. | 397 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
Line is longer than 80 characters. | 400 | |
Line contains a tab character. | 400 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 403 | |
Line is longer than 80 characters. | 409 | |
Expected an @return tag. | 411 | |
Method 'validateComment' is not designed for extension - needs to be abstract, final or empty. | 411 | |
Line is longer than 80 characters. | 412 | |
Parameter validationType should be final. | 412 | |
Expected @param tag for 'validationType'. | 412 | |
Parameter commentInfo should be final. | 412 | |
Expected @param tag for 'commentInfo'. | 412 | |
Expected @throws tag for 'DoesNotExistException'. | 412 | |
Expected @throws tag for 'InvalidParameterException'. | 412 | |
Expected @throws tag for 'MissingParameterException'. | 412 | |
Expected @throws tag for 'OperationFailedException'. | 412 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Line is longer than 80 characters. | 416 | |
Line is longer than 80 characters. | 418 | |
Line has trailing spaces. | 419 | |
Line is longer than 80 characters. | 422 | |
Missing a Javadoc comment. | 422 | |
Parameter validationType should be final. | 422 | |
Parameter tagInfo should be final. | 422 | |
Line is longer than 80 characters. | 426 | |
Line is longer than 80 characters. | 428 | |
Line has trailing spaces. | 429 | |
Line has trailing spaces. | 431 | |
Method 'getCommentDao' is not designed for extension - needs to be abstract, final or empty. | 435 | |
Method 'setCommentDao' is not designed for extension - needs to be abstract, final or empty. | 442 | |
Parameter commentDao should be final. | 442 | |
'commentDao' hides a field. | 442 | |
First sentence should end with a period. | 446 | |
Unused @param tag for 'parameter'. | 450 | |
Parameter param should be final. | 453 | |
Expected @param tag for 'param'. | 453 | |
Parameter paramName should be final. | 453 | |
Expected @param tag for 'paramName'. | 453 | |
Expected @throws tag for 'MissingParameterException'. | 454 | |
Line contains a tab character. | 460 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 462 | |
Line contains a tab character. | 463 | |
Method 'getDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 463 | |
Line contains a tab character. | 464 | |
Line contains a tab character. | 465 | |
Line contains a tab character. | 467 | |
Line contains a tab character. | 468 | |
Line contains a tab character. | 469 | |
Line contains a tab character. | 470 | |
Method 'setDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 470 | |
Line contains a tab character. | 471 | |
Parameter dictionaryServiceDelegate should be final. | 471 | |
'dictionaryServiceDelegate' hides a field. | 471 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 473 | |
Line contains a tab character. | 475 | |
Line contains a tab character. | 476 | |
Line contains a tab character. | 477 | |
Method 'getSearchManager' is not designed for extension - needs to be abstract, final or empty. | 477 | |
Line contains a tab character. | 478 | |
Line contains a tab character. | 479 | |
Line contains a tab character. | 481 | |
Line contains a tab character. | 482 | |
Line contains a tab character. | 483 | |
Line contains a tab character. | 484 | |
Method 'setSearchManager' is not designed for extension - needs to be abstract, final or empty. | 484 | |
Parameter searchManager should be final. | 484 | |
'searchManager' hides a field. | 484 | |
Line contains a tab character. | 485 | |
Line contains a tab character. | 486 | |
Line contains a tab character. | 488 | |
Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 488 | |
Line is longer than 80 characters. | 489 | |
Line contains a tab character. | 489 | |
Parameter objectTypeKey should be final. | 489 | |
Line is longer than 80 characters. | 490 | |
Line contains a tab character. | 490 | |
Line contains a tab character. | 491 | |
Line contains a tab character. | 492 | |
Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 492 | |
Line contains a tab character. | 493 | |
Line contains a tab character. | 494 | |
Line contains a tab character. | 495 | |
Method 'getValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 500 | |
Method 'setValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 507 | |
Parameter validatorFactory should be final. | 507 | |
'validatorFactory' hides a field. | 507 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Redundant 'public' modifier. | 35 | |
Missing a Javadoc comment. | 37 | |
Redundant 'public' modifier. | 37 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
Redundant 'public' modifier. | 39 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Redundant 'public' modifier. | 41 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Redundant 'public' modifier. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Redundant 'public' modifier. | 46 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 36 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 41 | |
Variable 'logger' must be private and have accessor methods. | 41 | |
Line has trailing spaces. | 42 | |
Method 'setEm' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Parameter em should be final. | 45 | |
Method 'addDocumentCategoryToDocument' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Line is longer than 80 characters. | 50 | |
Parameter documentId should be final. | 50 | |
Parameter documentCategoryKey should be final. | 50 | |
Line is longer than 80 characters. | 52 | |
Method 'getCategoriesByDocument' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Parameter documentId should be final. | 62 | |
Method 'getDocumentsByIdList' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Line is longer than 80 characters. | 76 | |
Parameter documentIdList should be final. | 76 | |
Method 'removeDocumentCategoryFromDocument' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Line is longer than 80 characters. | 87 | |
Parameter documentId should be final. | 87 | |
Parameter documentCategoryKey should be final. | 87 | |
Line has trailing spaces. | 91 | |
Line is longer than 80 characters. | 91 | |
Line is longer than 80 characters. | 92 | |
'if' is not followed by whitespace. | 93 | |
'<=' is not preceded with whitespace. | 93 | |
'<=' is not followed by whitespace. | 93 | |
'{' is not preceded with whitespace. | 93 | |
Line contains a tab character. | 108 | |
Method 'getRefDocRelationsByRef' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Parameter refObjectTypeKey should be final. | 110 | |
Parameter refObjectId should be final. | 110 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 119 | |
Method 'getRefDocRelationsByDoc' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Line contains a tab character. | 120 | |
Parameter documentId should be final. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 40 | |
'=' is not preceded with whitespace. | 48 | |
'=' is not followed by whitespace. | 48 | |
'=' is not preceded with whitespace. | 48 | |
'=' 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 is longer than 80 characters. | 49 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Line has trailing spaces. | 54 | |
Missing a Javadoc comment. | 55 | |
Line has trailing spaces. | 57 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 62 | |
'=' is not preceded with whitespace. | 63 | |
'10000000' is a magic number. | 63 | |
'=' is not followed by whitespace. | 63 | |
Line has trailing spaces. | 65 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 70 | |
Line has trailing spaces. | 73 | |
Missing a Javadoc comment. | 74 | |
Line has trailing spaces. | 76 | |
Missing a Javadoc comment. | 77 | |
'=' is not preceded with whitespace. | 77 | |
'=' is not followed by whitespace. | 77 | |
Line has trailing spaces. | 80 | |
Line has trailing spaces. | 81 | |
Missing a Javadoc comment. | 82 | |
Line has trailing spaces. | 84 | |
Line has trailing spaces. | 85 | |
Missing a Javadoc comment. | 86 | |
'=' is not preceded with whitespace. | 86 | |
'=' is not followed by whitespace. | 86 | |
'=' is not preceded with whitespace. | 87 | |
'=' is not followed by whitespace. | 87 | |
'=' is not preceded with whitespace. | 88 | |
'=' is not preceded with whitespace. | 89 | |
'=' is not followed by whitespace. | 89 | |
'=' is not preceded with whitespace. | 89 | |
'=' is not followed by whitespace. | 89 | |
'=' is not preceded with whitespace. | 90 | |
'=' is not preceded with whitespace. | 91 | |
'=' is not followed by whitespace. | 91 | |
'=' is not preceded with whitespace. | 91 | |
'=' is not followed by whitespace. | 91 | |
Line has trailing spaces. | 93 | |
Line has trailing spaces. | 94 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
'{' is not preceded with whitespace. | 95 | |
Line has trailing spaces. | 98 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter name should be final. | 99 | |
'name' hides a field. | 99 | |
'{' is not preceded with whitespace. | 99 | |
'=' is not preceded with whitespace. | 100 | |
'=' is not followed by whitespace. | 100 | |
Line has trailing spaces. | 102 | |
Method 'getFileName' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
'{' is not preceded with whitespace. | 103 | |
Line has trailing spaces. | 106 | |
Method 'setFileName' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Parameter fileName should be final. | 107 | |
'fileName' hides a field. | 107 | |
'{' is not preceded with whitespace. | 107 | |
'=' is not preceded with whitespace. | 108 | |
'=' is not followed by whitespace. | 108 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Unused @param tag for 'commentText'. | 119 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Parameter descr should be final. | 121 | |
'descr' hides a field. | 121 | |
Expected @param tag for 'descr'. | 121 | |
Line has trailing spaces. | 124 | |
Line has trailing spaces. | 125 | |
Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
'{' is not preceded with whitespace. | 126 | |
Line has trailing spaces. | 129 | |
Method 'setDocument' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter document should be final. | 130 | |
'document' hides a field. | 130 | |
'{' is not preceded with whitespace. | 130 | |
'=' is not preceded with whitespace. | 131 | |
'=' is not followed by whitespace. | 131 | |
Line contains a tab character. | 134 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Parameter effectiveDate should be final. | 144 | |
'effectiveDate' hides a field. | 144 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Parameter expirationDate should be final. | 158 | |
'expirationDate' hides a field. | 158 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Parameter attributes should be final. | 169 | |
'attributes' hides a field. | 169 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 183 | |
Parameter type should be final. | 183 | |
'type' hides a field. | 183 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 197 | |
Parameter state should be final. | 197 | |
'state' hides a field. | 197 | |
Line has trailing spaces. | 200 | |
Line has trailing spaces. | 201 | |
Method 'getCategoryList' is not designed for extension - needs to be abstract, final or empty. | 202 | |
Missing a Javadoc comment. | 202 | |
'{' is not preceded with whitespace. | 202 | |
Line has trailing spaces. | 205 | |
Method 'setCategoryList' is not designed for extension - needs to be abstract, final or empty. | 206 | |
Missing a Javadoc comment. | 206 | |
Parameter categoryList should be final. | 206 | |
'categoryList' hides a field. | 206 | |
'{' is not preceded with whitespace. | 206 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 35 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Parameter owner should be final. | 45 | |
'owner' hides a field. | 45 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
'(' is followed by whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
'}' is not preceded with whitespace. | 43 | |
Line has trailing spaces. | 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 | |
'=' is not preceded with whitespace. | 46 | |
'=' is not followed by whitespace. | 46 | |
'}' is not preceded with whitespace. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line has trailing spaces. | 51 | |
Missing a Javadoc comment. | 52 | |
Line has trailing spaces. | 55 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 60 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 67 | |
'=' is not preceded with whitespace. | 67 | |
'=' is not followed by whitespace. | 67 | |
',' is not followed by whitespace. | 67 | |
'=' is not preceded with whitespace. | 67 | |
'=' is not followed by whitespace. | 67 | |
Line has trailing spaces. | 69 | |
Method 'getName' 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 has trailing spaces. | 73 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter name should be final. | 74 | |
'name' hides a field. | 74 | |
'{' is not preceded with whitespace. | 74 | |
'=' is not preceded with whitespace. | 75 | |
'=' is not followed by whitespace. | 75 | |
Line has trailing spaces. | 77 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Unused @param tag for 'commentText'. | 86 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Parameter descr should be final. | 88 | |
'descr' hides a field. | 88 | |
Expected @param tag for 'descr'. | 88 | |
Line has trailing spaces. | 91 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Parameter effectiveDate should be final. | 102 | |
'effectiveDate' hides a field. | 102 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Parameter expirationDate should be final. | 116 | |
'expirationDate' hides a field. | 116 | |
Line has trailing spaces. | 119 | |
Line has trailing spaces. | 120 | |
Line has trailing spaces. | 121 | |
Line has trailing spaces. | 122 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Parameter attributes should be final. | 129 | |
'attributes' hides a field. | 129 | |
'=' is not preceded with whitespace. | 130 | |
'=' is not followed by whitespace. | 130 | |
Line has trailing spaces. | 132 | |
Line has trailing spaces. | 133 | |
Method 'getDocuments' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
'{' is not preceded with whitespace. | 134 | |
Line has trailing spaces. | 137 | |
Method 'setDocuements' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Parameter documents should be final. | 138 | |
'documents' hides a field. | 138 | |
'{' is not preceded with whitespace. | 138 | |
'=' is not preceded with whitespace. | 139 | |
'=' is not followed by whitespace. | 139 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 35 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Parameter owner should be final. | 45 | |
'owner' hides a field. | 45 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 23 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 31 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
'=' is not preceded with whitespace. | 34 | |
'=' is not followed by whitespace. | 34 | |
',' is not followed by whitespace. | 34 | |
'=' is not preceded with whitespace. | 34 | |
'=' is not followed by whitespace. | 34 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 38 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Parameter attributes should be final. | 45 | |
'attributes' hides a field. | 45 | |
'=' is not preceded with whitespace. | 46 | |
'=' is not followed by whitespace. | 46 | |
Line has trailing spaces. | 48 | |
Method 'getDocument' 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 has trailing spaces. | 52 | |
Method 'setDocument' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter documents should be final. | 53 | |
'documents' hides a field. | 53 | |
'{' is not preceded with whitespace. | 53 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
Line has trailing spaces. | 56 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 35 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Parameter owner should be final. | 45 | |
'owner' hides a field. | 45 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 21 | |
'=' is not preceded with whitespace. | 22 | |
'=' is not followed by whitespace. | 22 | |
'(' is followed by whitespace. | 23 | |
Line has trailing spaces. | 24 | |
Line is longer than 80 characters. | 25 | |
Line contains a tab character. | 25 | |
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 27 | |
Line is longer than 80 characters. | 29 | |
'{' is not preceded with whitespace. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 53 | |
Line has trailing spaces. | 56 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 64 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 67 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Line contains a tab character. | 68 | |
Parameter attributes should be final. | 68 | |
'attributes' hides a field. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 72 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 77 | |
Method 'getRefObjectId' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 81 | |
Method 'setRefObjectId' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Parameter refObjectId should be final. | 81 | |
'refObjectId' hides a field. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Method 'getDocument' 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. | 89 | |
Method 'setDocument' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter document should be final. | 89 | |
'document' hides a field. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 97 | |
Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter title should be final. | 97 | |
'title' hides a field. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter descr should be final. | 105 | |
'descr' hides a field. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 109 | |
Method 'getEffectiveDate' 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. | 113 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Parameter effectiveDate should be final. | 113 | |
'effectiveDate' hides a field. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 117 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 121 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Parameter expirationDate should be final. | 121 | |
'expirationDate' hides a field. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 125 | |
Method 'getRefDocRelationType' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line is longer than 80 characters. | 129 | |
Line contains a tab character. | 129 | |
Method 'setRefDocRelationType' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Parameter refDocRelationType should be final. | 129 | |
'refDocRelationType' hides a field. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Method 'getState' 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 'setState' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Parameter state should be final. | 137 | |
'state' hides a field. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 141 | |
Method 'setRefObjectType' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Parameter refObjectType should be final. | 141 | |
'refObjectType' hides a field. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 145 | |
Method 'getRefObjectType' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
'{' is not preceded with whitespace. | 11 | |
Missing a Javadoc comment. | 13 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Parameter owner should be final. | 23 | |
'owner' hides a field. | 23 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 14 | |
'=' is not preceded with whitespace. | 15 | |
'=' is not followed by whitespace. | 15 | |
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 19 | |
Line contains a tab character. | 20 | |
'=' is not preceded with whitespace. | 20 | |
'=' is not followed by whitespace. | 20 | |
Line contains a tab character. | 21 | |
'=' is not preceded with whitespace. | 21 | |
Line is longer than 80 characters. | 22 | |
Line contains a tab character. | 22 | |
'=' is not preceded with whitespace. | 22 | |
'=' is not followed by whitespace. | 22 | |
'=' is not preceded with whitespace. | 22 | |
'=' is not followed by whitespace. | 22 | |
Line contains a tab character. | 23 | |
'=' is not preceded with whitespace. | 23 | |
Line is longer than 80 characters. | 24 | |
Line contains a tab character. | 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 has trailing spaces. | 26 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 29 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Line contains a tab character. | 35 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Parameter attributes should be final. | 36 | |
'attributes' hides a field. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Method 'setRefObjectSubTypes' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter refObjectSubTypes should be final. | 40 | |
'refObjectSubTypes' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'getRefObjectSubTypes' 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 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
'=' is not preceded with whitespace. | 10 | |
'=' is not followed by whitespace. | 10 | |
'{' is not preceded with whitespace. | 11 | |
Missing a Javadoc comment. | 13 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Parameter owner should be final. | 23 | |
'owner' hides a field. | 23 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 14 | |
'=' is not preceded with whitespace. | 15 | |
'=' is not followed by whitespace. | 15 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
'=' is not preceded with whitespace. | 18 | |
'=' is not followed by whitespace. | 18 | |
Line contains a tab character. | 19 | |
Line has trailing spaces. | 20 | |
Line contains a tab character. | 20 | |
Missing a Javadoc comment. | 21 | |
Line has trailing spaces. | 23 | |
Missing a Javadoc comment. | 24 | |
'=' is not preceded with whitespace. | 25 | |
'=' is not followed by whitespace. | 25 | |
Line has trailing spaces. | 27 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Line contains a tab character. | 33 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Line contains a tab character. | 34 | |
Parameter attributes should be final. | 34 | |
'attributes' hides a field. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Method 'setRefDocRelationTypes' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter refDocRelationTypes should be final. | 38 | |
'refDocRelationTypes' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Method 'getRefDocRelationTypes' 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 'setRefObjectType' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter refObjectType should be final. | 46 | |
'refObjectType' hides a field. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Method 'getRefObjectType' 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 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
'=' is not preceded with whitespace. | 10 | |
'=' is not followed by whitespace. | 10 | |
'{' is not preceded with whitespace. | 11 | |
Missing a Javadoc comment. | 13 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Parameter owner should be final. | 23 | |
'owner' hides a field. | 23 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 11 | |
'=' is not preceded with whitespace. | 12 | |
'=' is not followed by whitespace. | 12 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
'=' is not preceded with whitespace. | 15 | |
'=' is not followed by whitespace. | 15 | |
Line contains a tab character. | 16 | |
Line has trailing spaces. | 17 | |
Line contains a tab character. | 17 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 20 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 21 | |
Line contains a tab character. | 26 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Line contains a tab character. | 27 | |
Parameter attributes should be final. | 27 | |
'attributes' hides a field. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line is longer than 80 characters. | 31 | |
Line contains a tab character. | 31 | |
Method 'setRefObjectSubTypes' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter refObjectSubTypes should be final. | 31 | |
'refObjectSubTypes' hides a field. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 35 | |
Method 'getRefObjectSubTypes' 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 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 9 | |
'=' is not preceded with whitespace. | 10 | |
'=' is not followed by whitespace. | 10 | |
'{' is not preceded with whitespace. | 11 | |
Missing a Javadoc comment. | 13 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 17 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Parameter owner should be final. | 23 | |
'owner' hides a field. | 23 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 49 | |
Parameter entity should be final. | 49 | |
Line is longer than 80 characters. | 53 | |
'{' is followed by whitespace. | 53 | |
',' is not followed by whitespace. | 53 | |
Line has trailing spaces. | 62 | |
Missing a Javadoc comment. | 63 | |
Parameter entities should be final. | 63 | |
'if' is not followed by whitespace. | 65 | |
'!=' is not preceded with whitespace. | 65 | |
'!=' is not followed by whitespace. | 65 | |
'{' is not preceded with whitespace. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line is longer than 80 characters. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter entity should be final. | 73 | |
Parameter dto should be final. | 73 | |
Parameter dao should be final. | 73 | |
Line is longer than 80 characters. | 75 | |
'{' is followed by whitespace. | 75 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter entity should be final. | 82 | |
'{' is followed by whitespace. | 86 | |
Line is longer than 80 characters. | 92 | |
Missing a Javadoc comment. | 92 | |
Parameter entities should be final. | 92 | |
'if' is not followed by whitespace. | 94 | |
'!=' is not preceded with whitespace. | 94 | |
'!=' is not followed by whitespace. | 94 | |
'{' is not preceded with whitespace. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter entity should be final. | 102 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line has trailing spaces. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 121 | |
Missing a Javadoc comment. | 121 | |
Line contains a tab character. | 122 | |
Parameter entities should be final. | 122 | |
Line is longer than 80 characters. | 123 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
'if' is not followed by whitespace. | 124 | |
'!=' is not preceded with whitespace. | 124 | |
'!=' is not followed by whitespace. | 124 | |
'{' is not preceded with whitespace. | 124 | |
Line contains a tab character. | 125 | |
'for' is not followed by whitespace. | 125 | |
':' is not preceded with whitespace. | 125 | |
':' is not followed by whitespace. | 125 | |
'{' is not preceded with whitespace. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 132 | |
Missing a Javadoc comment. | 132 | |
Parameter entity should be final. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Parameter dto should be final. | 133 | |
Parameter dao should be final. | 133 | |
Line has trailing spaces. | 134 | |
Line contains a tab character. | 135 | |
Line has trailing spaces. | 136 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 139 | |
'try' is not followed by whitespace. | 141 | |
'{' is not preceded with whitespace. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
'catch' is not preceded with whitespace. | 143 | |
'}' is not followed by whitespace. | 143 | |
'catch' is not followed by whitespace. | 143 | |
'{' is not preceded with whitespace. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
Line has trailing spaces. | 145 | |
Line has trailing spaces. | 146 | |
'if' is not followed by whitespace. | 148 | |
'==' is not preceded with whitespace. | 148 | |
'==' is not followed by whitespace. | 148 | |
'{' is not preceded with whitespace. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Line has trailing spaces. | 151 | |
Line is longer than 80 characters. | 152 | |
'for' is not followed by whitespace. | 153 | |
':' is not preceded with whitespace. | 153 | |
':' is not followed by whitespace. | 153 | |
'{' is not preceded with whitespace. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
'if' is not followed by whitespace. | 154 | |
'{' is not preceded with whitespace. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
'if' is not followed by whitespace. | 159 | |
'{' is not preceded with whitespace. | 159 | |
Line is longer than 80 characters. | 160 | |
Line contains a tab character. | 160 | |
'+' is not preceded with whitespace. | 160 | |
'+' should be on a new line. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
Line has trailing spaces. | 163 | |
'try' is not followed by whitespace. | 165 | |
'{' is not preceded with whitespace. | 165 | |
Line contains a tab character. | 166 | |
'catch' is not preceded with whitespace. | 167 | |
'}' is not followed by whitespace. | 167 | |
'catch' is not followed by whitespace. | 167 | |
'{' is not preceded with whitespace. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
Line has trailing spaces. | 169 | |
Line has trailing spaces. | 170 | |
Line is longer than 80 characters. | 172 | |
Line has trailing spaces. | 183 | |
Line contains a tab character. | 185 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
'=' is not preceded with whitespace. | 61 | |
'=' is not followed by whitespace. | 61 | |
',' is not followed by whitespace. | 61 | |
'=' is not preceded with whitespace. | 61 | |
'=' is not followed by whitespace. | 61 | |
'}' is not preceded with whitespace. | 61 | |
',' is not followed by whitespace. | 61 | |
'=' is not preceded with whitespace. | 61 | |
'=' is not followed by whitespace. | 61 | |
'}' is not preceded with whitespace. | 61 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 66 | |
Line has trailing spaces. | 67 | |
Method 'getDocumentDao' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
'{' is not preceded with whitespace. | 68 | |
Line has trailing spaces. | 71 | |
Method 'setDocumentDao' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter dao should be final. | 72 | |
'dao' hides a field. | 72 | |
'{' is not preceded with whitespace. | 72 | |
'=' is not preceded with whitespace. | 73 | |
'=' is not followed by whitespace. | 73 | |
Line has trailing spaces. | 75 | |
Line has trailing spaces. | 76 | |
Method 'addDocumentCategoryToDocument' is not designed for extension - needs to be abstract, final or empty. | 77 | |
'=' is not preceded with whitespace. | 78 | |
'=' is not followed by whitespace. | 78 | |
Line is longer than 80 characters. | 79 | |
Line contains a tab character. | 79 | |
Parameter documentId should be final. | 79 | |
Parameter documentCategoryKey should be final. | 79 | |
Line is longer than 80 characters. | 83 | |
Line has trailing spaces. | 84 | |
Method 'createDocument' is not designed for extension - needs to be abstract, final or empty. | 88 | |
'=' is not preceded with whitespace. | 89 | |
'=' is not followed by whitespace. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Parameter documentTypeKey should be final. | 90 | |
Parameter documentCategoryKey should be final. | 90 | |
Parameter documentInfo should be final. | 90 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 106 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
Line has trailing spaces. | 115 | |
Line contains a tab character. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Method 'deleteDocument' is not designed for extension - needs to be abstract, final or empty. | 123 | |
'=' is not preceded with whitespace. | 124 | |
'=' is not followed by whitespace. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Parameter documentId should be final. | 125 | |
Method 'getCategoriesByDocument' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Line is longer than 80 characters. | 131 | |
Parameter documentId should be final. | 131 | |
Line is longer than 80 characters. | 133 | |
Method 'getDocument' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Line is longer than 80 characters. | 137 | |
Parameter documentId should be final. | 137 | |
Line is longer than 80 characters. | 139 | |
Method 'getDocumentCategories' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Line is longer than 80 characters. | 142 | |
Line has trailing spaces. | 146 | |
Method 'getDocumentCategory' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Line is longer than 80 characters. | 148 | |
Parameter documentCategoryKey should be final. | 148 | |
Line is longer than 80 characters. | 150 | |
Line has trailing spaces. | 152 | |
Method 'getDocumentType' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Line is longer than 80 characters. | 154 | |
Parameter documentTypeKey should be final. | 154 | |
Line is longer than 80 characters. | 156 | |
',' is not followed by whitespace. | 156 | |
Line has trailing spaces. | 158 | |
Method 'getDocumentTypes' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 161 | |
',' is not followed by whitespace. | 161 | |
Line has trailing spaces. | 163 | |
Method 'getRefObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Line is longer than 80 characters. | 166 | |
Line has trailing spaces. | 168 | |
Method 'getRefObjectSubTypes' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Line is longer than 80 characters. | 170 | |
Parameter refObjectTypeKey should be final. | 170 | |
Line contains a tab character. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line is longer than 80 characters. | 178 | |
Line has trailing spaces. | 180 | |
Method 'getRefDocRelationTypes' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Line is longer than 80 characters. | 182 | |
Line is longer than 80 characters. | 183 | |
Line has trailing spaces. | 185 | |
Method 'getRefDocRelationTypesForRefObjectSubType' is not designed for extension - needs to be abstract, final or empty. | 186 | |
Line is longer than 80 characters. | 187 | |
Line contains a tab character. | 187 | |
Parameter refSubTypeKey should be final. | 187 | |
Line has trailing spaces. | 189 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 191 | |
Method 'getDocumentsByIdList' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Line is longer than 80 characters. | 194 | |
Parameter documentIdList should be final. | 194 | |
Method 'getRefDocRelation' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Line is longer than 80 characters. | 201 | |
Parameter refDocRelationId should be final. | 201 | |
Line is longer than 80 characters. | 203 | |
Method 'getRefDocRelationsByRef' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
Parameter refObjectTypeKey should be final. | 206 | |
Parameter refObjectId should be final. | 206 | |
Line has trailing spaces. | 209 | |
Line is longer than 80 characters. | 209 | |
Method 'getRefDocRelationsByDoc' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Line is longer than 80 characters. | 212 | |
Parameter documentId should be final. | 212 | |
Line has trailing spaces. | 214 | |
Line is longer than 80 characters. | 214 | |
Line has trailing spaces. | 216 | |
Method 'removeDocumentCategoryFromDocument' is not designed for extension - needs to be abstract, final or empty. | 217 | |
'=' is not preceded with whitespace. | 218 | |
'=' is not followed by whitespace. | 218 | |
Line is longer than 80 characters. | 219 | |
Line contains a tab character. | 219 | |
Parameter documentId should be final. | 219 | |
Parameter documentCategoryKey should be final. | 219 | |
Line is longer than 80 characters. | 223 | |
First sentence should end with a period. | 227 | |
Expected an @return tag. | 230 | |
Method 'updateDocument' is not designed for extension - needs to be abstract, final or empty. | 230 | |
'=' is not preceded with whitespace. | 231 | |
'=' is not followed by whitespace. | 231 | |
Line is longer than 80 characters. | 232 | |
Line contains a tab character. | 232 | |
Parameter documentId should be final. | 232 | |
Expected @param tag for 'documentId'. | 232 | |
Parameter documentInfo should be final. | 232 | |
Expected @param tag for 'documentInfo'. | 232 | |
Expected @throws tag for 'DataValidationErrorException'. | 232 | |
Expected @throws tag for 'DoesNotExistException'. | 232 | |
Expected @throws tag for 'InvalidParameterException'. | 232 | |
Expected @throws tag for 'MissingParameterException'. | 232 | |
Expected @throws tag for 'OperationFailedException'. | 232 | |
Expected @throws tag for 'PermissionDeniedException'. | 232 | |
Expected @throws tag for 'VersionMismatchException'. | 232 | |
Line has trailing spaces. | 235 | |
Line is longer than 80 characters. | 236 | |
Line is longer than 80 characters. | 238 | |
Line has trailing spaces. | 240 | |
Line has trailing spaces. | 242 | |
Line is longer than 80 characters. | 243 | |
'{' is not preceded with whitespace. | 243 | |
Line is longer than 80 characters. | 244 | |
Line has trailing spaces. | 246 | |
Line is longer than 80 characters. | 247 | |
Line has trailing spaces. | 248 | |
Line has trailing spaces. | 251 | |
Method 'validateDocument' is not designed for extension - needs to be abstract, final or empty. | 253 | |
Line is longer than 80 characters. | 254 | |
Parameter validationType should be final. | 254 | |
Parameter documentInfo should be final. | 254 | |
Line has trailing spaces. | 257 | |
Line is longer than 80 characters. | 258 | |
Line is longer than 80 characters. | 260 | |
Line has trailing spaces. | 261 | |
Method 'validateRefDocRelation' is not designed for extension - needs to be abstract, final or empty. | 265 | |
Line is longer than 80 characters. | 266 | |
Parameter validationType should be final. | 266 | |
Parameter refDocRelationInfo should be final. | 266 | |
Line is longer than 80 characters. | 270 | |
Line is longer than 80 characters. | 272 | |
Line has trailing spaces. | 273 | |
Method 'createRefDocRelation' is not designed for extension - needs to be abstract, final or empty. | 276 | |
'=' is not preceded with whitespace. | 277 | |
'=' is not followed by whitespace. | 277 | |
Line is longer than 80 characters. | 278 | |
Line contains a tab character. | 278 | |
Parameter refObjectTypeKey should be final. | 278 | |
Parameter refObjectId should be final. | 278 | |
Parameter documentId should be final. | 278 | |
Parameter refDocRelationTypeKey should be final. | 278 | |
Parameter refDocRelationInfo should be final. | 278 | |
Line is longer than 80 characters. | 281 | |
Line has trailing spaces. | 283 | |
Line is longer than 80 characters. | 286 | |
Line is longer than 80 characters. | 288 | |
Line is longer than 80 characters. | 291 | |
Line has trailing spaces. | 293 | |
Empty statement. | 296 | |
Line has trailing spaces. | 297 | |
Line is longer than 80 characters. | 298 | |
Line is longer than 80 characters. | 300 | |
Method 'updateRefDocRelation' is not designed for extension - needs to be abstract, final or empty. | 303 | |
'=' is not preceded with whitespace. | 304 | |
'=' is not followed by whitespace. | 304 | |
Line is longer than 80 characters. | 305 | |
Line contains a tab character. | 305 | |
Parameter refDocRelationId should be final. | 305 | |
Parameter refDocRelationInfo should be final. | 305 | |
Line has trailing spaces. | 308 | |
Line is longer than 80 characters. | 309 | |
Line is longer than 80 characters. | 311 | |
Line has trailing spaces. | 313 | |
Line has trailing spaces. | 315 | |
Line is longer than 80 characters. | 316 | |
Line has trailing spaces. | 317 | |
Line is longer than 80 characters. | 318 | |
'{' is not preceded with whitespace. | 318 | |
Line is longer than 80 characters. | 319 | |
Line has trailing spaces. | 321 | |
Line is longer than 80 characters. | 322 | |
Line has trailing spaces. | 323 | |
Line is longer than 80 characters. | 324 | |
Method 'deleteRefDocRelation' is not designed for extension - needs to be abstract, final or empty. | 327 | |
'=' is not preceded with whitespace. | 328 | |
'=' is not followed by whitespace. | 328 | |
Line is longer than 80 characters. | 329 | |
Line contains a tab character. | 329 | |
Parameter refDocRelationId should be final. | 329 | |
Line has trailing spaces. | 335 | |
First sentence should end with a period. | 336 | |
Unused @param tag for 'parameter'. | 340 | |
Parameter param should be final. | 343 | |
Expected @param tag for 'param'. | 343 | |
Parameter paramName should be final. | 343 | |
Expected @param tag for 'paramName'. | 343 | |
Expected @throws tag for 'MissingParameterException'. | 344 | |
Parameter param should be final. | 355 | |
Expected @param tag for 'param'. | 355 | |
Parameter paramName should be final. | 355 | |
Expected @param tag for 'paramName'. | 355 | |
Expected @throws tag for 'MissingParameterException'. | 356 | |
Line is longer than 80 characters. | 357 | |
'cast' is not followed by whitespace. | 357 | |
Line is longer than 80 characters. | 358 | |
Line has trailing spaces. | 361 | |
Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 362 | |
Parameter objectTypeKey should be final. | 363 | |
Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 367 | |
Line has trailing spaces. | 371 | |
Method 'getDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 372 | |
Missing a Javadoc comment. | 372 | |
Line is longer than 80 characters. | 376 | |
Method 'setDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 376 | |
Missing a Javadoc comment. | 376 | |
Parameter dictionaryServiceDelegate should be final. | 376 | |
'dictionaryServiceDelegate' hides a field. | 376 | |
Line contains a tab character. | 380 | |
Method 'getDao' is not designed for extension - needs to be abstract, final or empty. | 380 | |
Missing a Javadoc comment. | 380 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 382 | |
Line contains a tab character. | 384 | |
Method 'setDao' is not designed for extension - needs to be abstract, final or empty. | 384 | |
Missing a Javadoc comment. | 384 | |
Parameter dao should be final. | 384 | |
'dao' hides a field. | 384 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 386 | |
Line contains a tab character. | 388 | |
Method 'getSearchManager' is not designed for extension - needs to be abstract, final or empty. | 388 | |
Missing a Javadoc comment. | 388 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 392 | |
Method 'setSearchManager' is not designed for extension - needs to be abstract, final or empty. | 392 | |
Missing a Javadoc comment. | 392 | |
Parameter searchManager should be final. | 392 | |
'searchManager' hides a field. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Method 'getValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 396 | |
Missing a Javadoc comment. | 396 | |
Method 'setValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 400 | |
Missing a Javadoc comment. | 400 | |
Parameter validatorFactory should be final. | 400 | |
'validatorFactory' hides a field. | 400 | |
Line has trailing spaces. | 402 | |
Line contains a tab character. | 402 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 26 | |
'{' is not preceded with whitespace. | 26 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 | |
Line has trailing spaces. | 29 | |
Missing a Javadoc comment. | 30 | |
Redundant 'public' modifier. | 30 | |
Missing a Javadoc comment. | 32 | |
Redundant 'public' modifier. | 32 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Redundant 'public' modifier. | 34 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
Redundant 'public' modifier. | 36 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Redundant 'public' modifier. | 38 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 40 | |
Redundant 'public' modifier. | 40 | |
Line has trailing spaces. | 41 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Redundant 'public' modifier. | 42 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
Redundant 'public' modifier. | 44 | |
Missing a Javadoc comment. | 46 | |
Redundant 'public' modifier. | 46 | |
Line has trailing spaces. | 48 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 35 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
'static' modifier out of order with the JLS suggestions. | 37 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
Line contains a tab character. | 39 | |
Method 'setEm' 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 | |
Parameter em should be final. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Method 'findEnumerations' 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 | |
'try' is not followed by whitespace. | 47 | |
'{' is not preceded with whitespace. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
'}' should be on the same line. | 52 | |
'catch' is not followed by whitespace. | 53 | |
'{' is not preceded with whitespace. | 53 | |
Line contains a tab character. | 54 | |
Line is longer than 80 characters. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Method 'addEnumeration' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter entity should be final. | 60 | |
'{' is not preceded with whitespace. | 60 | |
Line contains a tab character. | 61 | |
'try' is not followed by whitespace. | 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 | |
'}' should be on the same line. | 64 | |
Line contains a tab character. | 65 | |
'catch' is not followed by whitespace. | 65 | |
'{' is not preceded with whitespace. | 65 | |
Line is longer than 80 characters. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Method 'removeEnumeration' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter enumerationKey should be final. | 71 | |
'{' is not preceded with whitespace. | 71 | |
'try' is not followed by whitespace. | 73 | |
'{' is not preceded with whitespace. | 73 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
'if' is not followed by whitespace. | 75 | |
'{' is not preceded with whitespace. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
'}' should be on the same line. | 79 | |
Line contains a tab character. | 80 | |
'catch' is not followed by whitespace. | 80 | |
'{' is not preceded with whitespace. | 80 | |
Line contains a tab character. | 81 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line is longer than 80 characters. | 88 | |
Method 'addEnumeratedValue' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter enumerationKey should be final. | 88 | |
Parameter value should be final. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
'try' is not followed by whitespace. | 89 | |
'{' is not preceded with whitespace. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
'}' should be on the same line. | 91 | |
'catch' is not followed by whitespace. | 92 | |
'{' is not preceded with whitespace. | 92 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 101 | |
Method 'updateEnumeratedValue' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter enumeration should be final. | 101 | |
Parameter code should be final. | 101 | |
Parameter enumeratedValue should be final. | 101 | |
Line contains a tab character. | 104 | |
'try' is not followed by whitespace. | 104 | |
'{' is not preceded with whitespace. | 104 | |
Line has trailing spaces. | 105 | |
Line contains a tab character. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
'for' is not followed by whitespace. | 107 | |
':' is not preceded with whitespace. | 107 | |
'{' is not preceded with whitespace. | 107 | |
Line contains a tab character. | 108 | |
'if' is not followed by whitespace. | 108 | |
'{' is not preceded with whitespace. | 108 | |
Line contains a tab character. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 111 | |
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 is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
'}' should be on the same line. | 122 | |
'catch' is not followed by whitespace. | 123 | |
'{' is not preceded with whitespace. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Method 'removeEnumeratedValue' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter enumerationKey should be final. | 130 | |
Parameter code should be final. | 130 | |
'try' is not followed by whitespace. | 132 | |
'{' is not preceded with whitespace. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
'for' is not followed by whitespace. | 134 | |
':' is not preceded with whitespace. | 134 | |
'{' is not preceded with whitespace. | 134 | |
Line contains a tab character. | 135 | |
'if' is not followed by whitespace. | 135 | |
'{' is not preceded with whitespace. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
'}' should be on the same line. | 141 | |
Line contains a tab character. | 142 | |
'catch' is not followed by whitespace. | 142 | |
'{' is not preceded with whitespace. | 142 | |
Line contains a tab character. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Method 'fetchEnumeratedValues' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Parameter enumerationKey should be final. | 150 | |
Line contains a tab character. | 152 | |
';' is preceded with whitespace. | 152 | |
Line contains a tab character. | 153 | |
'try' is not followed by whitespace. | 153 | |
'{' is not preceded with whitespace. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
'+' should be on a new line. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 159 | |
'cast' is not followed by whitespace. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
'}' should be on the same line. | 161 | |
Line contains a tab character. | 162 | |
'catch' is not followed by whitespace. | 162 | |
'{' is not preceded with whitespace. | 162 | |
Line contains a tab character. | 163 | |
Line is longer than 80 characters. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 169 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
Method 'fetchEnumeratedValuesWithDate' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
Parameter enumerationKey should be final. | 170 | |
Parameter contextDate should be final. | 170 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
'try' is not followed by whitespace. | 173 | |
'{' is not preceded with whitespace. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
'+' should be on a new line. | 175 | |
Line contains a tab character. | 176 | |
'+' should be on a new line. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
'+' should be on a new line. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
'cast' is not followed by whitespace. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
'}' should be on the same line. | 184 | |
Line contains a tab character. | 185 | |
'catch' is not followed by whitespace. | 185 | |
'{' is not preceded with whitespace. | 185 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 186 | |
Line is longer than 80 characters. | 187 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line is longer than 80 characters. | 191 | |
Line contains a tab character. | 191 | |
Method 'fetchEnumeratedValuesWithContext' is not designed for extension - needs to be abstract, final or empty. | 191 | |
Missing a Javadoc comment. | 191 | |
Parameter enumerationKey should be final. | 191 | |
Parameter enumContextKey should be final. | 191 | |
Parameter contextValue should be final. | 191 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
'try' is not followed by whitespace. | 194 | |
'{' is not preceded with whitespace. | 194 | |
Line contains a tab character. | 195 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 196 | |
'+' should be on a new line. | 196 | |
Line contains a tab character. | 197 | |
'+' should be on a new line. | 197 | |
Line contains a tab character. | 198 | |
'+' should be on a new line. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 204 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
'cast' is not followed by whitespace. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
'}' should be on the same line. | 207 | |
Line contains a tab character. | 208 | |
'catch' is not followed by whitespace. | 208 | |
'{' is not preceded with whitespace. | 208 | |
Line is longer than 80 characters. | 209 | |
Line contains a tab character. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line is longer than 80 characters. | 215 | |
Line contains a tab character. | 215 | |
Method 'fetchEnumeratedValuesWithContextAndDate' is not designed for extension - needs to be abstract, final or empty. | 215 | |
Missing a Javadoc comment. | 215 | |
Parameter enumerationKey should be final. | 215 | |
Parameter enumContextKey should be final. | 215 | |
Parameter contextValue should be final. | 215 | |
Line contains a tab character. | 216 | |
Parameter contextDate should be final. | 216 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 220 | |
'try' is not followed by whitespace. | 220 | |
'{' is not preceded with whitespace. | 220 | |
Line contains a tab character. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
'+' should be on a new line. | 223 | |
Line is longer than 80 characters. | 224 | |
Line contains a tab character. | 224 | |
'+' should be on a new line. | 224 | |
Line contains a tab character. | 225 | |
'+' should be on a new line. | 225 | |
Line contains a tab character. | 226 | |
'+' should be on a new line. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line is longer than 80 characters. | 233 | |
Line contains a tab character. | 233 | |
'cast' is not followed by whitespace. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
'}' should be on the same line. | 235 | |
Line contains a tab character. | 236 | |
'catch' is not followed by whitespace. | 236 | |
'{' is not preceded with whitespace. | 236 | |
Line is longer than 80 characters. | 237 | |
Line contains a tab character. | 237 | |
Line is longer than 80 characters. | 238 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 242 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 31 | |
'=' is not preceded with whitespace. | 31 | |
'=' is not followed by whitespace. | 31 | |
'=' is not preceded with whitespace. | 31 | |
'=' is not followed by whitespace. | 31 | |
'=' is not preceded with whitespace. | 31 | |
'=' is not followed by whitespace. | 31 | |
'}' is not preceded with whitespace. | 31 | |
'}' is not preceded with whitespace. | 31 | |
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 34 | |
'=' is not preceded with whitespace. | 34 | |
'=' is not followed by whitespace. | 34 | |
Variable 'contextKey' must be private and have accessor methods. | 35 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 37 | |
'=' is not preceded with whitespace. | 37 | |
'=' is not followed by whitespace. | 37 | |
Variable 'contextValue' must be private and have accessor methods. | 38 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 40 | |
',' is not followed by whitespace. | 40 | |
Variable 'enumeratedValueList' must be private and have accessor methods. | 41 | |
Line has trailing spaces. | 42 | |
Method 'getContextKey' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setContextKey' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter type should be final. | 47 | |
Method 'getContextValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setContextValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter value should be final. | 55 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 59 | |
Method 'getEnumeratedValueList' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Method 'setEnumeratedValueList' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Parameter enumeratedValueList should be final. | 63 | |
'enumeratedValueList' hides a field. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line has trailing spaces. | 66 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
'=' is not preceded with whitespace. | 37 | |
'=' is not followed by whitespace. | 37 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 40 | |
Variable 'code' must be private and have accessor methods. | 41 | |
Line has trailing spaces. | 42 | |
Missing a Javadoc comment. | 43 | |
'=' is not preceded with whitespace. | 43 | |
'=' is not followed by whitespace. | 43 | |
Variable 'value' must be private and have accessor methods. | 44 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
'(' is followed by whitespace. | 46 | |
'}' is not preceded with whitespace. | 46 | |
'=' is not preceded with whitespace. | 46 | |
'=' is not followed by whitespace. | 46 | |
')' is preceded with whitespace. | 46 | |
'=' is not preceded with whitespace. | 47 | |
'=' is not followed by whitespace. | 47 | |
Variable 'enumeration' must be private and have accessor methods. | 48 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 50 | |
'=' is not preceded with whitespace. | 50 | |
'=' is not followed by whitespace. | 50 | |
Variable 'abbrevValue' must be private and have accessor methods. | 51 | |
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 53 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
Variable 'effectiveDate' must be private and have accessor methods. | 55 | |
Line has trailing spaces. | 56 | |
Missing a Javadoc comment. | 57 | |
'=' is not preceded with whitespace. | 58 | |
'=' is not followed by whitespace. | 58 | |
Variable 'expirationDate' 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 'sortKey' must be private and have accessor methods. | 62 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 64 | |
',' is not followed by whitespace. | 64 | |
'=' is not preceded with whitespace. | 65 | |
'=' is not followed by whitespace. | 65 | |
'=' is not preceded with whitespace. | 66 | |
'=' is not preceded with whitespace. | 67 | |
'=' is not followed by whitespace. | 67 | |
'=' is not preceded with whitespace. | 67 | |
'=' is not followed by whitespace. | 67 | |
'=' is not preceded with whitespace. | 68 | |
'=' is not preceded with whitespace. | 69 | |
'=' is not followed by whitespace. | 69 | |
'=' is not preceded with whitespace. | 69 | |
'=' is not followed by whitespace. | 69 | |
Variable 'contextEntityList' must be private and have accessor methods. | 71 | |
Method 'getEnumeration' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Method 'setEnumeration' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter enumeration should be final. | 77 | |
'enumeration' hides a field. | 77 | |
Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter code should be final. | 85 | |
'code' hides a field. | 85 | |
Method 'getAbbrevValue' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Method 'setAbbrevValue' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter abbrevValue should be final. | 93 | |
'abbrevValue' hides a field. | 93 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter value should be final. | 101 | |
'value' hides a field. | 101 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
Parameter effectiveDate should be final. | 109 | |
'effectiveDate' hides a field. | 109 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Parameter expirationDate should be final. | 117 | |
'expirationDate' hides a field. | 117 | |
Method 'getSortKey' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Method 'setSortKey' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Parameter sortKey should be final. | 125 | |
'sortKey' hides a field. | 125 | |
Line has trailing spaces. | 128 | |
Method 'getContextEntityList' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Line has trailing spaces. | 132 | |
Method 'setContextEntityList' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Parameter contextEntityList should be final. | 133 | |
'contextEntityList' hides a field. | 133 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
'=' is not preceded with whitespace. | 28 | |
'=' is not followed by whitespace. | 28 | |
'=' is not preceded with whitespace. | 30 | |
'=' is not followed by whitespace. | 30 | |
'=' is not preceded with whitespace. | 30 | |
'=' is not followed by whitespace. | 30 | |
'=' is not preceded with whitespace. | 30 | |
'=' is not followed by whitespace. | 30 | |
'=' is not preceded with whitespace. | 31 | |
'=' is not followed by whitespace. | 31 | |
'=' is not preceded with whitespace. | 31 | |
'=' is not followed by whitespace. | 31 | |
'=' is not preceded with whitespace. | 31 | |
'=' is not followed by whitespace. | 31 | |
'}' is not preceded with whitespace. | 31 | |
'{' is not preceded with whitespace. | 33 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 46 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 53 | |
'=' is not preceded with whitespace. | 53 | |
'=' is not followed by whitespace. | 53 | |
',' is not followed by whitespace. | 53 | |
'=' is not preceded with whitespace. | 53 | |
'=' is not followed by whitespace. | 53 | |
'}' is not preceded with whitespace. | 53 | |
',' is not followed by whitespace. | 53 | |
'=' is not preceded with whitespace. | 53 | |
'=' is not followed by whitespace. | 53 | |
'}' is not preceded with whitespace. | 53 | |
Line is longer than 80 characters. | 54 | |
Line is longer than 80 characters. | 55 | |
'{' is not preceded with whitespace. | 55 | |
Line has trailing spaces. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 57 | |
'static' modifier out of order with the JLS suggestions. | 57 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 | |
Line has trailing spaces. | 58 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Missing a Javadoc comment. | 63 | |
'{' is not followed by whitespace. | 63 | |
'}' is not preceded with whitespace. | 63 | |
Line has trailing spaces. | 64 | |
Line is longer than 80 characters. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter value should be final. | 65 | |
'{' is not preceded with whitespace. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 69 | |
Method 'getEnumeration' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Line contains a tab character. | 70 | |
Parameter enumerationKey should be final. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line has trailing spaces. | 73 | |
'if' construct must use '{}'s. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
'if' is not followed by whitespace. | 78 | |
'{' is not preceded with whitespace. | 78 | |
Line contains a tab character. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Method 'getEnumerations' 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 has trailing spaces. | 89 | |
Line is longer than 80 characters. | 90 | |
Line has trailing spaces. | 91 | |
Line contains a tab character. | 93 | |
Line has trailing spaces. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Method 'addEnumeratedValue' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Line contains a tab character. | 96 | |
'=' is not preceded with whitespace. | 96 | |
'=' is not followed by whitespace. | 96 | |
Line contains a tab character. | 97 | |
Parameter enumerationKey should be final. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Parameter enumeratedValue should be final. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line has trailing spaces. | 102 | |
Line contains a tab character. | 102 | |
Line has trailing spaces. | 103 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
'+' is not preceded with whitespace. | 105 | |
'+' is not followed by whitespace. | 105 | |
Line contains a tab character. | 106 | |
Line has trailing spaces. | 107 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
'if' is not followed by whitespace. | 108 | |
'{' is not preceded with whitespace. | 108 | |
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 | |
'if' is not followed by whitespace. | 111 | |
Line contains a tab character. | 112 | |
'for' is not followed by whitespace. | 112 | |
':' is not preceded with whitespace. | 112 | |
':' is not followed by whitespace. | 112 | |
'{' is not preceded with whitespace. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
'if' is not followed by whitespace. | 113 | |
'!=' is not followed by whitespace. | 113 | |
'{' is not preceded with whitespace. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
';' is not followed by whitespace. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line has trailing spaces. | 119 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
Line has trailing spaces. | 125 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 130 | |
Method 'getEnumeratedValues' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Parameter enumerationKey should be final. | 131 | |
Line is longer than 80 characters. | 132 | |
Line contains a tab character. | 132 | |
Parameter contextType should be final. | 132 | |
Parameter contextValue should be final. | 132 | |
Parameter contextDate should be final. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line is longer than 80 characters. | 136 | |
Line is longer than 80 characters. | 137 | |
'if' is not followed by whitespace. | 137 | |
'{' is not preceded with whitespace. | 137 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
'}' should be on the same line. | 139 | |
Line is longer than 80 characters. | 140 | |
'if' is not followed by whitespace. | 140 | |
'{' is not preceded with whitespace. | 140 | |
Line is longer than 80 characters. | 141 | |
Line contains a tab character. | 141 | |
'}' should be on the same line. | 142 | |
'if' is not followed by whitespace. | 143 | |
'{' is not preceded with whitespace. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
'}' should be on the same line. | 145 | |
'if' is not followed by whitespace. | 146 | |
'{' is not preceded with whitespace. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Line has trailing spaces. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 155 | |
Method 'updateEnumeratedValue' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Line contains a tab character. | 156 | |
'=' is not preceded with whitespace. | 156 | |
'=' is not followed by whitespace. | 156 | |
Line contains a tab character. | 157 | |
Parameter enumerationKey should be final. | 157 | |
Line contains a tab character. | 158 | |
Parameter code should be final. | 158 | |
Parameter enumeratedValue should be final. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line has trailing spaces. | 162 | |
Line has trailing spaces. | 164 | |
Line has trailing spaces. | 165 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 167 | |
'+' is not preceded with whitespace. | 167 | |
'+' is not followed by whitespace. | 167 | |
Line has trailing spaces. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
'if' is not followed by whitespace. | 170 | |
'{' is not preceded with whitespace. | 170 | |
Line is longer than 80 characters. | 171 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 173 | |
'if' is not followed by whitespace. | 173 | |
Line contains a tab character. | 174 | |
'for' is not followed by whitespace. | 174 | |
':' is not preceded with whitespace. | 174 | |
':' is not followed by whitespace. | 174 | |
'{' is not preceded with whitespace. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
'if' is not followed by whitespace. | 175 | |
'!=' is not followed by whitespace. | 175 | |
'{' is not preceded with whitespace. | 175 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
';' is not followed by whitespace. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line has trailing spaces. | 182 | |
Line contains a tab character. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
Line is longer than 80 characters. | 184 | |
Line contains a tab character. | 184 | |
Line is longer than 80 characters. | 185 | |
Line contains a tab character. | 185 | |
Line has trailing spaces. | 186 | |
Line contains a tab character. | 188 | |
Line has trailing spaces. | 189 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Method 'removeEnumeratedValue' is not designed for extension - needs to be abstract, final or empty. | 190 | |
'=' is not preceded with whitespace. | 191 | |
'=' is not followed by whitespace. | 191 | |
Line is longer than 80 characters. | 192 | |
Line contains a tab character. | 192 | |
Parameter enumerationKey should be final. | 192 | |
Parameter code should be final. | 192 | |
Line has trailing spaces. | 196 | |
Line contains a tab character. | 196 | |
Line has trailing spaces. | 197 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Method 'getSearchCriteriaType' is not designed for extension - needs to be abstract, final or empty. | 198 | |
Line contains a tab character. | 199 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
Parameter searchCriteriaTypeKey should be final. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line is longer than 80 characters. | 204 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 207 | |
Method 'getSearchCriteriaTypes' is not designed for extension - needs to be abstract, final or empty. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 213 | |
Method 'getSearchResultType' is not designed for extension - needs to be abstract, final or empty. | 213 | |
Line is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 | |
Parameter searchResultTypeKey should be final. | 214 | |
Line contains a tab character. | 215 | |
Line contains a tab character. | 216 | |
Line is longer than 80 characters. | 217 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 221 | |
Method 'getSearchResultTypes' is not designed for extension - needs to be abstract, final or empty. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 227 | |
Method 'getSearchType' is not designed for extension - needs to be abstract, final or empty. | 227 | |
Line contains a tab character. | 228 | |
Parameter searchTypeKey should be final. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 235 | |
Method 'getSearchTypes' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 241 | |
Method 'getSearchTypesByCriteria' is not designed for extension - needs to be abstract, final or empty. | 241 | |
Line contains a tab character. | 242 | |
Line is longer than 80 characters. | 243 | |
Line contains a tab character. | 243 | |
Parameter searchCriteriaTypeKey should be final. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 246 | |
Line is longer than 80 characters. | 247 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 250 | |
Method 'getSearchTypesByResult' is not designed for extension - needs to be abstract, final or empty. | 250 | |
Line contains a tab character. | 251 | |
Line is longer than 80 characters. | 252 | |
Line contains a tab character. | 252 | |
Parameter searchResultTypeKey should be final. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line is longer than 80 characters. | 255 | |
Line contains a tab character. | 255 | |
Line is longer than 80 characters. | 256 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 259 | |
Method 'search' is not designed for extension - needs to be abstract, final or empty. | 259 | |
Line is longer than 80 characters. | 260 | |
Line contains a tab character. | 260 | |
Parameter searchRequest should be final. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line has trailing spaces. | 263 | |
Line contains a tab character. | 263 | |
First sentence should end with a period. | 264 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Unused @param tag for 'parameter'. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Parameter param should be final. | 271 | |
Expected @param tag for 'param'. | 271 | |
Parameter paramName should be final. | 271 | |
Expected @param tag for 'paramName'. | 271 | |
Line contains a tab character. | 272 | |
Expected @throws tag for 'MissingParameterException'. | 272 | |
Line contains a tab character. | 273 | |
Line is longer than 80 characters. | 274 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 278 | |
Method 'setSearchManager' is not designed for extension - needs to be abstract, final or empty. | 278 | |
Missing a Javadoc comment. | 278 | |
Parameter searchManager should be final. | 278 | |
'searchManager' hides a field. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 282 | |
Method 'setEnumDAO' is not designed for extension - needs to be abstract, final or empty. | 282 | |
Missing a Javadoc comment. | 282 | |
Parameter enumDAO should be final. | 282 | |
'enumDAO' hides a field. | 282 | |
Line contains a tab character. | 283 | |
Line contains a tab character. | 284 | |
Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 286 | |
Parameter objectTypeKey should be final. | 287 | |
Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 292 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 31 | |
Utility classes should not have a public or default constructor. | 31 | |
Missing a Javadoc comment. | 33 | |
'static' modifier out of order with the JLS suggestions. | 33 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter enumeratedValue should be final. | 35 | |
Parameter enumeratedValueEntity should be final. | 35 | |
Line is longer than 80 characters. | 38 | |
Line is longer than 80 characters. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter enumeratedValueEntity should be final. | 55 | |
Parameter enumeratedValue should be final. | 55 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 59 | |
Line has trailing spaces. | 60 | |
Line is longer than 80 characters. | 61 | |
Line has trailing spaces. | 62 | |
Line contains a tab character. | 64 | |
Line is longer than 80 characters. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter enumeratedValueEntityList should be final. | 78 | |
Line is longer than 80 characters. | 80 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 90 | |
Line is longer than 80 characters. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter enumerationMetaEntityList should be final. | 91 | |
'{' is not preceded with whitespace. | 91 | |
Line has trailing spaces. | 92 | |
Line is longer than 80 characters. | 93 | |
Line has trailing spaces. | 94 | |
'for' is not followed by whitespace. | 95 | |
':' is not followed by whitespace. | 95 | |
')' is preceded with whitespace. | 95 | |
'{' is not preceded with whitespace. | 95 | |
Line contains a tab character. | 96 | |
',' is not followed by whitespace. | 97 | |
Line has trailing spaces. | 100 | |
Line has trailing spaces. | 103 | |
Line is longer than 80 characters. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter enumerationEntity should be final. | 105 | |
Parameter enumerationMeta should be final. | 105 | |
Line is longer than 80 characters. | 117 | |
Missing a Javadoc comment. | 117 | |
Parameter enumerationMeta should be final. | 117 | |
Parameter enumerationEntity should be final. | 117 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
Missing a Javadoc comment. | 26 | |
Redundant 'public' modifier. | 26 | |
Missing a Javadoc comment. | 27 | |
Redundant 'public' modifier. | 27 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Redundant 'public' modifier. | 28 | |
Missing a Javadoc comment. | 29 | |
Redundant 'public' modifier. | 29 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Redundant 'public' modifier. | 30 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
'static' modifier out of order with the JLS suggestions. | 35 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
Line has trailing spaces. | 36 | |
Method 'setEntityManager' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter entityManager should be final. | 38 | |
'entityManager' hides a field. | 38 | |
Line has trailing spaces. | 41 | |
Method 'getEntityManager' 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 has trailing spaces. | 43 | |
Line has trailing spaces. | 45 | |
Method 'addMessage' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter me should be final. | 46 | |
'{' is not preceded with whitespace. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
'try' is not followed by whitespace. | 48 | |
'{' is not preceded with whitespace. | 48 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
'}' should be on the same line. | 51 | |
Line contains a tab character. | 52 | |
'catch' is not followed by whitespace. | 52 | |
'{' is not preceded with whitespace. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 57 | |
Method 'getTotalMessages' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
'{' is not preceded with whitespace. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
'try' is not followed by whitespace. | 60 | |
'{' is not preceded with whitespace. | 60 | |
Line is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
'cast' is not followed by whitespace. | 62 | |
Line contains a tab character. | 63 | |
'}' should be on the same line. | 63 | |
'catch' is not followed by whitespace. | 64 | |
'{' is not preceded with whitespace. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 71 | |
Method 'getLocales' 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. | 74 | |
'try' is not followed by whitespace. | 74 | |
'{' is not preceded with whitespace. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
'}' should be on the same line. | 77 | |
'catch' is not followed by whitespace. | 78 | |
'{' is not preceded with whitespace. | 78 | |
Line contains a tab character. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Method 'getMessageGroups' 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 | |
'try' is not followed by whitespace. | 88 | |
'{' is not preceded with whitespace. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
'}' should be on the same line. | 91 | |
'catch' is not followed by whitespace. | 92 | |
'{' is not preceded with whitespace. | 92 | |
Line contains a tab character. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line has trailing spaces. | 98 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter locale should be final. | 99 | |
Parameter groupKey should be final. | 99 | |
Parameter messageKey should be final. | 99 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
'try' is not followed by whitespace. | 102 | |
'{' is not preceded with whitespace. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
'+' should be on a new line. | 104 | |
Line contains a tab character. | 105 | |
'+' should be on a new line. | 105 | |
Line contains a tab character. | 106 | |
'+' should be on a new line. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line has trailing spaces. | 111 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
'if' is not followed by whitespace. | 112 | |
'{' is not preceded with whitespace. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
'cast' is not followed by whitespace. | 113 | |
Line contains a tab character. | 114 | |
'else' is not preceded with whitespace. | 114 | |
'}' is not followed by whitespace. | 114 | |
'else' is not followed by whitespace. | 114 | |
'{' is not preceded with whitespace. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
'}' should be on the same line. | 117 | |
Line contains a tab character. | 118 | |
'catch' is not followed by whitespace. | 118 | |
'{' is not preceded with whitespace. | 118 | |
Line contains a tab character. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 126 | |
Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Line contains a tab character. | 127 | |
Parameter locale should be final. | 127 | |
Parameter groupKey should be final. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
'try' is not followed by whitespace. | 129 | |
'{' is not preceded with whitespace. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
'+' should be on a new line. | 131 | |
Line contains a tab character. | 132 | |
'+' should be on a new line. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
'cast' is not followed by whitespace. | 136 | |
Line contains a tab character. | 137 | |
'}' should be on the same line. | 137 | |
Line contains a tab character. | 138 | |
'catch' is not followed by whitespace. | 138 | |
'{' is not preceded with whitespace. | 138 | |
Line contains a tab character. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line has trailing spaces. | 144 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Method 'getMessagesByGroups' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
Parameter locale should be final. | 146 | |
Parameter groupKeys should be final. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
'try' is not followed by whitespace. | 148 | |
'{' is not preceded with whitespace. | 148 | |
Line contains a tab character. | 149 | |
'for' is not followed by whitespace. | 149 | |
':' is not preceded with whitespace. | 149 | |
'{' is not preceded with whitespace. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
'+' should be on a new line. | 151 | |
Line contains a tab character. | 152 | |
'+' should be on a new line. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line is longer than 80 characters. | 156 | |
Line contains a tab character. | 156 | |
'cast' is not followed by whitespace. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
'}' should be on the same line. | 158 | |
Line contains a tab character. | 159 | |
'catch' is not followed by whitespace. | 159 | |
'{' is not preceded with whitespace. | 159 | |
Line contains a tab character. | 160 | |
Line is longer than 80 characters. | 161 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line has trailing spaces. | 165 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Missing a Javadoc comment. | 167 | |
Parameter locale should be final. | 167 | |
Parameter groupKey should be final. | 167 | |
Parameter messageKey should be final. | 167 | |
Parameter updatedMessage should be final. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
'try' is not followed by whitespace. | 169 | |
'{' is not preceded with whitespace. | 169 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
'if' is not followed by whitespace. | 171 | |
'{' is not preceded with whitespace. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
'}' should be on the same line. | 179 | |
'catch' is not followed by whitespace. | 180 | |
'{' is not preceded with whitespace. | 180 | |
Line is longer than 80 characters. | 181 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 184 | |
Line has trailing spaces. | 185 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 25 | |
'{' 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 | |
'=' 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 | |
'=' is not preceded with whitespace. | 31 | |
'=' is not followed by whitespace. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
'=' is not preceded with whitespace. | 33 | |
'=' is not followed by whitespace. | 33 | |
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 | |
',' is not followed by whitespace. | 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 | |
Method 'getLocale' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter locale should be final. | 41 | |
'locale' hides a field. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Method 'getGroupName' 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. | 47 | |
Method 'setGroupName' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter groupName should be final. | 47 | |
'groupName' hides a field. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter value should be final. | 53 | |
'value' hides a field. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Method 'getMessageId' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Method 'setMessageId' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter messageId should be final. | 59 | |
'messageId' hides a field. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Utility classes should not have a public or default constructor. | 25 | |
Missing a Javadoc comment. | 27 | |
'static' modifier out of order with the JLS suggestions. | 27 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
Line has trailing spaces. | 28 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter message should be final. | 29 | |
Line contains a tab character. | 30 | |
Parameter messageEntity should be final. | 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. | 35 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter messageEntity should be final. | 37 | |
Parameter message should be final. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter messages should be final. | 44 | |
Line contains a tab character. | 45 | |
Parameter message should be final. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 54 |
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 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
',' is not followed by whitespace. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
'}' is not preceded with whitespace. | 36 | |
',' is not followed by whitespace. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
'}' is not preceded with whitespace. | 36 | |
Line is longer than 80 characters. | 37 | |
'{' is not preceded with whitespace. | 38 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
'static' modifier out of order with the JLS suggestions. | 40 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Method 'getMessageDAO' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Method 'setMessageDAO' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter messageDAO should be final. | 51 | |
'messageDAO' hides a field. | 51 | |
Line contains a tab character. | 55 | |
Method 'getLocales' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Line has trailing spaces. | 56 | |
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. | 62 | |
Line contains a tab character. | 63 | |
Line has trailing spaces. | 64 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Method 'getMessageGroups' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 74 | |
Line contains a tab character. | 74 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter localeKey should be final. | 74 | |
Parameter messageGroupKey should be final. | 74 | |
Parameter messageKey should be final. | 74 | |
Line contains a tab character. | 75 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
'if' is not followed by whitespace. | 76 | |
'{' is not preceded with whitespace. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
'}' should be on the same line. | 78 | |
Line contains a tab character. | 79 | |
'else' is not followed by whitespace. | 79 | |
'{' is not preceded with whitespace. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
'if' is not followed by whitespace. | 81 | |
'{' is not preceded with whitespace. | 81 | |
Line contains a tab character. | 82 | |
Line has trailing spaces. | 83 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
',' is not followed by whitespace. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter localeKey should be final. | 89 | |
Parameter messageGroupKey should be final. | 89 | |
Line contains a tab character. | 90 | |
'if' is not followed by whitespace. | 90 | |
'{' is not preceded with whitespace. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
'}' should be on the same line. | 92 | |
Line contains a tab character. | 93 | |
'else' is not followed by whitespace. | 93 | |
'{' is not preceded with whitespace. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
',' is not followed by whitespace. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
Method 'getMessagesByGroups' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter localeKey should be final. | 103 | |
Parameter messageGroupKeyList should be final. | 103 | |
Line contains a tab character. | 104 | |
'if' is not followed by whitespace. | 104 | |
'{' is not preceded with whitespace. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
'}' should be on the same line. | 106 | |
Line contains a tab character. | 107 | |
'else' is not followed by whitespace. | 107 | |
'{' is not preceded with whitespace. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
',' is not followed by whitespace. | 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 | |
Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
'=' is not preceded with whitespace. | 116 | |
'=' is not followed by whitespace. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Parameter localeKey should be final. | 117 | |
Parameter messageGroupKey should be final. | 117 | |
Parameter messageKey should be final. | 117 | |
Parameter messageInfo should be final. | 117 | |
Line has trailing spaces. | 118 | |
Line contains a tab character. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
'if' is not followed by whitespace. | 119 | |
'{' is not preceded with whitespace. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
'}' should be on the same line. | 121 | |
Line contains a tab character. | 122 | |
'else' is not followed by whitespace. | 122 | |
'{' is not preceded with whitespace. | 122 | |
Line has trailing spaces. | 123 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
'(' is followed by whitespace. | 124 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
'(' is followed by whitespace. | 126 | |
',' is not followed by whitespace. | 126 | |
Line contains a tab character. | 127 | |
Line has trailing spaces. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 131 | |
Method 'addMessage' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
'=' is not preceded with whitespace. | 131 | |
'=' is not followed by whitespace. | 131 | |
Line contains a tab character. | 132 | |
Parameter messageInfo should be final. | 132 | |
Line contains a tab character. | 133 | |
'if' is not followed by whitespace. | 133 | |
Line has trailing spaces. | 134 | |
Line contains a tab character. | 134 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line has trailing spaces. | 141 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Variable 'logger' must be private and have accessor methods. | 47 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Variable 'messageFiles' must be private and have accessor methods. | 49 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Variable 'messages' must be private and have accessor methods. | 51 | |
Missing a Javadoc comment. | 53 | |
Line contains a tab character. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
Variable 'localeMessages' must be private and have accessor methods. | 54 | |
Line contains a tab character. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter groupKey should be final. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Missing a Javadoc comment. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter groupKey should be final. | 64 | |
Parameter messageKey should be final. | 64 | |
Line contains a tab character. | 65 | |
Parameter message should be final. | 65 | |
Line contains a tab character. | 66 | |
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. | 75 | |
Line contains a tab character. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter locale should be final. | 77 | |
Parameter group should be final. | 77 | |
Parameter key should be final. | 77 | |
Line contains a tab character. | 78 | |
Parameter value should be final. | 78 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Expected an @return tag. | 91 | |
Line contains a tab character. | 91 | |
Method 'addMessage' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Line contains a tab character. | 92 | |
Parameter messageInfo should be final. | 92 | |
Expected @param tag for 'messageInfo'. | 92 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line is longer than 80 characters. | 99 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Line is longer than 80 characters. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Expected an @return tag. | 108 | |
Line contains a tab character. | 108 | |
Method 'getLocales' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
Line is longer than 80 characters. | 121 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Expected an @return tag. | 124 | |
Line contains a tab character. | 124 | |
Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Line contains a tab character. | 125 | |
Parameter localeKey should be final. | 125 | |
Expected @param tag for 'localeKey'. | 125 | |
Parameter messageGroupKey should be final. | 125 | |
Expected @param tag for 'messageGroupKey'. | 125 | |
Line contains a tab character. | 126 | |
Parameter messageKey should be final. | 126 | |
Expected @param tag for 'messageKey'. | 126 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 139 | |
Line is longer than 80 characters. | 140 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Expected an @return tag. | 142 | |
Line contains a tab character. | 142 | |
Method 'getMessageGroups' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 157 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Expected an @return tag. | 161 | |
Line contains a tab character. | 161 | |
Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
Parameter localeKey should be final. | 162 | |
Expected @param tag for 'localeKey'. | 162 | |
Parameter messageGroupKey should be final. | 162 | |
Expected @param tag for 'messageGroupKey'. | 162 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 185 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Expected an @return tag. | 189 | |
Line contains a tab character. | 189 | |
Method 'getMessagesByGroups' is not designed for extension - needs to be abstract, final or empty. | 189 | |
Line contains a tab character. | 190 | |
Parameter localeKey should be final. | 190 | |
Expected @param tag for 'localeKey'. | 190 | |
Line contains a tab character. | 191 | |
Parameter messageGroupKeyList should be final. | 191 | |
Expected @param tag for 'messageGroupKeyList'. | 191 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 204 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Expected an @return tag. | 209 | |
Line contains a tab character. | 209 | |
Method 'updateMessage' is not designed for extension - needs to be abstract, final or empty. | 209 | |
Line contains a tab character. | 210 | |
Parameter localeKey should be final. | 210 | |
Expected @param tag for 'localeKey'. | 210 | |
Parameter messageGroupKey should be final. | 210 | |
Expected @param tag for 'messageGroupKey'. | 210 | |
Line contains a tab character. | 211 | |
Parameter messageKey should be final. | 211 | |
Expected @param tag for 'messageKey'. | 211 | |
Parameter messageInfo should be final. | 211 | |
Expected @param tag for 'messageInfo'. | 211 | |
Line is longer than 80 characters. | 212 | |
Line contains a tab character. | 212 | |
Line is longer than 80 characters. | 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 | |
Line contains a tab character. | 219 | |
Method 'getMessageFiles' is not designed for extension - needs to be abstract, final or empty. | 219 | |
Missing a Javadoc comment. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 223 | |
Method 'setMessageFiles' is not designed for extension - needs to be abstract, final or empty. | 223 | |
Missing a Javadoc comment. | 223 | |
Parameter messageFiles should be final. | 223 | |
'messageFiles' hides a field. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line is longer than 80 characters. | 232 | |
Line contains a tab character. | 232 | |
Line is longer than 80 characters. | 233 | |
Line contains a tab character. | 233 | |
Line is longer than 80 characters. | 234 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line is longer than 80 characters. | 236 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
Line contains a tab character. | 240 | |
Line is longer than 80 characters. | 242 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 244 | |
Line is longer than 80 characters. | 245 | |
Line contains a tab character. | 245 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line is longer than 80 characters. | 248 | |
Line contains a tab character. | 248 | |
Line is longer than 80 characters. | 249 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 30 | |
'{' is not preceded with whitespace. | 30 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Redundant 'public' modifier. | 32 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Redundant 'public' modifier. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Redundant 'public' modifier. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Redundant 'public' modifier. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
Redundant 'public' modifier. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Redundant 'public' modifier. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Redundant 'public' modifier. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Redundant 'public' modifier. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Redundant 'public' modifier. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Redundant 'public' modifier. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
Redundant 'public' modifier. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Redundant 'public' modifier. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Redundant 'public' modifier. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Missing a Javadoc comment. | 46 | |
Redundant 'public' modifier. | 46 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Redundant 'public' modifier. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Redundant 'public' modifier. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Redundant 'public' modifier. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Redundant 'public' modifier. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Redundant 'public' modifier. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Redundant 'public' modifier. | 52 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 39 | |
Method 'setEm' 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 | |
Parameter em should be final. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Method 'getAllOrgPersonRelationsByPerson' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Line is longer than 80 characters. | 46 | |
Parameter personId should be final. | 46 | |
Line is longer than 80 characters. | 47 | |
Method 'getAllOrgPersonRelationsByOrg' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Parameter orgId should be final. | 55 | |
Line is longer than 80 characters. | 56 | |
Method 'getPersonIdsForOrgByRelationType' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Line is longer than 80 characters. | 64 | |
Parameter orgId should be final. | 64 | |
Parameter orgPersonRelationTypeKey should be final. | 64 | |
Line is longer than 80 characters. | 65 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 73 | |
Method 'getOrganizationsByIdList' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Line contains a tab character. | 74 | |
Parameter orgIdList should be final. | 74 | |
Line is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Method 'getOrgOrgRelationsByOrg' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Line contains a tab character. | 83 | |
Parameter orgId should be final. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Method 'getPositionRestrictionsByOrg' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Parameter orgId should be final. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 102 | |
Method 'getAllDescendants' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Line is longer than 80 characters. | 103 | |
Line contains a tab character. | 103 | |
Parameter orgId should be final. | 103 | |
Parameter orgHierarchy should be final. | 103 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 109 | |
Method 'getAllAncestors' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Line contains a tab character. | 110 | |
Parameter orgId should be final. | 110 | |
Parameter orgHierarchy should be final. | 110 | |
Line is longer than 80 characters. | 111 | |
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 is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Missing a Javadoc comment. | 116 | |
Parameter query should be final. | 116 | |
Parameter paramName should be final. | 116 | |
Parameter paramValue should be final. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line is longer than 80 characters. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 129 | |
Method 'getOrgOrgRelationTypesForOrgHierarchy' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Parameter orgHierarchyKey should be final. | 130 | |
Line is longer than 80 characters. | 131 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 139 | |
Method 'validatePositionRestriction' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Line contains a tab character. | 140 | |
Parameter orgId should be final. | 140 | |
Line contains a tab character. | 141 | |
Parameter orgPersonRelationTypeKey should be final. | 141 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
'cast' is not followed by whitespace. | 145 | |
Line contains a tab character. | 146 | |
'>' is not preceded with whitespace. | 146 | |
'>' is not followed by whitespace. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 149 | |
Method 'getOrgPersonRelationTypesForOrgType' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Parameter orgTypeKey should be final. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 158 | |
Method 'getOrgOrgRelationsByIdList' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Line is longer than 80 characters. | 159 | |
Line contains a tab character. | 159 | |
Parameter orgOrgRelationIdList should be final. | 159 | |
Line is longer than 80 characters. | 160 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 167 | |
Method 'getOrgPersonRelationsByIdList' is not designed for extension - needs to be abstract, final or empty. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
Parameter orgPersonRelationIdList should be final. | 168 | |
Line is longer than 80 characters. | 169 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 176 | |
Method 'getOrgPersonRelationsByPerson' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
Parameter personId should be final. | 177 | |
Parameter orgId should be final. | 177 | |
Line is longer than 80 characters. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 187 | |
Method 'getOrgOrgRelationTypesForOrgType' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
Parameter orgTypeKey should be final. | 188 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
Line is longer than 80 characters. | 191 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line is longer than 80 characters. | 194 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 199 | |
Method 'getOrgOrgRelationsByRelatedOrg' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
Parameter relatedOrgId should be final. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 210 | |
Method 'getOrgTreeInfo' is not designed for extension - needs to be abstract, final or empty. | 210 | |
Line contains a tab character. | 211 | |
Parameter orgId should be final. | 211 | |
Line contains a tab character. | 212 | |
Parameter orgHierarchyId should be final. | 212 | |
Line is longer than 80 characters. | 213 | |
Line contains a tab character. | 213 | |
Line contains a tab character. | 214 | |
',' is not followed by whitespace. | 214 | |
Line contains a tab character. | 215 | |
',' is not followed by whitespace. | 215 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 222 | |
Method 'hasOrgPersonRelation' is not designed for extension - needs to be abstract, final or empty. | 222 | |
Line is longer than 80 characters. | 223 | |
Line contains a tab character. | 223 | |
Parameter orgId should be final. | 223 | |
Parameter personId should be final. | 223 | |
Parameter orgPersonRelationTypeKey should be final. | 223 | |
Line is longer than 80 characters. | 224 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 228 | |
'cast' is not followed by whitespace. | 228 | |
Line contains a tab character. | 229 | |
'>' is not preceded with whitespace. | 229 | |
'>' is not followed by whitespace. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 232 | |
Method 'hasOrgOrgRelation' is not designed for extension - needs to be abstract, final or empty. | 232 | |
Line contains a tab character. | 233 | |
Parameter orgId should be final. | 233 | |
Parameter comparisonOrgId should be final. | 233 | |
Line contains a tab character. | 234 | |
Parameter orgOrgRelationTypeKey should be final. | 234 | |
Line is longer than 80 characters. | 236 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
',' is not followed by whitespace. | 237 | |
Line contains a tab character. | 238 | |
',' is not followed by whitespace. | 238 | |
Line is longer than 80 characters. | 239 | |
Line contains a tab character. | 239 | |
',' is not followed by whitespace. | 239 | |
Line contains a tab character. | 241 | |
'cast' is not followed by whitespace. | 241 | |
Line contains a tab character. | 243 | |
'>' is not preceded with whitespace. | 243 | |
'>' is not followed by whitespace. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Method 'getPositionRestrictionByOrgAndPersonRelationTypeKey' is not designed for extension - needs to be abstract, final or empty. | 245 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 246 | |
Parameter orgId should be final. | 246 | |
Parameter orgPersonRelationTypeKey should be final. | 246 | |
Line is longer than 80 characters. | 247 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
',' is not followed by whitespace. | 248 | |
Line is longer than 80 characters. | 249 | |
Line contains a tab character. | 249 | |
',' is not followed by whitespace. | 249 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Method 'getOrgMemebershipCount' is not designed for extension - needs to be abstract, final or empty. | 254 | |
Parameter orgId should be final. | 255 | |
Line is longer than 80 characters. | 256 | |
Line has trailing spaces. | 258 | |
'cast' is not followed by whitespace. | 259 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
'=' is not preceded with whitespace. | 39 | |
'=' is not followed by whitespace. | 39 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
'=' is not preceded with whitespace. | 41 | |
'=' is not followed by whitespace. | 41 | |
'=' is not preceded with whitespace. | 41 | |
'=' is not followed by whitespace. | 41 | |
'{' is not preceded with whitespace. | 43 | |
Line has trailing spaces. | 44 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Missing a Javadoc comment. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
',' is not followed by whitespace. | 51 | |
'=' is not preceded with whitespace. | 51 | |
'=' is not followed by whitespace. | 51 | |
Line has trailing spaces. | 52 | |
Line contains a tab character. | 52 | |
Line has trailing spaces. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Missing a Javadoc comment. | 54 | |
',' is not followed by whitespace. | 54 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Missing a Javadoc comment. | 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 contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Line has trailing spaces. | 63 | |
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 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Missing a Javadoc comment. | 68 | |
'=' is not preceded with whitespace. | 69 | |
'=' is not followed by whitespace. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 74 | |
'=' is not preceded with whitespace. | 74 | |
'=' is not followed by whitespace. | 74 | |
Line contains a tab character. | 75 | |
'=' is not preceded with whitespace. | 75 | |
Line contains a tab character. | 76 | |
'=' is not preceded with whitespace. | 76 | |
'=' is not followed by whitespace. | 76 | |
'=' is not preceded with whitespace. | 76 | |
'=' is not followed by whitespace. | 76 | |
Line contains a tab character. | 77 | |
'=' is not preceded with whitespace. | 77 | |
Line is longer than 80 characters. | 78 | |
Line contains a tab character. | 78 | |
'=' is not preceded with whitespace. | 78 | |
'=' is not followed by whitespace. | 78 | |
'=' is not preceded with whitespace. | 78 | |
'=' is not followed by whitespace. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Missing a Javadoc comment. | 82 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 90 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Line contains a tab character. | 91 | |
Parameter attributes should be final. | 91 | |
'attributes' hides a field. | 91 | |
Line contains a tab character. | 92 | |
'=' is not preceded with whitespace. | 92 | |
'=' is not followed by whitespace. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 95 | |
Method 'getLongName' 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 'setLongName' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter longName should be final. | 99 | |
'longName' hides a field. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 103 | |
Method 'getShortName' 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 'setShortName' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Parameter shortName should be final. | 107 | |
'shortName' hides a field. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 111 | |
Method 'getEffectiveDate' 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 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Missing a Javadoc comment. | 115 | |
Parameter effectiveDate should be final. | 115 | |
'effectiveDate' hides a field. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 119 | |
Method 'getExpirationDate' 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 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 123 | |
Missing a Javadoc comment. | 123 | |
Parameter expirationDate should be final. | 123 | |
'expirationDate' hides a field. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 127 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 131 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter type should be final. | 131 | |
'type' hides a field. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 135 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Missing a Javadoc comment. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 139 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Missing a Javadoc comment. | 139 | |
Parameter state should be final. | 139 | |
'state' hides a field. | 139 | |
Line contains a tab character. | 140 | |
Line has trailing spaces. | 141 | |
Line contains a tab character. | 141 | |
Line has trailing spaces. | 142 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Method 'getOrgPersonRelationTypes' is not designed for extension - needs to be abstract, final or empty. | 143 | |
Missing a Javadoc comment. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Method 'setOrgPersonRelationTypes' is not designed for extension - needs to be abstract, final or empty. | 147 | |
Missing a Javadoc comment. | 147 | |
Parameter orgPersonRelationTypes should be final. | 147 | |
'orgPersonRelationTypes' hides a field. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 151 | |
Method 'setShortDesc' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Missing a Javadoc comment. | 151 | |
Parameter shortDesc should be final. | 151 | |
'shortDesc' hides a field. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 155 | |
Method 'getShortDesc' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Missing a Javadoc comment. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 159 | |
Method 'setLongDesc' is not designed for extension - needs to be abstract, final or empty. | 159 | |
Missing a Javadoc comment. | 159 | |
Parameter longDesc should be final. | 159 | |
'longDesc' hides a field. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 163 | |
Method 'getLongDesc' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Missing a Javadoc comment. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
'=' is not preceded with whitespace. | 38 | |
'=' is not followed by whitespace. | 38 | |
Line is longer than 80 characters. | 39 | |
'{' is not preceded with whitespace. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
',' is not followed by whitespace. | 44 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
'=' is not preceded with whitespace. | 48 | |
'=' is not followed by whitespace. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line has trailing spaces. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Missing a Javadoc comment. | 51 | |
Line contains a tab character. | 52 | |
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 | |
Line has trailing spaces. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
'=' is not preceded with whitespace. | 61 | |
'=' is not followed by whitespace. | 61 | |
Line contains a tab character. | 62 | |
'=' is not preceded with whitespace. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
'=' is not preceded with whitespace. | 63 | |
'=' is not followed by whitespace. | 63 | |
'=' is not preceded with whitespace. | 63 | |
'=' is not followed by whitespace. | 63 | |
Line contains a tab character. | 64 | |
'=' is not preceded with whitespace. | 64 | |
Line is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
'=' is not preceded with whitespace. | 65 | |
'=' is not followed by whitespace. | 65 | |
'=' is not preceded with whitespace. | 65 | |
'=' is not followed by whitespace. | 65 | |
Line contains a tab character. | 66 | |
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 | |
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 | |
Line has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Method 'getAttributes' 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. | 78 | |
Line contains a tab character. | 80 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Line contains a tab character. | 81 | |
Parameter attributes should be final. | 81 | |
'attributes' hides a field. | 81 | |
Line contains a tab character. | 82 | |
'=' is not preceded with whitespace. | 82 | |
'=' is not followed by whitespace. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 85 | |
Method 'getName' 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. | 89 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Parameter name should be final. | 89 | |
'name' hides a field. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 97 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Parameter descr should be final. | 97 | |
'descr' hides a field. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Method 'getRootOrg' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Method 'setRootOrg' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Parameter rootOrg should be final. | 105 | |
'rootOrg' hides a field. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 109 | |
Method 'getEffectiveDate' 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. | 113 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Parameter effectiveDate should be final. | 113 | |
'effectiveDate' hides a field. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 117 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 121 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Parameter expirationDate should be final. | 121 | |
'expirationDate' hides a field. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 125 | |
Method 'getOrganizationTypes' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 129 | |
Method 'setOrganizationTypes' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Parameter organizationTypes should be final. | 129 | |
'organizationTypes' hides a field. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 133 | |
Method 'getOrgOrgRelationTypes' 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 is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
Method 'setOrgOrgRelationTypes' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Parameter orgOrgRelationTypes should be final. | 137 | |
'orgOrgRelationTypes' hides a field. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
'(' is followed by whitespace. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line is longer than 80 characters. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line is longer than 80 characters. | 56 | |
Line contains a tab character. | 56 | |
Line is longer than 80 characters. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Missing a Javadoc comment. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Missing a Javadoc comment. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 78 | |
Missing a Javadoc comment. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Missing a Javadoc comment. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 86 | |
Missing a Javadoc comment. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 89 | |
Missing a Javadoc comment. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Missing a Javadoc comment. | 93 | |
Line contains a tab character. | 94 | |
First sentence should end with a period. | 96 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Method 'onPrePersist' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 104 | |
Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 108 | |
Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Parameter id should be final. | 108 | |
'id' hides a field. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
Method 'getOrg' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Method 'setOrg' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Parameter org should be final. | 116 | |
'org' hides a field. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 120 | |
Method 'getRelatedOrg' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
Method 'setRelatedOrg' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Parameter relatedOrg should be final. | 124 | |
'relatedOrg' hides a field. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 128 | |
Method 'getEffectiveDate' 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. | 132 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Parameter effectiveDate should be final. | 132 | |
'effectiveDate' hides a field. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 140 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Parameter expirationDate should be final. | 140 | |
'expirationDate' hides a field. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 144 | |
Method 'getAttributes' 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. | 147 | |
Line contains a tab character. | 149 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Line contains a tab character. | 150 | |
Parameter attributes should be final. | 150 | |
'attributes' hides a field. | 150 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 154 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 158 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter type should be final. | 158 | |
'type' hides a field. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 162 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 166 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 166 | |
Missing a Javadoc comment. | 166 | |
Parameter state should be final. | 166 | |
'state' hides a field. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
'(' is followed by whitespace. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 49 | |
Missing a Javadoc comment. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Method 'getAttributes' 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. | 55 | |
Line contains a tab character. | 57 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Parameter attributes should be final. | 58 | |
'attributes' hides a field. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 62 | |
Method 'getRevName' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
Method 'setRevName' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter revName should be final. | 66 | |
'revName' hides a field. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Method 'getRevDesc' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 74 | |
Method 'setRevDesc' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter revDesc should be final. | 74 | |
'revDesc' hides a field. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 78 | |
Method 'getOrgHierarchy' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 82 | |
Method 'setOrgHierarchy' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Parameter orgHierarchy should be final. | 82 | |
'orgHierarchy' hides a field. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 37 | |
'=' is not preceded with whitespace. | 37 | |
'=' is not followed by whitespace. | 37 | |
'=' is not preceded with whitespace. | 37 | |
'=' is not followed by whitespace. | 37 | |
',' is not followed by whitespace. | 37 | |
',' is not followed by whitespace. | 37 | |
'}' is not preceded with whitespace. | 37 | |
'}' is not preceded with whitespace. | 37 | |
'(' is followed by whitespace. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
'}' is not preceded with whitespace. | 43 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 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 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
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 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
Method 'getAttributes' 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. | 76 | |
Line contains a tab character. | 78 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Line contains a tab character. | 79 | |
Parameter attributes should be final. | 79 | |
'attributes' hides a field. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 83 | |
Method 'getOrg' 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 'setOrg' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter org should be final. | 87 | |
'org' hides a field. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Method 'getPersonId' 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 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter personId should be final. | 95 | |
'personId' hides a field. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Method 'getEffectiveDate' 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 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter effectiveDate should be final. | 103 | |
'effectiveDate' hides a field. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 107 | |
Method 'getExpirationDate' 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 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter expirationDate should be final. | 111 | |
'expirationDate' hides a field. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 115 | |
Method 'getType' 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 'setType' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter type should be final. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 123 | |
Method 'getState' 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 'setState' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter state should be final. | 127 | |
'state' hides a field. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 | |
'(' is followed by whitespace. | 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 | |
'+' should be on a new line. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
'+' should be on a new line. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
'+' should be on a new line. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Missing a Javadoc comment. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Missing a Javadoc comment. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
Method 'getAttributes' 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. | 56 | |
Line contains a tab character. | 58 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Parameter attributes should be final. | 59 | |
'attributes' 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. | 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. | 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. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 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. | 103 | |
Method 'getOrganizations' 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 'setOrganizations' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Parameter organizations should be final. | 107 | |
'organizations' hides a field. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line is longer than 80 characters. | 111 | |
Line contains a tab character. | 111 | |
Method 'setOrgPersonRelations' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter orgPersonRelations should be final. | 111 | |
'orgPersonRelations' hides a field. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 115 | |
Method 'getOrgPersonRelations' 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 'setOrganizationTypes' is not designed for extension - needs to be abstract, final or empty. | 119 | |
Missing a Javadoc comment. | 119 | |
Parameter organizationTypes should be final. | 119 | |
'organizationTypes' hides a field. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 123 | |
Method 'getOrganizationTypes' 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 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
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 | |
',' is not followed by whitespace. | 39 | |
'}' is not preceded with whitespace. | 39 | |
'}' is not preceded with whitespace. | 39 | |
'(' is followed by whitespace. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line is longer than 80 characters. | 45 | |
Line contains a tab character. | 45 | |
Line is longer than 80 characters. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
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. | 54 | |
Missing a Javadoc comment. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 58 | |
Missing a Javadoc comment. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 67 | |
Missing a Javadoc comment. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 70 | |
Missing a Javadoc comment. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter descr should be final. | 80 | |
'descr' hides a field. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter title should be final. | 88 | |
'title' hides a field. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 92 | |
Method 'getStdDuration' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 96 | |
Method 'setStdDuration' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter stdDuration should be final. | 96 | |
'stdDuration' hides a field. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 100 | |
Method 'getMinNumRelations' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 104 | |
Method 'setMinNumRelations' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter minNumRelations should be final. | 104 | |
'minNumRelations' hides a field. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 108 | |
Method 'getMaxNumRelations' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 112 | |
Method 'setMaxNumRelations' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter maxNumRelations should be final. | 112 | |
'maxNumRelations' hides a field. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 116 | |
Method 'getAttributes' 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. | 119 | |
Line contains a tab character. | 121 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Line is longer than 80 characters. | 122 | |
Line contains a tab character. | 122 | |
Parameter attributes should be final. | 122 | |
'attributes' hides a field. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 126 | |
Method 'getOrg' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 130 | |
Method 'setOrg' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter org should be final. | 130 | |
'org' hides a field. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 134 | |
Method 'getPersonRelationType' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
Method 'setPersonRelationType' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Parameter personRelationType should be final. | 138 | |
'personRelationType' hides a field. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Line is longer than 80 characters. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
'=' is not preceded with whitespace. | 42 | |
'=' is not followed by whitespace. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 45 | |
Method 'setOrgPersonRelationTypes' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 46 | |
Parameter orgPersonRelationTypes should be final. | 46 | |
'orgPersonRelationTypes' hides a field. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 50 | |
Method 'getOrgPersonRelationTypes' 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 'getAttributes' 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. | 58 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter attributes should be final. | 58 | |
'attributes' hides a field. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 62 | |
Method 'getOrgHierarchies' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 66 | |
Method 'setOrgHierarchies' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter orgHierarchies should be final. | 66 | |
'orgHierarchies' hides a field. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 50 | |
'{' is not preceded with whitespace. | 50 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 52 | |
Line contains a tab character. | 53 | |
Parameter orgHierarchys should be final. | 53 | |
Line is longer than 80 characters. | 54 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
'for' is not followed by whitespace. | 55 | |
':' is not preceded with whitespace. | 55 | |
':' is not followed by whitespace. | 55 | |
'{' is not preceded with whitespace. | 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 is longer than 80 characters. | 61 | |
Line contains a tab character. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter orgHierarchy should be final. | 61 | |
Line contains a tab character. | 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 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
'{' is followed by whitespace. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Line is longer than 80 characters. | 73 | |
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. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter orgs should be final. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
'for' is not followed by whitespace. | 80 | |
':' is not preceded with whitespace. | 80 | |
':' is not followed by whitespace. | 80 | |
'{' is not preceded with whitespace. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter org should be final. | 86 | |
Line contains a tab character. | 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 contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
'{' is followed by whitespace. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line is longer than 80 characters. | 98 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line is longer than 80 characters. | 104 | |
Line contains a tab character. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter relations should be final. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter relation should be final. | 112 | |
Line is longer than 80 characters. | 113 | |
Line contains a tab character. | 113 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
'{' is followed by whitespace. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 118 | |
Line is longer than 80 characters. | 119 | |
Line contains a tab character. | 119 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 126 | |
Missing a Javadoc comment. | 126 | |
Line contains a tab character. | 127 | |
Parameter orgOrgRelations should be final. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
'for' is not followed by whitespace. | 129 | |
':' is not preceded with whitespace. | 129 | |
':' is not followed by whitespace. | 129 | |
'{' is not preceded with whitespace. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line contains a tab character. | 135 | |
Missing a Javadoc comment. | 135 | |
Line contains a tab character. | 136 | |
Parameter orgOrgRelation should be final. | 136 | |
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 | |
Line is longer than 80 characters. | 142 | |
Line contains a tab character. | 142 | |
'{' is followed by whitespace. | 142 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
',' is not followed by whitespace. | 143 | |
',' is not followed by whitespace. | 143 | |
Line contains a tab character. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line is longer than 80 characters. | 155 | |
Line contains a tab character. | 155 | |
Missing a Javadoc comment. | 155 | |
Parameter restriction should be final. | 155 | |
Line is longer than 80 characters. | 156 | |
Line contains a tab character. | 156 | |
Line is longer than 80 characters. | 158 | |
Line contains a tab character. | 158 | |
'{' is followed by whitespace. | 158 | |
',' is not followed by whitespace. | 158 | |
',' is not followed by whitespace. | 158 | |
',' is not followed by whitespace. | 158 | |
Line has trailing spaces. | 159 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
'if' is not followed by whitespace. | 160 | |
'!=' is not preceded with whitespace. | 160 | |
'!=' is not followed by whitespace. | 160 | |
'{' is not preceded with whitespace. | 160 | |
Line contains a tab character. | 161 | |
Line is longer than 80 characters. | 162 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line has trailing spaces. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 172 | |
Line is longer than 80 characters. | 173 | |
Line contains a tab character. | 173 | |
Missing a Javadoc comment. | 173 | |
Parameter restrictions should be final. | 173 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line is longer than 80 characters. | 176 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 181 | |
Missing a Javadoc comment. | 181 | |
Parameter orgType should be final. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 185 | |
Missing a Javadoc comment. | 185 | |
Parameter orgTypes should be final. | 185 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line is longer than 80 characters. | 193 | |
Line contains a tab character. | 193 | |
Missing a Javadoc comment. | 193 | |
Parameter orgPersonRelationType should be final. | 193 | |
Line is longer than 80 characters. | 194 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
'{' is followed by whitespace. | 195 | |
Line is longer than 80 characters. | 197 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 198 | |
Line contains a tab character. | 199 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Missing a Javadoc comment. | 201 | |
Parameter orgPersonRelationTypes should be final. | 201 | |
Line is longer than 80 characters. | 202 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
Line contains a tab character. | 206 | |
Line contains a tab character. | 207 | |
Line is longer than 80 characters. | 209 | |
Line contains a tab character. | 209 | |
Missing a Javadoc comment. | 209 | |
Parameter orgOrgRelationType should be final. | 209 | |
Line contains a tab character. | 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 is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 | |
Line is longer than 80 characters. | 215 | |
Line contains a tab character. | 215 | |
'{' is followed by whitespace. | 215 | |
Line is longer than 80 characters. | 217 | |
Line contains a tab character. | 217 | |
Line is longer than 80 characters. | 218 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line contains a tab character. | 220 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
Missing a Javadoc comment. | 222 | |
Parameter orgOrgRelationTypes should be final. | 222 | |
Line is longer than 80 characters. | 223 | |
Line contains a tab character. | 223 | |
Line is longer than 80 characters. | 224 | |
Line contains a tab character. | 224 | |
Line is longer than 80 characters. | 225 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line is longer than 80 characters. | 231 | |
Line contains a tab character. | 231 | |
Missing a Javadoc comment. | 231 | |
Parameter isUpdate should be final. | 231 | |
Parameter orgInfo should be final. | 231 | |
Parameter dao should be final. | 231 | |
Line is longer than 80 characters. | 232 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line is longer than 80 characters. | 237 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line is longer than 80 characters. | 239 | |
Line contains a tab character. | 239 | |
'{' is not preceded with whitespace. | 239 | |
Line is longer than 80 characters. | 240 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
'{' is followed by whitespace. | 247 | |
Line is longer than 80 characters. | 248 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 250 | |
Line is longer than 80 characters. | 251 | |
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 | |
Line is longer than 80 characters. | 257 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 264 | |
Missing a Javadoc comment. | 264 | |
Parameter isUpdate should be final. | 264 | |
Line contains a tab character. | 265 | |
Parameter orgOrgRelationInfo should be final. | 265 | |
Line is longer than 80 characters. | 266 | |
Line contains a tab character. | 266 | |
Parameter dao should be final. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line is longer than 80 characters. | 269 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line is longer than 80 characters. | 271 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line is longer than 80 characters. | 273 | |
Line contains a tab character. | 273 | |
'{' is not preceded with whitespace. | 273 | |
Line is longer than 80 characters. | 274 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 280 | |
Line is longer than 80 characters. | 281 | |
Line contains a tab character. | 281 | |
'{' is followed by whitespace. | 281 | |
Line is longer than 80 characters. | 282 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 284 | |
Line is longer than 80 characters. | 285 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 295 | |
Line is longer than 80 characters. | 296 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line is longer than 80 characters. | 299 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line has trailing spaces. | 302 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line is longer than 80 characters. | 304 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line is longer than 80 characters. | 307 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 314 | |
Missing a Javadoc comment. | 314 | |
Parameter isUpdate should be final. | 314 | |
Line contains a tab character. | 315 | |
Parameter orgPersonRelationInfo should be final. | 315 | |
Line is longer than 80 characters. | 316 | |
Line contains a tab character. | 316 | |
Parameter dao should be final. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 318 | |
Line is longer than 80 characters. | 319 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line is longer than 80 characters. | 321 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line is longer than 80 characters. | 323 | |
Line contains a tab character. | 323 | |
'{' is not preceded with whitespace. | 323 | |
Line is longer than 80 characters. | 324 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 328 | |
Line contains a tab character. | 330 | |
Line is longer than 80 characters. | 331 | |
Line contains a tab character. | 331 | |
'{' is followed by whitespace. | 331 | |
Line contains a tab character. | 332 | |
Line contains a tab character. | 334 | |
Line is longer than 80 characters. | 335 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 337 | |
Line is longer than 80 characters. | 338 | |
Line contains a tab character. | 338 | |
Line contains a tab character. | 339 | |
Line contains a tab character. | 340 | |
Line is longer than 80 characters. | 341 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 343 | |
Line contains a tab character. | 345 | |
Line contains a tab character. | 346 | |
Line is longer than 80 characters. | 347 | |
Line contains a tab character. | 347 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 349 | |
Line is longer than 80 characters. | 350 | |
Line contains a tab character. | 350 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Line is longer than 80 characters. | 353 | |
Line contains a tab character. | 353 | |
Line has trailing spaces. | 354 | |
Line contains a tab character. | 354 | |
Line contains a tab character. | 355 | |
Line is longer than 80 characters. | 356 | |
Line contains a tab character. | 356 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Line is longer than 80 characters. | 359 | |
Line contains a tab character. | 359 | |
Line contains a tab character. | 360 | |
Line contains a tab character. | 361 | |
Line contains a tab character. | 363 | |
Line contains a tab character. | 364 | |
Line is longer than 80 characters. | 366 | |
Line contains a tab character. | 366 | |
Missing a Javadoc comment. | 366 | |
Parameter isUpdate should be final. | 366 | |
Line contains a tab character. | 367 | |
Parameter orgPositionRestrictionInfo should be final. | 367 | |
Line is longer than 80 characters. | 368 | |
Line contains a tab character. | 368 | |
Parameter dao should be final. | 368 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 370 | |
Line is longer than 80 characters. | 371 | |
Line contains a tab character. | 371 | |
Line contains a tab character. | 372 | |
Line is longer than 80 characters. | 373 | |
Line contains a tab character. | 373 | |
Line contains a tab character. | 374 | |
Line is longer than 80 characters. | 375 | |
Line contains a tab character. | 375 | |
'{' is not preceded with whitespace. | 375 | |
Line is longer than 80 characters. | 376 | |
Line contains a tab character. | 376 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 380 | |
Line contains a tab character. | 382 | |
Line is longer than 80 characters. | 383 | |
Line contains a tab character. | 383 | |
'{' is followed by whitespace. | 383 | |
Line is longer than 80 characters. | 384 | |
Line contains a tab character. | 384 | |
Line contains a tab character. | 385 | |
'if' is not followed by whitespace. | 385 | |
'!=' is not preceded with whitespace. | 385 | |
'!=' is not followed by whitespace. | 385 | |
'{' is not preceded with whitespace. | 385 | |
Line contains a tab character. | 386 | |
Line is longer than 80 characters. | 387 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Line is longer than 80 characters. | 390 | |
Line contains a tab character. | 390 | |
Line contains a tab character. | 392 | |
Line is longer than 80 characters. | 393 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 395 | |
Line is longer than 80 characters. | 396 | |
Line contains a tab character. | 396 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 400 | |
Line is longer than 80 characters. | 401 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line is longer than 80 characters. | 404 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 405 | |
Line is longer than 80 characters. | 406 | |
Line contains a tab character. | 406 | |
Line is longer than 80 characters. | 408 | |
Line contains a tab character. | 408 | |
Line has trailing spaces. | 409 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
Line contains a tab character. | 411 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 67 | |
Missing a Javadoc comment. | 67 | |
Line is longer than 80 characters. | 68 | |
'=' is not preceded with whitespace. | 68 | |
'=' is not followed by whitespace. | 68 | |
',' is not followed by whitespace. | 68 | |
'=' is not preceded with whitespace. | 68 | |
'=' is not followed by whitespace. | 68 | |
'}' is not preceded with whitespace. | 68 | |
',' is not followed by whitespace. | 68 | |
'=' is not preceded with whitespace. | 68 | |
'=' is not followed by whitespace. | 68 | |
'}' is not preceded with whitespace. | 68 | |
Missing a Javadoc comment. | 71 | |
Variable 'logger' must be private and have accessor methods. | 71 | |
Line contains a tab character. | 73 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 76 | |
Line contains a tab character. | 78 | |
Method 'addPositionRestrictionToOrg' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Line contains a tab character. | 79 | |
'=' is not preceded with whitespace. | 79 | |
'=' is not followed by whitespace. | 79 | |
Line is longer than 80 characters. | 80 | |
Line contains a tab character. | 80 | |
Parameter orgId should be final. | 80 | |
Line contains a tab character. | 81 | |
Parameter orgPersonRelationTypeKey should be final. | 81 | |
Line contains a tab character. | 82 | |
Parameter orgPositionRestrictionInfo should be final. | 82 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line is longer than 80 characters. | 90 | |
Line contains a tab character. | 90 | |
Line is longer than 80 characters. | 91 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Must have at least one statement. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 113 | |
Method 'createOrgOrgRelation' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Line contains a tab character. | 114 | |
'=' is not preceded with whitespace. | 114 | |
'=' is not followed by whitespace. | 114 | |
Line contains a tab character. | 115 | |
Parameter orgId should be final. | 115 | |
Line contains a tab character. | 116 | |
Parameter relatedOrgId should be final. | 116 | |
Parameter orgOrgRelationTypeKey should be final. | 116 | |
Line contains a tab character. | 117 | |
Parameter orgOrgRelationInfo should be final. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line is longer than 80 characters. | 126 | |
Line contains a tab character. | 126 | |
Line is longer than 80 characters. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line is longer than 80 characters. | 138 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Must have at least one statement. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 145 | |
Line is longer than 80 characters. | 146 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 150 | |
Method 'createOrgPersonRelation' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Line contains a tab character. | 151 | |
'=' is not preceded with whitespace. | 151 | |
'=' is not followed by whitespace. | 151 | |
Line contains a tab character. | 152 | |
Parameter orgId should be final. | 152 | |
Line contains a tab character. | 153 | |
Parameter personId should be final. | 153 | |
Parameter orgPersonRelationTypeKey should be final. | 153 | |
Line contains a tab character. | 154 | |
Parameter orgPersonRelationInfo should be final. | 154 | |
Line is longer than 80 characters. | 155 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line is longer than 80 characters. | 163 | |
Line contains a tab character. | 163 | |
Line is longer than 80 characters. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 166 | |
Line is longer than 80 characters. | 167 | |
Line contains a tab character. | 167 | |
'if' is not followed by whitespace. | 167 | |
',' is not followed by whitespace. | 167 | |
'{' is not preceded with whitespace. | 167 | |
Line is longer than 80 characters. | 168 | |
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 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line is longer than 80 characters. | 180 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Must have at least one statement. | 181 | |
Line contains a tab character. | 182 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line contains a tab character. | 187 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 192 | |
Method 'createOrganization' is not designed for extension - needs to be abstract, final or empty. | 192 | |
Line contains a tab character. | 193 | |
'=' is not preceded with whitespace. | 193 | |
'=' is not followed by whitespace. | 193 | |
Line contains a tab character. | 194 | |
Parameter orgTypeKey should be final. | 194 | |
Parameter orgInfo should be final. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 206 | |
'if' construct must use '{}'s. | 209 | |
'if' is not followed by whitespace. | 209 | |
Line is longer than 80 characters. | 210 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 216 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line is longer than 80 characters. | 220 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line is longer than 80 characters. | 226 | |
Line contains a tab character. | 226 | |
Line contains a tab character. | 227 | |
Line has trailing spaces. | 228 | |
Line is longer than 80 characters. | 228 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 240 | |
Method 'deleteOrganization' is not designed for extension - needs to be abstract, final or empty. | 240 | |
Line contains a tab character. | 241 | |
'=' is not preceded with whitespace. | 241 | |
'=' is not followed by whitespace. | 241 | |
Line contains a tab character. | 242 | |
Parameter orgId should be final. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 251 | |
'if' is not followed by whitespace. | 251 | |
'==' is not preceded with whitespace. | 251 | |
'==' is not followed by whitespace. | 251 | |
'{' is not preceded with whitespace. | 251 | |
Line is longer than 80 characters. | 252 | |
Line contains a tab character. | 252 | |
'+' is not preceded with whitespace. | 252 | |
'+' is not followed by whitespace. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 262 | |
Method 'getAllDescendants' is not designed for extension - needs to be abstract, final or empty. | 262 | |
Line contains a tab character. | 263 | |
Parameter orgId should be final. | 263 | |
Parameter orgHierarchy should be final. | 263 | |
Line is longer than 80 characters. | 264 | |
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 is longer than 80 characters. | 270 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line contains a tab character. | 272 | |
Line contains a tab character. | 274 | |
Method 'getAllOrgPersonRelationsByOrg' is not designed for extension - needs to be abstract, final or empty. | 274 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Parameter orgId should be final. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line is longer than 80 characters. | 281 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 284 | |
Method 'getAllOrgPersonRelationsByPerson' is not designed for extension - needs to be abstract, final or empty. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Parameter personId should be final. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
Line is longer than 80 characters. | 292 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 295 | |
Method 'getAllAncestors' is not designed for extension - needs to be abstract, final or empty. | 295 | |
Line contains a tab character. | 296 | |
Parameter orgId should be final. | 296 | |
Parameter orgHierarchy should be final. | 296 | |
Line is longer than 80 characters. | 297 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line is longer than 80 characters. | 302 | |
Line contains a tab character. | 302 | |
Line contains a tab character. | 303 | |
Line contains a tab character. | 304 | |
Line contains a tab character. | 306 | |
Method 'getOrgHierarchies' is not designed for extension - needs to be abstract, final or empty. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Line is longer than 80 characters. | 309 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 311 | |
Line contains a tab character. | 313 | |
Method 'getOrgHierarchy' is not designed for extension - needs to be abstract, final or empty. | 313 | |
Line contains a tab character. | 314 | |
Parameter orgHierarchyKey should be final. | 314 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line is longer than 80 characters. | 319 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 322 | |
Method 'getOrgOrgRelation' is not designed for extension - needs to be abstract, final or empty. | 322 | |
Line contains a tab character. | 323 | |
Parameter orgOrgRelationId should be final. | 323 | |
Line contains a tab character. | 324 | |
Line contains a tab character. | 325 | |
Line contains a tab character. | 326 | |
Line contains a tab character. | 327 | |
Line is longer than 80 characters. | 329 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 333 | |
Method 'getOrgOrgRelationType' is not designed for extension - needs to be abstract, final or empty. | 333 | |
Line contains a tab character. | 334 | |
Line is longer than 80 characters. | 335 | |
Line contains a tab character. | 335 | |
Parameter orgOrgRelationTypeKey should be final. | 335 | |
Line contains a tab character. | 336 | |
Line contains a tab character. | 337 | |
Line is longer than 80 characters. | 338 | |
Line contains a tab character. | 338 | |
Line is longer than 80 characters. | 340 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 343 | |
Method 'getOrgOrgRelationTypes' is not designed for extension - needs to be abstract, final or empty. | 343 | |
Line contains a tab character. | 344 | |
Line contains a tab character. | 345 | |
Line is longer than 80 characters. | 346 | |
Line contains a tab character. | 346 | |
Line is longer than 80 characters. | 347 | |
Line contains a tab character. | 347 | |
Line contains a tab character. | 348 | |
Line contains a tab character. | 350 | |
Method 'getOrgOrgRelationTypesForOrgHierarchy' is not designed for extension - needs to be abstract, final or empty. | 350 | |
Line is longer than 80 characters. | 351 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 352 | |
Parameter orgHierarchyKey should be final. | 352 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 | |
Line contains a tab character. | 355 | |
Line is longer than 80 characters. | 357 | |
Line contains a tab character. | 357 | |
Line is longer than 80 characters. | 358 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
Line contains a tab character. | 361 | |
Method 'getOrgOrgRelationTypesForOrgType' is not designed for extension - needs to be abstract, final or empty. | 361 | |
Line contains a tab character. | 362 | |
Line contains a tab character. | 363 | |
Parameter orgTypeKey should be final. | 363 | |
Line contains a tab character. | 364 | |
Line contains a tab character. | 365 | |
Line contains a tab character. | 366 | |
Line is longer than 80 characters. | 368 | |
Line contains a tab character. | 368 | |
Line is longer than 80 characters. | 369 | |
Line contains a tab character. | 369 | |
Line contains a tab character. | 370 | |
Line contains a tab character. | 372 | |
Method 'getOrgOrgRelationsByIdList' is not designed for extension - needs to be abstract, final or empty. | 372 | |
Line contains a tab character. | 373 | |
Line is longer than 80 characters. | 374 | |
Line contains a tab character. | 374 | |
Parameter orgOrgRelationIdList should be final. | 374 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 376 | |
Line is longer than 80 characters. | 377 | |
Line contains a tab character. | 377 | |
Line is longer than 80 characters. | 379 | |
Line contains a tab character. | 379 | |
Line is longer than 80 characters. | 380 | |
Line contains a tab character. | 380 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 383 | |
Method 'getOrgOrgRelationsByOrg' is not designed for extension - needs to be abstract, final or empty. | 383 | |
Line contains a tab character. | 384 | |
Parameter orgId should be final. | 384 | |
Line contains a tab character. | 385 | |
Line contains a tab character. | 386 | |
Line contains a tab character. | 387 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Line is longer than 80 characters. | 391 | |
Line contains a tab character. | 391 | |
Line is longer than 80 characters. | 392 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 395 | |
Method 'getOrgOrgRelationsByRelatedOrg' is not designed for extension - needs to be abstract, final or empty. | 395 | |
Line contains a tab character. | 396 | |
Line contains a tab character. | 397 | |
Parameter relatedOrgId should be final. | 397 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 399 | |
Line contains a tab character. | 400 | |
Line is longer than 80 characters. | 402 | |
Line contains a tab character. | 402 | |
Line is longer than 80 characters. | 403 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Line contains a tab character. | 406 | |
Method 'getOrgPersonRelation' is not designed for extension - needs to be abstract, final or empty. | 406 | |
Line is longer than 80 characters. | 407 | |
Line contains a tab character. | 407 | |
Parameter orgPersonRelationId should be final. | 407 | |
Line contains a tab character. | 408 | |
Line contains a tab character. | 409 | |
Line contains a tab character. | 410 | |
Line is longer than 80 characters. | 411 | |
Line contains a tab character. | 411 | |
Line is longer than 80 characters. | 413 | |
Line contains a tab character. | 413 | |
Line contains a tab character. | 414 | |
Line contains a tab character. | 415 | |
Line contains a tab character. | 417 | |
Method 'getOrgPersonRelationType' is not designed for extension - needs to be abstract, final or empty. | 417 | |
Line contains a tab character. | 418 | |
Line is longer than 80 characters. | 419 | |
Line contains a tab character. | 419 | |
Parameter orgPersonRelationTypeKey should be final. | 419 | |
Line contains a tab character. | 420 | |
Line contains a tab character. | 421 | |
Line is longer than 80 characters. | 422 | |
Line contains a tab character. | 422 | |
Line is longer than 80 characters. | 424 | |
Line contains a tab character. | 424 | |
Line contains a tab character. | 425 | |
Line contains a tab character. | 426 | |
Line contains a tab character. | 428 | |
Method 'getOrgPersonRelationTypes' is not designed for extension - needs to be abstract, final or empty. | 428 | |
Line contains a tab character. | 429 | |
Line contains a tab character. | 430 | |
Line is longer than 80 characters. | 431 | |
Line contains a tab character. | 431 | |
Line is longer than 80 characters. | 432 | |
Line contains a tab character. | 432 | |
Line contains a tab character. | 433 | |
Line contains a tab character. | 435 | |
Method 'getOrgPersonRelationTypesForOrgType' is not designed for extension - needs to be abstract, final or empty. | 435 | |
Line is longer than 80 characters. | 436 | |
Line contains a tab character. | 436 | |
Line contains a tab character. | 437 | |
Parameter orgTypeKey should be final. | 437 | |
Line contains a tab character. | 438 | |
Line contains a tab character. | 439 | |
Line contains a tab character. | 440 | |
Line is longer than 80 characters. | 442 | |
Line contains a tab character. | 442 | |
Line is longer than 80 characters. | 443 | |
Line contains a tab character. | 443 | |
Line contains a tab character. | 444 | |
Line contains a tab character. | 446 | |
Method 'getOrgPersonRelationsByIdList' is not designed for extension - needs to be abstract, final or empty. | 446 | |
Line contains a tab character. | 447 | |
Line is longer than 80 characters. | 448 | |
Line contains a tab character. | 448 | |
Parameter orgPersonRelationIdList should be final. | 448 | |
Line contains a tab character. | 449 | |
Line contains a tab character. | 450 | |
Line is longer than 80 characters. | 451 | |
Line contains a tab character. | 451 | |
Line is longer than 80 characters. | 453 | |
Line contains a tab character. | 453 | |
Line contains a tab character. | 454 | |
Line contains a tab character. | 455 | |
Line contains a tab character. | 457 | |
Method 'getOrgPersonRelationsByOrg' is not designed for extension - needs to be abstract, final or empty. | 457 | |
Line is longer than 80 characters. | 458 | |
Line contains a tab character. | 458 | |
Parameter orgId should be final. | 458 | |
Line contains a tab character. | 459 | |
Line contains a tab character. | 460 | |
Line contains a tab character. | 461 | |
Line contains a tab character. | 462 | |
Line is longer than 80 characters. | 464 | |
Line contains a tab character. | 464 | |
Line is longer than 80 characters. | 465 | |
Line contains a tab character. | 465 | |
Line contains a tab character. | 466 | |
Line contains a tab character. | 468 | |
Method 'getOrgPersonRelationsByPerson' is not designed for extension - needs to be abstract, final or empty. | 468 | |
Line contains a tab character. | 469 | |
Line is longer than 80 characters. | 470 | |
Line contains a tab character. | 470 | |
Parameter personId should be final. | 470 | |
Parameter orgId should be final. | 470 | |
Line contains a tab character. | 471 | |
Line contains a tab character. | 472 | |
Line contains a tab character. | 473 | |
Line contains a tab character. | 474 | |
Line is longer than 80 characters. | 476 | |
Line contains a tab character. | 476 | |
Line contains a tab character. | 477 | |
Line contains a tab character. | 478 | |
Line contains a tab character. | 480 | |
Method 'getOrgType' is not designed for extension - needs to be abstract, final or empty. | 480 | |
Line contains a tab character. | 481 | |
Parameter orgTypeKey should be final. | 481 | |
Line contains a tab character. | 482 | |
Line contains a tab character. | 483 | |
Line contains a tab character. | 484 | |
Line is longer than 80 characters. | 486 | |
Line contains a tab character. | 486 | |
Line contains a tab character. | 487 | |
Line contains a tab character. | 489 | |
Method 'getOrgTypes' is not designed for extension - needs to be abstract, final or empty. | 489 | |
Line contains a tab character. | 490 | |
Line is longer than 80 characters. | 491 | |
Line contains a tab character. | 491 | |
Line contains a tab character. | 492 | |
Line contains a tab character. | 494 | |
Method 'getOrganization' is not designed for extension - needs to be abstract, final or empty. | 494 | |
Line is longer than 80 characters. | 495 | |
Line contains a tab character. | 495 | |
Parameter orgId should be final. | 495 | |
Line contains a tab character. | 496 | |
Line contains a tab character. | 497 | |
Line contains a tab character. | 498 | |
Line is longer than 80 characters. | 500 | |
Line contains a tab character. | 500 | |
Line contains a tab character. | 501 | |
Line contains a tab character. | 503 | |
Method 'getOrganizationsByIdList' is not designed for extension - needs to be abstract, final or empty. | 503 | |
Line contains a tab character. | 504 | |
Parameter orgIdList should be final. | 504 | |
Line contains a tab character. | 505 | |
Line contains a tab character. | 506 | |
Line contains a tab character. | 507 | |
Line contains a tab character. | 508 | |
Line is longer than 80 characters. | 510 | |
Line contains a tab character. | 510 | |
Line contains a tab character. | 511 | |
Line contains a tab character. | 512 | |
Line contains a tab character. | 514 | |
Method 'getPersonIdsForOrgByRelationType' is not designed for extension - needs to be abstract, final or empty. | 514 | |
Line contains a tab character. | 515 | |
Parameter orgId should be final. | 515 | |
Line is longer than 80 characters. | 516 | |
Line contains a tab character. | 516 | |
Parameter orgPersonRelationTypeKey should be final. | 516 | |
Line contains a tab character. | 517 | |
Line contains a tab character. | 518 | |
Line contains a tab character. | 519 | |
Line is longer than 80 characters. | 520 | |
Line contains a tab character. | 520 | |
Line is longer than 80 characters. | 522 | |
Line contains a tab character. | 522 | |
Line contains a tab character. | 523 | |
Line contains a tab character. | 525 | |
Method 'getPositionRestrictionsByOrg' is not designed for extension - needs to be abstract, final or empty. | 525 | |
Line contains a tab character. | 526 | |
Line contains a tab character. | 527 | |
Parameter orgId should be final. | 527 | |
Line contains a tab character. | 528 | |
Line contains a tab character. | 529 | |
Line contains a tab character. | 530 | |
Line contains a tab character. | 531 | |
Line is longer than 80 characters. | 533 | |
Line contains a tab character. | 533 | |
Line is longer than 80 characters. | 534 | |
Line contains a tab character. | 534 | |
Line contains a tab character. | 535 | |
Line contains a tab character. | 537 | |
Method 'hasOrgOrgRelation' is not designed for extension - needs to be abstract, final or empty. | 537 | |
Line contains a tab character. | 538 | |
Parameter orgId should be final. | 538 | |
Parameter comparisonOrgId should be final. | 538 | |
Line is longer than 80 characters. | 539 | |
Line contains a tab character. | 539 | |
Parameter orgOrgRelationTypeKey should be final. | 539 | |
Line contains a tab character. | 540 | |
Line contains a tab character. | 541 | |
Line contains a tab character. | 542 | |
Line contains a tab character. | 543 | |
Line contains a tab character. | 544 | |
Line is longer than 80 characters. | 545 | |
Line contains a tab character. | 545 | |
Line is longer than 80 characters. | 547 | |
Line contains a tab character. | 547 | |
Line contains a tab character. | 548 | |
Line contains a tab character. | 549 | |
Line contains a tab character. | 550 | |
Line contains a tab character. | 552 | |
Method 'hasOrgPersonRelation' is not designed for extension - needs to be abstract, final or empty. | 552 | |
Line contains a tab character. | 553 | |
Parameter orgId should be final. | 553 | |
Parameter personId should be final. | 553 | |
Line is longer than 80 characters. | 554 | |
Line contains a tab character. | 554 | |
Parameter orgPersonRelationTypeKey should be final. | 554 | |
Line contains a tab character. | 555 | |
Line contains a tab character. | 556 | |
Line contains a tab character. | 557 | |
Line contains a tab character. | 558 | |
Line is longer than 80 characters. | 559 | |
Line contains a tab character. | 559 | |
Line is longer than 80 characters. | 561 | |
Line contains a tab character. | 561 | |
Line contains a tab character. | 562 | |
Line contains a tab character. | 564 | |
Method 'isDescendant' is not designed for extension - needs to be abstract, final or empty. | 564 | |
Line contains a tab character. | 565 | |
Parameter orgId should be final. | 565 | |
Parameter descendantOrgId should be final. | 565 | |
Line contains a tab character. | 566 | |
Parameter orgHierarchy should be final. | 566 | |
Line contains a tab character. | 567 | |
Line contains a tab character. | 568 | |
Line contains a tab character. | 569 | |
Line contains a tab character. | 570 | |
Line contains a tab character. | 571 | |
Line is longer than 80 characters. | 573 | |
Line contains a tab character. | 573 | |
Line is longer than 80 characters. | 574 | |
Line contains a tab character. | 574 | |
Line contains a tab character. | 575 | |
Line contains a tab character. | 576 | |
Line contains a tab character. | 577 | |
Line contains a tab character. | 579 | |
Method 'removeOrgOrgRelation' is not designed for extension - needs to be abstract, final or empty. | 579 | |
Line contains a tab character. | 580 | |
'=' is not preceded with whitespace. | 580 | |
'=' is not followed by whitespace. | 580 | |
Line contains a tab character. | 581 | |
Parameter orgOrgRelationId should be final. | 581 | |
Line contains a tab character. | 582 | |
Line contains a tab character. | 583 | |
Line contains a tab character. | 584 | |
Line contains a tab character. | 585 | |
Line contains a tab character. | 587 | |
Line contains a tab character. | 588 | |
Line contains a tab character. | 589 | |
Line contains a tab character. | 591 | |
Method 'removeOrgPersonRelation' is not designed for extension - needs to be abstract, final or empty. | 591 | |
Line contains a tab character. | 592 | |
'=' is not preceded with whitespace. | 592 | |
'=' is not followed by whitespace. | 592 | |
Line contains a tab character. | 593 | |
Parameter orgPersonRelationId should be final. | 593 | |
Line contains a tab character. | 594 | |
Line contains a tab character. | 595 | |
Line contains a tab character. | 596 | |
Line is longer than 80 characters. | 597 | |
Line contains a tab character. | 597 | |
Line is longer than 80 characters. | 599 | |
Line contains a tab character. | 599 | |
Line contains a tab character. | 600 | |
Line contains a tab character. | 601 | |
Line contains a tab character. | 603 | |
Method 'removePositionRestrictionFromOrg' is not designed for extension - needs to be abstract, final or empty. | 603 | |
Line contains a tab character. | 604 | |
'=' is not preceded with whitespace. | 604 | |
'=' is not followed by whitespace. | 604 | |
Line contains a tab character. | 605 | |
Parameter orgId should be final. | 605 | |
Line is longer than 80 characters. | 606 | |
Line contains a tab character. | 606 | |
Parameter orgPersonRelationTypeKey should be final. | 606 | |
Line contains a tab character. | 607 | |
Line contains a tab character. | 608 | |
Line contains a tab character. | 610 | |
Line is longer than 80 characters. | 611 | |
Line contains a tab character. | 611 | |
Line contains a tab character. | 612 | |
Line contains a tab character. | 613 | |
Line is longer than 80 characters. | 614 | |
Line contains a tab character. | 614 | |
Line contains a tab character. | 615 | |
Line contains a tab character. | 616 | |
Line contains a tab character. | 617 | |
Line contains a tab character. | 618 | |
Line contains a tab character. | 619 | |
Line contains a tab character. | 620 | |
Line contains a tab character. | 621 | |
Line contains a tab character. | 622 | |
Line contains a tab character. | 623 | |
Line contains a tab character. | 625 | |
Method 'updateOrgOrgRelation' is not designed for extension - needs to be abstract, final or empty. | 625 | |
Line contains a tab character. | 626 | |
'=' is not preceded with whitespace. | 626 | |
'=' is not followed by whitespace. | 626 | |
Line contains a tab character. | 627 | |
Parameter orgOrgRelationId should be final. | 627 | |
Line contains a tab character. | 628 | |
Parameter orgOrgRelationInfo should be final. | 628 | |
Line is longer than 80 characters. | 629 | |
Line contains a tab character. | 629 | |
Line contains a tab character. | 630 | |
Line contains a tab character. | 631 | |
Line contains a tab character. | 632 | |
Line contains a tab character. | 633 | |
Line contains a tab character. | 634 | |
Line contains a tab character. | 635 | |
Line contains a tab character. | 637 | |
Line contains a tab character. | 638 | |
Line contains a tab character. | 640 | |
Line contains a tab character. | 642 | |
Line is longer than 80 characters. | 643 | |
Line contains a tab character. | 643 | |
Line contains a tab character. | 645 | |
Line is longer than 80 characters. | 646 | |
Line contains a tab character. | 646 | |
Line contains a tab character. | 648 | |
Line is longer than 80 characters. | 649 | |
Line contains a tab character. | 649 | |
Line contains a tab character. | 650 | |
Line contains a tab character. | 652 | |
Line contains a tab character. | 654 | |
Method 'updateOrgPersonRelation' is not designed for extension - needs to be abstract, final or empty. | 654 | |
Line contains a tab character. | 655 | |
'=' is not preceded with whitespace. | 655 | |
'=' is not followed by whitespace. | 655 | |
Line contains a tab character. | 656 | |
Line contains a tab character. | 657 | |
Parameter orgPersonRelationId should be final. | 657 | |
Line contains a tab character. | 658 | |
Parameter orgPersonRelationInfo should be final. | 658 | |
Line is longer than 80 characters. | 659 | |
Line contains a tab character. | 659 | |
Line contains a tab character. | 660 | |
Line contains a tab character. | 661 | |
Line contains a tab character. | 662 | |
Line contains a tab character. | 663 | |
Line is longer than 80 characters. | 664 | |
Line contains a tab character. | 664 | |
Line is longer than 80 characters. | 665 | |
Line contains a tab character. | 665 | |
Line contains a tab character. | 667 | |
Line is longer than 80 characters. | 668 | |
Line contains a tab character. | 668 | |
'if' is not followed by whitespace. | 668 | |
',' is not followed by whitespace. | 668 | |
'{' is not preceded with whitespace. | 668 | |
Line is longer than 80 characters. | 669 | |
Line contains a tab character. | 669 | |
Line contains a tab character. | 670 | |
Line contains a tab character. | 672 | |
Line contains a tab character. | 673 | |
Line contains a tab character. | 675 | |
Line contains a tab character. | 677 | |
Line is longer than 80 characters. | 678 | |
Line contains a tab character. | 678 | |
Line contains a tab character. | 680 | |
Line contains a tab character. | 681 | |
Line contains a tab character. | 683 | |
Line is longer than 80 characters. | 684 | |
Line contains a tab character. | 684 | |
Line contains a tab character. | 685 | |
Line contains a tab character. | 686 | |
Line contains a tab character. | 688 | |
Method 'updateOrganization' is not designed for extension - needs to be abstract, final or empty. | 688 | |
Line contains a tab character. | 689 | |
'=' is not preceded with whitespace. | 689 | |
'=' is not followed by whitespace. | 689 | |
Line contains a tab character. | 690 | |
Parameter orgId should be final. | 690 | |
Parameter orgInfo should be final. | 690 | |
Line is longer than 80 characters. | 691 | |
Line contains a tab character. | 691 | |
Line contains a tab character. | 692 | |
Line contains a tab character. | 693 | |
Line contains a tab character. | 694 | |
Line contains a tab character. | 696 | |
Line contains a tab character. | 697 | |
Line contains a tab character. | 698 | |
Line contains a tab character. | 700 | |
Line contains a tab character. | 701 | |
Line contains a tab character. | 703 | |
Line contains a tab character. | 705 | |
Line is longer than 80 characters. | 706 | |
Line contains a tab character. | 706 | |
Line contains a tab character. | 708 | |
Line contains a tab character. | 709 | |
Line contains a tab character. | 711 | |
Line is longer than 80 characters. | 712 | |
Line contains a tab character. | 712 | |
Line contains a tab character. | 713 | |
Line contains a tab character. | 715 | |
Line contains a tab character. | 717 | |
Method 'updatePositionRestrictionForOrg' is not designed for extension - needs to be abstract, final or empty. | 717 | |
Line contains a tab character. | 718 | |
'=' is not preceded with whitespace. | 718 | |
'=' is not followed by whitespace. | 718 | |
Line contains a tab character. | 719 | |
Line contains a tab character. | 720 | |
Parameter orgId should be final. | 720 | |
Parameter orgPersonRelationTypeKey should be final. | 720 | |
Line contains a tab character. | 721 | |
Parameter orgPositionRestrictionInfo should be final. | 721 | |
Line is longer than 80 characters. | 722 | |
Line contains a tab character. | 722 | |
Line contains a tab character. | 723 | |
Line contains a tab character. | 724 | |
Line contains a tab character. | 725 | |
Line contains a tab character. | 727 | |
Line contains a tab character. | 728 | |
Line is longer than 80 characters. | 729 | |
Line contains a tab character. | 729 | |
Line is longer than 80 characters. | 730 | |
Line contains a tab character. | 730 | |
Line contains a tab character. | 732 | |
Line contains a tab character. | 733 | |
Line is longer than 80 characters. | 734 | |
Line contains a tab character. | 734 | |
Line contains a tab character. | 736 | |
Line contains a tab character. | 738 | |
Line is longer than 80 characters. | 739 | |
Line contains a tab character. | 739 | |
Line contains a tab character. | 741 | |
Line is longer than 80 characters. | 742 | |
Line contains a tab character. | 742 | |
Line contains a tab character. | 744 | |
Line is longer than 80 characters. | 745 | |
Line contains a tab character. | 745 | |
Line contains a tab character. | 746 | |
Line contains a tab character. | 747 | |
Line contains a tab character. | 749 | |
Method 'validateOrg' is not designed for extension - needs to be abstract, final or empty. | 749 | |
Line contains a tab character. | 750 | |
Parameter validationType should be final. | 750 | |
Line contains a tab character. | 751 | |
Parameter orgInfo should be final. | 751 | |
Line contains a tab character. | 752 | |
Line contains a tab character. | 753 | |
Line contains a tab character. | 755 | |
Line contains a tab character. | 756 | |
Line contains a tab character. | 758 | |
Line is longer than 80 characters. | 759 | |
Line contains a tab character. | 759 | |
Line contains a tab character. | 761 | |
Line contains a tab character. | 762 | |
Line contains a tab character. | 764 | |
Method 'validateOrgOrgRelation' is not designed for extension - needs to be abstract, final or empty. | 764 | |
Line is longer than 80 characters. | 765 | |
Line contains a tab character. | 765 | |
Parameter validationType should be final. | 765 | |
Line contains a tab character. | 766 | |
Parameter orgOrgRelationInfo should be final. | 766 | |
Line contains a tab character. | 767 | |
Line contains a tab character. | 768 | |
Line contains a tab character. | 769 | |
Line is longer than 80 characters. | 770 | |
Line contains a tab character. | 770 | |
Line has trailing spaces. | 772 | |
Line is longer than 80 characters. | 772 | |
Line contains a tab character. | 772 | |
Line contains a tab character. | 773 | |
Line contains a tab character. | 774 | |
Line contains a tab character. | 776 | |
Method 'validateOrgPersonRelation' is not designed for extension - needs to be abstract, final or empty. | 776 | |
Line contains a tab character. | 777 | |
Line is longer than 80 characters. | 778 | |
Line contains a tab character. | 778 | |
Parameter validationType should be final. | 778 | |
Parameter orgPersonRelationInfo should be final. | 778 | |
Line contains a tab character. | 779 | |
Line contains a tab character. | 780 | |
Line contains a tab character. | 781 | |
Line has trailing spaces. | 782 | |
Line has trailing spaces. | 783 | |
Line is longer than 80 characters. | 783 | |
Line contains a tab character. | 783 | |
Line contains a tab character. | 784 | |
Line contains a tab character. | 786 | |
Line contains a tab character. | 788 | |
Method 'validateOrgPositionRestriction' is not designed for extension - needs to be abstract, final or empty. | 788 | |
Line contains a tab character. | 789 | |
Line contains a tab character. | 790 | |
Parameter validationType should be final. | 790 | |
Line contains a tab character. | 791 | |
Parameter orgPositionRestrictionInfo should be final. | 791 | |
Line contains a tab character. | 792 | |
Line contains a tab character. | 793 | |
Line contains a tab character. | 794 | |
Line is longer than 80 characters. | 795 | |
Line contains a tab character. | 795 | |
Line contains a tab character. | 797 | |
Line contains a tab character. | 798 | |
Line contains a tab character. | 800 | |
Method 'getSearchCriteriaType' is not designed for extension - needs to be abstract, final or empty. | 800 | |
Line contains a tab character. | 801 | |
Line is longer than 80 characters. | 802 | |
Line contains a tab character. | 802 | |
Parameter searchCriteriaTypeKey should be final. | 802 | |
Line contains a tab character. | 803 | |
Line contains a tab character. | 804 | |
Line is longer than 80 characters. | 806 | |
Line contains a tab character. | 806 | |
Line contains a tab character. | 807 | |
Line contains a tab character. | 809 | |
Method 'getSearchCriteriaTypes' is not designed for extension - needs to be abstract, final or empty. | 809 | |
Line contains a tab character. | 810 | |
Line contains a tab character. | 811 | |
Line contains a tab character. | 812 | |
Line contains a tab character. | 813 | |
Line contains a tab character. | 815 | |
Method 'getSearchResultType' is not designed for extension - needs to be abstract, final or empty. | 815 | |
Line is longer than 80 characters. | 816 | |
Line contains a tab character. | 816 | |
Parameter searchResultTypeKey should be final. | 816 | |
Line contains a tab character. | 817 | |
Line contains a tab character. | 818 | |
Line is longer than 80 characters. | 819 | |
Line contains a tab character. | 819 | |
Line contains a tab character. | 820 | |
Line contains a tab character. | 821 | |
Line contains a tab character. | 823 | |
Method 'getSearchResultTypes' is not designed for extension - needs to be abstract, final or empty. | 823 | |
Line contains a tab character. | 824 | |
Line contains a tab character. | 825 | |
Line contains a tab character. | 826 | |
Line contains a tab character. | 827 | |
Line contains a tab character. | 829 | |
Method 'getSearchType' is not designed for extension - needs to be abstract, final or empty. | 829 | |
Line contains a tab character. | 830 | |
Parameter searchTypeKey should be final. | 830 | |
Line contains a tab character. | 831 | |
Line contains a tab character. | 832 | |
Line contains a tab character. | 833 | |
Line contains a tab character. | 834 | |
Line contains a tab character. | 835 | |
Line contains a tab character. | 837 | |
Method 'getSearchTypes' is not designed for extension - needs to be abstract, final or empty. | 837 | |
Line contains a tab character. | 838 | |
Line contains a tab character. | 839 | |
Line contains a tab character. | 840 | |
Line contains a tab character. | 841 | |
Line contains a tab character. | 843 | |
Method 'getSearchTypesByCriteria' is not designed for extension - needs to be abstract, final or empty. | 843 | |
Line contains a tab character. | 844 | |
Line is longer than 80 characters. | 845 | |
Line contains a tab character. | 845 | |
Parameter searchCriteriaTypeKey should be final. | 845 | |
Line contains a tab character. | 846 | |
Line contains a tab character. | 847 | |
Line is longer than 80 characters. | 848 | |
Line contains a tab character. | 848 | |
Line is longer than 80 characters. | 849 | |
Line contains a tab character. | 849 | |
Line contains a tab character. | 850 | |
Line contains a tab character. | 852 | |
Method 'getSearchTypesByResult' is not designed for extension - needs to be abstract, final or empty. | 852 | |
Line contains a tab character. | 853 | |
Line is longer than 80 characters. | 854 | |
Line contains a tab character. | 854 | |
Parameter searchResultTypeKey should be final. | 854 | |
Line contains a tab character. | 855 | |
Line contains a tab character. | 856 | |
Line is longer than 80 characters. | 857 | |
Line contains a tab character. | 857 | |
Line is longer than 80 characters. | 858 | |
Line contains a tab character. | 858 | |
Line contains a tab character. | 859 | |
Line contains a tab character. | 861 | |
Method 'getOrganizationDao' is not designed for extension - needs to be abstract, final or empty. | 861 | |
Missing a Javadoc comment. | 861 | |
Line contains a tab character. | 862 | |
Line contains a tab character. | 863 | |
Line contains a tab character. | 865 | |
Method 'setOrganizationDao' is not designed for extension - needs to be abstract, final or empty. | 865 | |
Missing a Javadoc comment. | 865 | |
Parameter organizationDao should be final. | 865 | |
'organizationDao' hides a field. | 865 | |
Line contains a tab character. | 866 | |
Line contains a tab character. | 867 | |
Line contains a tab character. | 869 | |
Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 869 | |
Line contains a tab character. | 870 | |
Parameter objectTypeKey should be final. | 870 | |
Line is longer than 80 characters. | 871 | |
Line contains a tab character. | 871 | |
Line contains a tab character. | 872 | |
Line contains a tab character. | 874 | |
Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 874 | |
Line contains a tab character. | 875 | |
Line contains a tab character. | 876 | |
Line contains a tab character. | 877 | |
Line contains a tab character. | 879 | |
Method 'getOrgTree' is not designed for extension - needs to be abstract, final or empty. | 879 | |
Line contains a tab character. | 880 | |
Parameter rootOrgId should be final. | 880 | |
Line is longer than 80 characters. | 881 | |
Line contains a tab character. | 881 | |
Parameter orgHierarchyId should be final. | 881 | |
Parameter maxLevels should be final. | 881 | |
Line contains a tab character. | 882 | |
Line contains a tab character. | 883 | |
Line contains a tab character. | 884 | |
Line contains a tab character. | 885 | |
Line contains a tab character. | 887 | |
Line contains a tab character. | 888 | |
Line is longer than 80 characters. | 889 | |
Line contains a tab character. | 889 | |
',' is not followed by whitespace. | 889 | |
',' is not followed by whitespace. | 889 | |
Line is longer than 80 characters. | 890 | |
Line contains a tab character. | 890 | |
Line contains a tab character. | 891 | |
Line contains a tab character. | 892 | |
Line contains a tab character. | 893 | |
'if' is not followed by whitespace. | 893 | |
'>=' is not preceded with whitespace. | 893 | |
'>=' is not followed by whitespace. | 893 | |
'{' is not preceded with whitespace. | 893 | |
Line is longer than 80 characters. | 894 | |
Line contains a tab character. | 894 | |
',' is not followed by whitespace. | 894 | |
Line contains a tab character. | 895 | |
Line contains a tab character. | 896 | |
Line contains a tab character. | 897 | |
Line contains a tab character. | 899 | |
Missing a Javadoc comment. | 899 | |
Parameter rootOrgId should be final. | 899 | |
Line is longer than 80 characters. | 900 | |
Line contains a tab character. | 900 | |
Parameter orgHierarchyId should be final. | 900 | |
Parameter maxLevels should be final. | 900 | |
Parameter currentLevel should be final. | 900 | |
Line contains a tab character. | 901 | |
Line contains a tab character. | 902 | |
'if' is not followed by whitespace. | 902 | |
'==' is not preceded with whitespace. | 902 | |
'==' is not followed by whitespace. | 902 | |
'||' is not preceded with whitespace. | 902 | |
'||' is not followed by whitespace. | 902 | |
'<' is not preceded with whitespace. | 902 | |
'<' is not followed by whitespace. | 902 | |
'{' is not preceded with whitespace. | 902 | |
Line is longer than 80 characters. | 903 | |
Line contains a tab character. | 903 | |
',' is not followed by whitespace. | 903 | |
Line contains a tab character. | 904 | |
'for' is not followed by whitespace. | 904 | |
':' is not preceded with whitespace. | 904 | |
':' is not followed by whitespace. | 904 | |
'{' is not preceded with whitespace. | 904 | |
Line is longer than 80 characters. | 905 | |
Line contains a tab character. | 905 | |
Line is longer than 80 characters. | 906 | |
Line contains a tab character. | 906 | |
',' is not followed by whitespace. | 906 | |
'+' is not preceded with whitespace. | 906 | |
'+' is not followed by whitespace. | 906 | |
Line contains a tab character. | 907 | |
Line contains a tab character. | 908 | |
Line contains a tab character. | 909 | |
Line contains a tab character. | 910 | |
Line contains a tab character. | 911 | |
First sentence should end with a period. | 913 | |
Line contains a tab character. | 913 | |
Line contains a tab character. | 914 | |
Line contains a tab character. | 915 | |
Line contains a tab character. | 916 | |
Line contains a tab character. | 917 | |
Unused @param tag for 'parameter'. | 917 | |
Line contains a tab character. | 918 | |
Line contains a tab character. | 919 | |
Line contains a tab character. | 920 | |
Parameter param should be final. | 920 | |
Expected @param tag for 'param'. | 920 | |
Parameter paramName should be final. | 920 | |
Expected @param tag for 'paramName'. | 920 | |
Line contains a tab character. | 921 | |
Expected @throws tag for 'MissingParameterException'. | 921 | |
Line contains a tab character. | 922 | |
Line is longer than 80 characters. | 923 | |
Line contains a tab character. | 923 | |
Line contains a tab character. | 924 | |
Line contains a tab character. | 925 | |
Line contains a tab character. | 927 | |
Method 'getSearchManager' is not designed for extension - needs to be abstract, final or empty. | 927 | |
Missing a Javadoc comment. | 927 | |
Line contains a tab character. | 928 | |
Line contains a tab character. | 929 | |
Line contains a tab character. | 931 | |
Method 'setSearchManager' is not designed for extension - needs to be abstract, final or empty. | 931 | |
Missing a Javadoc comment. | 931 | |
Parameter searchManager should be final. | 931 | |
'searchManager' hides a field. | 931 | |
Line contains a tab character. | 932 | |
Line contains a tab character. | 933 | |
Line contains a tab character. | 935 | |
Method 'getDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 935 | |
Missing a Javadoc comment. | 935 | |
Line contains a tab character. | 936 | |
Line contains a tab character. | 937 | |
Line contains a tab character. | 939 | |
Method 'setDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 939 | |
Missing a Javadoc comment. | 939 | |
Line contains a tab character. | 940 | |
Parameter dictionaryServiceDelegate should be final. | 940 | |
'dictionaryServiceDelegate' hides a field. | 940 | |
Line contains a tab character. | 941 | |
Line contains a tab character. | 942 | |
Line contains a tab character. | 944 | |
Method 'getValidator' is not designed for extension - needs to be abstract, final or empty. | 944 | |
Missing a Javadoc comment. | 944 | |
Line contains a tab character. | 945 | |
Line contains a tab character. | 946 | |
Line contains a tab character. | 948 | |
Method 'setValidator' is not designed for extension - needs to be abstract, final or empty. | 948 | |
Missing a Javadoc comment. | 948 | |
Parameter validator should be final. | 948 | |
'validator' hides a field. | 948 | |
Line contains a tab character. | 949 | |
Line contains a tab character. | 950 | |
Line contains a tab character. | 952 | |
Method 'search' is not designed for extension - needs to be abstract, final or empty. | 952 | |
Line is longer than 80 characters. | 953 | |
Line contains a tab character. | 953 | |
Parameter searchRequest should be final. | 953 | |
Line contains a tab character. | 956 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 27 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 46 | |
Line contains a tab character. | 47 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Parameter entity should be final. | 49 | |
Parameter principal should be final. | 49 | |
Method 'getAddressCityName' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Method 'getAddressCityNameUnmasked' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Method 'getAddressCountryCode' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Method 'getAddressCountryCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Method 'getAddressLine1' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Method 'getAddressLine1Unmasked' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Method 'getAddressLine2' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Method 'getAddressLine2Unmasked' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Method 'getAddressLine3' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Method 'getAddressLine3Unmasked' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Method 'getAddressPostalCode' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Method 'getAddressPostalCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Method 'getAddressStateCode' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Method 'getAddressStateCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Method 'getBaseSalaryAmount' is not designed for extension - needs to be abstract, final or empty. | 139 | |
Method 'getCampusCode' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Method 'getCampusCodesForAffiliationOfType' is not designed for extension - needs to be abstract, final or empty. | 151 | |
Parameter paramString should be final. | 152 | |
Method 'getEmailAddress' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Method 'getEmailAddressUnmasked' is not designed for extension - needs to be abstract, final or empty. | 163 | |
Method 'getEmployeeId' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Method 'getEmployeeStatusCode' is not designed for extension - needs to be abstract, final or empty. | 175 | |
Method 'getEmployeeTypeCode' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Method 'getEntityId' is not designed for extension - needs to be abstract, final or empty. | 187 | |
Method 'getEntityTypeCode' is not designed for extension - needs to be abstract, final or empty. | 193 | |
Method 'getExternalId' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Parameter paramString should be final. | 200 | |
Method 'getExternalIdentifiers' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 211 | |
Method 'getFirstNameUnmasked' is not designed for extension - needs to be abstract, final or empty. | 217 | |
Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 223 | |
Method 'getLastNameUnmasked' is not designed for extension - needs to be abstract, final or empty. | 229 | |
Method 'getMiddleName' is not designed for extension - needs to be abstract, final or empty. | 235 | |
Method 'getMiddleNameUnmasked' is not designed for extension - needs to be abstract, final or empty. | 241 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 247 | |
Method 'getNameUnmasked' is not designed for extension - needs to be abstract, final or empty. | 253 | |
Method 'getPhoneNumber' is not designed for extension - needs to be abstract, final or empty. | 259 | |
Method 'getPhoneNumberUnmasked' is not designed for extension - needs to be abstract, final or empty. | 265 | |
Method 'getPrimaryDepartmentCode' is not designed for extension - needs to be abstract, final or empty. | 271 | |
Method 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 277 | |
Method 'getPrincipalName' is not designed for extension - needs to be abstract, final or empty. | 283 | |
Method 'hasAffiliationOfType' is not designed for extension - needs to be abstract, final or empty. | 289 | |
Parameter paramString should be final. | 290 | |
Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 295 | |
Line is longer than 80 characters. | 311 | |
Method 'populateNameInfo' is not designed for extension - needs to be abstract, final or empty. | 311 | |
Missing a Javadoc comment. | 311 | |
Parameter entity should be final. | 311 | |
Parameter principal should be final. | 311 | |
Line contains a tab character. | 312 | |
Expected an @return tag. | 329 | |
'(' is followed by whitespace. | 329 | |
Parameter str should be final. | 329 | |
Expected @param tag for 'str'. | 329 | |
')' is preceded with whitespace. | 329 | |
'(' is followed by whitespace. | 330 | |
')' is preceded with whitespace. | 330 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 28 | |
Method 'findPeopleInternal' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line is longer than 80 characters. | 37 | |
Parameter identityService should be final. | 37 | |
Parameter criteria should be final. | 37 | |
Parameter unbounded should be final. | 37 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 55 | |
Line is longer than 80 characters. | 60 | |
Method 'convertEntityToPerson' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter entity should be final. | 60 | |
Parameter principal should be final. | 60 | |
Line is longer than 80 characters. | 62 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 64 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 77 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Unused import - org.kuali.rice.kim.service.IdentityService. | 27 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 53 | |
'public' modifier out of order with the JLS suggestions. | 53 | |
',' is not followed by whitespace. | 53 | |
',' is not followed by whitespace. | 53 | |
Line is longer than 80 characters. | 55 | |
Missing a Javadoc comment. | 55 | |
'public' modifier out of order with the JLS suggestions. | 55 | |
Name 'searchOperations' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 55 | |
Line has trailing spaces. | 56 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 66 | |
First sentence should end with a period. | 69 | |
Line is longer than 80 characters. | 72 | |
Expected an @return tag. | 74 | |
Method 'getSearchTypes' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Line is longer than 80 characters. | 75 | |
Expected @throws tag for 'OperationFailedException'. | 75 | |
Line is longer than 80 characters. | 76 | |
'(' is preceded with whitespace. | 78 | |
'(' is preceded with whitespace. | 79 | |
Method 'search' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Parameter searchRequest should be final. | 86 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 98 | |
Expected an @return tag. | 100 | |
Method 'getSearchCriteriaType' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Line is longer than 80 characters. | 101 | |
Parameter searchCriteriaTypeKey should be final. | 101 | |
Expected @param tag for 'searchCriteriaTypeKey'. | 101 | |
Expected @throws tag for 'DoesNotExistException'. | 101 | |
Expected @throws tag for 'InvalidParameterException'. | 101 | |
Expected @throws tag for 'MissingParameterException'. | 101 | |
Expected @throws tag for 'OperationFailedException'. | 101 | |
Line is longer than 80 characters. | 108 | |
Expected an @return tag. | 110 | |
Method 'getSearchCriteriaTypes' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Line is longer than 80 characters. | 111 | |
Expected @throws tag for 'OperationFailedException'. | 111 | |
Line is longer than 80 characters. | 118 | |
Expected an @return tag. | 120 | |
Method 'getSearchResultType' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Line is longer than 80 characters. | 121 | |
Parameter searchResultTypeKey should be final. | 121 | |
Expected @param tag for 'searchResultTypeKey'. | 121 | |
Expected @throws tag for 'DoesNotExistException'. | 121 | |
Expected @throws tag for 'InvalidParameterException'. | 121 | |
Expected @throws tag for 'MissingParameterException'. | 121 | |
Expected @throws tag for 'OperationFailedException'. | 121 | |
Line is longer than 80 characters. | 128 | |
Expected an @return tag. | 130 | |
Method 'getSearchResultTypes' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Line is longer than 80 characters. | 131 | |
Expected @throws tag for 'OperationFailedException'. | 131 | |
Line is longer than 80 characters. | 138 | |
Expected an @return tag. | 140 | |
Method 'getSearchType' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Line is longer than 80 characters. | 141 | |
Parameter searchTypeKey should be final. | 141 | |
Expected @param tag for 'searchTypeKey'. | 141 | |
Expected @throws tag for 'DoesNotExistException'. | 141 | |
Expected @throws tag for 'InvalidParameterException'. | 141 | |
Expected @throws tag for 'MissingParameterException'. | 141 | |
Expected @throws tag for 'OperationFailedException'. | 141 | |
Line is longer than 80 characters. | 148 | |
Expected an @return tag. | 150 | |
Method 'getSearchTypesByCriteria' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Line is longer than 80 characters. | 151 | |
Parameter searchCriteriaTypeKey should be final. | 151 | |
Expected @param tag for 'searchCriteriaTypeKey'. | 151 | |
Expected @throws tag for 'DoesNotExistException'. | 151 | |
Expected @throws tag for 'InvalidParameterException'. | 151 | |
Expected @throws tag for 'MissingParameterException'. | 151 | |
Expected @throws tag for 'OperationFailedException'. | 151 | |
Method 'getSearchTypesByResult' is not designed for extension - needs to be abstract, final or empty. | 155 | |
Line is longer than 80 characters. | 156 | |
Parameter searchResultTypeKey should be final. | 156 | |
Method 'getIdentityService' is not designed for extension - needs to be abstract, final or empty. | 162 | |
Missing a Javadoc comment. | 162 | |
Method 'setIdentityService' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Missing a Javadoc comment. | 165 | |
Parameter identityService should be final. | 165 | |
'identityService' hides a field. | 165 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 36 | |
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. | 39 | |
Missing a Javadoc comment. | 40 | |
'static' modifier out of order with the JLS suggestions. | 40 | |
Missing a Javadoc comment. | 41 | |
'static' modifier out of order with the JLS suggestions. | 41 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
'static' modifier out of order with the JLS suggestions. | 42 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
'static' modifier out of order with the JLS suggestions. | 44 | |
Line is longer than 80 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
'static' modifier out of order with the JLS suggestions. | 45 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
'static' modifier out of order with the JLS suggestions. | 46 | |
';' is not followed by whitespace. | 46 | |
Line is longer than 80 characters. | 47 | |
Missing a Javadoc comment. | 47 | |
'static' modifier out of order with the JLS suggestions. | 47 | |
';' is not followed by whitespace. | 47 | |
Line is longer than 80 characters. | 48 | |
Missing a Javadoc comment. | 48 | |
'static' modifier out of order with the JLS suggestions. | 48 | |
Line is longer than 80 characters. | 50 | |
Missing a Javadoc comment. | 50 | |
'static' modifier out of order with the JLS suggestions. | 50 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
'static' modifier out of order with the JLS suggestions. | 52 | |
Line is longer than 80 characters. | 53 | |
Missing a Javadoc comment. | 53 | |
'static' modifier out of order with the JLS suggestions. | 53 | |
Missing a Javadoc comment. | 54 | |
'static' modifier out of order with the JLS suggestions. | 54 | |
Missing a Javadoc comment. | 55 | |
'static' modifier out of order with the JLS suggestions. | 55 | |
Missing a Javadoc comment. | 56 | |
'static' modifier out of order with the JLS suggestions. | 56 | |
Line has trailing spaces. | 57 | |
Line has trailing spaces. | 58 | |
Line is longer than 80 characters. | 59 | |
Missing a Javadoc comment. | 59 | |
'{' is not preceded with whitespace. | 81 | |
Line contains a tab character. | 82 | |
'if' is not followed by whitespace. | 82 | |
'!=' is not preceded with whitespace. | 82 | |
'!=' is not followed by whitespace. | 82 | |
'{' is not preceded with whitespace. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
'else' is not preceded with whitespace. | 84 | |
'}' is not followed by whitespace. | 84 | |
'else' is not followed by whitespace. | 84 | |
'{' is not preceded with whitespace. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line is longer than 80 characters. | 90 | |
'if' is not followed by whitespace. | 91 | |
'!=' is not preceded with whitespace. | 91 | |
'!=' is not followed by whitespace. | 91 | |
'{' is not preceded with whitespace. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
'else' is not preceded with whitespace. | 95 | |
'}' is not followed by whitespace. | 95 | |
Line is longer than 80 characters. | 96 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line has trailing spaces. | 99 | |
Line contains a tab character. | 99 | |
Line is longer than 80 characters. | 100 | |
Line is longer than 80 characters. | 104 | |
Line is longer than 80 characters. | 108 | |
'{' is not followed by whitespace. | 113 | |
',' is not followed by whitespace. | 126 | |
',' is not followed by whitespace. | 126 | |
Line is longer than 80 characters. | 129 | |
Line is longer than 80 characters. | 138 | |
Line is longer than 80 characters. | 144 | |
Avoid inline conditionals. | 144 | |
Parameter o1 should be final. | 148 | |
Parameter o2 should be final. | 148 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 151 | |
Line is longer than 80 characters. | 152 | |
Line has trailing spaces. | 164 | |
Line has trailing spaces. | 169 | |
Line has trailing spaces. | 174 | |
'+' is not preceded with whitespace. | 187 | |
'+' is not followed by whitespace. | 187 | |
'+' is not preceded with whitespace. | 187 | |
'+' is not followed by whitespace. | 187 | |
'+' is not preceded with whitespace. | 187 | |
'+' is not followed by whitespace. | 187 | |
Line has trailing spaces. | 189 | |
Line has trailing spaces. | 191 | |
Line has trailing spaces. | 193 | |
'(' is preceded with whitespace. | 200 | |
'{' should be on the previous line. | 201 | |
'(' is preceded with whitespace. | 202 | |
'(' is preceded with whitespace. | 202 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
'{' should be on the previous line. | 28 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
'(' is preceded with whitespace. | 30 | |
'{' should be on the previous line. | 31 | |
'(' is preceded with whitespace. | 32 | |
'(' is preceded with whitespace. | 33 | |
'(' is preceded with whitespace. | 34 | |
'(' is preceded with whitespace. | 35 | |
'(' is preceded with whitespace. | 38 | |
'(' is preceded with whitespace. | 39 | |
'(' is preceded with whitespace. | 40 | |
'(' is preceded with whitespace. | 41 | |
'(' is preceded with whitespace. | 42 | |
'(' is preceded with whitespace. | 43 | |
'(' is preceded with whitespace. | 44 | |
'(' is preceded with whitespace. | 49 | |
'(' is preceded with whitespace. | 50 | |
'(' is preceded with whitespace. | 51 | |
'(' is preceded with whitespace. | 52 | |
'(' is preceded with whitespace. | 53 | |
'(' is preceded with whitespace. | 54 | |
'(' is preceded with whitespace. | 55 | |
'(' is preceded with whitespace. | 56 | |
'(' is preceded with whitespace. | 58 | |
'(' is preceded with whitespace. | 59 | |
'(' is preceded with whitespace. | 60 | |
'(' is preceded with whitespace. | 61 | |
'(' is preceded with whitespace. | 62 | |
'(' is preceded with whitespace. | 63 | |
'(' is preceded with whitespace. | 64 | |
'(' is preceded with whitespace. | 65 | |
'(' is preceded with whitespace. | 67 | |
'(' is preceded with whitespace. | 68 | |
'(' is preceded with whitespace. | 69 | |
'(' is preceded with whitespace. | 70 | |
'(' is preceded with whitespace. | 71 | |
'(' is preceded with whitespace. | 72 | |
'(' is preceded with whitespace. | 73 | |
'(' is preceded with whitespace. | 74 | |
'(' is preceded with whitespace. | 76 | |
'(' is preceded with whitespace. | 77 | |
'(' is preceded with whitespace. | 79 | |
'(' is preceded with whitespace. | 80 | |
'(' is preceded with whitespace. | 81 | |
'(' is preceded with whitespace. | 82 | |
'(' is preceded with whitespace. | 83 | |
'(' is preceded with whitespace. | 87 | |
'(' is preceded with whitespace. | 88 | |
'(' is preceded with whitespace. | 89 | |
'(' is preceded with whitespace. | 90 | |
'(' is preceded with whitespace. | 91 | |
'(' is preceded with whitespace. | 92 | |
'(' is preceded with whitespace. | 94 | |
'(' is preceded with whitespace. | 95 | |
'(' is preceded with whitespace. | 96 | |
'(' is preceded with whitespace. | 97 | |
'(' is preceded with whitespace. | 98 | |
'(' is preceded with whitespace. | 99 | |
'(' is preceded with whitespace. | 101 | |
'(' is preceded with whitespace. | 102 | |
'(' is preceded with whitespace. | 103 | |
'(' is preceded with whitespace. | 104 | |
'(' is preceded with whitespace. | 105 | |
'(' is preceded with whitespace. | 106 | |
'(' is preceded with whitespace. | 108 | |
'(' is preceded with whitespace. | 109 | |
'(' is preceded with whitespace. | 110 | |
'(' is preceded with whitespace. | 111 | |
'(' is preceded with whitespace. | 112 | |
'(' is preceded with whitespace. | 113 | |
'(' is preceded with whitespace. | 114 | |
'(' is preceded with whitespace. | 116 | |
'(' is preceded with whitespace. | 117 | |
'(' is preceded with whitespace. | 118 | |
'(' is preceded with whitespace. | 119 | |
'(' is preceded with whitespace. | 120 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 | |
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 24 | |
Redundant 'public' modifier. | 24 | |
Missing a Javadoc comment. | 25 | |
Redundant 'public' modifier. | 25 | |
'(' is preceded with whitespace. | 25 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 38 | |
Redundant 'public' modifier. | 38 | |
Line is longer than 80 characters. | 39 | |
Missing a Javadoc comment. | 39 | |
Redundant 'public' modifier. | 39 | |
Line is longer than 80 characters. | 40 | |
Missing a Javadoc comment. | 40 | |
Redundant 'public' modifier. | 40 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Redundant 'public' modifier. | 41 | |
Line is longer than 80 characters. | 42 | |
Missing a Javadoc comment. | 42 | |
Redundant 'public' modifier. | 42 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
Redundant 'public' modifier. | 43 | |
Missing a Javadoc comment. | 44 | |
Redundant 'public' modifier. | 44 | |
Missing a Javadoc comment. | 45 | |
Redundant 'public' modifier. | 45 | |
Line is longer than 80 characters. | 46 | |
Missing a Javadoc comment. | 46 | |
Redundant 'public' modifier. | 46 | |
Missing a Javadoc comment. | 47 | |
Redundant 'public' modifier. | 47 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 34 | |
Line is longer than 80 characters. | 40 | |
Method 'setEm' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Parameter em should be final. | 43 | |
Method 'getProposalsByIdList' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Parameter idList should be final. | 48 | |
Method 'getProposalsByProposalType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Line is longer than 80 characters. | 57 | |
Parameter proposalTypeId should be final. | 57 | |
'{' is not preceded with whitespace. | 57 | |
Line is longer than 80 characters. | 58 | |
Method 'getProposalsByReference' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Line is longer than 80 characters. | 66 | |
Parameter referenceTypeId should be final. | 66 | |
Parameter referenceId should be final. | 66 | |
Method 'getProposalsByState' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Line is longer than 80 characters. | 76 | |
Parameter proposalState should be final. | 76 | |
Parameter proposalTypeId should be final. | 76 | |
Line contains a tab character. | 85 | |
Method 'getProposalByWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Line contains a tab character. | 86 | |
Parameter workflowId should be final. | 86 | |
Line contains a tab character. | 87 | |
'cast' is not followed by whitespace. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
Method 'getProposalTypesForReferenceType' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Line is longer than 80 characters. | 96 | |
Parameter referenceTypeId should be final. | 96 | |
Line is longer than 80 characters. | 97 | |
Method 'getProposalPerson' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Parameter proposerId should be final. | 106 | |
'cast' is not followed by whitespace. | 109 | |
Method 'getProposalOrg' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Parameter orgId should be final. | 114 | |
Redundant throws: 'NoResultException' is unchecked exception. | 114 | |
'cast' is not followed by whitespace. | 117 | |
Method 'getObjectReference' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Line is longer than 80 characters. | 122 | |
Parameter objectReferenceId should be final. | 122 | |
Parameter objectReferenceType should be final. | 122 | |
Redundant throws: 'NoResultException' is unchecked exception. | 122 | |
Line is longer than 80 characters. | 123 | |
Line is longer than 80 characters. | 126 | |
'cast' is not followed by whitespace. | 126 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 40 | |
'(' is followed by whitespace. | 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 is longer than 80 characters. | 54 | |
'=' is not preceded with whitespace. | 56 | |
'=' is not followed by whitespace. | 56 | |
'=' is not preceded with whitespace. | 56 | |
'=' is not followed by whitespace. | 56 | |
'=' is not preceded with whitespace. | 56 | |
'=' is not followed by whitespace. | 56 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 59 | |
Missing a Javadoc comment. | 59 | |
'=' is not preceded with whitespace. | 59 | |
'=' is not followed by whitespace. | 59 | |
Line contains a tab character. | 62 | |
Missing a Javadoc comment. | 62 | |
'=' is not preceded with whitespace. | 62 | |
'=' is not followed by whitespace. | 62 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 71 | |
'=' is not preceded with whitespace. | 71 | |
'=' is not followed by whitespace. | 71 | |
'=' is not preceded with whitespace. | 72 | |
'=' is not followed by whitespace. | 72 | |
'=' is not preceded with whitespace. | 73 | |
'=' is not preceded with whitespace. | 74 | |
'=' is not followed by whitespace. | 74 | |
'=' is not preceded with whitespace. | 74 | |
'=' is not followed by whitespace. | 74 | |
'=' is not preceded with whitespace. | 75 | |
Line is longer than 80 characters. | 76 | |
'=' is not preceded with whitespace. | 76 | |
'=' is not followed by whitespace. | 76 | |
'=' is not preceded with whitespace. | 76 | |
'=' is not followed by whitespace. | 76 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 97 | |
'=' is not preceded with whitespace. | 97 | |
'=' is not followed by whitespace. | 97 | |
Missing a Javadoc comment. | 101 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Parameter name should be final. | 108 | |
'name' hides a field. | 108 | |
Method 'getProposerPerson' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Method 'setProposerPerson' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Parameter proposerPerson should be final. | 116 | |
'proposerPerson' hides a field. | 116 | |
Method 'getProposerOrg' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Method 'setProposerOrg' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Parameter proposerOrg should be final. | 124 | |
'proposerOrg' hides a field. | 124 | |
Method 'getProposalReference' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Line is longer than 80 characters. | 133 | |
Method 'setProposalReference' is not designed for extension - needs to be abstract, final or empty. | 133 | |
Missing a Javadoc comment. | 133 | |
Parameter proposalReference should be final. | 133 | |
'proposalReference' hides a field. | 133 | |
Method 'getRationale' is not designed for extension - needs to be abstract, final or empty. | 137 | |
Missing a Javadoc comment. | 137 | |
Method 'setRationale' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Parameter rationale should be final. | 141 | |
'rationale' hides a field. | 141 | |
Method 'getDetailDesc' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Method 'setDetailDesc' is not designed for extension - needs to be abstract, final or empty. | 149 | |
Missing a Javadoc comment. | 149 | |
Parameter detailDesc should be final. | 149 | |
'detailDesc' hides a field. | 149 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
Parameter effectiveDate should be final. | 157 | |
'effectiveDate' hides a field. | 157 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 161 | |
Missing a Javadoc comment. | 161 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 165 | |
Missing a Javadoc comment. | 165 | |
Parameter expirationDate should be final. | 165 | |
'expirationDate' hides a field. | 165 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 169 | |
Missing a Javadoc comment. | 169 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 173 | |
Missing a Javadoc comment. | 173 | |
Parameter type should be final. | 173 | |
'type' hides a field. | 173 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 177 | |
Missing a Javadoc comment. | 177 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Missing a Javadoc comment. | 181 | |
Parameter state should be final. | 181 | |
'state' hides a field. | 181 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 185 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Parameter attributes should be final. | 191 | |
'attributes' hides a field. | 191 | |
Method 'getWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 195 | |
Missing a Javadoc comment. | 195 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line contains a tab character. | 199 | |
Method 'setWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 199 | |
Missing a Javadoc comment. | 199 | |
Parameter workflowId should be final. | 199 | |
'workflowId' hides a field. | 199 | |
Line contains a tab character. | 200 | |
Line contains a tab character. | 201 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 34 | |
Expected an @return tag. | 43 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Line is longer than 80 characters. | 51 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Parameter owner should be final. | 54 | |
'owner' hides a field. | 54 | |
Expected @param tag for 'owner'. | 54 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 30 | |
'(' is followed by whitespace. | 37 | |
Line is longer than 80 characters. | 38 | |
'=' is not preceded with whitespace. | 40 | |
'=' is not followed by whitespace. | 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 | |
'{' is not preceded with whitespace. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 46 | |
Method 'getOrgId' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Method 'setOrgId' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter orgId should be final. | 54 | |
'orgId' hides a field. | 54 | |
Method 'getProposal' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Method 'setProposal' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter proposal should be final. | 62 | |
'proposal' hides a field. | 62 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 29 | |
'(' is followed by whitespace. | 36 | |
Line is longer than 80 characters. | 37 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 44 | |
Method 'getPersonId' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'setPersonId' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter personId should be final. | 52 | |
'personId' hides a field. | 52 | |
Method 'getProposal' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Method 'setProposal' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter proposal should be final. | 60 | |
'proposal' hides a field. | 60 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 33 | |
'(' is followed by whitespace. | 41 | |
Line is longer than 80 characters. | 42 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
'{' is not preceded with whitespace. | 45 | |
Missing a Javadoc comment. | 47 | |
'=' is not preceded with whitespace. | 47 | |
'=' is not followed by whitespace. | 47 | |
',' is not followed by whitespace. | 47 | |
'=' is not preceded with whitespace. | 47 | |
'=' is not followed by whitespace. | 47 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 53 | |
'=' is not preceded with whitespace. | 53 | |
'=' is not followed by whitespace. | 53 | |
Method 'getProposals' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Method 'setProposals' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter proposals should be final. | 61 | |
'proposals' hides a field. | 61 | |
Method 'getObjectReferenceId' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Method 'setObjectReferenceId' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter objectReferenceId should be final. | 69 | |
'objectReferenceId' hides a field. | 69 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter type should be final. | 77 | |
'type' hides a field. | 77 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 28 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 37 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Parameter attributes should be final. | 47 | |
'attributes' hides a field. | 47 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 33 | |
Missing a Javadoc comment. | 34 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Parameter owner should be final. | 44 | |
'owner' hides a field. | 44 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 35 | |
Expected an @return tag. | 41 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Line is longer than 80 characters. | 47 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Parameter attributes should be final. | 50 | |
'attributes' hides a field. | 50 | |
Expected @param tag for 'attributes'. | 50 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 34 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Parameter owner should be final. | 44 | |
'owner' hides a field. | 44 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 40 | |
Missing a Javadoc comment. | 48 | |
Parameter entities should be final. | 48 | |
Missing a Javadoc comment. | 56 | |
Parameter entity should be final. | 56 | |
Line is longer than 80 characters. | 61 | |
'{' is followed by whitespace. | 61 | |
Line is longer than 80 characters. | 63 | |
Line is longer than 80 characters. | 70 | |
'{' is not preceded with whitespace. | 77 | |
'{' is not preceded with whitespace. | 78 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 88 | |
Line is longer than 80 characters. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter entities should be final. | 94 | |
Line is longer than 80 characters. | 95 | |
Missing a Javadoc comment. | 102 | |
Parameter entity should be final. | 102 | |
'{' is followed by whitespace. | 106 | |
Line is longer than 80 characters. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter entities should be final. | 112 | |
Line is longer than 80 characters. | 113 | |
Line is longer than 80 characters. | 120 | |
Missing a Javadoc comment. | 120 | |
Parameter entity should be final. | 120 | |
'{' is followed by whitespace. | 124 | |
Line is longer than 80 characters. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter proposalTypeKey should be final. | 130 | |
Parameter proposalInfo should be final. | 130 | |
Parameter dao should be final. | 130 | |
Line is longer than 80 characters. | 134 | |
'{' is not preceded with whitespace. | 134 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 144 | |
'{' is followed by whitespace. | 144 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 148 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 197 | |
Line is longer than 80 characters. | 200 | |
Line is longer than 80 characters. | 204 | |
Line is longer than 80 characters. | 213 |
Violation | Message | Line |
---|---|---|
Got an exception - java.lang.IllegalArgumentException: the name [See] is not a valid Javadoc tag name | 0 | |
First sentence should end with a period. | 53 | |
Line is longer than 80 characters. | 58 | |
Unclosed HTML tag found: <a href="https://test.kuali.org/confluence/display/KULSTU/Pr | 58 | |
Line is longer than 80 characters. | 60 | |
Line is longer than 80 characters. | 61 | |
Line has trailing spaces. | 68 | |
Line is longer than 80 characters. | 73 | |
Line is longer than 80 characters. | 78 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 82 | |
Line is longer than 80 characters. | 87 | |
Line is longer than 80 characters. | 89 | |
Line has trailing spaces. | 91 | |
Line has trailing spaces. | 92 | |
Line is longer than 80 characters. | 93 | |
Line is longer than 80 characters. | 94 | |
Line is longer than 80 characters. | 97 | |
Line is longer than 80 characters. | 108 | |
Line is longer than 80 characters. | 112 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 127 | |
Line is longer than 80 characters. | 130 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 150 | |
Line is longer than 80 characters. | 153 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 162 | |
Line is longer than 80 characters. | 165 | |
Line is longer than 80 characters. | 170 | |
Line is longer than 80 characters. | 173 | |
Line is longer than 80 characters. | 177 | |
Line is longer than 80 characters. | 185 | |
Line is longer than 80 characters. | 188 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 196 | |
Line is longer than 80 characters. | 199 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 208 | |
Line is longer than 80 characters. | 211 | |
Line is longer than 80 characters. | 215 | |
Line is longer than 80 characters. | 220 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 226 | |
Line has trailing spaces. | 227 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 230 | |
Line is longer than 80 characters. | 233 | |
Line is longer than 80 characters. | 236 | |
Line is longer than 80 characters. | 237 | |
Line is longer than 80 characters. | 242 | |
Line is longer than 80 characters. | 246 | |
Line contains a tab character. | 246 | |
Line is longer than 80 characters. | 251 | |
Line is longer than 80 characters. | 253 | |
Line has trailing spaces. | 255 | |
Line has trailing spaces. | 256 | |
Line is longer than 80 characters. | 258 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 262 | |
Line is longer than 80 characters. | 269 | |
Line is longer than 80 characters. | 272 | |
Line is longer than 80 characters. | 276 | |
Line is longer than 80 characters. | 278 | |
Line has trailing spaces. | 279 | |
Line is longer than 80 characters. | 304 | |
Line is longer than 80 characters. | 305 | |
Line is longer than 80 characters. | 318 | |
Line is longer than 80 characters. | 326 | |
Line is longer than 80 characters. | 334 | |
Line is longer than 80 characters. | 337 | |
Line is longer than 80 characters. | 338 | |
Line is longer than 80 characters. | 343 | |
Line is longer than 80 characters. | 346 | |
Line is longer than 80 characters. | 351 | |
Line is longer than 80 characters. | 354 | |
Line is longer than 80 characters. | 360 | |
Line is longer than 80 characters. | 363 | |
Line is longer than 80 characters. | 368 | |
Line is longer than 80 characters. | 371 | |
Line has trailing spaces. | 373 | |
Line is longer than 80 characters. | 377 | |
Line is longer than 80 characters. | 380 | |
Line is longer than 80 characters. | 385 | |
Line is longer than 80 characters. | 388 | |
Line is longer than 80 characters. | 393 | |
Line is longer than 80 characters. | 396 | |
Line contains a tab character. | 400 | |
Line is longer than 80 characters. | 401 | |
Line contains a tab character. | 401 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line has trailing spaces. | 433 | |
Line contains a tab character. | 433 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Redundant 'public' modifier. | 29 | |
Missing a Javadoc comment. | 30 | |
Redundant 'public' modifier. | 30 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Redundant 'public' modifier. | 31 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Redundant 'public' modifier. | 32 | |
Missing a Javadoc comment. | 33 | |
Redundant 'public' modifier. | 33 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Redundant 'public' modifier. | 34 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Redundant 'public' modifier. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Redundant 'public' modifier. | 36 | |
Line contains a tab character. | 37 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 34 | |
Method 'setEm' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Parameter em should be final. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'getReqComponents' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Line is longer than 80 characters. | 41 | |
Parameter reqComponentIdList should be final. | 41 | |
Method 'getStatements' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Parameter statementIdList should be final. | 50 | |
Method 'getReqComponentsByType' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Line is longer than 80 characters. | 59 | |
Parameter reqComponentTypeKey should be final. | 59 | |
Line is longer than 80 characters. | 60 | |
Method 'getStatementsForStatementType' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Line is longer than 80 characters. | 68 | |
Parameter statementTypeKey should be final. | 68 | |
Line is longer than 80 characters. | 69 | |
Method 'getStatementsForReqComponent' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Parameter reqComponentId should be final. | 77 | |
Line is longer than 80 characters. | 78 | |
Method 'getRefStatementRelations' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Line is longer than 80 characters. | 86 | |
Parameter refObjectTypeKey should be final. | 86 | |
Parameter refObjectId should be final. | 86 | |
Line is longer than 80 characters. | 87 | |
Method 'getParentStatement' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Line is longer than 80 characters. | 96 | |
Parameter childId should be final. | 96 | |
'try' is not followed by whitespace. | 99 | |
'{' is not preceded with whitespace. | 99 | |
Line contains a tab character. | 100 | |
'cast' is not followed by whitespace. | 100 | |
'catch' is not preceded with whitespace. | 101 | |
'}' is not followed by whitespace. | 101 | |
'catch' is not followed by whitespace. | 101 | |
'{' is not preceded with whitespace. | 101 | |
Line is longer than 80 characters. | 102 | |
Line contains a tab character. | 102 | |
',' is not followed by whitespace. | 102 | |
Line contains a tab character. | 106 | |
Method 'getStatementsWithDependencies' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Parameter cluVersionIndIds should be final. | 108 | |
Parameter cluSetIds should be final. | 108 | |
Line is longer than 80 characters. | 109 | |
Line contains a tab character. | 115 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Line contains a tab character. | 40 | |
Parameter attributes should be final. | 40 | |
'attributes' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Line contains a tab character. | 31 | |
Missing a Javadoc comment. | 31 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Line contains a tab character. | 40 | |
Parameter attributes should be final. | 40 | |
'attributes' hides a field. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 44 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 37 | |
'}' is not preceded with whitespace. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 46 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Line contains a tab character. | 47 | |
Parameter attributes should be final. | 47 | |
'attributes' hides a field. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 51 | |
Method 'getObjectSubTypes' 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 'setObjectSubTypes' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter objectSubTypes should be final. | 55 | |
'objectSubTypes' hides a field. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 59 | |
Method 'toString' 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. | 62 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 11 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line contains a tab character. | 16 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line contains a tab character. | 19 | |
Line has trailing spaces. | 20 | |
Line contains a tab character. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
'=' is not preceded with whitespace. | 21 | |
'=' is not followed by whitespace. | 21 | |
Line contains a tab character. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'getSortOrder' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'setSortOrder' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter sortOrder should be final. | 36 | |
'sortOrder' hides a field. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'getStatementType' 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. | 44 | |
Method 'setStatementType' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter statementType should be final. | 44 | |
'statementType' hides a field. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Method 'getReqComponentType' 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. | 52 | |
Method 'setReqComponentType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter reqComponentType should be final. | 52 | |
'reqComponentType' hides a field. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 11 | |
Line contains a tab character. | 15 | |
Missing a Javadoc comment. | 15 | |
Line is longer than 80 characters. | 18 | |
Line contains a tab character. | 18 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 20 | |
Line contains a tab character. | 21 | |
Missing a Javadoc comment. | 21 | |
'=' is not preceded with whitespace. | 21 | |
'=' is not followed by whitespace. | 21 | |
Line contains a tab character. | 22 | |
Line has trailing spaces. | 23 | |
Line contains a tab character. | 23 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 26 | |
Line has trailing spaces. | 27 | |
Line contains a tab character. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'getSortOrder' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Method 'setSortOrder' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter sortOrder should be final. | 36 | |
'sortOrder' hides a field. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 40 | |
Method 'getStatementType' 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. | 44 | |
Method 'setStatementType' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter statementType should be final. | 44 | |
'statementType' hides a field. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Method 'getChildStatementType' 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. | 52 | |
Method 'setChildStatementType' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter childStatementType should be final. | 52 | |
'childStatementType' hides a field. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
'(' is followed by whitespace. | 38 | |
Line is longer than 80 characters. | 39 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 47 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 51 | |
'=' is not preceded with whitespace. | 51 | |
'=' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
Missing a Javadoc comment. | 54 | |
'=' is not preceded with whitespace. | 54 | |
'=' is not followed by whitespace. | 54 | |
Line contains a tab character. | 55 | |
Missing a Javadoc comment. | 57 | |
Line has trailing spaces. | 60 | |
Missing a Javadoc comment. | 61 | |
'=' is not preceded with whitespace. | 61 | |
'=' is not followed by whitespace. | 61 | |
Line contains a tab character. | 64 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 68 | |
Line contains a tab character. | 72 | |
Method 'getRefStatementRelationType' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line is longer than 80 characters. | 76 | |
Line contains a tab character. | 76 | |
Method 'setRefStatementRelationType' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter refStatementRelationType should be final. | 76 | |
'refStatementRelationType' hides a field. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Method 'getStatement' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 84 | |
Method 'setStatement' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Parameter statement should be final. | 84 | |
'statement' hides a field. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 88 | |
Method 'getAttributes' 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. | 91 | |
Line contains a tab character. | 93 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Line is longer than 80 characters. | 94 | |
Line contains a tab character. | 94 | |
Parameter attributes should be final. | 94 | |
'attributes' hides a field. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 98 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 102 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter state should be final. | 102 | |
'state' hides a field. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 106 | |
Method 'getRefObjectTypeKey' 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 'setRefObjectTypeKey' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter refObjectTypeKey should be final. | 110 | |
'refObjectTypeKey' hides a field. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 114 | |
Method 'getRefObjectId' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 118 | |
Method 'setRefObjectId' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter refObjectId should be final. | 118 | |
'refObjectId' hides a field. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 122 | |
Method 'getEffectiveDate' 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. | 126 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter effectiveDate should be final. | 126 | |
'effectiveDate' hides a field. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 130 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 134 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter expirationDate should be final. | 134 | |
'expirationDate' hides a field. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 138 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 37 | |
'}' is not preceded with whitespace. | 37 | |
Line is longer than 80 characters. | 38 | |
Variable 'objectSubTypeList' must be private and have accessor methods. | 39 | |
Missing a Javadoc comment. | 41 | |
'}' is not preceded with whitespace. | 41 | |
Line is longer than 80 characters. | 42 | |
Variable 'statementTypeList' must be private and have accessor methods. | 43 | |
Line contains a tab character. | 45 | |
Method 'getAttributes' 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 | |
Line contains a tab character. | 50 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
Parameter attributes should be final. | 51 | |
'attributes' hides a field. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 55 | |
Method 'getObjectSubTypeList' 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 is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Method 'setObjectSubTypeList' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter objectSubTypeList should be final. | 59 | |
'objectSubTypeList' hides a field. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 63 | |
Method 'getStatementTypeList' 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 is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Method 'setStatementTypeList' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter statementTypeList should be final. | 67 | |
'statementTypeList' hides a field. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 71 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 32 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
'=' is not preceded with whitespace. | 37 | |
'=' is not followed by whitespace. | 37 | |
'(' is followed by whitespace. | 38 | |
Line has trailing spaces. | 39 | |
Line is longer than 80 characters. | 39 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 40 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 44 | |
'=' is not preceded with whitespace. | 44 | |
'=' is not followed by whitespace. | 44 | |
Missing a Javadoc comment. | 48 | |
'=' is not preceded with whitespace. | 48 | |
'=' is not followed by whitespace. | 48 | |
Line has trailing spaces. | 50 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 55 | |
Line has trailing spaces. | 57 | |
Missing a Javadoc comment. | 59 | |
'=' is not preceded with whitespace. | 60 | |
'=' is not followed by whitespace. | 60 | |
Line has trailing spaces. | 62 | |
Missing a Javadoc comment. | 63 | |
'}' is not preceded with whitespace. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 67 | |
Method 'getRequiredComponentType' 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 is longer than 80 characters. | 71 | |
Line contains a tab character. | 71 | |
Method 'setRequiredComponentType' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Parameter requiredComponentType should be final. | 71 | |
'requiredComponentType' hides a field. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Missing a Javadoc comment. | 79 | |
Parameter descr should be final. | 79 | |
'descr' hides a field. | 79 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
Parameter state should be final. | 87 | |
'state' hides a field. | 87 | |
Method 'getEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
Method 'setEffectiveDate' is not designed for extension - needs to be abstract, final or empty. | 95 | |
Missing a Javadoc comment. | 95 | |
Parameter effectiveDate should be final. | 95 | |
'effectiveDate' hides a field. | 95 | |
Method 'getExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Missing a Javadoc comment. | 99 | |
Method 'setExpirationDate' is not designed for extension - needs to be abstract, final or empty. | 103 | |
Missing a Javadoc comment. | 103 | |
Parameter expirationDate should be final. | 103 | |
'expirationDate' hides a field. | 103 | |
Method 'getReqComponentFields' is not designed for extension - needs to be abstract, final or empty. | 107 | |
Missing a Javadoc comment. | 107 | |
Method 'setReqComponentFields' is not designed for extension - needs to be abstract, final or empty. | 111 | |
Missing a Javadoc comment. | 111 | |
Parameter reqCompField should be final. | 111 | |
Line contains a tab character. | 115 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Line contains a tab character. | 116 | |
Line is longer than 80 characters. | 117 | |
Line contains a tab character. | 117 | |
Line is longer than 80 characters. | 118 | |
Line contains a tab character. | 118 | |
Avoid inline conditionals. | 118 | |
Line contains a tab character. | 119 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
'=' is not preceded with whitespace. | 25 | |
'=' is not followed by whitespace. | 25 | |
'{' is not preceded with whitespace. | 26 | |
Missing a Javadoc comment. | 28 | |
'=' is not preceded with whitespace. | 28 | |
'=' is not followed by whitespace. | 28 | |
Missing a Javadoc comment. | 31 | |
'=' is not preceded with whitespace. | 31 | |
'=' is not followed by whitespace. | 31 | |
Line has trailing spaces. | 33 | |
Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter type should be final. | 38 | |
'type' hides a field. | 38 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter value should be final. | 46 | |
'value' hides a field. | 46 | |
Line contains a tab character. | 50 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
'=' is not preceded with whitespace. | 26 | |
'=' is not followed by whitespace. | 26 | |
'{' is not preceded with whitespace. | 27 | |
Missing a Javadoc comment. | 29 | |
Method 'getFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Method 'setFieldDescriptor' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Parameter fieldDescriptor should be final. | 42 | |
'fieldDescriptor' hides a field. | 42 | |
Line contains a tab character. | 46 | |
Method 'toString' 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 has trailing spaces. | 49 | |
Line contains a tab character. | 49 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 | |
'=' is not preceded with whitespace. | 31 | |
'=' is not followed by whitespace. | 31 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 36 | |
Variable 'statementTypes' must be private and have accessor methods. | 36 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
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 | |
Missing a Javadoc comment. | 44 | |
Line is longer than 80 characters. | 45 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter attributes should be final. | 52 | |
'attributes' hides a field. | 52 | |
Method 'getReqCompFieldTypes' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Line is longer than 80 characters. | 60 | |
Method 'setReqCompFieldTypes' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter reqCompFieldTypes should be final. | 60 | |
'reqCompFieldTypes' hides a field. | 60 | |
Method 'getNlUsageTemplates' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 68 | |
Method 'setNlUsageTemplates' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter nlUsageTemplates should be final. | 68 | |
'nlUsageTemplates' hides a field. | 68 | |
Line contains a tab character. | 72 | |
Method 'getStatementTypes' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Method 'setStatementTypes' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter statementTypes should be final. | 76 | |
'statementTypes' hides a field. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 80 | |
Method 'toString' 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. | 83 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
'=' is not preceded with whitespace. | 33 | |
'=' is not followed by whitespace. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'2000' is a magic number. | 36 | |
'=' is not followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 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 contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Line contains a tab character. | 48 | |
Parameter owner should be final. | 48 | |
'owner' hides a field. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Method 'getNlUsageTypeKey' 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 'setNlUsageTypeKey' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter nlUsageTypeKey should be final. | 56 | |
'nlUsageTypeKey' hides a field. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Method 'setTemplate' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter value should be final. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Method 'getTemplate' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Method 'getLanguage' 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. | 73 | |
Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter locale should be final. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 77 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 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 | |
Line contains a tab character. | 82 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
'(' is followed by whitespace. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 44 | |
Line is longer than 80 characters. | 45 | |
Line is longer than 80 characters. | 47 | |
'{' is not preceded with whitespace. | 47 | |
Missing a Javadoc comment. | 49 | |
'=' is not preceded with whitespace. | 49 | |
'=' is not followed by whitespace. | 49 | |
Missing a Javadoc comment. | 52 | |
'=' is not preceded with whitespace. | 52 | |
'=' is not followed by whitespace. | 52 | |
Missing a Javadoc comment. | 56 | |
'=' is not preceded with whitespace. | 56 | |
'=' is not followed by whitespace. | 56 | |
Missing a Javadoc comment. | 59 | |
'=' is not preceded with whitespace. | 59 | |
'=' is not followed by whitespace. | 59 | |
Missing a Javadoc comment. | 63 | |
'}' is not preceded with whitespace. | 63 | |
Line is longer than 80 characters. | 64 | |
Missing a Javadoc comment. | 67 | |
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 79 | |
Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Method 'setChildren' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter children should be final. | 86 | |
'children' hides a field. | 86 | |
Method 'getRequiredComponents' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Method 'setRequiredComponents' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Parameter requiredComponents should be final. | 94 | |
'requiredComponents' hides a field. | 94 | |
Method 'getStatementType' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Method 'setStatementType' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter statementType should be final. | 102 | |
'statementType' hides a field. | 102 | |
Method 'getOperator' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Method 'setOperator' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter operator should be final. | 110 | |
'operator' hides a field. | 110 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter name should be final. | 118 | |
'name' hides a field. | 118 | |
Method 'getDescr' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Method 'setDescr' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter descr should be final. | 126 | |
'descr' hides a field. | 126 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 135 | |
Parameter attributes should be final. | 136 | |
'attributes' hides a field. | 136 | |
'=' is not preceded with whitespace. | 137 | |
'=' is not followed by whitespace. | 137 | |
Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Parameter state should be final. | 144 | |
'state' hides a field. | 144 | |
Line contains a tab character. | 148 | |
Method 'getRefStatementRelations' 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 'setRefStatementRelations' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Line contains a tab character. | 153 | |
Parameter refStatementRelations should be final. | 153 | |
'refStatementRelations' hides a field. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 157 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Avoid inline conditionals. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 23 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 44 | |
Missing a Javadoc comment. | 44 | |
'}' is not preceded with whitespace. | 44 | |
Line contains a tab character. | 47 | |
Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter attributes should be final. | 51 | |
'attributes' hides a field. | 51 | |
Line has trailing spaces. | 54 | |
Method 'getAllowedReqComponentTypes' 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 is longer than 80 characters. | 59 | |
Method 'setAllowedReqComponentTypes' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter allowedReqComponentTypes should be final. | 59 | |
'allowedReqComponentTypes' hides a field. | 59 | |
Method 'getAllowedStatementTypes' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Line is longer than 80 characters. | 67 | |
Method 'setAllowedStatementTypes' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter allowedStatementTypes should be final. | 67 | |
'allowedStatementTypes' hides a field. | 67 | |
Line contains a tab character. | 71 | |
Method 'getRefStatementRelationTypes' 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 is longer than 80 characters. | 75 | |
Line contains a tab character. | 75 | |
Method 'setRefStatementRelationTypes' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter refStatementRelationTypes should be final. | 75 | |
'refStatementRelationTypes' hides a field. | 75 | |
Line contains a tab character. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 79 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 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 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 37 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Line contains a tab character. | 38 | |
Parameter owner should be final. | 38 | |
'owner' hides a field. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line has trailing spaces. | 32 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Missing a Javadoc comment. | 33 | |
'=' is not preceded with whitespace. | 33 | |
'=' is not followed by whitespace. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'=' is not followed by whitespace. | 36 | |
'=' is not preceded with whitespace. | 36 | |
'2000' is a magic number. | 36 | |
'=' is not followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 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 contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Method 'getOwner' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 47 | |
Method 'setOwner' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Line contains a tab character. | 48 | |
Parameter owner should be final. | 48 | |
'owner' hides a field. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 52 | |
Method 'getNlUsageTypeKey' 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 'setNlUsageTypeKey' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter nlUsageTypeKey should be final. | 56 | |
'nlUsageTypeKey' hides a field. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 60 | |
Method 'getTemplate' 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 'setTemplate' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter template should be final. | 64 | |
'template' hides a field. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Method 'getLanguage' 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 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter locale should be final. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line has trailing spaces. | 79 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
'+' is not followed by whitespace. | 80 | |
Line contains a tab character. | 81 |
Violation | Message | Line |
---|---|---|
Unused import - java.util.HashSet. | 19 | |
Unused import - java.util.Set. | 22 | |
Unused import - org.kuali.student.common.exceptions.DoesNotExistException. | 24 | |
Unused import - org.kuali.student.core.statement.dto.ReqCompFieldTypeInfo. | 27 | |
Unused import - org.kuali.student.core.statement.dto.ReqComponentTypeInfo. | 29 | |
Unused import - org.kuali.student.core.statement.service.StatementService. | 30 | |
Line has trailing spaces. | 35 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line is longer than 80 characters. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
'static' modifier out of order with the JLS suggestions. | 49 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Line is longer than 80 characters. | 57 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line is longer than 80 characters. | 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 is longer than 80 characters. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 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 has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line has trailing spaces. | 77 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Method 'getReqComponentFieldMap' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Parameter reqComponent should be final. | 81 | |
Expected @throws tag for 'OperationFailedException'. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 94 | |
Line has trailing spaces. | 95 | |
Line has trailing spaces. | 96 | |
Line is longer than 80 characters. | 101 | |
Line contains a tab character. | 101 | |
Method 'getReqComponentFieldValue' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Parameter reqComponent should be final. | 101 | |
Parameter key should be final. | 101 | |
Expected @throws tag for 'OperationFailedException'. | 101 | |
Unused @throws tag for 'DoesNotExistException'. | 110 | |
Expected an @return tag. | 112 | |
Line is longer than 80 characters. | 112 | |
Method 'createContextMap' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Parameter reqComponent should be final. | 112 | |
Expected @throws tag for 'OperationFailedException'. | 112 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 26 | |
Expected an @return tag. | 30 | |
Line is longer than 80 characters. | 30 | |
Line contains a tab character. | 30 | |
Redundant 'public' modifier. | 30 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line has trailing spaces. | 25 | |
Type Javadoc comment is missing an @param <T> tag. | 28 | |
First sentence should end with a period. | 30 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
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. | 37 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line has trailing spaces. | 41 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
'registry' hides a field. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 48 | |
Line has trailing spaces. | 49 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
Line has trailing spaces. | 51 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line contains a tab character. | 55 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Line contains a tab character. | 56 | |
'if' is not followed by whitespace. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line contains a tab character. | 65 | |
Line has trailing spaces. | 66 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line has trailing spaces. | 68 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Method 'get' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Line has trailing spaces. | 78 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line has trailing spaces. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Expected an @return tag. | 93 | |
Line contains a tab character. | 93 | |
Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Expected @param tag for 'key'. | 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 has trailing spaces. | 99 | |
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 'size' 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 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 | |
Line contains a tab character. | 28 | |
Line has trailing spaces. | 29 | |
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 contains a tab character. | 34 | |
Line is longer than 80 characters. | 35 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line is longer than 80 characters. | 38 | |
Line contains a tab character. | 38 | |
Redundant 'public' modifier. | 38 | |
Expected @throws tag for 'OperationFailedException'. | 38 | |
Line contains a tab character. | 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 | |
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 | |
Expected an @return tag. | 52 | |
Line is longer than 80 characters. | 52 | |
Line contains a tab character. | 52 | |
Redundant 'public' modifier. | 52 | |
Expected @throws tag for 'DoesNotExistException'. | 52 | |
Expected @throws tag for 'OperationFailedException'. | 52 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 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 contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Redundant 'public' modifier. | 64 | |
Line contains a tab character. | 66 | |
Line has trailing spaces. | 67 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line has trailing spaces. | 69 | |
Line contains a tab character. | 69 | |
Line has trailing spaces. | 70 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Line contains a tab character. | 77 | |
Redundant 'public' modifier. | 77 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 28 | |
Line contains a tab character. | 30 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 34 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Line is longer than 80 characters. | 37 | |
Line contains a tab character. | 37 | |
'messageBuilderMap' hides a field. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line has trailing spaces. | 40 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 41 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line is longer than 80 characters. | 48 | |
Line contains a tab character. | 48 | |
Method 'buildMessage' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Expected @param tag for 'language'. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 50 | |
'if' is not followed by whitespace. | 50 | |
Line is longer than 80 characters. | 51 | |
Line contains a tab character. | 51 | |
'+' is not followed by whitespace. | 51 | |
Line contains a tab character. | 52 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 32 | |
Line contains a tab character. | 32 | |
Missing a Javadoc comment. | 32 | |
'static' modifier out of order with the JLS suggestions. | 32 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Missing a Javadoc comment. | 34 | |
Line contains a tab character. | 35 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
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. | 42 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line has trailing spaces. | 46 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line is longer than 80 characters. | 49 | |
Line contains a tab character. | 49 | |
Method 'setReqComponentTranslator' is not designed for extension - needs to be abstract, final or empty. | 49 | |
'reqComponentTranslator' hides a field. | 49 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
Line has trailing spaces. | 55 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line is longer than 80 characters. | 58 | |
Line contains a tab character. | 58 | |
Method 'setStatementTranslator' is not designed for extension - needs to be abstract, final or empty. | 58 | |
'statementTranslator' hides a field. | 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 | |
Line has trailing spaces. | 63 | |
Line is longer than 80 characters. | 63 | |
Line contains a tab character. | 63 | |
Line is longer than 80 characters. | 64 | |
Line contains a tab character. | 64 | |
Line has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line contains a tab character. | 68 | |
Line is longer than 80 characters. | 69 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line is longer than 80 characters. | 72 | |
Line contains a tab character. | 72 | |
Method 'translateReqComponent' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Expected @throws tag for 'OperationFailedException'. | 72 | |
Line is longer than 80 characters. | 73 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
'if' is not followed by whitespace. | 74 | |
Line contains a tab character. | 75 | |
'+' is not preceded with whitespace. | 75 | |
'+' is not followed by whitespace. | 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 has trailing spaces. | 81 | |
Line contains a tab character. | 81 | |
Line has trailing spaces. | 82 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line has trailing spaces. | 84 | |
Line contains a tab character. | 84 | |
Line contains a tab character. | 85 | |
Line contains a tab character. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Expected an @return tag. | 92 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Method 'translateReqComponent' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Expected @throws tag for 'DoesNotExistException'. | 92 | |
Expected @throws tag for 'OperationFailedException'. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
'if' is not followed by whitespace. | 94 | |
Line is longer than 80 characters. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line is longer than 80 characters. | 97 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
'if' is not followed by whitespace. | 99 | |
Line contains a tab character. | 100 | |
'+' is not preceded with whitespace. | 100 | |
'+' is not followed by whitespace. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line has trailing spaces. | 104 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line has trailing spaces. | 106 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line has trailing spaces. | 108 | |
Line contains a tab character. | 108 | |
Line has trailing spaces. | 109 | |
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 is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Method 'translateStatement' is not designed for extension - needs to be abstract, final or empty. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
'if' is not followed by whitespace. | 117 | |
Line contains a tab character. | 118 | |
'+' is not preceded with whitespace. | 118 | |
'+' is not followed by whitespace. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 123 | |
Line has trailing spaces. | 124 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line has trailing spaces. | 126 | |
Line contains a tab character. | 126 | |
Line has trailing spaces. | 127 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Method 'translateStatement' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Parameter statement should be final. | 134 | |
Parameter nlUsageTypeKey should be final. | 134 | |
Parameter language should be final. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
'if' is not followed by whitespace. | 136 | |
Line is longer than 80 characters. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line is longer than 80 characters. | 139 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
'if' is not followed by whitespace. | 141 | |
Line contains a tab character. | 142 | |
'+' is not preceded with whitespace. | 142 | |
'+' is not followed by whitespace. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 40 | |
Line is longer than 80 characters. | 41 | |
Line contains a tab character. | 41 | |
'static' modifier out of order with the JLS suggestions. | 41 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 45 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line contains a tab character. | 52 | |
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 | |
Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 60 | |
'language' hides a field. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line is longer than 80 characters. | 69 | |
Method 'setContextRegistry' is not designed for extension - needs to be abstract, final or empty. | 69 | |
'contextRegistry' hides a field. | 69 | |
Line contains a tab character. | 70 | |
Line is longer than 80 characters. | 88 | |
Method 'translate' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Line contains a tab character. | 89 | |
Expected an @return tag. | 109 | |
Line is longer than 80 characters. | 109 | |
Method 'translate' is not designed for extension - needs to be abstract, final or empty. | 109 | |
'language' hides a field. | 109 | |
Line contains a tab character. | 110 | |
'if' is not followed by whitespace. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line is longer than 80 characters. | 117 | |
Line is longer than 80 characters. | 120 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 122 | |
'if' is not followed by whitespace. | 122 | |
Line contains a tab character. | 123 | |
'+' is not preceded with whitespace. | 123 | |
'+' is not followed by whitespace. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line is longer than 80 characters. | 128 | |
Line contains a tab character. | 128 | |
'+' is not preceded with whitespace. | 128 | |
'+' is not followed by whitespace. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line is longer than 80 characters. | 138 | |
Expected an @return tag. | 141 | |
Line is longer than 80 characters. | 141 | |
Parameter reqComponent should be final. | 141 | |
Line is longer than 80 characters. | 142 | |
'if' is not followed by whitespace. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
'for' is not followed by whitespace. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
'if' is not followed by whitespace. | 152 | |
Line contains a tab character. | 153 | |
'+' is not preceded with whitespace. | 153 | |
'+' is not followed by whitespace. | 153 | |
Line contains a tab character. | 154 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 169 | |
Parameter reqComponentType should be final. | 169 | |
Parameter nlUsageTypeKey should be final. | 169 | |
Parameter language should be final. | 169 | |
'language' hides a field. | 169 | |
Expected @param tag for 'language'. | 169 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
Line is longer than 80 characters. | 172 | |
Line contains a tab character. | 174 | |
'if' is not followed by whitespace. | 174 | |
Line contains a tab character. | 175 | |
'+' is not preceded with whitespace. | 175 | |
'+' is not followed by whitespace. | 175 | |
Line contains a tab character. | 176 | |
Line is longer than 80 characters. | 181 | |
'+' should be on a new line. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 36 | |
Missing a Javadoc comment. | 36 | |
Line contains a tab character. | 37 | |
Missing a Javadoc comment. | 37 | |
',' is not followed by whitespace. | 37 | |
Line contains a tab character. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
'static' modifier out of order with the JLS suggestions. | 42 | |
Line contains a tab character. | 43 | |
Missing a Javadoc comment. | 43 | |
'static' modifier out of order with the JLS suggestions. | 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 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line 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 is longer than 80 characters. | 59 | |
Line contains a tab character. | 59 | |
'andOperator' hides a field. | 59 | |
'orOperator' hides a field. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 | |
Line contains a tab character. | 64 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 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. | 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. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line is longer than 80 characters. | 84 | |
Line contains a tab character. | 84 | |
Method 'getBooleanExpressionAsStatements' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Expected @throws tag for 'OperationFailedException'. | 84 | |
Line contains a tab character. | 85 | |
Line is longer than 80 characters. | 86 | |
Line contains a tab character. | 86 | |
'if' is not followed by whitespace. | 86 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line is longer than 80 characters. | 89 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line contains a tab character. | 97 | |
Line contains a tab character. | 98 | |
Line contains a tab character. | 99 | |
Line contains a tab character. | 100 | |
Line contains a tab character. | 101 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line is longer than 80 characters. | 105 | |
Line contains a tab character. | 105 | |
Method 'getBooleanExpressionAsReqComponents' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Expected @throws tag for 'OperationFailedException'. | 105 | |
Line contains a tab character. | 106 | |
Line is longer than 80 characters. | 107 | |
Line contains a tab character. | 107 | |
'if' is not followed by whitespace. | 107 | |
Line contains a tab character. | 108 | |
Line contains a tab character. | 109 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 115 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Method 'getIdMap' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Line contains a tab character. | 121 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
Method 'getLeafReqComponents' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Expected @throws tag for 'OperationFailedException'. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line is longer than 80 characters. | 133 | |
Line contains a tab character. | 133 | |
'if' is not followed by whitespace. | 133 | |
Line is longer than 80 characters. | 134 | |
Line contains a tab character. | 134 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 147 | |
Line contains a tab character. | 147 | |
Parameter rootStatement should be final. | 147 | |
Expected @throws tag for 'OperationFailedException'. | 147 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
'for' is not followed by whitespace. | 148 | |
Line contains a tab character. | 149 | |
Line is longer than 80 characters. | 150 | |
Line contains a tab character. | 150 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 156 | |
Line contains a tab character. | 158 | |
Line contains a tab character. | 159 | |
Line contains a tab character. | 160 | |
Line contains a tab character. | 161 | |
Line contains a tab character. | 162 | |
Line contains a tab character. | 163 | |
Line contains a tab character. | 164 | |
Line is longer than 80 characters. | 165 | |
Line contains a tab character. | 165 | |
Parameter list should be final. | 165 | |
Expected @throws tag for 'OperationFailedException'. | 165 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
'for' is not followed by whitespace. | 167 | |
Line is longer than 80 characters. | 168 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line contains a tab character. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line is longer than 80 characters. | 180 | |
Line contains a tab character. | 180 | |
Parameter rootStatement should be final. | 180 | |
Parameter parseReqComponent should be final. | 180 | |
Parameter parent should be final. | 180 | |
Expected @param tag for 'parent'. | 180 | |
Expected @throws tag for 'OperationFailedException'. | 180 | |
Line contains a tab character. | 181 | |
'if' is not followed by whitespace. | 181 | |
'&&' should be on a new line. | 181 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
'||' should be on a new line. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
')' is preceded with whitespace. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line is longer than 80 characters. | 186 | |
Line contains a tab character. | 186 | |
'for' is not followed by whitespace. | 186 | |
Line contains a tab character. | 187 | |
Line is longer than 80 characters. | 188 | |
Line contains a tab character. | 188 | |
Line contains a tab character. | 189 | |
Line is longer than 80 characters. | 190 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line is longer than 80 characters. | 192 | |
Line contains a tab character. | 192 | |
Line is longer than 80 characters. | 193 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line contains a tab character. | 195 | |
Line is longer than 80 characters. | 196 | |
Line contains a tab character. | 196 | |
Line contains a tab character. | 197 | |
Line is longer than 80 characters. | 199 | |
Line contains a tab character. | 199 | |
Line contains a tab character. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 202 | |
Line contains a tab character. | 203 | |
Line contains a tab character. | 204 | |
Line contains a tab character. | 205 | |
'if' is not followed by whitespace. | 205 | |
'&&' should be on a new line. | 205 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
'||' should be on a new line. | 206 | |
Line is longer than 80 characters. | 207 | |
Line contains a tab character. | 207 | |
')' is preceded with whitespace. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line contains a tab character. | 212 | |
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 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line is longer than 80 characters. | 220 | |
Line contains a tab character. | 220 | |
Parameter statement should be final. | 220 | |
Parameter reduce should be final. | 220 | |
Expected @throws tag for 'OperationFailedException'. | 220 | |
Line contains a tab character. | 221 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 225 | |
'sb' hides a field. | 225 | |
Line contains a tab character. | 226 | |
'if' is not followed by whitespace. | 226 | |
Line contains a tab character. | 227 | |
'{' should be on the previous line. | 227 | |
Line contains a tab character. | 228 | |
Line contains a tab character. | 229 | |
Line is longer than 80 characters. | 230 | |
Line contains a tab character. | 230 | |
'for' is not followed by whitespace. | 230 | |
';' is followed by whitespace. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 238 | |
Line contains a tab character. | 239 | |
'if' is not followed by whitespace. | 239 | |
Line contains a tab character. | 240 | |
'{' should be on the previous line. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line contains a tab character. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line is longer than 80 characters. | 253 | |
Line contains a tab character. | 253 | |
Parameter operator should be final. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line is longer than 80 characters. | 260 | |
Line contains a tab character. | 260 | |
'+' is not preceded with whitespace. | 260 | |
'+' is not followed by whitespace. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line contains a tab character. | 267 | |
Line contains a tab character. | 268 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line is longer than 80 characters. | 271 | |
Line contains a tab character. | 271 | |
Parameter statement should be final. | 271 | |
Line contains a tab character. | 272 | |
'if' is not followed by whitespace. | 272 | |
Line is longer than 80 characters. | 273 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 276 | |
'if' is not followed by whitespace. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
Parameter reqComponent should be final. | 291 | |
Line is longer than 80 characters. | 292 | |
Line contains a tab character. | 292 | |
'if' is not followed by whitespace. | 292 | |
Line is longer than 80 characters. | 293 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 296 | |
'if' is not followed by whitespace. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 301 | |
Line contains a tab character. | 302 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 27 | |
Line has trailing spaces. | 32 | |
First sentence should end with a period. | 36 | |
Line is longer than 80 characters. | 37 | |
'static' modifier out of order with the JLS suggestions. | 37 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
Missing a Javadoc comment. | 39 | |
Line contains a tab character. | 40 | |
Missing a Javadoc comment. | 40 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Line contains a tab character. | 42 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 45 | |
Line contains a tab character. | 46 | |
Line has trailing spaces. | 47 | |
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. | 54 | |
Line contains a tab character. | 55 | |
Line has trailing spaces. | 56 | |
Line contains a tab character. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Method 'setLanguage' is not designed for extension - needs to be abstract, final or empty. | 59 | |
'language' 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 has trailing spaces. | 65 | |
Line contains a tab character. | 65 | |
Line contains a tab character. | 66 | |
Line contains a tab character. | 67 | |
Line is longer than 80 characters. | 68 | |
Line contains a tab character. | 68 | |
Method 'setReqComponentTranslator' is not designed for extension - needs to be abstract, final or empty. | 68 | |
'reqComponentTranslator' 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 has trailing spaces. | 74 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line is longer than 80 characters. | 77 | |
Method 'setMessageBuilder' is not designed for extension - needs to be abstract, final or empty. | 77 | |
'messageBuilder' hides a field. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 81 | |
Line has trailing spaces. | 82 | |
Line is longer than 80 characters. | 82 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 87 | |
Line contains a tab character. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line is longer than 80 characters. | 92 | |
Line contains a tab character. | 92 | |
Method 'translate' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Line contains a tab character. | 93 | |
Line contains a tab character. | 94 | |
Line has trailing spaces. | 95 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 96 | |
Line has trailing spaces. | 97 | |
Line contains a tab character. | 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 | |
Line contains a tab character. | 102 | |
Line contains a tab character. | 103 | |
Line contains a tab character. | 104 | |
Line contains a tab character. | 105 | |
Line contains a tab character. | 106 | |
Line contains a tab character. | 107 | |
Line is longer than 80 characters. | 108 | |
Line contains a tab character. | 108 | |
Method 'translate' is not designed for extension - needs to be abstract, final or empty. | 108 | |
'language' hides a field. | 108 | |
Line contains a tab character. | 109 | |
'if' is not followed by whitespace. | 109 | |
Line contains a tab character. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 113 | |
Line is longer than 80 characters. | 114 | |
Line contains a tab character. | 114 | |
Line is longer than 80 characters. | 115 | |
Line contains a tab character. | 115 | |
Line is longer than 80 characters. | 116 | |
Line contains a tab character. | 116 | |
Line contains a tab character. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Line contains a tab character. | 120 | |
Line contains a tab character. | 121 | |
Line has trailing spaces. | 122 | |
Line contains a tab character. | 122 | |
Line contains a tab character. | 123 | |
Line contains a tab character. | 124 | |
Line contains a tab character. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 128 | |
Line contains a tab character. | 129 | |
Line contains a tab character. | 130 | |
Line contains a tab character. | 131 | |
Line contains a tab character. | 132 | |
Line contains a tab character. | 134 | |
Line has trailing spaces. | 135 | |
Line is longer than 80 characters. | 135 | |
Line contains a tab character. | 135 | |
Line contains a tab character. | 136 | |
Line has trailing spaces. | 137 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 139 | |
Line contains a tab character. | 140 | |
Line contains a tab character. | 141 | |
Line contains a tab character. | 142 | |
Line contains a tab character. | 143 | |
Line contains a tab character. | 144 | |
Line is longer than 80 characters. | 145 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line contains a tab character. | 147 | |
Line contains a tab character. | 148 | |
Line contains a tab character. | 149 | |
Line is longer than 80 characters. | 151 | |
Line contains a tab character. | 151 | |
Line is longer than 80 characters. | 152 | |
Line contains a tab character. | 152 | |
Line is longer than 80 characters. | 153 | |
Line contains a tab character. | 153 | |
Line is longer than 80 characters. | 154 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 157 | |
Line is longer than 80 characters. | 159 | |
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 has trailing spaces. | 164 | |
Line contains a tab character. | 164 | |
Line contains a tab character. | 165 | |
Line contains a tab character. | 166 | |
Line has trailing spaces. | 167 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line contains a tab character. | 169 | |
Line contains a tab character. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line contains a tab character. | 173 | |
Line contains a tab character. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
Missing a Javadoc comment. | 175 | |
Parameter language should be final. | 175 | |
'language' hides a field. | 175 | |
Parameter nlUsageTypeKey should be final. | 175 | |
Parameter booleanExpression should be final. | 175 | |
Parameter reqComponentList should be final. | 175 | |
Line contains a tab character. | 176 | |
Line contains a tab character. | 177 | |
'for' is not followed by whitespace. | 177 | |
Line is longer than 80 characters. | 178 | |
Line contains a tab character. | 178 | |
Line is longer than 80 characters. | 179 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line contains a tab character. | 181 | |
Line has trailing spaces. | 182 | |
Line contains a tab character. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
Line contains a tab character. | 184 | |
Line contains a tab character. | 185 | |
Line has trailing spaces. | 186 | |
Line contains a tab character. | 186 | |
Line contains a tab character. | 187 | |
Line contains a tab character. | 188 | |
Line has trailing spaces. | 189 | |
Line contains a tab character. | 189 | |
Line contains a tab character. | 190 | |
Line contains a tab character. | 191 | |
Line contains a tab character. | 192 | |
Line contains a tab character. | 193 | |
Line contains a tab character. | 194 | |
Line is longer than 80 characters. | 195 | |
Line contains a tab character. | 195 | |
Line has trailing spaces. | 197 | |
Line contains a tab character. | 197 | |
Line has trailing spaces. | 200 | |
Line contains a tab character. | 202 | |
Line has trailing spaces. | 206 | |
Line contains a tab character. | 207 | |
Line has trailing spaces. | 208 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 210 | |
Line is longer than 80 characters. | 211 | |
Line contains a tab character. | 211 | |
Line is longer than 80 characters. | 212 | |
Line contains a tab character. | 212 | |
Line contains a tab character. | 213 | |
Line is longer than 80 characters. | 214 | |
Line contains a tab character. | 214 | |
Line contains a tab character. | 215 | |
Line is longer than 80 characters. | 217 | |
Line contains a tab character. | 217 | |
Line contains a tab character. | 219 | |
Line is longer than 80 characters. | 220 | |
Line contains a tab character. | 220 | |
Line contains a tab character. | 221 | |
Line is longer than 80 characters. | 222 | |
Line contains a tab character. | 222 | |
Line contains a tab character. | 223 | |
Line contains a tab character. | 224 | |
Line has trailing spaces. | 225 | |
Line contains a tab character. | 225 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line has trailing spaces. | 231 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 232 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line contains a tab character. | 235 | |
Line contains a tab character. | 236 | |
Line is longer than 80 characters. | 237 | |
Line contains a tab character. | 237 | |
Line is longer than 80 characters. | 238 | |
Line contains a tab character. | 238 | |
Line is longer than 80 characters. | 239 | |
Line contains a tab character. | 239 | |
Line is longer than 80 characters. | 240 | |
Line contains a tab character. | 240 | |
Line contains a tab character. | 241 | |
Line contains a tab character. | 242 | |
Line is longer than 80 characters. | 243 | |
Line is longer than 80 characters. | 244 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 245 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 248 | |
Line has trailing spaces. | 249 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line has trailing spaces. | 256 | |
Line is longer than 80 characters. | 256 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line is longer than 80 characters. | 258 | |
Line contains a tab character. | 258 | |
Line is longer than 80 characters. | 259 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line is longer than 80 characters. | 261 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line is longer than 80 characters. | 265 | |
Line contains a tab character. | 265 | |
Line contains a tab character. | 266 | |
Line is longer than 80 characters. | 267 | |
Line contains a tab character. | 267 | |
Line is longer than 80 characters. | 268 | |
Line contains a tab character. | 268 | |
Line is longer than 80 characters. | 269 | |
Line contains a tab character. | 269 | |
Line contains a tab character. | 270 | |
Line contains a tab character. | 271 | |
Line is longer than 80 characters. | 272 | |
Line contains a tab character. | 272 | |
Line is longer than 80 characters. | 273 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line is longer than 80 characters. | 275 | |
Line contains a tab character. | 275 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line contains a tab character. | 279 | |
Line contains a tab character. | 280 | |
Line has trailing spaces. | 281 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 282 | |
Line contains a tab character. | 283 | |
Line has trailing spaces. | 284 | |
Line contains a tab character. | 284 | |
Line contains a tab character. | 285 | |
Line contains a tab character. | 286 | |
Line contains a tab character. | 287 | |
Line contains a tab character. | 288 | |
Line is longer than 80 characters. | 289 | |
Line contains a tab character. | 289 | |
Line contains a tab character. | 290 | |
Line is longer than 80 characters. | 291 | |
Line contains a tab character. | 291 | |
Line contains a tab character. | 292 | |
Line contains a tab character. | 293 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line contains a tab character. | 297 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 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 has trailing spaces. | 305 | |
Line contains a tab character. | 305 | |
Line contains a tab character. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 308 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 311 | |
Line has trailing spaces. | 312 | |
Line is longer than 80 characters. | 312 | |
Line contains a tab character. | 312 | |
Line contains a tab character. | 313 | |
Line is longer than 80 characters. | 314 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
Line is longer than 80 characters. | 316 | |
Line contains a tab character. | 316 | |
Line is longer than 80 characters. | 317 | |
Line contains a tab character. | 317 | |
Line is longer than 80 characters. | 318 | |
Line contains a tab character. | 318 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line contains a tab character. | 322 | |
Line contains a tab character. | 323 |
Violation | Message | Line |
---|---|---|
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line is longer than 80 characters. | 33 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 38 | |
Line is longer than 80 characters. | 44 | |
Line contains a tab character. | 44 | |
Method 'translate' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Parameter contextMap should be final. | 44 | |
Parameter template should be final. | 44 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 49 | |
'+' is not preceded with whitespace. | 49 | |
'+' is not followed by whitespace. | 49 | |
'+' is not preceded with whitespace. | 49 | |
'+' is not followed by whitespace. | 49 | |
'+' is not preceded with whitespace. | 49 | |
'+' is not followed by whitespace. | 49 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 22 | |
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 is longer than 80 characters. | 29 | |
Line contains a tab character. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter reqComponent should be final. | 29 | |
'reqComponent' hides a field. | 29 | |
Parameter booleanId should be final. | 29 | |
'booleanId' hides a field. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'getBooleanId' 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. | 38 | |
Method 'getReqComponent' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line contains a tab character. | 24 | |
Missing a Javadoc comment. | 24 | |
Line contains a tab character. | 25 | |
Missing a Javadoc comment. | 25 | |
Line contains a tab character. | 26 | |
Missing a Javadoc comment. | 26 | |
Line is longer than 80 characters. | 28 | |
Line contains a tab character. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter statement should be final. | 28 | |
'statement' hides a field. | 28 | |
Parameter refObjectTypeKey should be final. | 28 | |
'refObjectTypeKey' hides a field. | 28 | |
Parameter refObjectId should be final. | 28 | |
'refObjectId' hides a field. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 34 | |
Method 'getStatement' 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. | 38 | |
Method 'getRefObjectTypeKey' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 40 | |
Line contains a tab character. | 42 | |
Method 'getRefObjectId' 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 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 16 | |
Line is longer than 80 characters. | 21 | |
'{' is not preceded with whitespace. | 21 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 22 | |
'static' modifier out of order with the JLS suggestions. | 22 | |
Line contains a tab character. | 25 | |
Method 'assemble' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Line contains a tab character. | 26 | |
Parameter baseDTO should be final. | 26 | |
Line contains a tab character. | 27 | |
Parameter businessDTO should be final. | 27 | |
Parameter shallowBuild should be final. | 27 | |
Line contains a tab character. | 28 | |
Line is longer than 80 characters. | 29 | |
Line contains a tab character. | 29 | |
Avoid inline conditionals. | 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 is longer than 80 characters. | 34 | |
Line contains a tab character. | 34 | |
',' is not followed by whitespace. | 34 | |
Line contains a tab character. | 35 | |
Line has trailing spaces. | 36 | |
Line contains a tab character. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 41 | |
Method 'disassemble' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Line is longer than 80 characters. | 42 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Parameter newTree should be final. | 43 | |
Parameter operation should be final. | 43 | |
Line contains a tab character. | 44 | |
Line is longer than 80 characters. | 47 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 | |
Line contains a tab character. | 49 | |
Line is longer than 80 characters. | 50 | |
Line contains a tab character. | 50 | |
Line contains a tab character. | 51 | |
Line is longer than 80 characters. | 53 | |
Line contains a tab character. | 53 | |
Line contains a tab character. | 54 | |
'if' is not followed by whitespace. | 54 | |
'==' is not preceded with whitespace. | 54 | |
'==' is not followed by whitespace. | 54 | |
'|' is not preceded with whitespace. | 54 | |
'|' is not followed by whitespace. | 54 | |
'{' is not preceded with whitespace. | 54 | |
Line contains a tab character. | 55 | |
Line contains a tab character. | 56 | |
'else' is not preceded with whitespace. | 56 | |
'}' is not followed by whitespace. | 56 | |
'else' is not followed by whitespace. | 56 | |
'{' is not preceded with whitespace. | 56 | |
Line contains a tab character. | 57 | |
Line contains a tab character. | 58 | |
Line contains a tab character. | 59 | |
Line contains a tab character. | 60 | |
Line contains a tab character. | 61 | |
Line contains a tab character. | 62 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 3 | |
Line is longer than 80 characters. | 4 | |
Line is longer than 80 characters. | 5 | |
Line is longer than 80 characters. | 6 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 58 | |
Method 'setStatementDao' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter dao should be final. | 60 | |
Line is longer than 80 characters. | 64 | |
Method 'setNaturalLanguageTranslator' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 68 | |
Missing a Javadoc comment. | 68 | |
Parameter entities should be final. | 68 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter entity should be final. | 76 | |
Line is longer than 80 characters. | 79 | |
Line is longer than 80 characters. | 83 | |
Line is longer than 80 characters. | 86 | |
Line is longer than 80 characters. | 91 | |
Missing a Javadoc comment. | 91 | |
Parameter entities should be final. | 91 | |
Line is longer than 80 characters. | 92 | |
Line is longer than 80 characters. | 99 | |
Missing a Javadoc comment. | 99 | |
Parameter entity should be final. | 99 | |
Line is longer than 80 characters. | 102 | |
Missing a Javadoc comment. | 110 | |
Parameter objectType should be final. | 110 | |
Line is longer than 80 characters. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter entity should be final. | 118 | |
Line is longer than 80 characters. | 123 | |
Missing a Javadoc comment. | 123 | |
Parameter entities should be final. | 123 | |
Line is longer than 80 characters. | 132 | |
Method 'toReqComponentRelation' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Parameter isUpdate should be final. | 132 | |
Parameter reqCompInfo should be final. | 132 | |
Line is longer than 80 characters. | 135 | |
Line is longer than 80 characters. | 137 | |
Line is longer than 80 characters. | 139 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 142 | |
Line is longer than 80 characters. | 149 | |
Line is longer than 80 characters. | 152 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 159 | |
Line is longer than 80 characters. | 160 | |
Line is longer than 80 characters. | 169 | |
Line is longer than 80 characters. | 174 | |
Method 'toReqComponentInfos' is not designed for extension - needs to be abstract, final or empty. | 174 | |
Missing a Javadoc comment. | 174 | |
Parameter entities should be final. | 174 | |
Parameter nlUsageTypeKey should be final. | 174 | |
Parameter language should be final. | 174 | |
Line is longer than 80 characters. | 175 | |
Missing a Javadoc comment. | 183 | |
Parameter entity should be final. | 183 | |
Line is longer than 80 characters. | 186 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 190 | |
Line is longer than 80 characters. | 194 | |
Line is longer than 80 characters. | 200 | |
Method 'toReqComponentInfo' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Missing a Javadoc comment. | 200 | |
Parameter entity should be final. | 200 | |
Parameter nlUsageTypeKey should be final. | 200 | |
Parameter language should be final. | 200 | |
Line is longer than 80 characters. | 203 | |
Line is longer than 80 characters. | 209 | |
Missing a Javadoc comment. | 209 | |
Parameter entities should be final. | 209 | |
Line is longer than 80 characters. | 210 | |
Line is longer than 80 characters. | 218 | |
Missing a Javadoc comment. | 218 | |
Parameter entities should be final. | 218 | |
Line is longer than 80 characters. | 219 | |
Line is longer than 80 characters. | 227 | |
Missing a Javadoc comment. | 227 | |
Parameter entity should be final. | 227 | |
Line is longer than 80 characters. | 228 | |
Line is longer than 80 characters. | 229 | |
Line is longer than 80 characters. | 234 | |
Missing a Javadoc comment. | 234 | |
Parameter entities should be final. | 234 | |
Line is longer than 80 characters. | 235 | |
Line is longer than 80 characters. | 242 | |
Missing a Javadoc comment. | 242 | |
Parameter entity should be final. | 242 | |
Line is longer than 80 characters. | 255 | |
Missing a Javadoc comment. | 255 | |
Parameter entities should be final. | 255 | |
Line is longer than 80 characters. | 259 | |
Line is longer than 80 characters. | 266 | |
Missing a Javadoc comment. | 266 | |
Parameter entity should be final. | 266 | |
Line is longer than 80 characters. | 278 | |
Method 'toRefStatementRelation' is not designed for extension - needs to be abstract, final or empty. | 278 | |
Missing a Javadoc comment. | 278 | |
Parameter isUpdate should be final. | 278 | |
Parameter refStatementRelationInfo should be final. | 278 | |
Line is longer than 80 characters. | 281 | |
Line is longer than 80 characters. | 283 | |
Line is longer than 80 characters. | 285 | |
Line is longer than 80 characters. | 286 | |
Line is longer than 80 characters. | 292 | |
Line is longer than 80 characters. | 295 | |
Line is longer than 80 characters. | 298 | |
Line is longer than 80 characters. | 299 | |
Line is longer than 80 characters. | 302 | |
Line is longer than 80 characters. | 308 | |
Method 'toStatementFromTree' is not designed for extension - needs to be abstract, final or empty. | 308 | |
Missing a Javadoc comment. | 308 | |
Parameter stmt should be final. | 308 | |
Parameter treeView should be final. | 308 | |
Parameter statementIdsToDelete should be final. | 308 | |
Parameter statementsToUpdate should be final. | 308 | |
Parameter reqCompsToCreate should be final. | 308 | |
Line is longer than 80 characters. | 310 | |
Line has trailing spaces. | 311 | |
Line is longer than 80 characters. | 311 | |
Line is longer than 80 characters. | 312 | |
Line is longer than 80 characters. | 315 | |
Line is longer than 80 characters. | 318 | |
Line is longer than 80 characters. | 320 | |
Line has trailing spaces. | 329 | |
Line is longer than 80 characters. | 330 | |
Line has trailing spaces. | 331 | |
Line is longer than 80 characters. | 354 | |
Line is longer than 80 characters. | 359 | |
Line is longer than 80 characters. | 363 | |
Line is longer than 80 characters. | 369 | |
Line is longer than 80 characters. | 371 | |
Line is longer than 80 characters. | 372 | |
Missing a Javadoc comment. | 372 | |
Parameter statementToDelete should be final. | 372 | |
Parameter statementIdsToDelete should be final. | 372 | |
Parameter statementsToUpdate should be final. | 372 | |
Line is longer than 80 characters. | 375 | |
Line is longer than 80 characters. | 383 | |
Method 'toStatementRelation' is not designed for extension - needs to be abstract, final or empty. | 383 | |
Missing a Javadoc comment. | 383 | |
Parameter isUpdate should be final. | 383 | |
Parameter stmtInfo should be final. | 383 | |
Line is longer than 80 characters. | 388 | |
Line is longer than 80 characters. | 390 | |
Line is longer than 80 characters. | 391 | |
Line is longer than 80 characters. | 397 | |
Line is longer than 80 characters. | 400 | |
Line is longer than 80 characters. | 403 | |
Line is longer than 80 characters. | 405 | |
Line is longer than 80 characters. | 414 | |
Line is longer than 80 characters. | 417 | |
Line is longer than 80 characters. | 419 | |
Line is longer than 80 characters. | 429 | |
Line is longer than 80 characters. | 432 | |
Missing a Javadoc comment. | 444 | |
Parameter entity should be final. | 444 | |
Line is longer than 80 characters. | 450 | |
Line is longer than 80 characters. | 452 | |
Line is longer than 80 characters. | 458 | |
Line is longer than 80 characters. | 465 | |
Line is longer than 80 characters. | 472 | |
Missing a Javadoc comment. | 472 | |
Parameter entities should be final. | 472 | |
Line is longer than 80 characters. | 473 | |
Line is longer than 80 characters. | 481 | |
Missing a Javadoc comment. | 481 | |
Parameter entities should be final. | 481 | |
Missing a Javadoc comment. | 490 | |
Parameter entity should be final. | 490 | |
Line is longer than 80 characters. | 494 | |
Line is longer than 80 characters. | 497 | |
Line is longer than 80 characters. | 498 | |
Line is longer than 80 characters. | 504 | |
Line is longer than 80 characters. | 505 | |
Line is longer than 80 characters. | 511 | |
Line is longer than 80 characters. | 518 | |
Method 'toStatementInfo' is not designed for extension - needs to be abstract, final or empty. | 518 | |
Missing a Javadoc comment. | 518 | |
'if' construct must use '{}'s. | 520 | |
Line is longer than 80 characters. | 524 | |
'7' is a magic number. | 526 | |
Line is longer than 80 characters. | 527 | |
Line is longer than 80 characters. | 533 | |
'7' is a magic number. | 535 | |
Line is longer than 80 characters. | 536 | |
Line is longer than 80 characters. | 546 | |
Line has trailing spaces. | 547 | |
Line is longer than 80 characters. | 551 | |
Method 'copyValues' is not designed for extension - needs to be abstract, final or empty. | 551 | |
Expected @param tag for 'toStatementInfo'. | 551 | |
Parameter fromStatementInfo should be final. | 551 | |
Expected @param tag for 'fromStatementInfo'. | 551 | |
Line is longer than 80 characters. | 562 | |
Method 'toStatement' is not designed for extension - needs to be abstract, final or empty. | 562 | |
Missing a Javadoc comment. | 562 | |
Line is longer than 80 characters. | 568 | |
Line is longer than 80 characters. | 571 | |
Line has trailing spaces. | 573 | |
Unused @throws tag for 'Exception'. | 578 | |
Line is longer than 80 characters. | 581 | |
Method 'toCustomLuStatementInfo' is not designed for extension - needs to be abstract, final or empty. | 581 | |
Expected @throws tag for 'DoesNotExistException'. | 581 | |
Expected @throws tag for 'InvalidParameterException'. | 581 | |
Expected @throws tag for 'MissingParameterException'. | 581 | |
Expected @throws tag for 'OperationFailedException'. | 581 | |
Expected @throws tag for 'VersionMismatchException'. | 581 | |
Comment matches to-do format 'TODO:'. | 585 | |
Line is longer than 80 characters. | 586 | |
Line is longer than 80 characters. | 588 | |
Line is longer than 80 characters. | 591 | |
Line is longer than 80 characters. | 593 | |
Line is longer than 80 characters. | 603 | |
Line is longer than 80 characters. | 604 | |
Line is longer than 80 characters. | 605 | |
Line is longer than 80 characters. | 606 | |
Comment matches to-do format 'TODO:'. | 607 | |
Line is longer than 80 characters. | 612 | |
Missing a Javadoc comment. | 612 | |
Parameter rootLuStatement should be final. | 612 | |
Comment matches to-do format 'TODO:'. | 618 | |
Line is longer than 80 characters. | 619 | |
Line is longer than 80 characters. | 620 | |
Line is longer than 80 characters. | 628 | |
Line is longer than 80 characters. | 639 | |
Missing a Javadoc comment. | 639 | |
Parameter reqComponentInfoList should be final. | 639 | |
Method 'toStatementTreeViewInfo' is not designed for extension - needs to be abstract, final or empty. | 648 | |
Missing a Javadoc comment. | 648 | |
Parameter stmt should be final. | 648 | |
Line is longer than 80 characters. | 653 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 69 | |
Line is longer than 80 characters. | 70 | |
Line is longer than 80 characters. | 77 | |
Missing a Javadoc comment. | 77 | |
Line is longer than 80 characters. | 78 | |
'=' is not preceded with whitespace. | 78 | |
'=' is not followed by whitespace. | 78 | |
',' is not followed by whitespace. | 78 | |
'=' is not preceded with whitespace. | 78 | |
'=' is not followed by whitespace. | 78 | |
'}' is not preceded with whitespace. | 78 | |
',' is not followed by whitespace. | 78 | |
'=' is not preceded with whitespace. | 78 | |
'=' is not followed by whitespace. | 78 | |
'}' is not preceded with whitespace. | 78 | |
Line is longer than 80 characters. | 81 | |
Line contains a tab character. | 81 | |
Missing a Javadoc comment. | 81 | |
'static' modifier out of order with the JLS suggestions. | 81 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 81 | |
Line is longer than 80 characters. | 83 | |
Line contains a tab character. | 83 | |
Missing a Javadoc comment. | 83 | |
Line contains a tab character. | 85 | |
Missing a Javadoc comment. | 85 | |
Line contains a tab character. | 86 | |
Missing a Javadoc comment. | 86 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 90 | |
Line is longer than 80 characters. | 93 | |
Line contains a tab character. | 93 | |
Method 'setStatementAssembler' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter statementAssembler should be final. | 93 | |
'statementAssembler' hides a field. | 93 | |
Line contains a tab character. | 94 | |
Line contains a tab character. | 95 | |
Line contains a tab character. | 97 | |
Method 'getSearchManager' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Method 'setSearchManager' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
'searchManager' hides a field. | 101 | |
Method 'getDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 105 | |
Missing a Javadoc comment. | 105 | |
Line is longer than 80 characters. | 109 | |
Method 'setDictionaryServiceDelegate' is not designed for extension - needs to be abstract, final or empty. | 109 | |
Missing a Javadoc comment. | 109 | |
'dictionaryServiceDelegate' hides a field. | 109 | |
Line contains a tab character. | 110 | |
Method 'getStatementDao' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Missing a Javadoc comment. | 113 | |
Method 'setStatementDao' is not designed for extension - needs to be abstract, final or empty. | 117 | |
Missing a Javadoc comment. | 117 | |
'statementDao' hides a field. | 117 | |
Line contains a tab character. | 118 | |
Line contains a tab character. | 119 | |
Method 'getNaturalLanguageTranslator' is not designed for extension - needs to be abstract, final or empty. | 121 | |
Missing a Javadoc comment. | 121 | |
Line is longer than 80 characters. | 125 | |
Line contains a tab character. | 125 | |
Method 'setNaturalLanguageTranslator' is not designed for extension - needs to be abstract, final or empty. | 125 | |
Missing a Javadoc comment. | 125 | |
Line contains a tab character. | 126 | |
Line contains a tab character. | 127 | |
Line contains a tab character. | 129 | |
Method 'getNlUsageType' is not designed for extension - needs to be abstract, final or empty. | 129 | |
Missing a Javadoc comment. | 129 | |
Line is longer than 80 characters. | 130 | |
Line contains a tab character. | 130 | |
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 | |
Line is longer than 80 characters. | 136 | |
Line contains a tab character. | 136 | |
Line contains a tab character. | 137 | |
Line contains a tab character. | 138 | |
Line contains a tab character. | 140 | |
Method 'getNlUsageTypes' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Line contains a tab character. | 141 | |
Line is longer than 80 characters. | 143 | |
Line contains a tab character. | 143 | |
Line is longer than 80 characters. | 144 | |
Line contains a tab character. | 144 | |
Line contains a tab character. | 145 | |
Line contains a tab character. | 146 | |
Line is longer than 80 characters. | 148 | |
Line contains a tab character. | 148 | |
Method 'getRefObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Line is longer than 80 characters. | 149 | |
Line contains a tab character. | 149 | |
Line contains a tab character. | 150 | |
Line contains a tab character. | 151 | |
'for' is not followed by whitespace. | 151 | |
Line contains a tab character. | 152 | |
Line contains a tab character. | 153 | |
Line contains a tab character. | 154 | |
Line contains a tab character. | 155 | |
Line contains a tab character. | 157 | |
Method 'getRefObjectSubTypes' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
Line contains a tab character. | 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 is longer than 80 characters. | 165 | |
Line contains a tab character. | 165 | |
Line is longer than 80 characters. | 166 | |
Line contains a tab character. | 166 | |
Line contains a tab character. | 167 | |
Line contains a tab character. | 168 | |
Line is longer than 80 characters. | 170 | |
Line contains a tab character. | 170 | |
Method 'getRefStatementRelation' is not designed for extension - needs to be abstract, final or empty. | 170 | |
Missing a Javadoc comment. | 170 | |
Line contains a tab character. | 171 | |
Line contains a tab character. | 172 | |
Line is longer than 80 characters. | 174 | |
Line contains a tab character. | 174 | |
Line is longer than 80 characters. | 175 | |
Line contains a tab character. | 175 | |
Line is longer than 80 characters. | 177 | |
Line contains a tab character. | 177 | |
Line is longer than 80 characters. | 178 | |
Line contains a tab character. | 178 | |
Line contains a tab character. | 179 | |
Line contains a tab character. | 180 | |
Line is longer than 80 characters. | 182 | |
Line contains a tab character. | 182 | |
Method 'getRefStatementRelationsByRef' is not designed for extension - needs to be abstract, final or empty. | 182 | |
Missing a Javadoc comment. | 182 | |
Line is longer than 80 characters. | 183 | |
Line contains a tab character. | 183 | |
Line is longer than 80 characters. | 187 | |
Line is longer than 80 characters. | 192 | |
Line is longer than 80 characters. | 193 | |
'?' is not preceded with whitespace. | 193 | |
Avoid inline conditionals. | 193 | |
'7' is a magic number. | 193 | |
Line contains a tab character. | 198 | |
Line is longer than 80 characters. | 200 | |
Line contains a tab character. | 200 | |
Method 'getRefStatementRelationsByStatement' is not designed for extension - needs to be abstract, final or empty. | 200 | |
Missing a Javadoc comment. | 200 | |
Line is longer than 80 characters. | 201 | |
Line contains a tab character. | 201 | |
Line contains a tab character. | 203 | |
Line is longer than 80 characters. | 205 | |
Line contains a tab character. | 205 | |
Line is longer than 80 characters. | 206 | |
Line contains a tab character. | 206 | |
Line is longer than 80 characters. | 207 | |
Line contains a tab character. | 207 | |
Line contains a tab character. | 208 | |
Line contains a tab character. | 209 | |
Line contains a tab character. | 211 | |
Line contains a tab character. | 212 | |
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 | |
Line contains a tab character. | 218 | |
Line contains a tab character. | 219 | |
Line is longer than 80 characters. | 222 | |
Line is longer than 80 characters. | 224 | |
Unused @throws tag for 'VersionMismatchException'. | 224 | |
Line contains a tab character. | 225 | |
Expected an @return tag. | 226 | |
Line is longer than 80 characters. | 226 | |
Line contains a tab character. | 226 | |
Method 'getNaturalLanguageForReqComponent' is not designed for extension - needs to be abstract, final or empty. | 226 | |
Line is longer than 80 characters. | 227 | |
Line contains a tab character. | 227 | |
Line contains a tab character. | 229 | |
Line contains a tab character. | 230 | |
Line contains a tab character. | 231 | |
Line contains a tab character. | 233 | |
Line contains a tab character. | 234 | |
Line is longer than 80 characters. | 236 | |
Line contains a tab character. | 236 | |
Line is longer than 80 characters. | 237 | |
Line contains a tab character. | 237 | |
Line contains a tab character. | 239 | |
'if' is not followed by whitespace. | 239 | |
Line contains a tab character. | 240 | |
'+' is not preceded with whitespace. | 240 | |
'+' is not followed by whitespace. | 240 | |
Line contains a tab character. | 241 | |
'+' is not preceded with whitespace. | 241 | |
'+' is not followed by whitespace. | 241 | |
Line contains a tab character. | 242 | |
'+' is not preceded with whitespace. | 242 | |
'+' is not followed by whitespace. | 242 | |
Line contains a tab character. | 243 | |
'+' is not preceded with whitespace. | 243 | |
'+' is not followed by whitespace. | 243 | |
Line contains a tab character. | 244 | |
Line contains a tab character. | 246 | |
Line contains a tab character. | 247 | |
Line contains a tab character. | 249 | |
Line contains a tab character. | 250 | |
Line contains a tab character. | 251 | |
Line contains a tab character. | 252 | |
Line contains a tab character. | 253 | |
Line contains a tab character. | 254 | |
Line contains a tab character. | 255 | |
Line contains a tab character. | 256 | |
Line contains a tab character. | 257 | |
Line contains a tab character. | 258 | |
Line contains a tab character. | 259 | |
Line contains a tab character. | 260 | |
Line contains a tab character. | 261 | |
Line contains a tab character. | 262 | |
Line contains a tab character. | 263 | |
Line contains a tab character. | 264 | |
Line contains a tab character. | 265 | |
Line is longer than 80 characters. | 266 | |
Line is longer than 80 characters. | 270 | |
Unused @throws tag for 'VersionMismatchException'. | 270 | |
Line contains a tab character. | 271 | |
Expected an @return tag. | 272 | |
Line is longer than 80 characters. | 272 | |
Line contains a tab character. | 272 | |
Method 'getNaturalLanguageForStatement' is not designed for extension - needs to be abstract, final or empty. | 272 | |
Line contains a tab character. | 273 | |
Line contains a tab character. | 274 | |
Line contains a tab character. | 276 | |
Line contains a tab character. | 277 | |
Line contains a tab character. | 278 | |
Line is longer than 80 characters. | 280 | |
Line contains a tab character. | 280 | |
Line is longer than 80 characters. | 281 | |
Line contains a tab character. | 281 | |
Line contains a tab character. | 283 | |
'if' is not followed by whitespace. | 283 | |
Line contains a tab character. | 284 | |
'+' is not preceded with whitespace. | 284 | |
'+' is not followed by whitespace. | 284 | |
Line contains a tab character. | 285 | |
'+' is not preceded with whitespace. | 285 | |
'+' is not followed by whitespace. | 285 | |
Line contains a tab character. | 286 | |
'+' is not preceded with whitespace. | 286 | |
'+' is not followed by whitespace. | 286 | |
Line contains a tab character. | 287 | |
'+' is not preceded with whitespace. | 287 | |
'+' is not followed by whitespace. | 287 | |
Line contains a tab character. | 288 | |
Line contains a tab character. | 290 | |
Line contains a tab character. | 291 | |
Line is longer than 80 characters. | 293 | |
Method 'getNaturalLanguageForRefStatementRelation' is not designed for extension - needs to be abstract, final or empty. | 293 | |
Missing a Javadoc comment. | 293 | |
Line is longer than 80 characters. | 294 | |
Line contains a tab character. | 294 | |
Line contains a tab character. | 295 | |
Line contains a tab character. | 296 | |
Line is longer than 80 characters. | 298 | |
Line contains a tab character. | 298 | |
Line contains a tab character. | 299 | |
Line is longer than 80 characters. | 300 | |
Line contains a tab character. | 300 | |
Line contains a tab character. | 302 | |
'if' is not followed by whitespace. | 302 | |
Line is longer than 80 characters. | 303 | |
Line contains a tab character. | 303 | |
'+' is not preceded with whitespace. | 303 | |
'+' is not followed by whitespace. | 303 | |
Line contains a tab character. | 304 | |
'+' is not preceded with whitespace. | 304 | |
'+' is not followed by whitespace. | 304 | |
Line contains a tab character. | 305 | |
'+' is not preceded with whitespace. | 305 | |
'+' is not followed by whitespace. | 305 | |
Line contains a tab character. | 306 | |
'+' is not preceded with whitespace. | 306 | |
'+' is not followed by whitespace. | 306 | |
Line contains a tab character. | 307 | |
Line contains a tab character. | 309 | |
Line contains a tab character. | 310 | |
Line contains a tab character. | 312 | |
Method 'translateReqComponentToNL' is not designed for extension - needs to be abstract, final or empty. | 312 | |
Line is longer than 80 characters. | 313 | |
Line contains a tab character. | 313 | |
Line is longer than 80 characters. | 314 | |
Line contains a tab character. | 314 | |
Line contains a tab character. | 315 | |
Line contains a tab character. | 316 | |
Line contains a tab character. | 317 | |
Line contains a tab character. | 319 | |
Line contains a tab character. | 320 | |
Line contains a tab character. | 321 | |
Line is longer than 80 characters. | 322 | |
Line contains a tab character. | 322 | |
Line is longer than 80 characters. | 323 | |
Line contains a tab character. | 323 | |
Line contains a tab character. | 325 | |
'if' is not followed by whitespace. | 325 | |
Line contains a tab character. | 326 | |
'+' is not preceded with whitespace. | 326 | |
'+' is not followed by whitespace. | 326 | |
Line contains a tab character. | 327 | |
Line contains a tab character. | 329 | |
Line contains a tab character. | 330 | |
Line is longer than 80 characters. | 331 | |
Line contains a tab character. | 331 | |
Line contains a tab character. | 332 | |
Line is longer than 80 characters. | 333 | |
Line contains a tab character. | 333 | |
Line contains a tab character. | 334 | |
Line contains a tab character. | 335 | |
Line contains a tab character. | 337 | |
Method 'translateStatementTreeViewToNL' is not designed for extension - needs to be abstract, final or empty. | 337 | |
Line is longer than 80 characters. | 338 | |
Line contains a tab character. | 338 | |
Line is longer than 80 characters. | 339 | |
Line contains a tab character. | 339 | |
Line is longer than 80 characters. | 340 | |
Line contains a tab character. | 340 | |
Line contains a tab character. | 341 | |
Line contains a tab character. | 342 | |
Line contains a tab character. | 344 | |
Line is longer than 80 characters. | 345 | |
Line contains a tab character. | 345 | |
Line is longer than 80 characters. | 347 | |
Line contains a tab character. | 347 | |
Line contains a tab character. | 349 | |
'if' is not followed by whitespace. | 349 | |
Line contains a tab character. | 350 | |
'+' is not preceded with whitespace. | 350 | |
'+' is not followed by whitespace. | 350 | |
Line contains a tab character. | 351 | |
Line contains a tab character. | 353 | |
Line contains a tab character. | 354 | |
Line is longer than 80 characters. | 355 | |
Line contains a tab character. | 355 | |
Line contains a tab character. | 356 | |
Line is longer than 80 characters. | 357 | |
Line contains a tab character. | 357 | |
Line contains a tab character. | 358 | |
Line contains a tab character. | 359 | |
First sentence should end with a period. | 361 | |
Line contains a tab character. | 361 | |
Line contains a tab character. | 362 | |
Line contains a tab character. | 363 | |
Line contains a tab character. | 364 | |
Line contains a tab character. | 365 | |
Unused @param tag for 'parameter'. | 365 | |
Line contains a tab character. | 366 | |
Line contains a tab character. | 367 | |
Line contains a tab character. | 368 | |
Parameter param should be final. | 368 | |
Expected @param tag for 'param'. | 368 | |
Parameter paramName should be final. | 368 | |
Expected @param tag for 'paramName'. | 368 | |
Line contains a tab character. | 369 | |
Expected @throws tag for 'MissingParameterException'. | 369 | |
Line contains a tab character. | 370 | |
Line is longer than 80 characters. | 371 | |
Line contains a tab character. | 371 | |
Line contains a tab character. | 372 | |
Line contains a tab character. | 373 | |
First sentence should end with a period. | 375 | |
Line contains a tab character. | 375 | |
Line contains a tab character. | 376 | |
Line contains a tab character. | 377 | |
Line contains a tab character. | 378 | |
Line contains a tab character. | 379 | |
Line contains a tab character. | 380 | |
Unused @param tag for 'parameter'. | 380 | |
Line contains a tab character. | 381 | |
Line contains a tab character. | 382 | |
Line is longer than 80 characters. | 383 | |
Line contains a tab character. | 383 | |
Parameter param should be final. | 383 | |
Expected @param tag for 'param'. | 383 | |
Parameter paramName should be final. | 383 | |
Expected @param tag for 'paramName'. | 383 | |
Line is longer than 80 characters. | 384 | |
Line contains a tab character. | 384 | |
Expected @throws tag for 'MissingParameterException'. | 384 | |
Expected @throws tag for 'InvalidParameterException'. | 384 | |
Line contains a tab character. | 385 | |
Line is longer than 80 characters. | 386 | |
Line contains a tab character. | 386 | |
Line contains a tab character. | 387 | |
Line is longer than 80 characters. | 388 | |
Line contains a tab character. | 388 | |
Line contains a tab character. | 389 | |
Line contains a tab character. | 390 | |
First sentence should end with a period. | 392 | |
Line contains a tab character. | 392 | |
Line contains a tab character. | 393 | |
Line contains a tab character. | 394 | |
Line contains a tab character. | 395 | |
Line contains a tab character. | 396 | |
Unused @param tag for 'parameter'. | 396 | |
Line contains a tab character. | 397 | |
Line contains a tab character. | 398 | |
Line contains a tab character. | 399 | |
Parameter param should be final. | 399 | |
Expected @param tag for 'param'. | 399 | |
Parameter paramName should be final. | 399 | |
Expected @param tag for 'paramName'. | 399 | |
Line is longer than 80 characters. | 400 | |
Line contains a tab character. | 400 | |
Expected @throws tag for 'MissingParameterException'. | 400 | |
Expected @throws tag for 'InvalidParameterException'. | 400 | |
Line contains a tab character. | 401 | |
Line is longer than 80 characters. | 402 | |
Line contains a tab character. | 402 | |
Line contains a tab character. | 403 | |
Line contains a tab character. | 404 | |
Method 'createReqComponent' is not designed for extension - needs to be abstract, final or empty. | 406 | |
'=' is not preceded with whitespace. | 407 | |
'=' is not followed by whitespace. | 407 | |
Line is longer than 80 characters. | 408 | |
Line contains a tab character. | 408 | |
Line is longer than 80 characters. | 415 | |
Method 'createStatement' is not designed for extension - needs to be abstract, final or empty. | 425 | |
'=' is not preceded with whitespace. | 426 | |
'=' is not followed by whitespace. | 426 | |
Line is longer than 80 characters. | 427 | |
Line contains a tab character. | 427 | |
Line is longer than 80 characters. | 434 | |
Method 'createStatementTreeView' is not designed for extension - needs to be abstract, final or empty. | 446 | |
'=' is not preceded with whitespace. | 447 | |
'=' is not followed by whitespace. | 447 | |
Line is longer than 80 characters. | 448 | |
Line contains a tab character. | 448 | |
Line contains a tab character. | 449 | |
Line is longer than 80 characters. | 450 | |
Line is longer than 80 characters. | 454 | |
Line contains a tab character. | 457 | |
Line contains a tab character. | 458 | |
Line contains a tab character. | 459 | |
Line has trailing spaces. | 462 | |
Method 'deleteReqComponent' is not designed for extension - needs to be abstract, final or empty. | 463 | |
'=' is not preceded with whitespace. | 464 | |
'=' is not followed by whitespace. | 464 | |
Line is longer than 80 characters. | 465 | |
Line contains a tab character. | 465 | |
Line is longer than 80 characters. | 468 | |
'if' is not followed by whitespace. | 470 | |
'==' is not preceded with whitespace. | 470 | |
'==' is not followed by whitespace. | 470 | |
'{' is not preceded with whitespace. | 470 | |
Line is longer than 80 characters. | 471 | |
'+' is not preceded with whitespace. | 471 | |
'+' is not followed by whitespace. | 471 | |
Method 'deleteStatement' is not designed for extension - needs to be abstract, final or empty. | 482 | |
'=' is not preceded with whitespace. | 483 | |
'=' is not followed by whitespace. | 483 | |
Line is longer than 80 characters. | 484 | |
Line contains a tab character. | 484 | |
'if' is not followed by whitespace. | 488 | |
'==' is not preceded with whitespace. | 488 | |
'==' is not followed by whitespace. | 488 | |
'{' is not preceded with whitespace. | 488 | |
Line is longer than 80 characters. | 489 | |
'+' is not preceded with whitespace. | 489 | |
'+' is not followed by whitespace. | 489 | |
Line contains a tab character. | 493 | |
Line is longer than 80 characters. | 494 | |
Line contains a tab character. | 494 | |
Line contains a tab character. | 495 | |
Line contains a tab character. | 496 | |
Line contains a tab character. | 497 | |
Line contains a tab character. | 498 | |
Line contains a tab character. | 499 | |
Line contains a tab character. | 500 | |
Line contains a tab character. | 501 | |
Line contains a tab character. | 502 | |
Line contains a tab character. | 503 | |
Must have at least one statement. | 503 | |
Line contains a tab character. | 504 | |
Line contains a tab character. | 505 | |
Line has trailing spaces. | 514 | |
Method 'deleteStatementTreeView' is not designed for extension - needs to be abstract, final or empty. | 515 | |
'=' is not preceded with whitespace. | 516 | |
'=' is not followed by whitespace. | 516 | |
Line is longer than 80 characters. | 517 | |
Line contains a tab character. | 517 | |
'{' is not preceded with whitespace. | 517 | |
Line has trailing spaces. | 519 | |
'try' is not followed by whitespace. | 520 | |
'{' is not preceded with whitespace. | 520 | |
Line contains a tab character. | 521 | |
Line has trailing spaces. | 522 | |
Line contains a tab character. | 522 | |
Line contains a tab character. | 523 | |
'if' is not followed by whitespace. | 524 | |
'!=' is not preceded with whitespace. | 524 | |
'!=' is not followed by whitespace. | 524 | |
'{' is not preceded with whitespace. | 524 | |
Line is longer than 80 characters. | 525 | |
Line contains a tab character. | 525 | |
'for' is not followed by whitespace. | 525 | |
';' is not followed by whitespace. | 525 | |
'{' is not preceded with whitespace. | 525 | |
Line contains a tab character. | 526 | |
Line contains a tab character. | 527 | |
'if' is not followed by whitespace. | 527 | |
'{' is not preceded with whitespace. | 527 | |
Line contains a tab character. | 528 | |
Line contains a tab character. | 529 | |
Line contains a tab character. | 530 | |
Line contains a tab character. | 531 | |
Line contains a tab character. | 532 | |
Line contains a tab character. | 533 | |
Line contains a tab character. | 534 | |
'catch' is not preceded with whitespace. | 534 | |
'}' is not followed by whitespace. | 534 | |
'catch' is not followed by whitespace. | 534 | |
'{' is not preceded with whitespace. | 534 | |
Must have at least one statement. | 534 | |
Line contains a tab character. | 535 | |
Line contains a tab character. | 536 | |
Line has trailing spaces. | 537 | |
Line has trailing spaces. | 540 | |
Line contains a tab character. | 547 | |
Missing a Javadoc comment. | 547 | |
Parameter stmt should be final. | 547 | |
Line contains a tab character. | 548 | |
'if' is not followed by whitespace. | 548 | |
'!=' is not preceded with whitespace. | 548 | |
'!=' is not followed by whitespace. | 548 | |
'{' is not preceded with whitespace. | 548 | |
Line is longer than 80 characters. | 549 | |
Line contains a tab character. | 549 | |
Line contains a tab character. | 550 | |
Line contains a tab character. | 551 | |
Line contains a tab character. | 552 | |
'for' is not followed by whitespace. | 552 | |
':' is not preceded with whitespace. | 552 | |
':' is not followed by whitespace. | 552 | |
'{' is not preceded with whitespace. | 552 | |
Line contains a tab character. | 553 | |
Line contains a tab character. | 554 | |
Line contains a tab character. | 555 | |
Line contains a tab character. | 556 | |
Line contains a tab character. | 557 | |
Line contains a tab character. | 559 | |
Method 'getReqComponent' is not designed for extension - needs to be abstract, final or empty. | 559 | |
Line is longer than 80 characters. | 560 | |
Line is longer than 80 characters. | 561 | |
Method 'getReqComponentsByType' is not designed for extension - needs to be abstract, final or empty. | 564 | |
Line is longer than 80 characters. | 565 | |
Line is longer than 80 characters. | 568 | |
Line is longer than 80 characters. | 569 | |
Method 'getStatement' is not designed for extension - needs to be abstract, final or empty. | 572 | |
Line is longer than 80 characters. | 573 | |
Line is longer than 80 characters. | 576 | |
Method 'getStatementsByType' is not designed for extension - needs to be abstract, final or empty. | 580 | |
Line is longer than 80 characters. | 581 | |
Line is longer than 80 characters. | 584 | |
Method 'getStatementsUsingReqComponent' is not designed for extension - needs to be abstract, final or empty. | 588 | |
Line is longer than 80 characters. | 589 | |
Line is longer than 80 characters. | 592 | |
Line is longer than 80 characters. | 606 | |
Line contains a tab character. | 606 | |
Method 'getStatementsUsingStatement' is not designed for extension - needs to be abstract, final or empty. | 606 | |
Line is longer than 80 characters. | 607 | |
Line contains a tab character. | 607 | |
Line is longer than 80 characters. | 610 | |
Line contains a tab character. | 610 | |
Line is longer than 80 characters. | 611 | |
Line contains a tab character. | 611 | |
Line contains a tab character. | 612 | |
Line contains a tab character. | 613 | |
Method 'updateStatement' is not designed for extension - needs to be abstract, final or empty. | 615 | |
'=' is not preceded with whitespace. | 616 | |
'=' is not followed by whitespace. | 616 | |
Line is longer than 80 characters. | 617 | |
Line contains a tab character. | 617 | |
Line is longer than 80 characters. | 626 | |
Line is longer than 80 characters. | 632 | |
Method 'validateReqComponent' is not designed for extension - needs to be abstract, final or empty. | 636 | |
Line is longer than 80 characters. | 637 | |
Line is longer than 80 characters. | 641 | |
Line is longer than 80 characters. | 643 | |
Method 'validateStatement' is not designed for extension - needs to be abstract, final or empty. | 648 | |
Line is longer than 80 characters. | 649 | |
Line is longer than 80 characters. | 653 | |
Line is longer than 80 characters. | 655 | |
Method 'getObjectStructure' is not designed for extension - needs to be abstract, final or empty. | 660 | |
Parameter objectTypeKey should be final. | 661 | |
Method 'getSearchCriteriaType' is not designed for extension - needs to be abstract, final or empty. | 665 | |
Line is longer than 80 characters. | 666 | |
Method 'getSearchCriteriaTypes' is not designed for extension - needs to be abstract, final or empty. | 670 | |
Line is longer than 80 characters. | 671 | |
Method 'getSearchResultType' is not designed for extension - needs to be abstract, final or empty. | 675 | |
Line is longer than 80 characters. | 676 | |
Method 'getSearchResultTypes' is not designed for extension - needs to be abstract, final or empty. | 681 | |
Line is longer than 80 characters. | 682 | |
Method 'getSearchType' is not designed for extension - needs to be abstract, final or empty. | 686 | |
Line is longer than 80 characters. | 687 | |
Method 'getSearchTypes' is not designed for extension - needs to be abstract, final or empty. | 692 | |
Line is longer than 80 characters. | 693 | |
Method 'getSearchTypesByCriteria' is not designed for extension - needs to be abstract, final or empty. | 697 | |
Line is longer than 80 characters. | 698 | |
Line is longer than 80 characters. | 699 | |
Method 'getSearchTypesByResult' is not designed for extension - needs to be abstract, final or empty. | 703 | |
Line is longer than 80 characters. | 704 | |
Line contains a tab character. | 709 | |
Method 'search' is not designed for extension - needs to be abstract, final or empty. | 709 | |
Line is longer than 80 characters. | 710 | |
'if' is not followed by whitespace. | 712 | |
'{' is not preceded with whitespace. | 712 | |
Line contains a tab character. | 713 | |
Line contains a tab character. | 714 | |
Line contains a tab character. | 715 | |
Line contains a tab character. | 716 | |
Line contains a tab character. | 717 | |
'for' is not followed by whitespace. | 717 | |
':' is not preceded with whitespace. | 717 | |
':' is not followed by whitespace. | 717 | |
'{' is not preceded with whitespace. | 717 | |
Line contains a tab character. | 718 | |
'if' is not followed by whitespace. | 718 | |
'{' is not preceded with whitespace. | 718 | |
Line is longer than 80 characters. | 719 | |
Line contains a tab character. | 719 | |
'cast' is not followed by whitespace. | 719 | |
Line contains a tab character. | 720 | |
Line is longer than 80 characters. | 721 | |
Line contains a tab character. | 721 | |
'else' is not preceded with whitespace. | 721 | |
'}' is not followed by whitespace. | 721 | |
'if' is not followed by whitespace. | 721 | |
'{' is not preceded with whitespace. | 721 | |
Line is longer than 80 characters. | 722 | |
Line contains a tab character. | 722 | |
'cast' is not followed by whitespace. | 722 | |
Line contains a tab character. | 723 | |
Line contains a tab character. | 724 | |
Line contains a tab character. | 725 | |
'if' is not followed by whitespace. | 725 | |
'{' is not preceded with whitespace. | 725 | |
Line contains a tab character. | 726 | |
Line contains a tab character. | 727 | |
Line contains a tab character. | 728 | |
'if' is not followed by whitespace. | 728 | |
'{' is not preceded with whitespace. | 728 | |
Line contains a tab character. | 729 | |
Line contains a tab character. | 730 | |
Line is longer than 80 characters. | 731 | |
Line contains a tab character. | 731 | |
',' is not followed by whitespace. | 731 | |
Line has trailing spaces. | 733 | |
Missing a Javadoc comment. | 737 | |
Line contains a tab character. | 738 | |
Parameter cluVersionIndIds should be final. | 738 | |
Parameter cluSetIds should be final. | 738 | |
Line has trailing spaces. | 739 | |
Line is longer than 80 characters. | 739 | |
Line contains a tab character. | 739 | |
Line contains a tab character. | 740 | |
Line is longer than 80 characters. | 741 | |
Line contains a tab character. | 741 | |
',' is not followed by whitespace. | 741 | |
Line has trailing spaces. | 742 | |
Line contains a tab character. | 742 | |
Line is longer than 80 characters. | 743 | |
Line contains a tab character. | 743 | |
Line has trailing spaces. | 744 | |
Line is longer than 80 characters. | 744 | |
Line contains a tab character. | 744 | |
Line contains a tab character. | 745 | |
Line is longer than 80 characters. | 746 | |
Line contains a tab character. | 746 | |
',' is not followed by whitespace. | 746 | |
',' is not followed by whitespace. | 746 | |
Line contains a tab character. | 747 | |
',' is not followed by whitespace. | 747 | |
Line contains a tab character. | 748 | |
'for' is not followed by whitespace. | 748 | |
':' is not preceded with whitespace. | 748 | |
':' is not followed by whitespace. | 748 | |
'{' is not preceded with whitespace. | 748 | |
Line contains a tab character. | 749 | |
Line contains a tab character. | 750 | |
',' is not followed by whitespace. | 750 | |
Line is longer than 80 characters. | 751 | |
Line contains a tab character. | 751 | |
Line contains a tab character. | 752 | |
'if' is not followed by whitespace. | 752 | |
'{' is not preceded with whitespace. | 752 | |
Line contains a tab character. | 753 | |
'cast' is not followed by whitespace. | 753 | |
Line contains a tab character. | 754 | |
'else' is not preceded with whitespace. | 754 | |
'}' is not followed by whitespace. | 754 | |
'else' is not followed by whitespace. | 754 | |
'{' is not preceded with whitespace. | 754 | |
Line contains a tab character. | 755 | |
'+=' is not preceded with whitespace. | 755 | |
'+=' is not followed by whitespace. | 755 | |
'cast' is not followed by whitespace. | 755 | |
Line contains a tab character. | 756 | |
Line is longer than 80 characters. | 757 | |
Line contains a tab character. | 757 | |
Line contains a tab character. | 758 | |
Line has trailing spaces. | 759 | |
Line contains a tab character. | 759 | |
Line has trailing spaces. | 760 | |
Line contains a tab character. | 760 | |
Line has trailing spaces. | 761 | |
Line is longer than 80 characters. | 761 | |
Line contains a tab character. | 761 | |
Line contains a tab character. | 762 | |
',' is not followed by whitespace. | 762 | |
',' is not followed by whitespace. | 762 | |
Line has trailing spaces. | 763 | |
Line contains a tab character. | 763 | |
Line is longer than 80 characters. | 764 | |
Line contains a tab character. | 764 | |
',' is not followed by whitespace. | 764 | |
',' is not followed by whitespace. | 764 | |
Line has trailing spaces. | 765 | |
Line contains a tab character. | 765 | |
Line contains a tab character. | 766 | |
Line contains a tab character. | 767 | |
'for' is not followed by whitespace. | 767 | |
':' is not preceded with whitespace. | 767 | |
':' is not followed by whitespace. | 767 | |
'{' is not preceded with whitespace. | 767 | |
Line contains a tab character. | 768 | |
Line contains a tab character. | 769 | |
Line contains a tab character. | 770 | |
'while' is not followed by whitespace. | 770 | |
'!=' is not preceded with whitespace. | 770 | |
'!=' is not followed by whitespace. | 770 | |
'{' is not preceded with whitespace. | 770 | |
Line contains a tab character. | 771 | |
'try' is not followed by whitespace. | 771 | |
'{' is not preceded with whitespace. | 771 | |
Line contains a tab character. | 772 | |
Line is longer than 80 characters. | 773 | |
Line contains a tab character. | 773 | |
Line contains a tab character. | 774 | |
Line contains a tab character. | 775 | |
'catch' is not preceded with whitespace. | 775 | |
'}' is not followed by whitespace. | 775 | |
'catch' is not followed by whitespace. | 775 | |
'{' is not preceded with whitespace. | 775 | |
Line is longer than 80 characters. | 776 | |
Line contains a tab character. | 776 | |
Line contains a tab character. | 777 | |
Line has trailing spaces. | 778 | |
Line contains a tab character. | 778 | |
Line is longer than 80 characters. | 779 | |
Line contains a tab character. | 779 | |
Line is longer than 80 characters. | 780 | |
Line contains a tab character. | 780 | |
Line is longer than 80 characters. | 781 | |
Line contains a tab character. | 781 | |
Line contains a tab character. | 782 | |
'if' is not followed by whitespace. | 782 | |
'==' is not preceded with whitespace. | 782 | |
'==' is not followed by whitespace. | 782 | |
'{' is not preceded with whitespace. | 782 | |
Line is longer than 80 characters. | 783 | |
Line contains a tab character. | 783 | |
Line contains a tab character. | 784 | |
'else' is not preceded with whitespace. | 784 | |
'}' is not followed by whitespace. | 784 | |
'else' is not followed by whitespace. | 784 | |
'{' is not preceded with whitespace. | 784 | |
Line is longer than 80 characters. | 785 | |
Line contains a tab character. | 785 | |
'+' is not preceded with whitespace. | 785 | |
'+' is not followed by whitespace. | 785 | |
Line contains a tab character. | 786 | |
Line is longer than 80 characters. | 787 | |
Line contains a tab character. | 787 | |
Line has trailing spaces. | 788 | |
Line contains a tab character. | 788 | |
Line is longer than 80 characters. | 789 | |
Line contains a tab character. | 789 | |
Line contains a tab character. | 790 | |
Line contains a tab character. | 791 | |
Line contains a tab character. | 792 | |
Line contains a tab character. | 793 | |
Line has trailing spaces. | 794 | |
Line contains a tab character. | 794 | |
Line contains a tab character. | 795 | |
Line has trailing spaces. | 796 | |
Line contains a tab character. | 796 | |
Line is longer than 80 characters. | 797 | |
Line contains a tab character. | 797 | |
Line contains a tab character. | 798 | |
Line contains a tab character. | 799 | |
Line contains a tab character. | 800 | |
'for' is not followed by whitespace. | 800 | |
':' is not preceded with whitespace. | 800 | |
':' is not followed by whitespace. | 800 | |
'{' is not preceded with whitespace. | 800 | |
Line is longer than 80 characters. | 801 | |
Line contains a tab character. | 801 | |
'for' is not followed by whitespace. | 801 | |
':' is not preceded with whitespace. | 801 | |
':' is not followed by whitespace. | 801 | |
'{' is not preceded with whitespace. | 801 | |
Line is longer than 80 characters. | 802 | |
Line contains a tab character. | 802 | |
'+' is not preceded with whitespace. | 802 | |
'+' is not followed by whitespace. | 802 | |
'+' is not preceded with whitespace. | 802 | |
'+' is not followed by whitespace. | 802 | |
Line contains a tab character. | 803 | |
'if' is not followed by whitespace. | 803 | |
'{' is not preceded with whitespace. | 803 | |
Line is longer than 80 characters. | 804 | |
Line contains a tab character. | 804 | |
Line contains a tab character. | 805 | |
Line contains a tab character. | 806 | |
Line is longer than 80 characters. | 807 | |
Line contains a tab character. | 807 | |
',' is not followed by whitespace. | 807 | |
Line is longer than 80 characters. | 808 | |
Line contains a tab character. | 808 | |
',' is not followed by whitespace. | 808 | |
Line is longer than 80 characters. | 809 | |
Line contains a tab character. | 809 | |
',' is not followed by whitespace. | 809 | |
Line is longer than 80 characters. | 810 | |
Line contains a tab character. | 810 | |
',' is not followed by whitespace. | 810 | |
Line is longer than 80 characters. | 811 | |
Line contains a tab character. | 811 | |
',' is not followed by whitespace. | 811 | |
Line contains a tab character. | 812 | |
Line contains a tab character. | 813 | |
Line contains a tab character. | 814 | |
Line contains a tab character. | 815 | |
Line has trailing spaces. | 816 | |
Line contains a tab character. | 816 | |
Line contains a tab character. | 817 | |
Line contains a tab character. | 818 | |
Line contains a tab character. | 820 | |
Method 'getObjectTypes' is not designed for extension - needs to be abstract, final or empty. | 820 | |
Method 'getStatementType' is not designed for extension - needs to be abstract, final or empty. | 825 | |
Line is longer than 80 characters. | 826 | |
Line is longer than 80 characters. | 827 | |
Method 'getStatementTypes' is not designed for extension - needs to be abstract, final or empty. | 830 | |
Line is longer than 80 characters. | 831 | |
Line is longer than 80 characters. | 832 | |
Line is longer than 80 characters. | 835 | |
Method 'getStatementTypesForStatementType' is not designed for extension - needs to be abstract, final or empty. | 835 | |
Missing a Javadoc comment. | 835 | |
Line is longer than 80 characters. | 836 | |
Line contains a tab character. | 836 | |
Line contains a tab character. | 837 | |
Method 'getReqComponentTypes' is not designed for extension - needs to be abstract, final or empty. | 840 | |
Line is longer than 80 characters. | 841 | |
Line is longer than 80 characters. | 842 | |
Method 'getReqComponentType' is not designed for extension - needs to be abstract, final or empty. | 845 | |
Line is longer than 80 characters. | 846 | |
Line is longer than 80 characters. | 847 | |
Line contains a tab character. | 847 | |
Line is longer than 80 characters. | 848 | |
Method 'getReqComponentTypesForStatementType' is not designed for extension - needs to be abstract, final or empty. | 851 | |
Line is longer than 80 characters. | 852 | |
Line is longer than 80 characters. | 853 | |
Line contains a tab character. | 853 | |
Line is longer than 80 characters. | 856 | |
'if' is not followed by whitespace. | 857 | |
Line is longer than 80 characters. | 858 | |
Line is longer than 80 characters. | 861 | |
'(' is followed by whitespace. | 861 | |
')' is preceded with whitespace. | 861 | |
Method 'updateReqComponent' is not designed for extension - needs to be abstract, final or empty. | 864 | |
'=' is not preceded with whitespace. | 865 | |
'=' is not followed by whitespace. | 865 | |
Line is longer than 80 characters. | 866 | |
Line contains a tab character. | 866 | |
Line is longer than 80 characters. | 867 | |
Line contains a tab character. | 867 | |
Line is longer than 80 characters. | 878 | |
Line is longer than 80 characters. | 884 | |
Line contains a tab character. | 888 | |
Method 'createRefStatementRelation' is not designed for extension - needs to be abstract, final or empty. | 888 | |
Missing a Javadoc comment. | 888 | |
'=' is not preceded with whitespace. | 888 | |
'=' is not followed by whitespace. | 888 | |
Line is longer than 80 characters. | 889 | |
Line contains a tab character. | 889 | |
Line is longer than 80 characters. | 890 | |
Line contains a tab character. | 890 | |
Line is longer than 80 characters. | 891 | |
Line contains a tab character. | 891 | |
Line is longer than 80 characters. | 893 | |
Line contains a tab character. | 893 | |
Line is longer than 80 characters. | 894 | |
Line contains a tab character. | 894 | |
Line is longer than 80 characters. | 897 | |
Line has trailing spaces. | 898 | |
Line contains a tab character. | 898 | |
Line contains a tab character. | 899 | |
Line is longer than 80 characters. | 901 | |
Line contains a tab character. | 901 | |
Line is longer than 80 characters. | 902 | |
Line contains a tab character. | 902 | |
Line contains a tab character. | 904 | |
Line contains a tab character. | 905 | |
Line is longer than 80 characters. | 907 | |
Line contains a tab character. | 907 | |
Line contains a tab character. | 908 | |
Line is longer than 80 characters. | 910 | |
Line contains a tab character. | 910 | |
Line is longer than 80 characters. | 912 | |
Line contains a tab character. | 912 | |
Line contains a tab character. | 914 | |
Line contains a tab character. | 915 | |
Line contains a tab character. | 917 | |
Method 'updateRefStatementRelation' is not designed for extension - needs to be abstract, final or empty. | 917 | |
Line contains a tab character. | 918 | |
'=' is not preceded with whitespace. | 918 | |
'=' is not followed by whitespace. | 918 | |
Line is longer than 80 characters. | 919 | |
Line contains a tab character. | 919 | |
Line is longer than 80 characters. | 920 | |
Line contains a tab character. | 920 | |
Line is longer than 80 characters. | 921 | |
Line contains a tab character. | 921 | |
Line is longer than 80 characters. | 922 | |
Line contains a tab character. | 922 | |
Line contains a tab character. | 924 | |
Line is longer than 80 characters. | 925 | |
Line contains a tab character. | 925 | |
Line is longer than 80 characters. | 926 | |
Line contains a tab character. | 926 | |
Line is longer than 80 characters. | 928 | |
Line contains a tab character. | 928 | |
Line contains a tab character. | 929 | |
Line contains a tab character. | 930 | |
Line contains a tab character. | 932 | |
Method 'deleteRefStatementRelation' is not designed for extension - needs to be abstract, final or empty. | 932 | |
Line contains a tab character. | 933 | |
'=' is not preceded with whitespace. | 933 | |
'=' is not followed by whitespace. | 933 | |
Line is longer than 80 characters. | 934 | |
Line contains a tab character. | 934 | |
Line is longer than 80 characters. | 935 | |
Line contains a tab character. | 935 | |
Line is longer than 80 characters. | 936 | |
Line contains a tab character. | 936 | |
Line is longer than 80 characters. | 937 | |
Line contains a tab character. | 937 | |
Line is longer than 80 characters. | 941 | |
Line contains a tab character. | 943 | |
Line contains a tab character. | 945 | |
Method 'validateRefStatementRelation' is not designed for extension - needs to be abstract, final or empty. | 945 | |
Line is longer than 80 characters. | 946 | |
Line contains a tab character. | 946 | |
Parameter refStatementRelationInfo should be final. | 946 | |
Line is longer than 80 characters. | 947 | |
Line contains a tab character. | 947 | |
Line is longer than 80 characters. | 948 | |
Line is longer than 80 characters. | 950 | |
Line contains a tab character. | 952 | |
Line contains a tab character. | 953 | |
Method 'getStatementTreeView' is not designed for extension - needs to be abstract, final or empty. | 955 | |
Line is longer than 80 characters. | 957 | |
Line contains a tab character. | 957 | |
Line contains a tab character. | 958 | |
Line contains a tab character. | 960 | |
Method 'getStatementTreeViewForNlUsageType' is not designed for extension - needs to be abstract, final or empty. | 963 | |
Line is longer than 80 characters. | 964 | |
Line is longer than 80 characters. | 965 | |
Line contains a tab character. | 965 | |
Line contains a tab character. | 966 | |
Line contains a tab character. | 967 | |
Line contains a tab character. | 968 | |
Line contains a tab character. | 970 | |
Line is longer than 80 characters. | 973 | |
Missing a Javadoc comment. | 973 | |
Line is longer than 80 characters. | 974 | |
Line contains a tab character. | 974 | |
'if' construct must use '{}'s. | 977 | |
Line is longer than 80 characters. | 979 | |
Line contains a tab character. | 983 | |
Line contains a tab character. | 984 | |
Line contains a tab character. | 985 | |
Line contains a tab character. | 986 | |
Line contains a tab character. | 987 | |
Line contains a tab character. | 988 | |
Line is longer than 80 characters. | 989 | |
Line contains a tab character. | 989 | |
Line contains a tab character. | 990 | |
Line contains a tab character. | 991 | |
Line contains a tab character. | 992 | |
Line contains a tab character. | 993 | |
Line contains a tab character. | 994 | |
First sentence should end with a period. | 998 | |
Line is longer than 80 characters. | 999 | |
Line is longer than 80 characters. | 1001 | |
Line is longer than 80 characters. | 1007 | |
Expected @param tag for 'statementInfo'. | 1007 | |
Expected @param tag for 'nlUsageTypeKey'. | 1007 | |
Expected @param tag for 'language'. | 1007 | |
Line is longer than 80 characters. | 1008 | |
Line contains a tab character. | 1008 | |
Expected @throws tag for 'DoesNotExistException'. | 1008 | |
Expected @throws tag for 'InvalidParameterException'. | 1008 | |
Expected @throws tag for 'MissingParameterException'. | 1008 | |
Expected @throws tag for 'OperationFailedException'. | 1008 | |
Line is longer than 80 characters. | 1009 | |
'if' construct must use '{}'s. | 1010 | |
Line is longer than 80 characters. | 1013 | |
Line is longer than 80 characters. | 1014 | |
Line contains a tab character. | 1014 | |
Unused Javadoc tag. | 1027 | |
Line is longer than 80 characters. | 1033 | |
Expected @param tag for 'statementInfo'. | 1033 | |
Expected @param tag for 'statementTreeViewInfo'. | 1033 | |
Line contains a tab character. | 1034 | |
Expected @param tag for 'nlUsageTypeKey'. | 1034 | |
Expected @param tag for 'language'. | 1034 | |
Line is longer than 80 characters. | 1035 | |
Line contains a tab character. | 1035 | |
Expected @throws tag for 'DoesNotExistException'. | 1035 | |
Expected @throws tag for 'InvalidParameterException'. | 1035 | |
Expected @throws tag for 'MissingParameterException'. | 1035 | |
Expected @throws tag for 'OperationFailedException'. | 1035 | |
'if' construct must use '{}'s. | 1036 | |
Line is longer than 80 characters. | 1039 | |
Line is longer than 80 characters. | 1040 | |
Line is longer than 80 characters. | 1046 | |
Avoid inline conditionals. | 1046 | |
Line is longer than 80 characters. | 1047 | |
Line is longer than 80 characters. | 1050 | |
Method 'updateStatementTreeView' is not designed for extension - needs to be abstract, final or empty. | 1057 | |
'=' is not preceded with whitespace. | 1058 | |
'=' is not followed by whitespace. | 1058 | |
Line is longer than 80 characters. | 1059 | |
Line contains a tab character. | 1059 | |
Line is longer than 80 characters. | 1060 | |
Line contains a tab character. | 1060 | |
Line has trailing spaces. | 1061 | |
Line contains a tab character. | 1061 | |
Line is longer than 80 characters. | 1062 | |
Line contains a tab character. | 1062 | |
Line contains a tab character. | 1063 | |
Line is longer than 80 characters. | 1064 | |
Line contains a tab character. | 1064 | |
Line contains a tab character. | 1065 | |
Line is longer than 80 characters. | 1066 | |
Line contains a tab character. | 1066 | |
Line is longer than 80 characters. | 1067 | |
Line contains a tab character. | 1067 | |
Line contains a tab character. | 1068 | |
Line has trailing spaces. | 1069 | |
Line contains a tab character. | 1069 | |
Line contains a tab character. | 1070 | |
Line is longer than 80 characters. | 1071 | |
Line contains a tab character. | 1071 | |
Line contains a tab character. | 1072 | |
Line has trailing spaces. | 1073 | |
Line contains a tab character. | 1073 | |
Line contains a tab character. | 1074 | |
Line is longer than 80 characters. | 1075 | |
Line contains a tab character. | 1075 | |
Line has trailing spaces. | 1076 | |
Line contains a tab character. | 1076 | |
Line has trailing spaces. | 1077 | |
Line contains a tab character. | 1077 | |
Line contains a tab character. | 1078 | |
'for' is not followed by whitespace. | 1078 | |
':' is not preceded with whitespace. | 1078 | |
':' is not followed by whitespace. | 1078 | |
'{' is not preceded with whitespace. | 1078 | |
Line contains a tab character. | 1079 | |
Line contains a tab character. | 1080 | |
Line has trailing spaces. | 1081 | |
Line contains a tab character. | 1081 | |
Line contains a tab character. | 1082 | |
Line contains a tab character. | 1083 | |
Line has trailing spaces. | 1084 | |
Line contains a tab character. | 1084 | |
Line contains a tab character. | 1085 | |
Line has trailing spaces. | 1086 | |
Line contains a tab character. | 1086 | |
Line contains a tab character. | 1087 | |
Line contains a tab character. | 1088 | |
'for' is not followed by whitespace. | 1088 | |
':' is not preceded with whitespace. | 1088 | |
':' is not followed by whitespace. | 1088 | |
'{' is not preceded with whitespace. | 1088 | |
Line contains a tab character. | 1089 | |
Line contains a tab character. | 1090 | |
Line has trailing spaces. | 1091 | |
Line contains a tab character. | 1091 | |
Line contains a tab character. | 1092 | |
Line is longer than 80 characters. | 1093 | |
Line contains a tab character. | 1093 | |
Line has trailing spaces. | 1094 | |
Line contains a tab character. | 1094 | |
Line contains a tab character. | 1095 | |
Line is longer than 80 characters. | 1126 | |
Line is longer than 80 characters. | 1128 | |
Line is longer than 80 characters. | 1135 | |
Line contains a tab character. | 1135 | |
Missing a Javadoc comment. | 1135 | |
Parameter statementTreeViewInfo should be final. | 1135 | |
Line is longer than 80 characters. | 1137 | |
Line is longer than 80 characters. | 1142 | |
'7' is a magic number. | 1142 | |
Line is longer than 80 characters. | 1143 | |
Line is longer than 80 characters. | 1144 | |
Line is longer than 80 characters. | 1149 | |
Line is longer than 80 characters. | 1151 | |
Line is longer than 80 characters. | 1154 | |
Line contains a tab character. | 1154 | |
Missing a Javadoc comment. | 1154 | |
Parameter statementTreeViewInfo should be final. | 1154 | |
Line is longer than 80 characters. | 1159 | |
Line is longer than 80 characters. | 1164 | |
'7' is a magic number. | 1164 | |
Line is longer than 80 characters. | 1165 | |
Line is longer than 80 characters. | 1179 | |
Line is longer than 80 characters. | 1180 | |
Line is longer than 80 characters. | 1183 | |
Line is longer than 80 characters. | 1185 | |
Line is longer than 80 characters. | 1187 | |
'catch' is not followed by whitespace. | 1201 | |
Line is longer than 80 characters. | 1206 | |
Line is longer than 80 characters. | 1209 | |
Line is longer than 80 characters. | 1211 | |
Line is longer than 80 characters. | 1213 | |
Line is longer than 80 characters. | 1215 | |
Line is longer than 80 characters. | 1217 | |
Line contains a tab character. | 1225 | |
Method 'getRefStatementRelationType' is not designed for extension - needs to be abstract, final or empty. | 1225 | |
Line is longer than 80 characters. | 1226 | |
Line contains a tab character. | 1226 | |
Expected @param tag for 'refStatementRelationTypeKey'. | 1226 | |
Line is longer than 80 characters. | 1227 | |
Line contains a tab character. | 1227 | |
Expected @throws tag for 'DoesNotExistException'. | 1227 | |
Expected @throws tag for 'InvalidParameterException'. | 1227 | |
Expected @throws tag for 'MissingParameterException'. | 1227 | |
Expected @throws tag for 'OperationFailedException'. | 1227 | |
Line is longer than 80 characters. | 1228 | |
Line contains a tab character. | 1228 | |
Line is longer than 80 characters. | 1230 | |
Line contains a tab character. | 1230 | |
Line contains a tab character. | 1232 | |
Line contains a tab character. | 1233 | |
Line contains a tab character. | 1235 | |
Method 'getRefStatementRelationTypes' is not designed for extension - needs to be abstract, final or empty. | 1235 | |
Line contains a tab character. | 1236 | |
Line contains a tab character. | 1237 | |
Line is longer than 80 characters. | 1238 | |
Line contains a tab character. | 1238 | |
Line is longer than 80 characters. | 1239 | |
Line contains a tab character. | 1239 | |
Line contains a tab character. | 1240 | |
Line contains a tab character. | 1242 | |
Method 'getRefStatementRelationTypesForRefObjectSubType' is not designed for extension - needs to be abstract, final or empty. | 1242 | |
Line is longer than 80 characters. | 1243 | |
Line contains a tab character. | 1243 | |
Line is longer than 80 characters. | 1244 | |
Line contains a tab character. | 1244 | |
',' is not followed by whitespace. | 1244 | |
Line is longer than 80 characters. | 1245 | |
Line contains a tab character. | 1245 | |
Line contains a tab character. | 1246 | |
Line contains a tab character. | 1248 | |
Method 'getStatementTypesForRefStatementRelationType' is not designed for extension - needs to be abstract, final or empty. | 1248 | |
Line is longer than 80 characters. | 1249 | |
Line contains a tab character. | 1249 | |
Line is longer than 80 characters. | 1250 | |
Line contains a tab character. | 1250 | |
Line is longer than 80 characters. | 1251 | |
Line contains a tab character. | 1251 | |
Line contains a tab character. | 1252 | |
Line contains a tab character. | 1254 | |
Method 'setValidatorFactory' is not designed for extension - needs to be abstract, final or empty. | 1254 | |
Missing a Javadoc comment. | 1254 | |
Parameter validatorFactory should be final. | 1254 | |
'validatorFactory' hides a field. | 1254 | |
Line contains a tab character. | 1255 | |
Line contains a tab character. | 1256 |