The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 37 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 8826 | ![]() |
RegexpSingleline
| 1873 | ![]() |
JavadocMethod | 2656 | ![]() |
JavadocType | 61 | ![]() |
JavadocVariable | 1894 | ![]() |
JavadocStyle | 228 | ![]() |
ConstantName | 2 | ![]() |
LocalFinalVariableName | 1 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 1 | ![]() |
MethodName | 2 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 1 | ![]() |
StaticVariableName | 2 | ![]() |
TypeName | 4 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 4 | ![]() |
UnusedImports | 10 | ![]() |
LineLength | 3088 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 4 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 1 | ![]() |
NoWhitespaceAfter | 3 | ![]() |
NoWhitespaceBefore | 1 | ![]() |
OperatorWrap | 4 | ![]() |
ParenPad | 463 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 77 | ![]() |
WhitespaceAround | 1099 | ![]() |
ModifierOrder | 11 | ![]() |
RedundantModifier | 334 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 2 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 40 | ![]() |
RightCurly | 8 | ![]() |
AvoidInlineConditionals | 41 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 2 | ![]() |
HiddenField | 729 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 16 | ![]() |
MagicNumber | 7 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 19 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 1686 | ![]() |
FinalClass | 2 | ![]() |
HideUtilityClassConstructor | 43 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 280 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 1287 | ![]() |
TodoComment | 1 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Line contains a tab character. | 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. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Redundant 'public' modifier. | 38 |
![]() | 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. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Redundant 'public' modifier. | 44 |
![]() | First sentence should end with a period. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | 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 |
![]() | Redundant 'public' modifier. | 49 |
![]() | First sentence should end with a period. | 51 |
![]() | 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 is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Redundant 'public' modifier. | 54 |
![]() | First sentence should end with a period. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 60 |
![]() | Redundant 'public' modifier. | 60 |
![]() | First sentence should end with a period. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Redundant 'public' modifier. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Redundant 'public' modifier. | 67 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Redundant 'public' modifier. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Redundant 'public' modifier. | 71 |
![]() | Line contains a tab character. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Redundant 'public' modifier. | 73 |
![]() | Line contains a tab character. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Redundant 'public' modifier. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Redundant 'public' modifier. | 77 |
![]() | Line contains a tab character. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Redundant 'public' modifier. | 79 |
![]() | Line contains a tab character. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Redundant 'public' modifier. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Redundant 'public' modifier. | 83 |
![]() | Line contains a tab character. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Redundant 'public' modifier. | 85 |
![]() | Line has trailing spaces. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Redundant 'public' modifier. | 87 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Redundant 'public' modifier. | 89 |
![]() | Line contains a tab character. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Redundant 'public' modifier. | 91 |
![]() | Line contains a tab character. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Redundant 'public' modifier. | 93 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Redundant 'public' modifier. | 95 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Redundant 'public' modifier. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Redundant 'public' modifier. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Redundant 'public' modifier. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Redundant 'public' modifier. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Redundant 'public' modifier. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Redundant 'public' modifier. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Redundant 'public' modifier. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Redundant 'public' modifier. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Redundant 'public' modifier. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Redundant 'public' modifier. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Redundant 'public' modifier. | 107 |
![]() | First sentence should end with a period. | 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 |
![]() | Redundant 'public' modifier. | 112 |
![]() | First sentence should end with a period. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Redundant 'public' modifier. | 117 |
![]() | First sentence should end with a period. | 119 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Redundant 'public' modifier. | 122 |
![]() | Line has trailing spaces. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | First sentence should end with a period. | 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 |
![]() | Redundant 'public' modifier. | 127 |
![]() | First sentence should end with a period. | 129 |
![]() | 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 |
![]() | Redundant 'public' modifier. | 133 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Redundant 'public' modifier. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Redundant 'public' modifier. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Redundant 'public' modifier. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Redundant 'public' modifier. | 137 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Redundant 'public' modifier. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Redundant 'public' modifier. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Redundant 'public' modifier. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Redundant 'public' modifier. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Redundant 'public' modifier. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Redundant 'public' modifier. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Redundant 'public' modifier. | 146 |
![]() | Line has trailing spaces. | 147 |
![]() | Line contains a tab character. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line contains a tab character. | 148 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Redundant 'public' modifier. | 148 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Redundant 'public' modifier. | 150 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Redundant 'public' modifier. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Redundant 'public' modifier. | 153 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Redundant 'public' modifier. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line contains a tab character. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Redundant 'public' modifier. | 156 |
![]() | Line has trailing spaces. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Redundant 'public' modifier. | 158 |
![]() | Line has trailing spaces. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line contains a tab character. | 161 |
![]() | Redundant 'public' modifier. | 161 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line contains a tab character. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Redundant 'public' modifier. | 163 |
![]() | Line has trailing spaces. | 164 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Redundant 'public' modifier. | 165 |
![]() | Line has trailing spaces. | 166 |
![]() | Line contains a tab character. | 166 |
![]() | First sentence should end with a period. | 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. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Redundant 'public' modifier. | 174 |
![]() | Expected @param tag for 'name'. | 174 |
![]() | Expected @param tag for 'value'. | 174 |
![]() | Line contains a tab character. | 176 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Redundant 'public' modifier. | 176 |
![]() | Line contains a tab character. | 178 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Redundant 'public' modifier. | 178 |
![]() | First sentence should end with a period. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Redundant 'public' modifier. | 185 |
![]() | Line contains a tab character. | 187 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Redundant 'public' modifier. | 187 |
![]() | Line has trailing spaces. | 188 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Redundant 'public' modifier. | 189 |
![]() | Line has trailing spaces. | 190 |
![]() | Line contains a tab character. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line contains a tab character. | 191 |
![]() | Missing a Javadoc comment. | 191 |
![]() | Redundant 'public' modifier. | 191 |
![]() | Line has trailing spaces. | 192 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Redundant 'public' modifier. | 193 |
![]() | Line contains a tab character. | 195 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Redundant 'public' modifier. | 195 |
![]() | Line contains a tab character. | 197 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Redundant 'public' modifier. | 197 |
![]() | Line contains a tab character. | 199 |
![]() | Missing a Javadoc comment. | 199 |
![]() | Redundant 'public' modifier. | 199 |
![]() | Line contains a tab character. | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Redundant 'public' modifier. | 201 |
![]() | Line contains a tab character. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Redundant 'public' modifier. | 203 |
![]() | Line contains a tab character. | 205 |
![]() | Missing a Javadoc comment. | 205 |
![]() | Redundant 'public' modifier. | 205 |
![]() | Line has trailing spaces. | 206 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Redundant 'public' modifier. | 210 |
![]() | Line has trailing spaces. | 211 |
![]() | 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 |
![]() | Redundant 'public' modifier. | 215 |
![]() | Line has trailing spaces. | 216 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Redundant 'public' modifier. | 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 |
![]() | Redundant 'public' modifier. | 225 |
![]() | Line contains a tab character. | 227 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Redundant 'public' modifier. | 227 |
![]() | Line contains a tab character. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Redundant 'public' modifier. | 229 |
![]() | Line contains a tab character. | 231 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Redundant 'public' modifier. | 231 |
![]() | Line contains a tab character. | 233 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Redundant 'public' modifier. | 233 |
![]() | Line contains a tab character. | 235 |
![]() | Missing a Javadoc comment. | 235 |
![]() | Redundant 'public' modifier. | 235 |
![]() | Line contains a tab character. | 237 |
![]() | Missing a Javadoc comment. | 237 |
![]() | Redundant 'public' modifier. | 237 |
![]() | Line contains a tab character. | 239 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Redundant 'public' modifier. | 239 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Expected an @return tag. | 245 |
![]() | Line contains a tab character. | 245 |
![]() | Redundant 'public' modifier. | 245 |
![]() | Missing a Javadoc comment. | 247 |
![]() | Redundant 'public' modifier. | 247 |
![]() | Missing a Javadoc comment. | 249 |
![]() | Redundant 'public' modifier. | 249 |
![]() | Line contains a tab character. | 251 |
![]() | Missing a Javadoc comment. | 251 |
![]() | Redundant 'public' modifier. | 251 |
![]() | Line contains a tab character. | 253 |
![]() | Missing a Javadoc comment. | 253 |
![]() | Redundant 'public' modifier. | 253 |
![]() | Line contains a tab character. | 255 |
![]() | Missing a Javadoc comment. | 255 |
![]() | Redundant 'public' modifier. | 255 |
![]() | Line contains a tab character. | 257 |
![]() | Missing a Javadoc comment. | 257 |
![]() | Redundant 'public' modifier. | 257 |
![]() | Line contains a tab character. | 259 |
![]() | Missing a Javadoc comment. | 259 |
![]() | Redundant 'public' modifier. | 259 |
![]() | Line contains a tab character. | 261 |
![]() | Missing a Javadoc comment. | 261 |
![]() | Redundant 'public' modifier. | 261 |
![]() | Line contains a tab character. | 263 |
![]() | Missing a Javadoc comment. | 263 |
![]() | Redundant 'public' modifier. | 263 |
![]() | Line contains a tab character. | 265 |
![]() | Missing a Javadoc comment. | 265 |
![]() | Redundant 'public' modifier. | 265 |
![]() | Line contains a tab character. | 267 |
![]() | Line has trailing spaces. | 268 |
![]() | 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 |
![]() | Expected an @return tag. | 271 |
![]() | Line contains a tab character. | 271 |
![]() | Redundant 'public' modifier. | 271 |
![]() | Line has trailing spaces. | 272 |
![]() | Line contains a tab character. | 272 |
![]() | Missing a Javadoc comment. | 273 |
![]() | Redundant 'public' modifier. | 273 |
![]() | Missing a Javadoc comment. | 275 |
![]() | Redundant 'public' modifier. | 275 |
![]() | Line contains a tab character. | 277 |
![]() | Missing a Javadoc comment. | 277 |
![]() | Redundant 'public' modifier. | 277 |
![]() | Line has trailing spaces. | 278 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Missing a Javadoc comment. | 279 |
![]() | Redundant 'public' modifier. | 279 |
![]() | Line has trailing spaces. | 280 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Missing a Javadoc comment. | 281 |
![]() | Redundant 'public' modifier. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Missing a Javadoc comment. | 282 |
![]() | Redundant 'public' modifier. | 282 |
![]() | Line has trailing spaces. | 283 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Missing a Javadoc comment. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Redundant 'public' modifier. | 285 |
![]() | Line has trailing spaces. | 286 |
![]() | Line contains a tab character. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line has trailing spaces. | 288 |
![]() | Line contains a tab character. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | Line has trailing spaces. | 290 |
![]() | Line contains a tab character. | 290 |
![]() | Line has trailing spaces. | 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 |
![]() | Redundant 'public' modifier. | 294 |
![]() | Expected @param tag for 'config'. | 294 |
![]() | Line has trailing spaces. | 295 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Missing a Javadoc comment. | 296 |
![]() | Redundant 'public' modifier. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Missing a Javadoc comment. | 297 |
![]() | Redundant 'public' modifier. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Missing a Javadoc comment. | 298 |
![]() | Redundant 'public' modifier. | 298 |
![]() | Line contains a tab character. | 299 |
![]() | Missing a Javadoc comment. | 299 |
![]() | Redundant 'public' modifier. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Missing a Javadoc comment. | 300 |
![]() | Redundant 'public' modifier. | 300 |
![]() | Line has trailing spaces. | 301 |
![]() | Line contains a tab character. | 301 |
![]() | Missing a Javadoc comment. | 301 |
![]() | Redundant 'public' modifier. | 301 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Class ConfigContext should be declared as final. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | First sentence should end with a period. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Name 'initialized' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Parameter rootCfg should be final. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Parameter classLoader should be final. | 62 |
![]() | Expected @param tag for 'classLoader'. | 62 |
![]() | Parameter config should be final. | 62 |
![]() | Expected @param tag for 'config'. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 68 |
![]() | First sentence should end with a period. | 79 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 86 |
![]() | First sentence should end with a period. | 89 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line is longer than 80 characters. | 114 |
![]() | 'static' modifier out of order with the JLS suggestions. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | 'static' modifier out of order with the JLS suggestions. | 124 |
![]() | Parameter cl should be final. | 124 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | 'static' modifier out of order with the JLS suggestions. | 128 |
![]() | Parameter name should be final. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Parameter name should be final. | 132 |
![]() | Parameter classLoader should be final. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Line contains a tab character. | 134 |
![]() | 'cast' is not followed by whitespace. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Parameter name should be final. | 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. | 151 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Parameter name should be final. | 154 |
![]() | Parameter classLoader should be final. | 154 |
![]() | Parameter objects should be final. | 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 |
![]() | 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 contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | First sentence should end with a period. | 177 |
![]() | Parameter cl should be final. | 182 |
![]() | Parameter config should be final. | 182 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Line contains a tab character. | 20 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Redundant 'public' modifier. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter message should be final. | 35 |
![]() | Parameter cause should be final. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter message should be final. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter cause should be final. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter name should be final. | 37 |
![]() | 'name' hides a field. | 37 |
![]() | Method 'await' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Method 'hasFired' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Method 'fire' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | 'if' construct must use '{}'s. | 65 |
![]() | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Redundant import from the same package - org.kuali.rice.core.exception.RiceRuntimeException. | 18 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | First sentence should end with a period. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Parameter message should be final. | 33 |
![]() | Expected @param tag for 'message'. | 33 |
![]() | First sentence should end with a period. | 38 |
![]() | Line has trailing spaces. | 40 |
![]() | Parameter message should be final. | 44 |
![]() | Expected @param tag for 'message'. | 44 |
![]() | Parameter t should be final. | 44 |
![]() | Expected @param tag for 't'. | 44 |
![]() | Line has trailing spaces. | 47 |
![]() | First sentence should end with a period. | 48 |
![]() | Line has trailing spaces. | 50 |
![]() | Parameter t should be final. | 53 |
![]() | Expected @param tag for 't'. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter message should be final. | 22 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter message should be final. | 30 |
![]() | Parameter cause should be final. | 30 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter cause should be final. | 34 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter v should be final. | 51 |
![]() | Line has trailing spaces. | 64 |
![]() | Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter v should be final. | 65 |
![]() | Line has trailing spaces. | 68 |
![]() | '{' is not preceded with whitespace. | 72 |
![]() | Line contains a tab character. | 73 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Expected an @return tag. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Method 'marshal' 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 attributeSet should be final. | 36 |
![]() | Expected @param tag for 'attributeSet'. | 36 |
![]() | Expected @throws tag for 'Exception'. | 36 |
![]() | 'if' construct must use '{}'s. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | 'if' is not followed by whitespace. | 37 |
![]() | Line is longer than 80 characters. | 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. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Expected an @return tag. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Method 'unmarshal' 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 entryArray should be final. | 51 |
![]() | Expected @param tag for 'entryArray'. | 51 |
![]() | Expected @throws tag for 'Exception'. | 51 |
![]() | 'if' construct must use '{}'s. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Expected an @return tag. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Parameter date should be final. | 36 |
![]() | Expected @param tag for 'date'. | 36 |
![]() | Expected @throws tag for 'Exception'. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Avoid inline conditionals. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Expected an @return tag. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Parameter dateStr should be final. | 46 |
![]() | Expected @param tag for 'dateStr'. | 46 |
![]() | Expected @throws tag for 'Exception'. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Avoid inline conditionals. | 47 |
![]() | Line contains a tab character. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Expected an @return tag. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Parameter map should be final. | 37 |
![]() | Expected @param tag for 'map'. | 37 |
![]() | Expected @throws tag for 'Exception'. | 37 |
![]() | 'if' construct must use '{}'s. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | 'if' is not followed by whitespace. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Expected an @return tag. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Parameter entryList should be final. | 53 |
![]() | Expected @param tag for 'entryList'. | 53 |
![]() | Expected @throws tag for 'Exception'. | 53 |
![]() | 'if' construct must use '{}'s. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Expected an @return tag. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Parameter map should be final. | 37 |
![]() | Expected @param tag for 'map'. | 37 |
![]() | Expected @throws tag for 'Exception'. | 37 |
![]() | 'if' construct must use '{}'s. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | 'if' is not followed by whitespace. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Expected an @return tag. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Parameter entryArray should be final. | 54 |
![]() | Expected @param tag for 'entryArray'. | 54 |
![]() | Expected @throws tag for 'Exception'. | 54 |
![]() | 'if' construct must use '{}'s. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Expected an @return tag. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Parameter date should be final. | 36 |
![]() | Expected @param tag for 'date'. | 36 |
![]() | Expected @throws tag for 'Exception'. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Avoid inline conditionals. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Expected an @return tag. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Parameter dateStr should be final. | 46 |
![]() | Expected @param tag for 'dateStr'. | 46 |
![]() | Expected @throws tag for 'Exception'. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Avoid inline conditionals. | 47 |
![]() | Line contains a tab character. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Expected an @return tag. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Parameter timestamp should be final. | 38 |
![]() | Expected @param tag for 'timestamp'. | 38 |
![]() | Expected @throws tag for 'Exception'. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Avoid inline conditionals. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 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 |
![]() | Expected an @return tag. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Parameter timestampStr should be final. | 48 |
![]() | Expected @param tag for 'timestampStr'. | 48 |
![]() | Expected @throws tag for 'Exception'. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Avoid inline conditionals. | 49 |
![]() | Line contains a tab character. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Variable 'key' must be private and have accessor methods. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '=' is not preceded with whitespace. | 36 |
![]() | '=' is not followed by whitespace. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Variable 'value' must be private and have accessor methods. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 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 |
![]() | Parameter key should be final. | 50 |
![]() | 'key' hides a field. | 50 |
![]() | Expected @param tag for 'key'. | 50 |
![]() | Parameter value should be final. | 50 |
![]() | 'value' hides a field. | 50 |
![]() | Expected @param tag for 'value'. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Variable 'key' must be private and have accessor methods. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | '=' is not preceded with whitespace. | 36 |
![]() | '=' is not followed by whitespace. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Variable 'value' must be private and have accessor methods. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 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 |
![]() | Parameter key should be final. | 50 |
![]() | 'key' hides a field. | 50 |
![]() | Expected @param tag for 'key'. | 50 |
![]() | Parameter value should be final. | 50 |
![]() | 'value' hides a field. | 50 |
![]() | Expected @param tag for 'value'. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Variable 'key' must be private and have accessor methods. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Variable 'value' must be private and have accessor methods. | 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 |
![]() | Line contains a tab character. | 45 |
![]() | '{' is not followed by whitespace. | 45 |
![]() | '}' is not preceded with whitespace. | 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 contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Parameter key should be final. | 51 |
![]() | 'key' hides a field. | 51 |
![]() | Expected @param tag for 'key'. | 51 |
![]() | Parameter value should be final. | 51 |
![]() | 'value' hides a field. | 51 |
![]() | Expected @param tag for 'value'. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line 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 |
![]() | Parameter e should be final. | 61 |
![]() | Expected @param tag for 'e'. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 26 |
![]() | '{' is not preceded with whitespace. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getEntries' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 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 |
![]() | Expected an @return tag. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Parameter map should be final. | 39 |
![]() | Expected @param tag for 'map'. | 39 |
![]() | Expected @throws tag for 'Exception'. | 39 |
![]() | 'if' construct must use '{}'s. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | 'if' is not followed by whitespace. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Expected an @return tag. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Parameter entryArray should be final. | 56 |
![]() | Expected @param tag for 'entryArray'. | 56 |
![]() | Expected @throws tag for 'Exception'. | 56 |
![]() | 'if' construct must use '{}'s. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 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 |
![]() | Expected an @return tag. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'marshal' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Parameter map should be final. | 39 |
![]() | Expected @param tag for 'map'. | 39 |
![]() | Expected @throws tag for 'Exception'. | 39 |
![]() | 'if' construct must use '{}'s. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | 'if' is not followed by whitespace. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | 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 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. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Expected an @return tag. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Method 'unmarshal' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Parameter entryArray should be final. | 56 |
![]() | Expected @param tag for 'entryArray'. | 56 |
![]() | Expected @throws tag for 'Exception'. | 56 |
![]() | 'if' construct must use '{}'s. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Redundant import from the same package - org.kuali.rice.core.lifecycle.Lifecycle. | 19 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Method 'isStarted' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Method 'stop' 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 'setStarted' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter started should be final. | 43 |
![]() | 'started' hides a field. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Redundant 'public' modifier. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Redundant 'public' modifier. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Expected an @return tag. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter value should be final. | 30 |
![]() | 'value' hides a field. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter value should be final. | 38 |
![]() | 'value' hides a field. | 38 |
![]() | Parameter type should be final. | 38 |
![]() | 'type' hides a field. | 38 |
![]() | Line has trailing spaces. | 42 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line has trailing spaces. | 46 |
![]() | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line has trailing spaces. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter objectClass should be final. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter className should be final. | 45 |
![]() | 'className' hides a field. | 45 |
![]() | Parameter serviceNamespace should be final. | 45 |
![]() | 'serviceNamespace' hides a field. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter className should be final. | 50 |
![]() | 'className' hides a field. | 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 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Method 'addConstructorParameter' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter parameter should be final. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 65 |
![]() | Method 'removeConstructorParameter' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter parameter should be final. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Method 'setConstructorParameters' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter parameters should be final. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'getConstructorParameters' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 78 |
![]() | Method 'addProperty' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter property should be final. | 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 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 |
![]() | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter name should be final. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Method 'getProperties' 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 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter properties should be final. | 96 |
![]() | 'properties' hides a field. | 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 |
![]() | ':' is not preceded with whitespace. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Line contains a tab character. | 112 |
![]() | Method 'isAtRemotingLayer' 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 'setAtRemotingLayer' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter atRemotingLayer should be final. | 116 |
![]() | 'atRemotingLayer' hides a field. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 120 |
![]() | Method 'getServiceNamespace' 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 'setServiceNamespace' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter serviceNamespace should be final. | 124 |
![]() | 'serviceNamespace' hides a field. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter name should be final. | 32 |
![]() | 'name' hides a field. | 32 |
![]() | Parameter data should be final. | 32 |
![]() | 'data' hides a field. | 32 |
![]() | Line has trailing spaces. | 36 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line has trailing spaces. | 40 |
![]() | Method 'getData' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line has trailing spaces. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter name should be final. | 41 |
![]() | Parameter classLoader should be final. | 41 |
![]() | 'classLoader' hides a field. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter name should be final. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter name should be final. | 49 |
![]() | Parameter serviceLocator should be final. | 49 |
![]() | 'serviceLocator' hides a field. | 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 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter name should be final. | 53 |
![]() | Parameter classLoader should be final. | 53 |
![]() | 'classLoader' hides a field. | 53 |
![]() | Parameter serviceLocator should be final. | 53 |
![]() | 'serviceLocator' hides a field. | 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 |
![]() | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter objectDefinition should be final. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | '||' should be on a new line. | 63 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Avoid inline conditionals. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter serviceName should be final. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | 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 is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 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. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Avoid inline conditionals. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Method 'start' 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 |
![]() | 'cast' is not followed by whitespace. | 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. | 105 |
![]() | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 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 contains a tab character. | 118 |
![]() | Method 'getClassLoader' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 122 |
![]() | Method 'setClassLoader' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Parameter classLoader should be final. | 122 |
![]() | 'classLoader' hides a field. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line contains a tab character. | 126 |
![]() | Method 'postProcessObject' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter definition should be final. | 126 |
![]() | Parameter object should be final. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 130 |
![]() | Method 'postProcessService' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Parameter serviceName should be final. | 130 |
![]() | Parameter service should be final. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 134 |
![]() | Method 'isPostProcessContainer' 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 contains a tab character. | 138 |
![]() | Method 'setPostProcessContainer' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Parameter postProcessContainer should be final. | 138 |
![]() | 'postProcessContainer' hides a field. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Expected an @return tag. | 145 |
![]() | Line contains a tab character. | 145 |
![]() | Method 'wrap' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Parameter serviceName should be final. | 145 |
![]() | Expected @param tag for 'serviceName'. | 145 |
![]() | Parameter service should be final. | 145 |
![]() | Expected @param tag for 'service'. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 149 |
![]() | Method 'getContents' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Parameter indent should be final. | 149 |
![]() | Parameter servicePerLine should be final. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | 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. | 156 |
![]() | Line contains a tab character. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 163 |
![]() | Missing a Javadoc comment. | 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 |
![]() | Missing a Javadoc comment. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | '1024' is a magic number. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | '1024' is a magic number. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | '1024' is a magic number. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 174 |
![]() | Method 'getServiceLocator' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Utility classes should not have a public or default constructor. | 31 |
![]() | First sentence should end with a period. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters. | 37 |
![]() | '5' is a magic number. | 39 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter cl should be final. | 47 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Utility classes should not have a public or default constructor. | 37 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line is longer than 80 characters. | 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. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter classLoader should be final. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | 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 is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 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. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter classloader should be final. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | 'static' modifier out of order with the JLS suggestions. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | 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. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | 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 |
![]() | Parameter resourceLoader should be final. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | 'static' modifier out of order with the JLS suggestions. | 90 |
![]() | Parameter resourceLoader should be final. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Parameter name should be final. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | 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 contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Expected @throws tag for 'Exception'. | 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 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. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter serviceName should be final. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line 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. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter localServiceName should be final. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line is longer than 80 characters. | 141 |
![]() | 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. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Parameter objectDefinition should be final. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 164 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Parameter initializing should be final. | 164 |
![]() | 'initializing' hides a field. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Utility classes should not have a public or default constructor. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Expected an @return tag. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Parameter object should be final. | 47 |
![]() | Expected @param tag for 'object'. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | 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 |
![]() | Expected an @return tag. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Parameter object should be final. | 55 |
![]() | Expected @param tag for 'object'. | 55 |
![]() | Parameter classLoader should be final. | 55 |
![]() | Expected @param tag for 'classLoader'. | 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. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter className should be final. | 60 |
![]() | Parameter classLoader should be final. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter definition should be final. | 64 |
![]() | Parameter classLoader should be final. | 64 |
![]() | Parameter wrap should be final. | 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 is longer than 80 characters. | 69 |
![]() | 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 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. | 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 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 is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter objectClass should be final. | 90 |
![]() | Parameter constructorParams should be final. | 90 |
![]() | Parameter constructorParamTypes should be final. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Parameter className should be final. | 94 |
![]() | Parameter e should be final. | 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. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter constructorParameters should be final. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter constructorParameters should be final. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | 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 is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter object should be final. | 121 |
![]() | Parameter properties should be final. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | 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 is longer than 80 characters. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Parameter object should be final. | 128 |
![]() | Parameter definition should be final. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line contains a tab character. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Expected an @return tag. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Expected @param tag for 'definition'. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter parent should be final. | 35 |
![]() | 'parent' hides a field. | 35 |
![]() | Parameter child should be final. | 35 |
![]() | 'child' hides a field. | 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. | 38 |
![]() | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter definition should be final. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter qname should be final. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Method 'start' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Method 'stop' 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 contains a tab character. | 67 |
![]() | Method 'addResourceLoader' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter resourceLoader should be final. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'addResourceLoaderFirst' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter resourceLoader should be final. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line has trailing spaces. | 78 |
![]() | Method 'getResourceLoader' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter name should be final. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line has trailing spaces. | 87 |
![]() | Method 'getResourceLoaderNames' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Method 'getResourceLoaders' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Method 'removeResourceLoader' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter name should be final. | 96 |
![]() | Line contains a tab character. | 97 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Redundant 'public' modifier. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | 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 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 contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Redundant 'public' modifier. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Redundant 'public' modifier. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Redundant 'public' modifier. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Redundant 'public' modifier. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Redundant 'public' modifier. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Redundant import from the same package - org.kuali.rice.core.resourceloader.ResourceLoader. | 29 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter name should be final. | 47 |
![]() | 'name' hides a field. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'start' 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 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 |
![]() | Method 'stop' 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 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 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. | 70 |
![]() | Method 'addResourceLoader' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter resourceLoader should be final. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'addResourceLoaderFirst' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter resourceLoader should be final. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 78 |
![]() | Method 'containsResourceLoader' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter resourceLoader should be final. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'getResourceLoader' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter name should be final. | 82 |
![]() | 'name' hides a field. | 82 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | 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 contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 101 |
![]() | Method 'getResourceLoaderNames' 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 is longer than 80 characters. | 103 |
![]() | 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 contains a tab character. | 109 |
![]() | Method 'removeAllResourceLoaders' 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 'removeResourceLoader' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter name should be final. | 113 |
![]() | 'name' hides a field. | 113 |
![]() | 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 contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 131 |
![]() | Method 'getResourceLoaders' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 137 |
![]() | Method 'getObject' is not designed for extension - needs to be abstract, final or empty. | 137 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Parameter definition should be final. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 147 |
![]() | Method 'getService' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter qname should be final. | 147 |
![]() | 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 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. | 157 |
![]() | 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 contains a tab character. | 166 |
![]() | Method 'getContents' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Parameter indent should be final. | 166 |
![]() | Parameter servicePerLine should be final. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | 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. | 176 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | 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. | 181 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Missing a Javadoc comment. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 185 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Parameter name should be final. | 185 |
![]() | 'name' hides a field. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Line contains a tab character. | 22 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line contains a tab character. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Parameter message should be final. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter message should be final. | 32 |
![]() | Parameter cause should be final. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter cause should be final. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Expected an @return tag. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Expected @param tag for 'qname'. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant 'public' modifier. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Utility classes should not have a public or default constructor. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | 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. | 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 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. | 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 |
![]() | Expected an @return tag. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Parameter object should be final. | 56 |
![]() | Expected @param tag for 'object'. | 56 |
![]() | Parameter instanceClass should be final. | 56 |
![]() | Expected @param tag for 'instanceClass'. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter proxy should be final. | 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. | 72 |
![]() | Line contains a tab character. | 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 |
![]() | Expected an @return tag. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Parameter proxy should be final. | 78 |
![]() | Expected @param tag for 'proxy'. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | 'cast' is not followed by whitespace. | 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 contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Expected an @return tag. | 91 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Parameter classLoader should be final. | 91 |
![]() | Expected @param tag for 'classLoader'. | 91 |
![]() | Parameter classToCheck should be final. | 91 |
![]() | Expected @param tag for 'classToCheck'. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | 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 |
![]() | Expected an @return tag. | 103 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Parameter object should be final. | 103 |
![]() | Expected @param tag for 'object'. | 103 |
![]() | Parameter proxyClassLoader should be final. | 103 |
![]() | Expected @param tag for 'proxyClassLoader'. | 103 |
![]() | Parameter packageNamesToFilter should be final. | 103 |
![]() | Expected @param tag for 'packageNamesToFilter'. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | 'for' is not preceded with whitespace. | 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 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. | 114 |
![]() | 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 is longer than 80 characters. | 118 |
![]() | Line contains a tab character. | 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 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 has trailing spaces. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter className should be final. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line 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. | 139 |
![]() | Line contains a tab character. | 140 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter constantsClass should be final. | 39 |
![]() | First sentence should end with a period. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Method 'publishFields' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Parameter constantMap should be final. | 50 |
![]() | Expected @param tag for 'constantMap'. | 50 |
![]() | Parameter c should be final. | 50 |
![]() | Expected @param tag for 'c'. | 50 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Must have at least one statement. | 61 |
![]() | '{' is not followed by whitespace. | 61 |
![]() | '}' is not preceded with whitespace. | 61 |
![]() | First sentence should end with a period. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line has trailing spaces. | 72 |
![]() | Method 'publishMemberClassFields' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter constantMap should be final. | 76 |
![]() | Expected @param tag for 'constantMap'. | 76 |
![]() | Parameter c should be final. | 76 |
![]() | Expected @param tag for 'c'. | 76 |
![]() | Method 'clear' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | 'if' construct must use '{}'s. | 91 |
![]() | 'else' construct must use '{}'s. | 93 |
![]() | Method 'put' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter key should be final. | 97 |
![]() | Parameter value should be final. | 97 |
![]() | 'if' construct must use '{}'s. | 98 |
![]() | 'else' construct must use '{}'s. | 100 |
![]() | Method 'putAll' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Parameter m should be final. | 104 |
![]() | 'if' construct must use '{}'s. | 105 |
![]() | 'else' construct must use '{}'s. | 107 |
![]() | Method 'remove' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter key should be final. | 111 |
![]() | 'if' construct must use '{}'s. | 112 |
![]() | 'else' construct must use '{}'s. | 114 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | 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 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line has trailing spaces. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | ';' is not followed by whitespace. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line has trailing spaces. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Line contains a tab character. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Missing a Javadoc comment. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Utility classes should not have a public or default constructor. | 26 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 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 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'value' must be private and have accessor methods. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'key' must be private and have accessor methods. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter tKey should be final. | 47 |
![]() | Parameter tValue should be final. | 48 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.HashMap. | 33 |
![]() | Unused import - javax.xml.bind.annotation.XmlRootElement. | 34 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Variable 'entry' must be private and have accessor methods. | 52 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 34 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | ',' is not followed by whitespace. | 41 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | '=' is not preceded with whitespace. | 44 |
![]() | '=' is not followed by whitespace. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | '=' is not preceded with whitespace. | 45 |
![]() | '=' is not followed by whitespace. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Variable 'groups' must be private and have accessor methods. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'getGroups' 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 'setGroups' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter groups should be final. | 52 |
![]() | 'groups' hides a field. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Method 'getDeliveryType' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'setDeliveryType' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter deliveryType should be final. | 44 |
![]() | 'deliveryType' hides a field. | 44 |
![]() | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter title should be final. | 50 |
![]() | 'title' hides a field. | 50 |
![]() | Method 'getContent' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Method 'setContent' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter content should be final. | 56 |
![]() | 'content' hides a field. | 56 |
![]() | Method 'getContentType' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Method 'setContentType' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter contentType should be final. | 62 |
![]() | 'contentType' hides a field. | 62 |
![]() | Method 'getRecipient' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Method 'setRecipient' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter recipient should be final. | 68 |
![]() | 'recipient' hides a field. | 68 |
![]() | Method 'getChannel' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Method 'setChannel' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter channel should be final. | 74 |
![]() | 'channel' hides a field. | 74 |
![]() | Method 'getProducer' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Method 'setProducer' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter producer should be final. | 80 |
![]() | 'producer' hides a field. | 80 |
![]() | Method 'getUrl' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Method 'setUrl' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter url should be final. | 86 |
![]() | 'url' hides a field. | 86 |
![]() | Method 'getOriginId' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Method 'setOriginId' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter originId should be final. | 92 |
![]() | 'originId' hides a field. | 92 |
![]() | Line has trailing spaces. | 95 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 25 |
![]() | Parameter message should be final. | 34 |
![]() | Expected @param tag for 'message'. | 34 |
![]() | Parameter cause should be final. | 34 |
![]() | Expected @param tag for 'cause'. | 34 |
![]() | Parameter message should be final. | 43 |
![]() | Expected @param tag for 'message'. | 43 |
![]() | Parameter cause should be final. | 50 |
![]() | Expected @param tag for 'cause'. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Parameter message should be final. | 36 |
![]() | Expected @param tag for 'message'. | 36 |
![]() | Parameter cause should be final. | 36 |
![]() | Expected @param tag for 'cause'. | 36 |
![]() | Parameter message should be final. | 44 |
![]() | Expected @param tag for 'message'. | 44 |
![]() | Parameter cause should be final. | 52 |
![]() | Expected @param tag for 'cause'. | 52 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 18 |
![]() | Line has trailing spaces. | 20 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter message should be final. | 28 |
![]() | Parameter cause should be final. | 28 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter message should be final. | 32 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter cause should be final. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Parameter message should be final. | 36 |
![]() | Expected @param tag for 'message'. | 36 |
![]() | Parameter cause should be final. | 36 |
![]() | Expected @param tag for 'cause'. | 36 |
![]() | Parameter message should be final. | 44 |
![]() | Expected @param tag for 'message'. | 44 |
![]() | Parameter cause should be final. | 52 |
![]() | Expected @param tag for 'cause'. | 52 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Class KCBServiceNames should be declared as final. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '{' is not followed by whitespace. | 27 |
![]() | '}' is not preceded with whitespace. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Redundant 'public' modifier. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | First sentence should end with a period. | 29 |
![]() | Line has trailing spaces. | 31 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Expected @throws tag for 'MessageDeliveryException'. | 35 |
![]() | First sentence should end with a period. | 36 |
![]() | Line has trailing spaces. | 38 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Expected @throws tag for 'MessageDismissalException'. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Redundant 'public' modifier. | 54 |
![]() | Expected @throws tag for 'MessageDismissalException'. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | First sentence should end with a period. | 26 |
![]() | Line has trailing spaces. | 31 |
![]() | First sentence should end with a period. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Expected @param tag for 'recipient'. | 36 |
![]() | Expected @param tag for 'channel'. | 36 |
![]() | First sentence should end with a period. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | '{' is not followed by whitespace. | 26 |
![]() | '}' is not preceded with whitespace. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 21 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line has trailing spaces. | 55 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Method 'getActionItemId' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Method 'setActionItemId' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter actionItemId should be final. | 69 |
![]() | 'actionItemId' hides a field. | 69 |
![]() | Method 'getDateAssigned' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Method 'setDateAssigned' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter dateAssigned should be final. | 75 |
![]() | 'dateAssigned' hides a field. | 75 |
![]() | Method 'getActionRequestCd' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Method 'setActionRequestCd' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter actionRequestCd should be final. | 81 |
![]() | 'actionRequestCd' hides a field. | 81 |
![]() | Method 'getActionRequestId' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Method 'setActionRequestId' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter actionRequestId should be final. | 87 |
![]() | 'actionRequestId' hides a field. | 87 |
![]() | Method 'getRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Method 'setRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter routeHeaderId should be final. | 93 |
![]() | 'routeHeaderId' hides a field. | 93 |
![]() | Method 'getDocTitle' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Method 'setDocTitle' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter docTitle should be final. | 99 |
![]() | 'docTitle' hides a field. | 99 |
![]() | Method 'getDocLabel' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Method 'setDocLabel' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter docLabel should be final. | 105 |
![]() | 'docLabel' hides a field. | 105 |
![]() | Method 'getDocHandlerURL' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Method 'setDocHandlerURL' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter docHandlerURL should be final. | 111 |
![]() | 'docHandlerURL' hides a field. | 111 |
![]() | Method 'getDocName' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Method 'setDocName' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter docName should be final. | 117 |
![]() | 'docName' hides a field. | 117 |
![]() | Method 'getResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Method 'setResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Parameter responsibilityId should be final. | 123 |
![]() | 'responsibilityId' hides a field. | 123 |
![]() | Method 'getRoleName' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Method 'setRoleName' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Parameter roleName should be final. | 129 |
![]() | 'roleName' hides a field. | 129 |
![]() | Method 'getDateAssignedString' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Method 'setDateAssignedString' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter dateAssignedString should be final. | 135 |
![]() | 'dateAssignedString' hides a field. | 135 |
![]() | Method 'getActionToTake' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Method 'setActionToTake' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Parameter actionToTake should be final. | 141 |
![]() | 'actionToTake' hides a field. | 141 |
![]() | Method 'getDelegationType' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Method 'setDelegationType' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter delegationType should be final. | 147 |
![]() | 'delegationType' hides a field. | 147 |
![]() | Method 'getActionItemIndex' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Method 'setActionItemIndex' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Parameter actionItemIndex should be final. | 153 |
![]() | 'actionItemIndex' hides a field. | 153 |
![]() | Method 'getGroupId' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Parameter groupId should be final. | 159 |
![]() | 'groupId' hides a field. | 159 |
![]() | Method 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Method 'setPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Parameter principalId should be final. | 165 |
![]() | 'principalId' hides a field. | 165 |
![]() | Method 'getDelegatorGroupId' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Method 'setDelegatorGroupId' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Parameter delegatorGroupId should be final. | 171 |
![]() | 'delegatorGroupId' hides a field. | 171 |
![]() | Method 'getDelegatorPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Method 'setDelegatorPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Parameter delegatorPrincipalId should be final. | 177 |
![]() | 'delegatorPrincipalId' hides a field. | 177 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Missing a Javadoc comment. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | 'static' modifier out of order with the JLS suggestions. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | 'static' modifier out of order with the JLS suggestions. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 68 |
![]() | '{' is not followed by whitespace. | 68 |
![]() | '}' is not preceded with whitespace. | 68 |
![]() | Method 'getRoleName' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Method 'setRoleName' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter roleName should be final. | 74 |
![]() | 'roleName' hides a field. | 74 |
![]() | Method 'getActionRequested' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Method 'getActionRequestId' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Method 'getActionTakenId' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Method 'getAnnotation' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Method 'getDateCreated' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Method 'getDocVersion' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Method 'getResponsibilityDesc' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Method 'getResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Method 'getRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Method 'getRouteLevel' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Method 'getRouteMethodName' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Method 'getStatus' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Line has trailing spaces. | 129 |
![]() | Method 'setStatus' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Parameter status should be final. | 130 |
![]() | 'status' hides a field. | 130 |
![]() | Method 'setRouteMethodName' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Parameter routeMethodName should be final. | 134 |
![]() | 'routeMethodName' hides a field. | 134 |
![]() | Method 'setRouteLevel' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Parameter routeLevel should be final. | 138 |
![]() | 'routeLevel' hides a field. | 138 |
![]() | Method 'setRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Parameter routeHeaderId should be final. | 142 |
![]() | 'routeHeaderId' hides a field. | 142 |
![]() | Method 'setResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Parameter responsibilityId should be final. | 146 |
![]() | 'responsibilityId' hides a field. | 146 |
![]() | Method 'setResponsibilityDesc' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Parameter responsibilityDesc should be final. | 150 |
![]() | 'responsibilityDesc' hides a field. | 150 |
![]() | Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Parameter priority should be final. | 154 |
![]() | 'priority' hides a field. | 154 |
![]() | Method 'setDocVersion' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Parameter docVersion should be final. | 158 |
![]() | 'docVersion' hides a field. | 158 |
![]() | Method 'setDateCreated' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Parameter dateCreated should be final. | 162 |
![]() | 'dateCreated' hides a field. | 162 |
![]() | Method 'setAnnotation' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Parameter annotation should be final. | 166 |
![]() | 'annotation' hides a field. | 166 |
![]() | Method 'setActionTakenId' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Parameter actionTakenId should be final. | 170 |
![]() | 'actionTakenId' hides a field. | 170 |
![]() | Method 'setActionRequestId' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Parameter actionRequestId should be final. | 174 |
![]() | 'actionRequestId' hides a field. | 174 |
![]() | Method 'setActionRequested' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Parameter actionRequested should be final. | 178 |
![]() | 'actionRequested' hides a field. | 178 |
![]() | Method 'getRecipientTypeCd' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Method 'setRecipientTypeCd' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Parameter recipientTypeCd should be final. | 186 |
![]() | 'recipientTypeCd' hides a field. | 186 |
![]() | Method 'getApprovePolicy' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Method 'setApprovePolicy' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Parameter approvePolicy should be final. | 194 |
![]() | 'approvePolicy' hides a field. | 194 |
![]() | Method 'getForceAction' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | Missing a Javadoc comment. | 198 |
![]() | Method 'isNotificationRequest' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Method 'isApprovalRequest' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Method 'isForceAction' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() | Missing a Javadoc comment. | 210 |
![]() | Method 'setForceAction' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Parameter forceAction should be final. | 214 |
![]() | 'forceAction' hides a field. | 214 |
![]() | Method 'isAcknowledgeRequest' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | Missing a Javadoc comment. | 218 |
![]() | Method 'isFyiRequest' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Method 'isPending' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Method 'isCompleteRequest' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Method 'isInitialized' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Method 'isActivated' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Method 'isDone' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() | Missing a Javadoc comment. | 242 |
![]() | Method 'isUserRequest' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() | Missing a Javadoc comment. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Method 'isGroupRequest' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() | Missing a Javadoc comment. | 250 |
![]() | Line is longer than 80 characters. | 251 |
![]() | Method 'isRoleRequest' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | Missing a Javadoc comment. | 254 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Method 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | Missing a Javadoc comment. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 262 |
![]() | Method 'setPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | Missing a Javadoc comment. | 262 |
![]() | Parameter principalId should be final. | 262 |
![]() | 'principalId' hides a field. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 266 |
![]() | Method 'getCurrentIndicator' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() | Missing a Javadoc comment. | 266 |
![]() | Method 'setCurrentIndicator' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() | Missing a Javadoc comment. | 270 |
![]() | Parameter currentIndicator should be final. | 270 |
![]() | 'currentIndicator' hides a field. | 270 |
![]() | Method 'getDelegationType' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() | Missing a Javadoc comment. | 274 |
![]() | Method 'setDelegationType' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() | Missing a Javadoc comment. | 277 |
![]() | Parameter delegationType should be final. | 277 |
![]() | 'delegationType' hides a field. | 277 |
![]() | Method 'getParentActionRequestId' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() | Missing a Javadoc comment. | 281 |
![]() | Method 'setParentActionRequestId' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() | Missing a Javadoc comment. | 284 |
![]() | Parameter parentActionRequestId should be final. | 284 |
![]() | 'parentActionRequestId' hides a field. | 284 |
![]() | Method 'getQualifiedRoleName' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() | Missing a Javadoc comment. | 288 |
![]() | Method 'setQualifiedRoleName' is not designed for extension - needs to be abstract, final or empty. | 291 |
![]() | Missing a Javadoc comment. | 291 |
![]() | Parameter qualifiedRoleName should be final. | 291 |
![]() | 'qualifiedRoleName' hides a field. | 291 |
![]() | Method 'getQualifiedRoleNameLabel' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() | Missing a Javadoc comment. | 294 |
![]() | Method 'setQualifiedRoleNameLabel' is not designed for extension - needs to be abstract, final or empty. | 297 |
![]() | Missing a Javadoc comment. | 297 |
![]() | Parameter qualifiedRoleNameLabel should be final. | 297 |
![]() | 'qualifiedRoleNameLabel' hides a field. | 297 |
![]() | Line contains a tab character. | 301 |
![]() | Method 'getActionTaken' is not designed for extension - needs to be abstract, final or empty. | 301 |
![]() | Missing a Javadoc comment. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Line contains a tab character. | 305 |
![]() | Method 'setActionTaken' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() | Missing a Javadoc comment. | 305 |
![]() | Parameter actionTaken should be final. | 305 |
![]() | 'actionTaken' hides a field. | 305 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Method 'getChildrenRequests' is not designed for extension - needs to be abstract, final or empty. | 309 |
![]() | Missing a Javadoc comment. | 309 |
![]() | Method 'setChildrenRequests' is not designed for extension - needs to be abstract, final or empty. | 312 |
![]() | Missing a Javadoc comment. | 312 |
![]() | Parameter childrenRequests should be final. | 312 |
![]() | 'childrenRequests' hides a field. | 312 |
![]() | Method 'addChildRequest' is not designed for extension - needs to be abstract, final or empty. | 316 |
![]() | Missing a Javadoc comment. | 316 |
![]() | Parameter childRequest should be final. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line is longer than 80 characters. | 320 |
![]() | Line contains a tab character. | 320 |
![]() | '+' is not preceded with whitespace. | 320 |
![]() | '+' is not followed by whitespace. | 320 |
![]() | Line is longer than 80 characters. | 321 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Line contains a tab character. | 323 |
![]() | Method 'getNodeName' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() | Missing a Javadoc comment. | 326 |
![]() | Method 'setNodeName' is not designed for extension - needs to be abstract, final or empty. | 330 |
![]() | Missing a Javadoc comment. | 330 |
![]() | Parameter nodeName should be final. | 330 |
![]() | 'nodeName' hides a field. | 330 |
![]() | Method 'getNodeInstanceId' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() | Missing a Javadoc comment. | 334 |
![]() | Method 'setNodeInstanceId' is not designed for extension - needs to be abstract, final or empty. | 338 |
![]() | Missing a Javadoc comment. | 338 |
![]() | Parameter nodeInstanceId should be final. | 338 |
![]() | 'nodeInstanceId' hides a field. | 338 |
![]() | Line has trailing spaces. | 341 |
![]() | Method 'getGroupId' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() | Missing a Javadoc comment. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 346 |
![]() | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() | Missing a Javadoc comment. | 346 |
![]() | Parameter groupId should be final. | 346 |
![]() | 'groupId' hides a field. | 346 |
![]() | Line contains a tab character. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Method 'isAdHocRequest' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() | Missing a Javadoc comment. | 350 |
![]() | Line is longer than 80 characters. | 351 |
![]() | Line contains a tab character. | 351 |
![]() | Method 'isGeneratedRequest' is not designed for extension - needs to be abstract, final or empty. | 354 |
![]() | Missing a Javadoc comment. | 354 |
![]() | Line is longer than 80 characters. | 355 |
![]() | Line contains a tab character. | 355 |
![]() | Method 'isExceptionRequest' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() | Missing a Javadoc comment. | 358 |
![]() | Line is longer than 80 characters. | 359 |
![]() | Line contains a tab character. | 359 |
![]() | Method 'isRouteModuleRequest' is not designed for extension - needs to be abstract, final or empty. | 362 |
![]() | Missing a Javadoc comment. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 366 |
![]() | Method 'getRequestLabel' is not designed for extension - needs to be abstract, final or empty. | 366 |
![]() | Missing a Javadoc comment. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | Line contains a tab character. | 368 |
![]() | Line contains a tab character. | 370 |
![]() | Method 'setRequestLabel' is not designed for extension - needs to be abstract, final or empty. | 370 |
![]() | Missing a Javadoc comment. | 370 |
![]() | Parameter requestLabel should be final. | 370 |
![]() | 'requestLabel' hides a field. | 370 |
![]() | Line contains a tab character. | 371 |
![]() | Line contains a tab character. | 372 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'getActionRequests' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'setActionRequests' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter actionRequests should be final. | 48 |
![]() | 'actionRequests' hides a field. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'getActionDate' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Method 'getActionTaken' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Method 'getActionTakenId' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Method 'getAnnotation' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Method 'getDocVersion' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Method 'getRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Method 'setRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter routeHeaderId should be final. | 76 |
![]() | 'routeHeaderId' hides a field. | 76 |
![]() | Method 'setDocVersion' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter docVersion should be final. | 80 |
![]() | 'docVersion' hides a field. | 80 |
![]() | Method 'setAnnotation' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter annotation should be final. | 84 |
![]() | 'annotation' hides a field. | 84 |
![]() | Method 'setActionTakenId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter actionTakenId should be final. | 88 |
![]() | 'actionTakenId' hides a field. | 88 |
![]() | Method 'setActionTaken' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter actionTaken should be final. | 92 |
![]() | 'actionTaken' hides a field. | 92 |
![]() | Method 'setActionDate' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter actionDate should be final. | 96 |
![]() | 'actionDate' hides a field. | 96 |
![]() | Line contains a tab character. | 100 |
![]() | Method 'getPrincipalId' 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 'setPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Parameter principalId should be final. | 104 |
![]() | 'principalId' hides a field. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Method 'getDelegatorPrincpalId' 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 'setDelegatorPrincpalId' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | Parameter delegatorPrincpalId should be final. | 112 |
![]() | 'delegatorPrincpalId' hides a field. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 116 |
![]() | Method 'getDelegatorGroupId' 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 'setDelegatorGroupId' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Parameter delegatorGroupId should be final. | 120 |
![]() | 'delegatorGroupId' hides a field. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Method 'getActionTaken' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 36 |
![]() | Method 'setActionTaken' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter actionTaken should be final. | 37 |
![]() | 'actionTaken' hides a field. | 37 |
![]() | Line has trailing spaces. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line has trailing spaces. | 33 |
![]() | 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. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | '{' is not followed by whitespace. | 45 |
![]() | '}' is not preceded with whitespace. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter actionRequestId should be final. | 47 |
![]() | 'actionRequestId' hides a field. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | 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 |
![]() | Parameter nodeName should be final. | 51 |
![]() | 'nodeName' hides a field. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Method 'getActionRequestId' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Method 'setActionRequestId' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter actionRequestId should be final. | 59 |
![]() | 'actionRequestId' hides a field. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'getNodeName' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Method 'setNodeName' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter nodeName should be final. | 67 |
![]() | 'nodeName' hides a field. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 75 |
![]() | Method 'setPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter principalId should be final. | 75 |
![]() | 'principalId' hides a field. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 79 |
![]() | Method 'getGroupId' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter groupId should be final. | 83 |
![]() | 'groupId' hides a field. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line contains a tab character. | 85 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Method 'getNodeInstanceId' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Method 'setNodeInstanceId' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter nodeInstanceId should be final. | 39 |
![]() | 'nodeInstanceId' hides a field. | 39 |
![]() | Method 'isSuccessfullyProcessed' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Method 'setSuccessfullyProcessed' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter successfullyProcessed should be final. | 47 |
![]() | 'successfullyProcessed' hides a field. | 47 |
![]() | Line has trailing spaces. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Method 'getNodeInstanceId' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Method 'setNodeInstanceId' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter nodeInstanceId should be final. | 38 |
![]() | 'nodeInstanceId' hides a field. | 38 |
![]() | Line has trailing spaces. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | '{' is not followed by whitespace. | 50 |
![]() | '}' is not preceded with whitespace. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Method 'getApplicationContent' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Method 'setApplicationContent' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter applicationContent should be final. | 55 |
![]() | 'applicationContent' hides a field. | 55 |
![]() | Method 'getAttributeContent' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Method 'setAttributeContent' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter attributeContent should be final. | 61 |
![]() | 'attributeContent' hides a field. | 61 |
![]() | Method 'getSearchableContent' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Method 'setSearchableContent' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter searchableContent should be final. | 67 |
![]() | 'searchableContent' hides a field. | 67 |
![]() | Method 'getFullContent' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line has trailing spaces. | 76 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line has trailing spaces. | 83 |
![]() | Method 'getAttributeDefinitions' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | 'cast' is not followed by whitespace. | 85 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Method 'setAttributeDefinitions' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter attributeDefinitions should be final. | 87 |
![]() | 'attributeDefinitions' hides a field. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Method 'getSearchableDefinitions' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | 'cast' is not followed by whitespace. | 94 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Method 'setSearchableDefinitions' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter searchableDefinitions should be final. | 96 |
![]() | 'searchableDefinitions' hides a field. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line has trailing spaces. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Method 'addAttributeDefinition' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter definition should be final. | 103 |
![]() | Line has trailing spaces. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Method 'removeAttributeDefinition' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Parameter definition should be final. | 107 |
![]() | Line has trailing spaces. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Method 'addSearchableDefinition' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter definition should be final. | 111 |
![]() | Line has trailing spaces. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Method 'removeSearchableDefinition' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Parameter definition should be final. | 115 |
![]() | Line has trailing spaces. | 118 |
![]() | Method 'getRouteHeaderId' 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. | 122 |
![]() | Method 'setRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Parameter routeHeaderId should be final. | 122 |
![]() | 'routeHeaderId' hides a field. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line has trailing spaces. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Parameter value should be final. | 126 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 25 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'getActionRequests' 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 'setActionRequests' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter actionRequests should be final. | 42 |
![]() | 'actionRequests' hides a field. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Method 'getActionsTaken' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Method 'setActionsTaken' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter actionsTaken should be final. | 50 |
![]() | 'actionsTaken' hides a field. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Method 'getNodeInstances' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Method 'setNodeInstances' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter nodeInstances should be final. | 58 |
![]() | 'nodeInstances' hides a field. | 58 |
![]() | Method 'getNodeInstance' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter nodeInstanceId should be final. | 62 |
![]() | 'cast' is not followed by whitespace. | 66 |
![]() | Line has trailing spaces. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line has trailing spaces. | 76 |
![]() | Line has trailing spaces. | 77 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '{' is not followed by whitespace. | 40 |
![]() | '}' is not preceded with whitespace. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter documentEventCode should be final. | 42 |
![]() | 'documentEventCode' hides a field. | 42 |
![]() | Line has trailing spaces. | 45 |
![]() | Method 'getAppDocId' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Method 'setAppDocId' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter appDocId should be final. | 50 |
![]() | 'appDocId' hides a field. | 50 |
![]() | Method 'getDocumentEventCode' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Method 'setDocumentEventCode' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter documentEventCode should be final. | 58 |
![]() | 'documentEventCode' hides a field. | 58 |
![]() | Method 'getRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Method 'setRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter routeHeaderId should be final. | 66 |
![]() | 'routeHeaderId' hides a field. | 66 |
![]() | Line has trailing spaces. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'getLinbkId' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Unused @param tag for 'linbkId'. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'setLinbkId' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Parameter linkId should be final. | 44 |
![]() | Expected @param tag for 'linkId'. | 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 |
![]() | Method 'getOrgnDocId' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Method 'setOrgnDocId' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Parameter orgnDocId should be final. | 56 |
![]() | 'orgnDocId' hides a field. | 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 |
![]() | Method 'getDestDocId' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Method 'setDestDocId' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Parameter destDocId should be final. | 68 |
![]() | 'destDocId' hides a field. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter docLinkVO should be final. | 72 |
![]() | '{' is not preceded with whitespace. | 72 |
![]() | 'if' construct must use '{}'s. | 73 |
![]() | Line has trailing spaces. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | 'if' construct must use '{}'s. | 76 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | 'if' is not followed by whitespace. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | 'if' construct must use '{}'s. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | 'if' is not followed by whitespace. | 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 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Method 'getNewRouteLevel' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Method 'setNewRouteLevel' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter newRouteLevel should be final. | 43 |
![]() | 'newRouteLevel' hides a field. | 43 |
![]() | Method 'getOldRouteLevel' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'setOldRouteLevel' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter oldRouteLevel should be final. | 51 |
![]() | 'oldRouteLevel' hides a field. | 51 |
![]() | Method 'getNewNodeInstanceId' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Method 'setNewNodeInstanceId' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter newNodeInstanceId should be final. | 59 |
![]() | 'newNodeInstanceId' hides a field. | 59 |
![]() | Method 'getNewNodeName' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Method 'setNewNodeName' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter newNodeName should be final. | 67 |
![]() | 'newNodeName' hides a field. | 67 |
![]() | Method 'getOldNodeInstanceId' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Method 'setOldNodeInstanceId' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter oldNodeInstanceId should be final. | 75 |
![]() | 'oldNodeInstanceId' hides a field. | 75 |
![]() | Method 'getOldNodeName' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Method 'setOldNodeName' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter oldNodeName should be final. | 83 |
![]() | 'oldNodeName' hides a field. | 83 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Method 'getNewRouteStatus' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Method 'setNewRouteStatus' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter newRouteStatus should be final. | 38 |
![]() | 'newRouteStatus' hides a field. | 38 |
![]() | Method 'getOldRouteStatus' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Method 'setOldRouteStatus' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter oldRouteStatus should be final. | 46 |
![]() | 'oldRouteStatus' hides a field. | 46 |
![]() | Line has trailing spaces. | 49 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | 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 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Method 'findDocsBeforeSpecifiedRouteNode' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Method 'findDocsAfterSpecifiedRouteNode' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Method 'findDocsAtExactSpecifiedRouteNode' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Method 'getRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Method 'setRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter routeHeaderId should be final. | 82 |
![]() | 'routeHeaderId' hides a field. | 82 |
![]() | Method 'getDocRouteStatus' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Method 'setDocRouteStatus' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter docRouteStatus should be final. | 90 |
![]() | 'docRouteStatus' hides a field. | 90 |
![]() | Method 'getDocTitle' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Method 'setDocTitle' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Parameter docTitle should be final. | 98 |
![]() | 'docTitle' hides a field. | 98 |
![]() | Method 'getAppDocId' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Method 'setAppDocId' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Parameter appDocId should be final. | 106 |
![]() | 'appDocId' hides a field. | 106 |
![]() | Method 'getInitiator' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Method 'setInitiator' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Parameter initiator should be final. | 114 |
![]() | 'initiator' hides a field. | 114 |
![]() | Method 'getViewer' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Method 'setViewer' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Parameter viewer should be final. | 122 |
![]() | 'viewer' hides a field. | 122 |
![]() | Method 'getGroupViewerName' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Method 'setGroupViewerName' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Parameter groupViewerName should be final. | 130 |
![]() | 'groupViewerName' hides a field. | 130 |
![]() | Method 'getApprover' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Method 'setApprover' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Parameter approver should be final. | 138 |
![]() | 'approver' hides a field. | 138 |
![]() | Method 'getDocRouteNodeName' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Method 'setDocRouteNodeName' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Parameter docRouteNodeName should be final. | 146 |
![]() | 'docRouteNodeName' hides a field. | 146 |
![]() | Method 'getDocRouteNodeLogic' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Method 'setDocRouteNodeLogic' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Parameter docRouteNodeLogic should be final. | 154 |
![]() | 'docRouteNodeLogic' hides a field. | 154 |
![]() | Method 'getDocVersion' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Method 'setDocVersion' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Parameter docVersion should be final. | 162 |
![]() | 'docVersion' hides a field. | 162 |
![]() | Method 'getDocTypeFullName' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Method 'setDocTypeFullName' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Parameter docTypeFullName should be final. | 170 |
![]() | 'docTypeFullName' hides a field. | 170 |
![]() | Method 'getFromDateCreated' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Method 'setFromDateCreated' is not designed for extension - needs to be abstract, final or empty. | 178 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Parameter fromDateCreated should be final. | 178 |
![]() | 'fromDateCreated' hides a field. | 178 |
![]() | Method 'getFromDateLastModified' is not designed for extension - needs to be abstract, final or empty. | 182 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Method 'setFromDateLastModified' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Parameter fromDateLastModified should be final. | 186 |
![]() | 'fromDateLastModified' hides a field. | 186 |
![]() | Method 'getFromDateApproved' is not designed for extension - needs to be abstract, final or empty. | 190 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Method 'setFromDateApproved' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Parameter fromDateApproved should be final. | 194 |
![]() | 'fromDateApproved' hides a field. | 194 |
![]() | Method 'getFromDateFinalized' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | Missing a Javadoc comment. | 198 |
![]() | Method 'setFromDateFinalized' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Parameter fromDateFinalized should be final. | 202 |
![]() | 'fromDateFinalized' hides a field. | 202 |
![]() | Method 'getToDateCreated' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Method 'setToDateCreated' is not designed for extension - needs to be abstract, final or empty. | 210 |
![]() | Missing a Javadoc comment. | 210 |
![]() | Parameter toDateCreated should be final. | 210 |
![]() | 'toDateCreated' hides a field. | 210 |
![]() | Method 'getToDateLastModified' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Method 'setToDateLastModified' is not designed for extension - needs to be abstract, final or empty. | 218 |
![]() | Missing a Javadoc comment. | 218 |
![]() | Parameter toDateLastModified should be final. | 218 |
![]() | 'toDateLastModified' hides a field. | 218 |
![]() | Method 'getToDateApproved' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Method 'setToDateApproved' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Parameter toDateApproved should be final. | 226 |
![]() | 'toDateApproved' hides a field. | 226 |
![]() | Method 'getToDateFinalized' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Method 'setToDateFinalized' is not designed for extension - needs to be abstract, final or empty. | 234 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Parameter toDateFinalized should be final. | 234 |
![]() | 'toDateFinalized' hides a field. | 234 |
![]() | Method 'getSearchAttributeValues' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Method 'setSearchAttributeValues' is not designed for extension - needs to be abstract, final or empty. | 242 |
![]() | Missing a Javadoc comment. | 242 |
![]() | Parameter searchAttributeValues should be final. | 242 |
![]() | 'searchAttributeValues' hides a field. | 242 |
![]() | Method 'isAdvancedSearch' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() | Missing a Javadoc comment. | 246 |
![]() | Method 'setAdvancedSearch' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() | Missing a Javadoc comment. | 250 |
![]() | Parameter advancedSearch should be final. | 250 |
![]() | 'advancedSearch' hides a field. | 250 |
![]() | Method 'isSuperUserSearch' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | Missing a Javadoc comment. | 254 |
![]() | Method 'setSuperUserSearch' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | Missing a Javadoc comment. | 258 |
![]() | Parameter superUserSearch should be final. | 258 |
![]() | 'superUserSearch' hides a field. | 258 |
![]() | Method 'getThreshold' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | Missing a Javadoc comment. | 262 |
![]() | Method 'setThreshold' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() | Missing a Javadoc comment. | 266 |
![]() | Parameter threshold should be final. | 266 |
![]() | 'threshold' hides a field. | 266 |
![]() | Line contains a tab character. | 270 |
![]() | Method 'isSaveSearchForUser' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() | Missing a Javadoc comment. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 274 |
![]() | Method 'setSaveSearchForUser' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() | Missing a Javadoc comment. | 274 |
![]() | Parameter saveSearchForUser should be final. | 274 |
![]() | 'saveSearchForUser' hides a field. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Method 'getSearchResults' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Method 'setSearchResults' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter searchResults should be final. | 39 |
![]() | 'searchResults' hides a field. | 39 |
![]() | Method 'isOverThreshold' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Method 'setOverThreshold' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter isOverThreshold should be final. | 47 |
![]() | 'isOverThreshold' hides a field. | 47 |
![]() | Method 'getSecurityFilteredRows' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Method 'setSecurityFilteredRows' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter securityFilteredRows should be final. | 55 |
![]() | 'securityFilteredRows' hides a field. | 55 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 24 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Method 'getFieldValues' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Method 'setFieldValues' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter fieldValues should be final. | 37 |
![]() | 'fieldValues' hides a field. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 21 |
![]() | Line has trailing spaces. | 23 |
![]() | '{' is not preceded with whitespace. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getStatusTransitionId' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Method 'setStatusTransitionId' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter statusTransitionId should be final. | 39 |
![]() | 'statusTransitionId' hides a field. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Method 'getRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'setRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter routeHeaderId should be final. | 45 |
![]() | 'routeHeaderId' hides a field. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'getOldAppDocStatus' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'setOldAppDocStatus' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter oldAppDocStatus should be final. | 51 |
![]() | 'oldAppDocStatus' hides a field. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Method 'getNewAppDocStatus' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'setNewAppDocStatus' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter newAppDocStatus should be final. | 57 |
![]() | 'newAppDocStatus' hides a field. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Method 'getStatusTransitionDate' 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 is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'setStatusTransitionDate' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter statusTransitionDate should be final. | 63 |
![]() | 'statusTransitionDate' hides a field. | 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 has trailing spaces. | 67 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line has trailing spaces. | 59 |
![]() | Method 'isDefaultApprovePolicy' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Method 'getDocTypeParentId' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Method 'isDocTypeActiveInd' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Method 'isDocTypeActiveInherited' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Method 'getDocTypeDescription' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Method 'getDocTypeHandlerUrl' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Method 'getDocTypeId' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Expected an @return tag. | 95 |
![]() | Method 'getDocTypeName' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Expected an @return tag. | 107 |
![]() | Method 'getDocTypeVersion' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Method 'getPostProcessorName' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Method 'setDocTypeVersion' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Parameter docTypeVersion should be final. | 119 |
![]() | 'docTypeVersion' hides a field. | 119 |
![]() | Expected @param tag for 'docTypeVersion'. | 119 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Parameter docTypeShortname should be final. | 123 |
![]() | Method 'setDocTypeName' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Parameter docTypeName should be final. | 131 |
![]() | Expected @param tag for 'docTypeName'. | 131 |
![]() | Method 'setDocTypeId' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter docTypeId should be final. | 135 |
![]() | 'docTypeId' hides a field. | 135 |
![]() | Method 'setDocTypeHandlerUrl' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter docTypeHandlerUrl should be final. | 139 |
![]() | 'docTypeHandlerUrl' hides a field. | 139 |
![]() | Method 'setDocTypeDescription' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Parameter docTypeDescription should be final. | 143 |
![]() | 'docTypeDescription' hides a field. | 143 |
![]() | Method 'setDocTypeActiveInherited' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter docTypeActiveInherited should be final. | 147 |
![]() | 'docTypeActiveInherited' hides a field. | 147 |
![]() | Method 'setDocTypeActiveInd' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Parameter docTypeActiveInd should be final. | 151 |
![]() | 'docTypeActiveInd' hides a field. | 151 |
![]() | Method 'setDocTypeParentId' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Parameter docGrpId should be final. | 155 |
![]() | Method 'setPostProcessorName' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Parameter postProcessorName should be final. | 159 |
![]() | 'postProcessorName' hides a field. | 159 |
![]() | Method 'getHelpDefinitionUrl' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Method 'setHelpDefinitionUrl' is not designed for extension - needs to be abstract, final or empty. | 167 |
![]() | Missing a Javadoc comment. | 167 |
![]() | Parameter helpDefinitionUrl should be final. | 167 |
![]() | 'helpDefinitionUrl' hides a field. | 167 |
![]() | Line has trailing spaces. | 170 |
![]() | Method 'getDocSearchHelpUrl' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Line has trailing spaces. | 177 |
![]() | Method 'setDocSearchHelpUrl' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Parameter docSearchHelpUrl should be final. | 181 |
![]() | 'docSearchHelpUrl' hides a field. | 181 |
![]() | Method 'getDocTypeLabel' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Method 'setDocTypeLabel' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Parameter docTypeLabel should be final. | 189 |
![]() | 'docTypeLabel' hides a field. | 189 |
![]() | Method 'getDocTypeDefaultApprovePolicy' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Method 'setDocTypeDefaultApprovePolicy' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Parameter docTypeDefaultApprovePolicy should be final. | 198 |
![]() | 'docTypeDefaultApprovePolicy' hides a field. | 198 |
![]() | Method 'isDocTypeDefaultApprovePolicyInherited' is not designed for extension - needs to be abstract, final or empty. | 202 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Method 'setDocTypeDefaultApprovePolicyInherited' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Parameter docTypeDefaultApprovePolicyInherited should be final. | 207 |
![]() | 'docTypeDefaultApprovePolicyInherited' hides a field. | 207 |
![]() | Line is longer than 80 characters. | 208 |
![]() | Method 'getDocTypeJndiFactoryClass' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | Missing a Javadoc comment. | 211 |
![]() | Method 'getDocTypeJndiUrl' is not designed for extension - needs to be abstract, final or empty. | 215 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Method 'setDocTypeJndiFactoryClass' is not designed for extension - needs to be abstract, final or empty. | 219 |
![]() | Missing a Javadoc comment. | 219 |
![]() | Parameter docTypeJndiFactoryClass should be final. | 219 |
![]() | 'docTypeJndiFactoryClass' hides a field. | 219 |
![]() | Method 'setDocTypeJndiUrl' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() | Missing a Javadoc comment. | 223 |
![]() | Parameter docTypeJndiUrl should be final. | 223 |
![]() | 'docTypeJndiUrl' hides a field. | 223 |
![]() | Line has trailing spaces. | 226 |
![]() | Method 'getDocTypeCurrentInd' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Method 'setDocTypeCurrentInd' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Parameter docTypeCurrentInd should be final. | 231 |
![]() | 'docTypeCurrentInd' hides a field. | 231 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 235 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | Missing a Javadoc comment. | 235 |
![]() | Parameter object should be final. | 235 |
![]() | Method 'getBlanketApprovePolicy' is not designed for extension - needs to be abstract, final or empty. | 246 |
![]() | Missing a Javadoc comment. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 250 |
![]() | Method 'setBlanketApprovePolicy' is not designed for extension - needs to be abstract, final or empty. | 250 |
![]() | Missing a Javadoc comment. | 250 |
![]() | Parameter blanketApprovePolicy should be final. | 250 |
![]() | 'blanketApprovePolicy' hides a field. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 254 |
![]() | Method 'getBlanketApproveGroupId' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | Missing a Javadoc comment. | 254 |
![]() | Method 'setBlanketApproveGroupId' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | Missing a Javadoc comment. | 258 |
![]() | Parameter blanketApproveGroupId should be final. | 258 |
![]() | 'blanketApproveGroupId' hides a field. | 258 |
![]() | Method 'getDocTypeParentName' is not designed for extension - needs to be abstract, final or empty. | 261 |
![]() | Missing a Javadoc comment. | 261 |
![]() | Method 'setDocTypeParentName' is not designed for extension - needs to be abstract, final or empty. | 264 |
![]() | Missing a Javadoc comment. | 264 |
![]() | Parameter docTypeParentName should be final. | 264 |
![]() | 'docTypeParentName' hides a field. | 264 |
![]() | Method 'getRoutePath' is not designed for extension - needs to be abstract, final or empty. | 268 |
![]() | Missing a Javadoc comment. | 268 |
![]() | Method 'setRoutePath' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() | Missing a Javadoc comment. | 272 |
![]() | Parameter routePath should be final. | 272 |
![]() | 'routePath' hides a field. | 272 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '{' is not followed by whitespace. | 27 |
![]() | '}' is not preceded with whitespace. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter emplId should be final. | 29 |
![]() | Line has trailing spaces. | 32 |
![]() | Method 'getEmplId' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Method 'setEmplId' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter emplId should be final. | 36 |
![]() | Line has trailing spaces. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 22 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter key should be final. | 38 |
![]() | 'key' hides a field. | 38 |
![]() | Parameter value should be final. | 38 |
![]() | 'value' hides a field. | 38 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter key should be final. | 44 |
![]() | 'key' hides a field. | 44 |
![]() | Parameter value should be final. | 44 |
![]() | 'value' hides a field. | 44 |
![]() | Parameter userDisplayValue should be final. | 44 |
![]() | 'userDisplayValue' hides a field. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | ',' is not followed by whitespace. | 45 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter key should be final. | 53 |
![]() | 'key' hides a field. | 53 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter value should be final. | 61 |
![]() | 'value' hides a field. | 61 |
![]() | Line contains a tab character. | 65 |
![]() | Method 'getUserDisplayValue' 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 contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Method 'setUserDisplayValue' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter userDisplayValue should be final. | 69 |
![]() | 'userDisplayValue' hides a field. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 19 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter documentContentVO should be final. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Method 'isModified' 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 has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Method 'resetModified' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Method 'addAttributeDefinition' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter definition should be final. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'addSearchableDefinition' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter definition should be final. | 52 |
![]() | 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 |
![]() | Method 'removeAttributeDefinition' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter definition should be final. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Method 'removeSearchableDefinition' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter definition should be final. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Method 'setApplicationContent' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter applicationContent should be final. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 72 |
![]() | Method 'setAttributeContent' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter attributeContent should be final. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Method 'setAttributeDefinitions' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter attributeDefinitions should be final. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'setRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter routeHeaderId should be final. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'setSearchableContent' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter searchableContent should be final. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Method 'setSearchableDefinitions' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter searchableDefinitions should be final. | 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 has trailing spaces. | 96 |
![]() | Line contains a tab character. | 96 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 21 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '{' is not followed by whitespace. | 33 |
![]() | '}' is not preceded with whitespace. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Parameter fromNodeName should be final. | 40 |
![]() | Expected @param tag for 'fromNodeName'. | 40 |
![]() | Parameter stepsToMove should be final. | 40 |
![]() | 'stepsToMove' hides a field. | 40 |
![]() | Expected @param tag for 'stepsToMove'. | 40 |
![]() | Method 'getStartNodeName' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Method 'setStartNodeName' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter fromNodeName should be final. | 49 |
![]() | Method 'getStepsToMove' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Method 'setStepsToMove' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter stepsToMove should be final. | 57 |
![]() | 'stepsToMove' hides a field. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | '{' is not followed by whitespace. | 28 |
![]() | '}' is not preceded with whitespace. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter networkId should be final. | 30 |
![]() | Line has trailing spaces. | 33 |
![]() | Method 'getNetworkId' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Method 'setNetworkId' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter networkId should be final. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | '{' is not preceded with whitespace. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'getLockVerNbr' 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 'setLockVerNbr' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter lockVerNbr should be final. | 41 |
![]() | 'lockVerNbr' hides a field. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'getNoteAuthorWorkflowId' 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 'setNoteAuthorWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter noteAuthorWorkflowId should be final. | 47 |
![]() | 'noteAuthorWorkflowId' hides a field. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Method 'getNoteCreateDate' 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 'setNoteCreateDate' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter noteCreateDate should be final. | 53 |
![]() | 'noteCreateDate' hides a field. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Method 'getNoteId' 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 'setNoteId' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter noteId should be final. | 59 |
![]() | 'noteId' hides a field. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Method 'getNoteText' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Method 'setNoteText' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter noteText should be final. | 65 |
![]() | 'noteText' hides a field. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Method 'getRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'setRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter routeHeaderId should be final. | 71 |
![]() | 'routeHeaderId' hides a field. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Method 'isInitial' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Method 'setInitial' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter initial should be final. | 39 |
![]() | 'initial' hides a field. | 39 |
![]() | Method 'getInitialRouteNode' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Method 'setInitialRouteNode' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter initialRouteNode should be final. | 45 |
![]() | 'initialRouteNode' hides a field. | 45 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter name should be final. | 51 |
![]() | 'name' hides a field. | 51 |
![]() | Method 'getProcessId' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Method 'setProcessId' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter processId should be final. | 57 |
![]() | 'processId' hides a field. | 57 |
![]() | Line has trailing spaces. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line has trailing spaces. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line has trailing spaces. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter name should be final. | 35 |
![]() | 'name' hides a field. | 35 |
![]() | Parameter value should be final. | 35 |
![]() | 'value' hides a field. | 35 |
![]() | Line has trailing spaces. | 39 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line has trailing spaces. | 43 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter name should be final. | 44 |
![]() | 'name' hides a field. | 44 |
![]() | Line has trailing spaces. | 47 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line has trailing spaces. | 51 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter value should be final. | 52 |
![]() | 'value' hides a field. | 52 |
![]() | Line has trailing spaces. | 55 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 23 |
![]() | Utility classes should not have a public or default constructor. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 21 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter actionToPerform should be final. | 36 |
![]() | 'actionToPerform' hides a field. | 36 |
![]() | Parameter principalId should be final. | 36 |
![]() | 'principalId' hides a field. | 36 |
![]() | Parameter nodeName should be final. | 36 |
![]() | 'nodeName' hides a field. | 36 |
![]() | Line contains a tab character. | 42 |
![]() | Method 'getActionToPerform' 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 'setActionToPerform' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter actionToPerform should be final. | 46 |
![]() | 'actionToPerform' hides a field. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Method 'getNodeName' 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 'setNodeName' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter nodeName should be final. | 54 |
![]() | 'nodeName' hides a field. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 58 |
![]() | Method 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Method 'setPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter principalId should be final. | 62 |
![]() | 'principalId' hides a field. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line contains a tab character. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | '{' is not followed by whitespace. | 43 |
![]() | '}' 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 |
![]() | Parameter routeHeaderId should be final. | 45 |
![]() | 'routeHeaderId' hides a field. | 45 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter routeHeaderId should be final. | 49 |
![]() | 'routeHeaderId' hides a field. | 49 |
![]() | Parameter targetNodeName should be final. | 49 |
![]() | 'targetNodeName' hides a field. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | 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 |
![]() | Parameter documentTypeName should be final. | 54 |
![]() | 'documentTypeName' hides a field. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Method 'getActivateRequests' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Method 'setActivateRequests' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter activateRequests should be final. | 62 |
![]() | 'activateRequests' hides a field. | 62 |
![]() | Method 'getRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'setRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter routeHeaderId should be final. | 70 |
![]() | 'routeHeaderId' hides a field. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'getTargetNodeName' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Method 'setTargetNodeName' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter targetNodeName should be final. | 78 |
![]() | 'targetNodeName' hides a field. | 78 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | '+' is not preceded with whitespace. | 83 |
![]() | '+' is not followed by whitespace. | 83 |
![]() | '+' is not preceded with whitespace. | 83 |
![]() | '+' is not followed by whitespace. | 83 |
![]() | '+' is not preceded with whitespace. | 83 |
![]() | '+' should be on a new line. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | '+' is not preceded with whitespace. | 84 |
![]() | '+' is not followed by whitespace. | 84 |
![]() | '+' is not preceded with whitespace. | 84 |
![]() | '+' is not followed by whitespace. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Method 'getDocumentTypeName' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Method 'setDocumentTypeName' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter documentTypeName should be final. | 91 |
![]() | 'documentTypeName' hides a field. | 91 |
![]() | Method 'getRuleTemplateNames' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Method 'setRuleTemplateNames' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter ruleTemplateNames should be final. | 99 |
![]() | 'ruleTemplateNames' hides a field. | 99 |
![]() | Method 'getTargetPrincipalIds' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Method 'setTargetPrincipalIds' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Parameter targetPrincipalIds should be final. | 107 |
![]() | 'targetPrincipalIds' hides a field. | 107 |
![]() | Method 'getXmlContent' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Method 'setXmlContent' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Parameter xmlContent should be final. | 115 |
![]() | 'xmlContent' hides a field. | 115 |
![]() | Line has trailing spaces. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Method 'getNodeNames' 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 'setNodeNames' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Parameter nodeNames should be final. | 123 |
![]() | 'nodeNames' hides a field. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 127 |
![]() | Method 'getActionsToTake' 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 'setActionsToTake' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter actionsToTake should be final. | 131 |
![]() | 'actionsToTake' hides a field. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 135 |
![]() | Method 'getRoutingPrincipalId' 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 'setRoutingPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter routingPrincipalId should be final. | 139 |
![]() | 'routingPrincipalId' hides a field. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 143 |
![]() | Method 'isFlattenNodes' 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 contains a tab character. | 147 |
![]() | Method 'setFlattenNodes' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter flattenNodes should be final. | 147 |
![]() | 'flattenNodes' hides a field. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line has trailing spaces. | 150 |
![]() | Line contains a tab character. | 150 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Method 'isPrincipal' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line has trailing spaces. | 37 |
![]() | Method 'isGroup' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line has trailing spaces. | 41 |
![]() | Method 'isRole' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Method 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Method 'setPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter principalId should be final. | 50 |
![]() | 'principalId' hides a field. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'getRoleName' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line has trailing spaces. | 57 |
![]() | Method 'setRoleName' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter roleName should be final. | 58 |
![]() | 'roleName' hides a field. | 58 |
![]() | Line contains a tab character. | 61 |
![]() | Method 'getGroupId' 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 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter groupId should be final. | 65 |
![]() | 'groupId' hides a field. | 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 |
![]() | Parameter groupId should be final. | 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. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter principalId should be final. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | 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 has trailing spaces. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter roleName should be final. | 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. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line has trailing spaces. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '{' is not followed by whitespace. | 32 |
![]() | '}' is not preceded with whitespace. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter nodeName should be final. | 34 |
![]() | 'nodeName' hides a field. | 34 |
![]() | Method 'getNodeName' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Method 'setNodeName' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter nodeName should be final. | 42 |
![]() | 'nodeName' hides a field. | 42 |
![]() | Line has trailing spaces. | 45 |
![]() | Line has trailing spaces. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | First sentence should end with a period. | 64 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Method 'getCurrentRouteNodeNames' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Method 'setCurrentRouteNodeNames' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter currentRouteNodeNames should be final. | 75 |
![]() | 'currentRouteNodeNames' hides a field. | 75 |
![]() | Method 'getAppDocId' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Method 'setAppDocId' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter appDocId should be final. | 83 |
![]() | 'appDocId' hides a field. | 83 |
![]() | Method 'getDateApproved' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Method 'setDateApproved' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter dateApproved should be final. | 91 |
![]() | 'dateApproved' hides a field. | 91 |
![]() | Method 'getDateCreated' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Method 'setDateCreated' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter dateCreated should be final. | 99 |
![]() | 'dateCreated' hides a field. | 99 |
![]() | Method 'getDateFinalized' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Method 'setDateFinalized' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Parameter dateFinalized should be final. | 107 |
![]() | 'dateFinalized' hides a field. | 107 |
![]() | Method 'getDateLastModified' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Method 'setDateLastModified' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Parameter dateLastModified should be final. | 115 |
![]() | 'dateLastModified' hides a field. | 115 |
![]() | Method 'getDocRouteLevel' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Method 'setDocRouteLevel' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Parameter docRouteLevel should be final. | 123 |
![]() | 'docRouteLevel' hides a field. | 123 |
![]() | Method 'getDocRouteStatus' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Method 'setDocRouteStatus' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter docRouteStatus should be final. | 131 |
![]() | 'docRouteStatus' hides a field. | 131 |
![]() | Method 'getAppDocStatus' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Method 'setAppDocStatus' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter appDocStatus should be final. | 139 |
![]() | 'appDocStatus' hides a field. | 139 |
![]() | Method 'getAppDocStatusDate' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Method 'setAppDocStatusDate' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter date should be final. | 147 |
![]() | Line has trailing spaces. | 150 |
![]() | Method 'getDocTitle' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Method 'setDocTitle' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Parameter docTitle should be final. | 163 |
![]() | 'docTitle' hides a field. | 163 |
![]() | Expected an @return tag. | 170 |
![]() | Method 'getDocTypeName' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Method 'setDocTypeName' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Parameter docTypeName should be final. | 177 |
![]() | 'docTypeName' hides a field. | 177 |
![]() | Expected @param tag for 'docTypeName'. | 177 |
![]() | Method 'getDocumentUrl' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Missing a Javadoc comment. | 181 |
![]() | Method 'setDocumentUrl' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Parameter documentUrl should be final. | 185 |
![]() | 'documentUrl' hides a field. | 185 |
![]() | Method 'getDocVersion' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Method 'setDocVersion' is not designed for extension - needs to be abstract, final or empty. | 193 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Parameter docVersion should be final. | 193 |
![]() | 'docVersion' hides a field. | 193 |
![]() | Method 'getInitiatorPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 197 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 201 |
![]() | Method 'setInitiatorPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Parameter initiatorPrincipalId should be final. | 201 |
![]() | 'initiatorPrincipalId' hides a field. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 205 |
![]() | Method 'getRoutedByPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 205 |
![]() | Missing a Javadoc comment. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 209 |
![]() | Method 'setRoutedByPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Parameter routedByPrincipalId should be final. | 209 |
![]() | 'routedByPrincipalId' hides a field. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 213 |
![]() | Method 'getRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Method 'setRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() | Missing a Javadoc comment. | 217 |
![]() | Parameter routeHeaderId should be final. | 217 |
![]() | 'routeHeaderId' hides a field. | 217 |
![]() | Method 'isAckRequested' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() | Missing a Javadoc comment. | 220 |
![]() | Method 'setAckRequested' is not designed for extension - needs to be abstract, final or empty. | 223 |
![]() | Missing a Javadoc comment. | 223 |
![]() | Parameter ackRequested should be final. | 223 |
![]() | 'ackRequested' hides a field. | 223 |
![]() | Method 'isApproveRequested' is not designed for extension - needs to be abstract, final or empty. | 226 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Method 'setApproveRequested' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Parameter approveRequested should be final. | 229 |
![]() | 'approveRequested' hides a field. | 229 |
![]() | Method 'isCompleteRequested' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() | Missing a Javadoc comment. | 232 |
![]() | Method 'setCompleteRequested' is not designed for extension - needs to be abstract, final or empty. | 235 |
![]() | Missing a Javadoc comment. | 235 |
![]() | Parameter completeRequested should be final. | 235 |
![]() | 'completeRequested' hides a field. | 235 |
![]() | Method 'isFyiRequested' is not designed for extension - needs to be abstract, final or empty. | 238 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Method 'setFyiRequested' is not designed for extension - needs to be abstract, final or empty. | 241 |
![]() | Missing a Javadoc comment. | 241 |
![]() | Parameter fyiRequested should be final. | 241 |
![]() | 'fyiRequested' hides a field. | 241 |
![]() | Method 'isUserBlanketApprover' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | Missing a Javadoc comment. | 244 |
![]() | Method 'setUserBlanketApprover' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() | Missing a Javadoc comment. | 247 |
![]() | Parameter userBlanketApprover should be final. | 247 |
![]() | 'userBlanketApprover' hides a field. | 247 |
![]() | Method 'getDocTypeId' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() | Missing a Javadoc comment. | 252 |
![]() | Method 'setDocTypeId' is not designed for extension - needs to be abstract, final or empty. | 256 |
![]() | Missing a Javadoc comment. | 256 |
![]() | Parameter docTypeId should be final. | 256 |
![]() | 'docTypeId' hides a field. | 256 |
![]() | Method 'getNotes' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | Missing a Javadoc comment. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 266 |
![]() | Method 'setNotes' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() | Missing a Javadoc comment. | 266 |
![]() | Parameter notes should be final. | 266 |
![]() | 'notes' hides a field. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line contains a tab character. | 270 |
![]() | Method 'getNotesToDelete' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() | Missing a Javadoc comment. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 274 |
![]() | Method 'setNotesToDelete' is not designed for extension - needs to be abstract, final or empty. | 274 |
![]() | Missing a Javadoc comment. | 274 |
![]() | Parameter notesToDelete should be final. | 274 |
![]() | 'notesToDelete' hides a field. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Missing a Javadoc comment. | 279 |
![]() | Parameter name should be final. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Method 'getVariable' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() | Missing a Javadoc comment. | 287 |
![]() | Parameter name should be final. | 287 |
![]() | 'if' construct must use '{}'s. | 289 |
![]() | Method 'setVariable' is not designed for extension - needs to be abstract, final or empty. | 293 |
![]() | Missing a Javadoc comment. | 293 |
![]() | Parameter name should be final. | 293 |
![]() | Parameter value should be final. | 293 |
![]() | Line is longer than 80 characters. | 314 |
![]() | Method 'getVariables' is not designed for extension - needs to be abstract, final or empty. | 322 |
![]() | Missing a Javadoc comment. | 322 |
![]() | Method 'getValidActions' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() | Missing a Javadoc comment. | 326 |
![]() | Method 'setValidActions' is not designed for extension - needs to be abstract, final or empty. | 330 |
![]() | Missing a Javadoc comment. | 330 |
![]() | Parameter validActions should be final. | 330 |
![]() | 'validActions' hides a field. | 330 |
![]() | Line has trailing spaces. | 333 |
![]() | Missing a Javadoc comment. | 334 |
![]() | Parameter a should be final. | 334 |
![]() | Parameter b should be final. | 334 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '{' is not followed by whitespace. | 40 |
![]() | '}' is not preceded with whitespace. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Method 'getActivationType' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Method 'setActivationType' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter activationType should be final. | 45 |
![]() | 'activationType' hides a field. | 45 |
![]() | Method 'getBranchName' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Method 'setBranchName' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter branchName should be final. | 51 |
![]() | 'branchName' hides a field. | 51 |
![]() | Method 'getDocumentTypeId' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Method 'setDocumentTypeId' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter documentTypeId should be final. | 57 |
![]() | 'documentTypeId' hides a field. | 57 |
![]() | Method 'getExceptionGroupId' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Method 'setExceptionGroupId' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter exceptionGroupId should be final. | 63 |
![]() | 'exceptionGroupId' hides a field. | 63 |
![]() | Method 'isFinalApprovalInd' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Method 'setFinalApprovalInd' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter finalApprovalInd should be final. | 69 |
![]() | 'finalApprovalInd' hides a field. | 69 |
![]() | Method 'isMandatoryRouteInd' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Method 'setMandatoryRouteInd' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter mandatoryRouteInd should be final. | 75 |
![]() | 'mandatoryRouteInd' hides a field. | 75 |
![]() | Method 'getNextNodeIds' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Method 'setNextNodeIds' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter nextNodeIds should be final. | 81 |
![]() | 'nextNodeIds' hides a field. | 81 |
![]() | Method 'getNodeType' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Method 'setNodeType' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter nodeType should be final. | 87 |
![]() | 'nodeType' hides a field. | 87 |
![]() | Method 'getPreviousNodeIds' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Method 'setPreviousNodeIds' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter previousNodeIds should be final. | 93 |
![]() | 'previousNodeIds' hides a field. | 93 |
![]() | Method 'getRouteMethodCode' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Method 'setRouteMethodCode' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter routeMethodCode should be final. | 99 |
![]() | 'routeMethodCode' hides a field. | 99 |
![]() | Method 'getRouteMethodName' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Method 'setRouteMethodName' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter routeMethodName should be final. | 105 |
![]() | 'routeMethodName' hides a field. | 105 |
![]() | Method 'getRouteNodeId' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Method 'setRouteNodeId' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter routeNodeId should be final. | 111 |
![]() | 'routeNodeId' hides a field. | 111 |
![]() | Method 'getRouteNodeName' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Method 'setRouteNodeName' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter routeNodeName should be final. | 117 |
![]() | 'routeNodeName' hides a field. | 117 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter active should be final. | 45 |
![]() | 'active' hides a field. | 45 |
![]() | Method 'getBranchId' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Method 'setBranchId' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter branchId should be final. | 51 |
![]() | 'branchId' hides a field. | 51 |
![]() | Method 'isComplete' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Method 'setComplete' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter complete should be final. | 57 |
![]() | 'complete' hides a field. | 57 |
![]() | Method 'getDocumentId' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Method 'setDocumentId' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter documentId should be final. | 63 |
![]() | 'documentId' hides a field. | 63 |
![]() | Method 'isInitial' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Method 'setInitial' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter initial should be final. | 69 |
![]() | 'initial' hides a field. | 69 |
![]() | Method 'getProcessId' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Method 'setProcessId' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter processId should be final. | 75 |
![]() | 'processId' hides a field. | 75 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter name should be final. | 81 |
![]() | 'name' hides a field. | 81 |
![]() | Method 'getRouteNodeId' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Method 'setRouteNodeId' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter routeNodeId should be final. | 87 |
![]() | 'routeNodeId' hides a field. | 87 |
![]() | Method 'getRouteNodeInstanceId' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Method 'setRouteNodeInstanceId' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter routeNodeInstanceId should be final. | 93 |
![]() | 'routeNodeInstanceId' hides a field. | 93 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter state should be final. | 99 |
![]() | 'state' hides a field. | 99 |
![]() | Line has trailing spaces. | 102 |
![]() | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter key should be final. | 103 |
![]() | Line has trailing spaces. | 112 |
![]() | Method 'getNextNodes' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Line has trailing spaces. | 116 |
![]() | Method 'setNextNodes' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter nextNodes should be final. | 117 |
![]() | 'nextNodes' hides a field. | 117 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Method 'getProcesses' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Method 'setProcesses' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter processes should be final. | 36 |
![]() | 'processes' hides a field. | 36 |
![]() | Method 'getPrimaryProcess' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line has trailing spaces. | 46 |
![]() | Line has trailing spaces. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line has trailing spaces. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 21 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Name 'jrf_ver_nbr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | '{' is not followed by whitespace. | 40 |
![]() | '}' is not preceded with whitespace. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter docTypeId should be final. | 42 |
![]() | 'docTypeId' hides a field. | 42 |
![]() | Parameter routeMethodName should be final. | 42 |
![]() | 'routeMethodName' hides a field. | 42 |
![]() | Parameter groupId should be final. | 42 |
![]() | Parameter routeLevel should be final. | 42 |
![]() | 'routeLevel' hides a field. | 42 |
![]() | Parameter routeLevelName should be final. | 43 |
![]() | 'routeLevelName' hides a field. | 43 |
![]() | Parameter finalApprover should be final. | 43 |
![]() | 'finalApprover' hides a field. | 43 |
![]() | Parameter manadatoryRoute should be final. | 43 |
![]() | Method 'getDocTypeId' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Method 'getExceptionGroupId' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Method 'getJrf_ver_nbr' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Name 'getJrf_ver_nbr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 |
![]() | Method 'getRouteLevel' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Method 'getRouteLevelName' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Method 'getRouteMethodName' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Method 'setRouteMethodName' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter routeMethodName should be final. | 77 |
![]() | 'routeMethodName' hides a field. | 77 |
![]() | Method 'setRouteLevelName' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter routeLevelName should be final. | 81 |
![]() | 'routeLevelName' hides a field. | 81 |
![]() | Method 'setRouteLevel' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter routeLevel should be final. | 85 |
![]() | 'routeLevel' hides a field. | 85 |
![]() | Method 'setJrf_ver_nbr' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Name 'setJrf_ver_nbr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() | Parameter jrf_ver_nbr should be final. | 89 |
![]() | 'jrf_ver_nbr' hides a field. | 89 |
![]() | Name 'jrf_ver_nbr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 |
![]() | Method 'setExceptionGroupId' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Parameter exceptionGroupId should be final. | 93 |
![]() | 'exceptionGroupId' hides a field. | 93 |
![]() | Method 'setDocTypeId' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter docTypeId should be final. | 97 |
![]() | 'docTypeId' hides a field. | 97 |
![]() | Method 'setFinalApprover' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter finalApprover should be final. | 101 |
![]() | 'finalApprover' hides a field. | 101 |
![]() | Method 'isFinalApprover' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Method 'isMandatoryRoute' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Method 'setMandatoryRoute' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter mandatoryRoute should be final. | 113 |
![]() | 'mandatoryRoute' hides a field. | 113 |
![]() | Method 'setMandatoryRoute' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Parameter mandatoryRoute should be final. | 117 |
![]() | 'mandatoryRoute' hides a field. | 117 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '{' is not followed by whitespace. | 37 |
![]() | '}' is not preceded with whitespace. | 37 |
![]() | Method 'getActiveInd' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Method 'setActiveInd' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter activeInd should be final. | 43 |
![]() | 'activeInd' hides a field. | 43 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter description should be final. | 51 |
![]() | 'description' hides a field. | 51 |
![]() | Method 'getDocTypeName' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Method 'setDocTypeName' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter docTypeName should be final. | 59 |
![]() | 'docTypeName' hides a field. | 59 |
![]() | Method 'getFromDate' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Method 'setFromDate' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter fromDate should be final. | 67 |
![]() | 'fromDate' hides a field. | 67 |
![]() | Method 'getForceAction' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Method 'setForceAction' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter forceAction should be final. | 75 |
![]() | 'forceAction' hides a field. | 75 |
![]() | Method 'getRuleExtensions' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Method 'setRuleExtensions' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter ruleExtensions should be final. | 83 |
![]() | 'ruleExtensions' hides a field. | 83 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Method 'addRuleExtensions' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter additionalRuleExtensions should be final. | 87 |
![]() | Line is longer than 80 characters. | 91 |
![]() | '+' is not preceded with whitespace. | 91 |
![]() | '+' is not followed by whitespace. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line has trailing spaces. | 101 |
![]() | Method 'getRuleResponsibilities' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Method 'setRuleResponsibilities' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Parameter ruleResponsibilities should be final. | 106 |
![]() | 'ruleResponsibilities' hides a field. | 106 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Method 'addRuleResponsibility' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Parameter ruleResponsibility should be final. | 110 |
![]() | Line is longer than 80 characters. | 114 |
![]() | '+' is not preceded with whitespace. | 114 |
![]() | '+' is not followed by whitespace. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line has trailing spaces. | 119 |
![]() | Method 'getRuleTemplateId' is not designed for extension - needs to be abstract, final or empty. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Method 'setRuleTemplateId' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter ruleTemplateId should be final. | 124 |
![]() | 'ruleTemplateId' hides a field. | 124 |
![]() | Method 'getRuleTemplateName' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Method 'setRuleTemplateName' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Parameter ruleTemplateName should be final. | 132 |
![]() | 'ruleTemplateName' hides a field. | 132 |
![]() | Method 'getToDate' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Method 'setToDate' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Parameter toDate should be final. | 140 |
![]() | 'toDate' hides a field. | 140 |
![]() | Line has trailing spaces. | 143 |
![]() | Line has trailing spaces. | 144 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Method 'getDelegationRule' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line has trailing spaces. | 29 |
![]() | Method 'setDelegationRule' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter delegationRule should be final. | 30 |
![]() | 'delegationRule' hides a field. | 30 |
![]() | Line has trailing spaces. | 33 |
![]() | Method 'getDelegationType' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line has trailing spaces. | 37 |
![]() | Method 'setDelegationType' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter delegationType should be final. | 38 |
![]() | 'delegationType' hides a field. | 38 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'key' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Variable 'value' must be private and have accessor methods. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | '{' is not followed by whitespace. | 26 |
![]() | '}' is not preceded with whitespace. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Parameter key should be final. | 28 |
![]() | 'key' hides a field. | 28 |
![]() | Parameter value should be final. | 28 |
![]() | 'value' hides a field. | 28 |
![]() | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter key should be final. | 33 |
![]() | 'key' hides a field. | 33 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter value should be final. | 41 |
![]() | 'value' hides a field. | 41 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '{' is not followed by whitespace. | 35 |
![]() | '}' is not preceded with whitespace. | 35 |
![]() | Method 'getActionRequestCodes' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Method 'setActionRequestCodes' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter actionRequestCodes should be final. | 41 |
![]() | 'actionRequestCodes' hides a field. | 41 |
![]() | Method 'isActiveIndicator' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Method 'setActiveIndicator' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter activeIndicator should be final. | 49 |
![]() | 'activeIndicator' hides a field. | 49 |
![]() | Method 'isConsiderWorkgroupMembership' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Method 'setConsiderWorkgroupMembership' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter considerWorkgroupMembership should be final. | 57 |
![]() | 'considerWorkgroupMembership' hides a field. | 57 |
![]() | Method 'getDocumentTypeName' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Method 'setDocumentTypeName' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter documentTypeName should be final. | 65 |
![]() | 'documentTypeName' hides a field. | 65 |
![]() | Method 'isIncludeDelegations' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Method 'setIncludeDelegations' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter includeDelegations should be final. | 73 |
![]() | 'includeDelegations' hides a field. | 73 |
![]() | Method 'getResponsibleRoleName' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Method 'setResponsibleRoleName' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter responsibleRoleName should be final. | 81 |
![]() | 'responsibleRoleName' hides a field. | 81 |
![]() | Method 'getResponsiblePrincipalId' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Method 'setResponsiblePrincipalId' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter responsiblePrincipalId should be final. | 89 |
![]() | 'responsiblePrincipalId' hides a field. | 89 |
![]() | Line contains a tab character. | 93 |
![]() | Method 'getResponsibleGroupId' 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 'setResponsibleGroupId' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter responsibleGroupId should be final. | 97 |
![]() | 'responsibleGroupId' hides a field. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 101 |
![]() | Method 'getRuleDescription' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Method 'setRuleDescription' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter ruleDescription should be final. | 105 |
![]() | 'ruleDescription' hides a field. | 105 |
![]() | Method 'getRuleExtensionVOs' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Method 'setRuleExtensionVOs' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter ruleExtensionVOs should be final. | 113 |
![]() | 'ruleExtensionVOs' hides a field. | 113 |
![]() | Method 'getRuleTemplateName' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Method 'setRuleTemplateName' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Parameter ruleTemplateName should be final. | 121 |
![]() | 'ruleTemplateName' hides a field. | 121 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | '{' is not followed by whitespace. | 41 |
![]() | '}' is not preceded with whitespace. | 41 |
![]() | Method 'getActionRequestedCd' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Method 'setActionRequestedCd' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter actionRequestedCd should be final. | 47 |
![]() | 'actionRequestedCd' hides a field. | 47 |
![]() | Method 'getApprovePolicy' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Method 'setApprovePolicy' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter approvePolicy should be final. | 55 |
![]() | 'approvePolicy' hides a field. | 55 |
![]() | Method 'getDelegationRules' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Method 'setDelegationRules' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter delegationRules should be final. | 63 |
![]() | 'delegationRules' hides a field. | 63 |
![]() | Line has trailing spaces. | 66 |
![]() | Method 'addDelegationRule' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter delegationRule should be final. | 67 |
![]() | Line is longer than 80 characters. | 71 |
![]() | '+' is not preceded with whitespace. | 71 |
![]() | '+' is not followed by whitespace. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter priority should be final. | 81 |
![]() | 'priority' hides a field. | 81 |
![]() | Method 'getResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Method 'setResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter responsibilityId should be final. | 89 |
![]() | 'responsibilityId' hides a field. | 89 |
![]() | Method 'getRoleName' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Method 'setRoleName' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter roleName should be final. | 97 |
![]() | 'roleName' hides a field. | 97 |
![]() | Method 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Method 'setPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter principalId should be final. | 105 |
![]() | 'principalId' hides a field. | 105 |
![]() | Method 'getGroupId' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter groupId should be final. | 113 |
![]() | 'groupId' hides a field. | 113 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Method 'getStateId' 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 |
![]() | Method 'setStateId' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter stateId should be final. | 37 |
![]() | 'stateId' hides a field. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | '{' is not followed by whitespace. | 31 |
![]() | '}' is not preceded with whitespace. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter id should be final. | 33 |
![]() | 'id' hides a field. | 33 |
![]() | Line has trailing spaces. | 36 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line has trailing spaces. | 40 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter id should be final. | 41 |
![]() | 'id' hides a field. | 41 |
![]() | Line has trailing spaces. | 44 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter object should be final. | 45 |
![]() | 'cast' is not followed by whitespace. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line has trailing spaces. | 52 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Avoid inline conditionals. | 54 |
![]() | Line has trailing spaces. | 56 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Avoid inline conditionals. | 58 |
![]() | Line has trailing spaces. | 60 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | First sentence should end with a period. | 21 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | '{' is not followed by whitespace. | 32 |
![]() | '}' is not preceded with whitespace. | 32 |
![]() | Method 'getValidActionCodesAllowed' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Method 'setValidActionCodesAllowed' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter validActionCodesAllowed should be final. | 38 |
![]() | 'validActionCodesAllowed' hides a field. | 38 |
![]() | Method 'addValidActionsAllowed' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter actionTakenCodeAllowed should be final. | 42 |
![]() | Line is longer than 80 characters. | 46 |
![]() | '+' is not preceded with whitespace. | 46 |
![]() | '+' is not followed by whitespace. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Method 'contains' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter actionTakenCode should be final. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line has trailing spaces. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '{' is not followed by whitespace. | 51 |
![]() | '}' is not preceded with whitespace. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter attributeName should be final. | 53 |
![]() | 'attributeName' hides a field. | 53 |
![]() | Line has trailing spaces. | 56 |
![]() | Method 'getAttributeName' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line has trailing spaces. | 60 |
![]() | Method 'setAttributeName' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter attributeName should be final. | 61 |
![]() | 'attributeName' hides a field. | 61 |
![]() | 'if' construct must use '{}'s. | 62 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line has trailing spaces. | 65 |
![]() | Method 'addConstructorParameter' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter parameter should be final. | 66 |
![]() | Line has trailing spaces. | 69 |
![]() | Method 'removeConstructorParameter' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter parameter should be final. | 70 |
![]() | Line has trailing spaces. | 73 |
![]() | Method 'setConstructorParameters' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter parameters should be final. | 74 |
![]() | Line has trailing spaces. | 77 |
![]() | Method 'getConstructorParameters' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | 'cast' is not followed by whitespace. | 79 |
![]() | Line has trailing spaces. | 81 |
![]() | Method 'addProperty' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter property should be final. | 82 |
![]() | 'if' construct must use '{}'s. | 83 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line has trailing spaces. | 89 |
![]() | Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter name should be final. | 90 |
![]() | 'cast' is not followed by whitespace. | 91 |
![]() | Line has trailing spaces. | 93 |
![]() | Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | 'cast' is not followed by whitespace. | 95 |
![]() | Line has trailing spaces. | 97 |
![]() | Method 'setProperties' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Parameter properties should be final. | 98 |
![]() | 'properties' hides a field. | 98 |
![]() | 'if' construct must use '{}'s. | 100 |
![]() | Line has trailing spaces. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Method 'addProperty' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Parameter name should be final. | 106 |
![]() | Parameter value should be final. | 106 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | '{' is not preceded with whitespace. | 27 |
![]() | '{' is not followed by whitespace. | 27 |
![]() | '}' is not preceded with whitespace. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter key should be final. | 29 |
![]() | 'key' hides a field. | 29 |
![]() | Parameter message should be final. | 29 |
![]() | 'message' hides a field. | 29 |
![]() | Line has trailing spaces. | 33 |
![]() | Method 'getKey' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Method 'setKey' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter key should be final. | 37 |
![]() | 'key' hides a field. | 37 |
![]() | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter message should be final. | 43 |
![]() | 'message' hides a field. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 19 |
![]() | Line contains a tab character. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | '{' is not followed by whitespace. | 25 |
![]() | '}' is not preceded with whitespace. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter workflowId should be final. | 27 |
![]() | Line has trailing spaces. | 30 |
![]() | Method 'getWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Method 'setWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter workflowId should be final. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line contains a tab character. | 18 |
![]() | '=' is not preceded with whitespace. | 18 |
![]() | '=' is not followed by whitespace. | 18 |
![]() | ',' is not followed by whitespace. | 18 |
![]() | '=' is not preceded with whitespace. | 18 |
![]() | '=' is not followed by whitespace. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line contains a tab character. | 19 |
![]() | '=' is not preceded with whitespace. | 19 |
![]() | '=' is not followed by whitespace. | 19 |
![]() | ',' is not followed by whitespace. | 19 |
![]() | '=' is not preceded with whitespace. | 19 |
![]() | '=' is not followed by whitespace. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | '=' is not preceded with whitespace. | 20 |
![]() | '=' is not followed by whitespace. | 20 |
![]() | ',' is not followed by whitespace. | 20 |
![]() | '=' is not preceded with whitespace. | 20 |
![]() | '=' is not followed by whitespace. | 20 |
![]() | Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 20 |
![]() | Line has trailing spaces. | 23 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter s should be final. | 34 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter message should be final. | 38 |
![]() | Parameter throwable should be final. | 38 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter throwable should be final. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter s should be final. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter s should be final. | 35 |
![]() | Line has trailing spaces. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter message should be final. | 39 |
![]() | Parameter throwable should be final. | 39 |
![]() | Line has trailing spaces. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter throwable should be final. | 43 |
![]() | Line has trailing spaces. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | 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 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | 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 is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Parameter docParent should be final. | 48 |
![]() | Parameter docChild should be final. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Parameter docParent should be final. | 61 |
![]() | Parameter docChild should be final. | 61 |
![]() | Parameter message should be final. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | 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 is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Parameter docParent should be final. | 75 |
![]() | Parameter docChild should be final. | 75 |
![]() | Parameter message should be final. | 75 |
![]() | Parameter throwable should be final. | 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. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 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. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Parameter docParent should be final. | 88 |
![]() | Parameter docChild should be final. | 88 |
![]() | Parameter throwable should be final. | 88 |
![]() | 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 has trailing spaces. | 93 |
![]() | 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 has trailing spaces. | 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 contains a tab character. | 99 |
![]() | Method 'getParentName' 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 has trailing spaces. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line 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 |
![]() | Line contains a tab character. | 108 |
![]() | Method 'getChildName' 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 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter s should be final. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter s should be final. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter message should be final. | 37 |
![]() | Parameter throwable should be final. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter throwable should be final. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter message should be final. | 33 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter message should be final. | 36 |
![]() | Parameter cause should be final. | 36 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Parameter cause should be final. | 39 |
![]() | Line has trailing spaces. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter message should be final. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter message should be final. | 37 |
![]() | Parameter throwable should be final. | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter throwable should be final. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter message should be final. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter message should be final. | 37 |
![]() | Parameter throwable should be final. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter throwable should be final. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter message should be final. | 29 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter message should be final. | 37 |
![]() | Parameter cause should be final. | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter cause should be final. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter employeeId should be final. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getEmployeeId' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'setEmployeeId' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter employeeId should be final. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 20 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Redundant 'public' modifier. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter principalId should be final. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'setPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter principalId should be final. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter principalName should be final. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getPrincipalName' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'setPrincipalName' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter principalName should be final. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | First sentence should end with a period. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | First sentence should end with a period. | 79 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | First sentence should end with a period. | 90 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Parameter userId should be final. | 98 |
![]() | Expected @param tag for 'userId'. | 98 |
![]() | Parameter documentType should be final. | 98 |
![]() | Expected @param tag for 'documentType'. | 98 |
![]() | Expected @throws tag for 'WorkflowException'. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | 'principalId' hides a field. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Parameter userId should be final. | 106 |
![]() | Expected @param tag for 'userId'. | 106 |
![]() | Parameter routeHeaderId should be final. | 106 |
![]() | Expected @param tag for 'routeHeaderId'. | 106 |
![]() | Expected @throws tag for 'WorkflowException'. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | 'principalId' hides a field. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter userId should be final. | 111 |
![]() | 'cast' is not followed by whitespace. | 116 |
![]() | Line is longer than 80 characters. | 118 |
![]() | 'cast' is not followed by whitespace. | 118 |
![]() | 'cast' is not followed by whitespace. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line is longer than 80 characters. | 123 |
![]() | 'cast' is not followed by whitespace. | 123 |
![]() | 'cast' is not followed by whitespace. | 124 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Parameter principalId should be final. | 142 |
![]() | 'principalId' hides a field. | 142 |
![]() | Parameter documentType should be final. | 142 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Parameter principalId should be final. | 153 |
![]() | 'principalId' hides a field. | 153 |
![]() | Expected @param tag for 'principalId'. | 153 |
![]() | Parameter routeHeaderId should be final. | 153 |
![]() | Expected @param tag for 'routeHeaderId'. | 153 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Parameter principalId should be final. | 165 |
![]() | 'principalId' hides a field. | 165 |
![]() | Parameter documentType should be final. | 165 |
![]() | Parameter routeHeaderId should be final. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Expected an @return tag. | 177 |
![]() | Expected @throws tag for 'WorkflowException'. | 177 |
![]() | Line has trailing spaces. | 178 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Line contains a tab character. | 179 |
![]() | 'cast' is not followed by whitespace. | 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. | 188 |
![]() | Expected an @return tag. | 190 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Expected @throws tag for 'WorkflowException'. | 190 |
![]() | Line has trailing spaces. | 191 |
![]() | Line contains a tab character. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Line contains a tab character. | 192 |
![]() | 'cast' is not followed by whitespace. | 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. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Expected an @return tag. | 207 |
![]() | Method 'getDocumentContent' 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 is longer than 80 characters. | 211 |
![]() | Line contains a tab character. | 211 |
![]() | 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 contains a tab character. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Expected an @return tag. | 232 |
![]() | Method 'getApplicationContent' is not designed for extension - needs to be abstract, final or empty. | 232 |
![]() | Method 'setApplicationContent' is not designed for extension - needs to be abstract, final or empty. | 240 |
![]() | Parameter applicationContent should be final. | 240 |
![]() | Expected @param tag for 'applicationContent'. | 240 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Line is longer than 80 characters. | 252 |
![]() | Method 'clearAttributeContent' is not designed for extension - needs to be abstract, final or empty. | 254 |
![]() | Expected an @return tag. | 263 |
![]() | Method 'getAttributeContent' is not designed for extension - needs to be abstract, final or empty. | 263 |
![]() | Line is longer than 80 characters. | 268 |
![]() | Line is longer than 80 characters. | 269 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Line is longer than 80 characters. | 271 |
![]() | Line is longer than 80 characters. | 272 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line is longer than 80 characters. | 275 |
![]() | Line is longer than 80 characters. | 277 |
![]() | Method 'addAttributeDefinition' is not designed for extension - needs to be abstract, final or empty. | 277 |
![]() | Parameter attributeDefinition should be final. | 277 |
![]() | Expected @param tag for 'attributeDefinition'. | 277 |
![]() | Line is longer than 80 characters. | 282 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line is longer than 80 characters. | 289 |
![]() | Line is longer than 80 characters. | 291 |
![]() | Line is longer than 80 characters. | 292 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Method 'validateAttributeDefinition' is not designed for extension - needs to be abstract, final or empty. | 294 |
![]() | Parameter attributeDefinition should be final. | 294 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Line contains a tab character. | 295 |
![]() | Line is longer than 80 characters. | 303 |
![]() | Method 'removeAttributeDefinition' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() | Parameter attributeDefinition should be final. | 303 |
![]() | Method 'clearAttributeDefinitions' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() | Line is longer than 80 characters. | 312 |
![]() | Line contains a tab character. | 312 |
![]() | Line is longer than 80 characters. | 316 |
![]() | Line is longer than 80 characters. | 318 |
![]() | Method 'getAttributeDefinitions' is not designed for extension - needs to be abstract, final or empty. | 321 |
![]() | Line is longer than 80 characters. | 326 |
![]() | Line is longer than 80 characters. | 327 |
![]() | Line is longer than 80 characters. | 328 |
![]() | Line is longer than 80 characters. | 329 |
![]() | Line is longer than 80 characters. | 330 |
![]() | Line is longer than 80 characters. | 333 |
![]() | Method 'addSearchableDefinition' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() | Parameter searchableDefinition should be final. | 333 |
![]() | Expected @param tag for 'searchableDefinition'. | 333 |
![]() | Line is longer than 80 characters. | 338 |
![]() | Line is longer than 80 characters. | 342 |
![]() | Method 'removeSearchableDefinition' is not designed for extension - needs to be abstract, final or empty. | 342 |
![]() | Parameter searchableDefinition should be final. | 342 |
![]() | Line is longer than 80 characters. | 347 |
![]() | Method 'clearSearchableDefinitions' is not designed for extension - needs to be abstract, final or empty. | 350 |
![]() | Line is longer than 80 characters. | 351 |
![]() | Method 'clearSearchableContent' is not designed for extension - needs to be abstract, final or empty. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line is longer than 80 characters. | 363 |
![]() | Method 'getSearchableDefinitions' is not designed for extension - needs to be abstract, final or empty. | 368 |
![]() | First sentence should end with a period. | 376 |
![]() | Line is longer than 80 characters. | 377 |
![]() | Expected an @return tag. | 379 |
![]() | Method 'getRouteHeader' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() | Line is longer than 80 characters. | 384 |
![]() | Line is longer than 80 characters. | 385 |
![]() | Method 'getRouteHeaderId' is not designed for extension - needs to be abstract, final or empty. | 389 |
![]() | Line contains a tab character. | 390 |
![]() | Line contains a tab character. | 391 |
![]() | Line is longer than 80 characters. | 395 |
![]() | Line is longer than 80 characters. | 396 |
![]() | Line is longer than 80 characters. | 402 |
![]() | Method 'getActionRequests' is not designed for extension - needs to be abstract, final or empty. | 405 |
![]() | Line is longer than 80 characters. | 413 |
![]() | Line is longer than 80 characters. | 414 |
![]() | Line is longer than 80 characters. | 420 |
![]() | Method 'getActionsTaken' is not designed for extension - needs to be abstract, final or empty. | 423 |
![]() | First sentence should end with a period. | 430 |
![]() | Method 'setAppDocId' is not designed for extension - needs to be abstract, final or empty. | 434 |
![]() | Parameter appDocId should be final. | 434 |
![]() | First sentence should end with a period. | 438 |
![]() | Method 'getAppDocId' is not designed for extension - needs to be abstract, final or empty. | 442 |
![]() | First sentence should end with a period. | 446 |
![]() | Line is longer than 80 characters. | 447 |
![]() | Line is longer than 80 characters. | 448 |
![]() | Method 'getDateCreated' is not designed for extension - needs to be abstract, final or empty. | 450 |
![]() | Line contains a tab character. | 451 |
![]() | Line contains a tab character. | 452 |
![]() | Line contains a tab character. | 453 |
![]() | Line contains a tab character. | 454 |
![]() | First sentence should end with a period. | 457 |
![]() | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 461 |
![]() | Line is longer than 80 characters. | 466 |
![]() | Line is longer than 80 characters. | 470 |
![]() | Method 'saveDocument' is not designed for extension - needs to be abstract, final or empty. | 472 |
![]() | Parameter annotation should be final. | 472 |
![]() | Line contains a tab character. | 473 |
![]() | Line is longer than 80 characters. | 474 |
![]() | Line contains a tab character. | 474 |
![]() | Line contains a tab character. | 475 |
![]() | Line is longer than 80 characters. | 479 |
![]() | Line is longer than 80 characters. | 483 |
![]() | Method 'routeDocument' is not designed for extension - needs to be abstract, final or empty. | 485 |
![]() | Parameter annotation should be final. | 485 |
![]() | Line contains a tab character. | 486 |
![]() | Line is longer than 80 characters. | 487 |
![]() | Line contains a tab character. | 487 |
![]() | Line contains a tab character. | 488 |
![]() | Line is longer than 80 characters. | 492 |
![]() | Line is longer than 80 characters. | 495 |
![]() | Line is longer than 80 characters. | 496 |
![]() | Method 'disapprove' is not designed for extension - needs to be abstract, final or empty. | 498 |
![]() | Parameter annotation should be final. | 498 |
![]() | Line contains a tab character. | 499 |
![]() | Line is longer than 80 characters. | 500 |
![]() | Line contains a tab character. | 500 |
![]() | Line contains a tab character. | 501 |
![]() | Line is longer than 80 characters. | 505 |
![]() | Line is longer than 80 characters. | 509 |
![]() | Method 'approve' is not designed for extension - needs to be abstract, final or empty. | 511 |
![]() | Parameter annotation should be final. | 511 |
![]() | Line contains a tab character. | 512 |
![]() | Line is longer than 80 characters. | 513 |
![]() | Line contains a tab character. | 513 |
![]() | Line contains a tab character. | 514 |
![]() | Line is longer than 80 characters. | 518 |
![]() | Line is longer than 80 characters. | 522 |
![]() | Method 'cancel' is not designed for extension - needs to be abstract, final or empty. | 524 |
![]() | Parameter annotation should be final. | 524 |
![]() | Line contains a tab character. | 525 |
![]() | Line is longer than 80 characters. | 526 |
![]() | Line contains a tab character. | 526 |
![]() | Line contains a tab character. | 527 |
![]() | Line is longer than 80 characters. | 531 |
![]() | Line is longer than 80 characters. | 534 |
![]() | Line is longer than 80 characters. | 535 |
![]() | Method 'blanketApprove' is not designed for extension - needs to be abstract, final or empty. | 537 |
![]() | Parameter annotation should be final. | 537 |
![]() | 'cast' is not followed by whitespace. | 538 |
![]() | Line is longer than 80 characters. | 542 |
![]() | Method 'saveRoutingData' is not designed for extension - needs to be abstract, final or empty. | 547 |
![]() | Line contains a tab character. | 548 |
![]() | Line is longer than 80 characters. | 549 |
![]() | Line contains a tab character. | 549 |
![]() | Line contains a tab character. | 550 |
![]() | Line has trailing spaces. | 554 |
![]() | Line has trailing spaces. | 555 |
![]() | Line is longer than 80 characters. | 555 |
![]() | Line has trailing spaces. | 557 |
![]() | Line is longer than 80 characters. | 561 |
![]() | Method 'updateAppDocStatus' is not designed for extension - needs to be abstract, final or empty. | 561 |
![]() | Parameter appDocStatus should be final. | 561 |
![]() | Expected @param tag for 'appDocStatus'. | 561 |
![]() | Expected @throws tag for 'WorkflowException'. | 561 |
![]() | Line contains a tab character. | 562 |
![]() | Line contains a tab character. | 563 |
![]() | Line has trailing spaces. | 565 |
![]() | Line is longer than 80 characters. | 567 |
![]() | Line is longer than 80 characters. | 570 |
![]() | Line is longer than 80 characters. | 571 |
![]() | Method 'acknowledge' is not designed for extension - needs to be abstract, final or empty. | 573 |
![]() | Parameter annotation should be final. | 573 |
![]() | Line contains a tab character. | 574 |
![]() | Line is longer than 80 characters. | 575 |
![]() | Line contains a tab character. | 575 |
![]() | Line contains a tab character. | 576 |
![]() | Line is longer than 80 characters. | 580 |
![]() | Unused @param tag for 'annotation'. | 582 |
![]() | Method 'fyi' is not designed for extension - needs to be abstract, final or empty. | 585 |
![]() | Line contains a tab character. | 586 |
![]() | Line is longer than 80 characters. | 587 |
![]() | Line contains a tab character. | 587 |
![]() | Line contains a tab character. | 588 |
![]() | Line is longer than 80 characters. | 592 |
![]() | Unused @param tag for 'annotation'. | 594 |
![]() | Method 'delete' is not designed for extension - needs to be abstract, final or empty. | 598 |
![]() | Line contains a tab character. | 599 |
![]() | Line is longer than 80 characters. | 600 |
![]() | Line contains a tab character. | 600 |
![]() | Line contains a tab character. | 601 |
![]() | Line is longer than 80 characters. | 605 |
![]() | Line is longer than 80 characters. | 606 |
![]() | Line is longer than 80 characters. | 607 |
![]() | Method 'refreshContent' is not designed for extension - needs to be abstract, final or empty. | 609 |
![]() | Line contains a tab character. | 610 |
![]() | Line contains a tab character. | 611 |
![]() | Line contains a tab character. | 612 |
![]() | Line is longer than 80 characters. | 616 |
![]() | Line is longer than 80 characters. | 619 |
![]() | Method 'adHocRouteDocumentToPrincipal' is not designed for extension - needs to be abstract, final or empty. | 619 |
![]() | Parameter actionRequested should be final. | 619 |
![]() | Expected @param tag for 'actionRequested'. | 619 |
![]() | Parameter annotation should be final. | 619 |
![]() | Expected @param tag for 'annotation'. | 619 |
![]() | Parameter principalId should be final. | 619 |
![]() | 'principalId' hides a field. | 619 |
![]() | Expected @param tag for 'principalId'. | 619 |
![]() | Parameter responsibilityDesc should be final. | 619 |
![]() | Expected @param tag for 'responsibilityDesc'. | 619 |
![]() | Parameter forceAction should be final. | 619 |
![]() | Expected @param tag for 'forceAction'. | 619 |
![]() | Expected @throws tag for 'WorkflowException'. | 619 |
![]() | Line is longer than 80 characters. | 620 |
![]() | Line contains a tab character. | 620 |
![]() | Line is longer than 80 characters. | 624 |
![]() | Line is longer than 80 characters. | 627 |
![]() | Method 'adHocRouteDocumentToPrincipal' is not designed for extension - needs to be abstract, final or empty. | 627 |
![]() | Parameter actionRequested should be final. | 627 |
![]() | Expected @param tag for 'actionRequested'. | 627 |
![]() | Parameter nodeName should be final. | 627 |
![]() | Expected @param tag for 'nodeName'. | 627 |
![]() | Parameter annotation should be final. | 627 |
![]() | Expected @param tag for 'annotation'. | 627 |
![]() | Parameter principalId should be final. | 627 |
![]() | 'principalId' hides a field. | 627 |
![]() | Expected @param tag for 'principalId'. | 627 |
![]() | Parameter responsibilityDesc should be final. | 627 |
![]() | Expected @param tag for 'responsibilityDesc'. | 627 |
![]() | Parameter forceAction should be final. | 627 |
![]() | Expected @param tag for 'forceAction'. | 627 |
![]() | Expected @throws tag for 'WorkflowException'. | 627 |
![]() | Line is longer than 80 characters. | 628 |
![]() | Line contains a tab character. | 628 |
![]() | Line is longer than 80 characters. | 632 |
![]() | Line is longer than 80 characters. | 635 |
![]() | Method 'adHocRouteDocumentToPrincipal' is not designed for extension - needs to be abstract, final or empty. | 635 |
![]() | Parameter actionRequested should be final. | 635 |
![]() | Expected @param tag for 'actionRequested'. | 635 |
![]() | Parameter nodeName should be final. | 635 |
![]() | Expected @param tag for 'nodeName'. | 635 |
![]() | Parameter annotation should be final. | 635 |
![]() | Expected @param tag for 'annotation'. | 635 |
![]() | Parameter principalId should be final. | 635 |
![]() | 'principalId' hides a field. | 635 |
![]() | Expected @param tag for 'principalId'. | 635 |
![]() | Parameter responsibilityDesc should be final. | 635 |
![]() | Expected @param tag for 'responsibilityDesc'. | 635 |
![]() | Parameter forceAction should be final. | 635 |
![]() | Expected @param tag for 'forceAction'. | 635 |
![]() | Parameter requestLabel should be final. | 635 |
![]() | Expected @param tag for 'requestLabel'. | 635 |
![]() | Expected @throws tag for 'WorkflowException'. | 635 |
![]() | Line contains a tab character. | 636 |
![]() | Line is longer than 80 characters. | 637 |
![]() | Line contains a tab character. | 637 |
![]() | Line contains a tab character. | 638 |
![]() | Line is longer than 80 characters. | 642 |
![]() | Line is longer than 80 characters. | 645 |
![]() | Method 'adHocRouteDocumentToGroup' is not designed for extension - needs to be abstract, final or empty. | 645 |
![]() | Parameter actionRequested should be final. | 645 |
![]() | Expected @param tag for 'actionRequested'. | 645 |
![]() | Parameter annotation should be final. | 645 |
![]() | Expected @param tag for 'annotation'. | 645 |
![]() | Parameter groupId should be final. | 645 |
![]() | Expected @param tag for 'groupId'. | 645 |
![]() | Parameter responsibilityDesc should be final. | 645 |
![]() | Expected @param tag for 'responsibilityDesc'. | 645 |
![]() | Parameter forceAction should be final. | 645 |
![]() | Expected @param tag for 'forceAction'. | 645 |
![]() | Expected @throws tag for 'WorkflowException'. | 645 |
![]() | Line is longer than 80 characters. | 646 |
![]() | Line contains a tab character. | 646 |
![]() | Line is longer than 80 characters. | 650 |
![]() | Line is longer than 80 characters. | 653 |
![]() | Method 'adHocRouteDocumentToGroup' is not designed for extension - needs to be abstract, final or empty. | 653 |
![]() | Parameter actionRequested should be final. | 653 |
![]() | Expected @param tag for 'actionRequested'. | 653 |
![]() | Parameter nodeName should be final. | 653 |
![]() | Expected @param tag for 'nodeName'. | 653 |
![]() | Parameter annotation should be final. | 653 |
![]() | Expected @param tag for 'annotation'. | 653 |
![]() | Parameter groupId should be final. | 653 |
![]() | Expected @param tag for 'groupId'. | 653 |
![]() | Parameter responsibilityDesc should be final. | 653 |
![]() | Expected @param tag for 'responsibilityDesc'. | 653 |
![]() | Parameter forceAction should be final. | 653 |
![]() | Expected @param tag for 'forceAction'. | 653 |
![]() | Expected @throws tag for 'WorkflowException'. | 653 |
![]() | Line is longer than 80 characters. | 654 |
![]() | Line contains a tab character. | 654 |
![]() | Line is longer than 80 characters. | 658 |
![]() | Line is longer than 80 characters. | 661 |
![]() | Method 'adHocRouteDocumentToGroup' is not designed for extension - needs to be abstract, final or empty. | 661 |
![]() | Parameter actionRequested should be final. | 661 |
![]() | Expected @param tag for 'actionRequested'. | 661 |
![]() | Parameter nodeName should be final. | 661 |
![]() | Expected @param tag for 'nodeName'. | 661 |
![]() | Parameter annotation should be final. | 661 |
![]() | Expected @param tag for 'annotation'. | 661 |
![]() | Parameter groupId should be final. | 661 |
![]() | Expected @param tag for 'groupId'. | 661 |
![]() | Parameter responsibilityDesc should be final. | 661 |
![]() | Expected @param tag for 'responsibilityDesc'. | 661 |
![]() | Parameter forceAction should be final. | 661 |
![]() | Expected @param tag for 'forceAction'. | 661 |
![]() | Parameter requestLabel should be final. | 661 |
![]() | Expected @param tag for 'requestLabel'. | 661 |
![]() | Expected @throws tag for 'WorkflowException'. | 661 |
![]() | Line contains a tab character. | 662 |
![]() | Line is longer than 80 characters. | 663 |
![]() | Line contains a tab character. | 663 |
![]() | Line contains a tab character. | 664 |
![]() | Line is longer than 80 characters. | 668 |
![]() | Line is longer than 80 characters. | 670 |
![]() | Line is longer than 80 characters. | 675 |
![]() | Line is longer than 80 characters. | 677 |
![]() | Method 'revokeAdHocRequests' is not designed for extension - needs to be abstract, final or empty. | 677 |
![]() | Parameter revoke should be final. | 677 |
![]() | Parameter annotation should be final. | 677 |
![]() | Line contains a tab character. | 678 |
![]() | Line is longer than 80 characters. | 679 |
![]() | Line contains a tab character. | 679 |
![]() | Line contains a tab character. | 680 |
![]() | Line contains a tab character. | 681 |
![]() | Line is longer than 80 characters. | 682 |
![]() | Line contains a tab character. | 682 |
![]() | Line contains a tab character. | 683 |
![]() | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 691 |
![]() | Parameter title should be final. | 691 |
![]() | Expected @throws tag for 'WorkflowException'. | 691 |
![]() | First sentence should end with a period. | 701 |
![]() | Unused @throws tag for 'RuntimeException'. | 704 |
![]() | Method 'getDocumentType' is not designed for extension - needs to be abstract, final or empty. | 707 |
![]() | Line is longer than 80 characters. | 709 |
![]() | Line is longer than 80 characters. | 717 |
![]() | Line is longer than 80 characters. | 718 |
![]() | Method 'isAcknowledgeRequested' is not designed for extension - needs to be abstract, final or empty. | 722 |
![]() | Line is longer than 80 characters. | 727 |
![]() | Line is longer than 80 characters. | 728 |
![]() | Method 'isApprovalRequested' is not designed for extension - needs to be abstract, final or empty. | 732 |
![]() | Line is longer than 80 characters. | 737 |
![]() | Line is longer than 80 characters. | 738 |
![]() | Method 'isCompletionRequested' is not designed for extension - needs to be abstract, final or empty. | 742 |
![]() | Line is longer than 80 characters. | 747 |
![]() | Line is longer than 80 characters. | 748 |
![]() | Method 'isFYIRequested' is not designed for extension - needs to be abstract, final or empty. | 752 |
![]() | First sentence should end with a period. | 756 |
![]() | Method 'isBlanketApproveCapable' is not designed for extension - needs to be abstract, final or empty. | 761 |
![]() | Line is longer than 80 characters. | 762 |
![]() | Line is longer than 80 characters. | 763 |
![]() | Line contains a tab character. | 763 |
![]() | First sentence should end with a period. | 766 |
![]() | Line is longer than 80 characters. | 767 |
![]() | Method 'isActionCodeValidForDocument' is not designed for extension - needs to be abstract, final or empty. | 771 |
![]() | Parameter actionTakenCode should be final. | 771 |
![]() | Expected @param tag for 'actionTakenCode'. | 771 |
![]() | Line contains a tab character. | 772 |
![]() | Line is longer than 80 characters. | 776 |
![]() | Line is longer than 80 characters. | 779 |
![]() | Line is longer than 80 characters. | 780 |
![]() | Method 'superUserApprove' is not designed for extension - needs to be abstract, final or empty. | 782 |
![]() | Parameter annotation should be final. | 782 |
![]() | Line contains a tab character. | 783 |
![]() | Line is longer than 80 characters. | 784 |
![]() | Line contains a tab character. | 784 |
![]() | Line contains a tab character. | 785 |
![]() | Line is longer than 80 characters. | 789 |
![]() | Line is longer than 80 characters. | 791 |
![]() | Line is longer than 80 characters. | 793 |
![]() | Line is longer than 80 characters. | 794 |
![]() | Line is longer than 80 characters. | 796 |
![]() | Method 'superUserActionRequestApprove' is not designed for extension - needs to be abstract, final or empty. | 796 |
![]() | Parameter actionRequestId should be final. | 796 |
![]() | Parameter annotation should be final. | 796 |
![]() | Line contains a tab character. | 797 |
![]() | Line is longer than 80 characters. | 798 |
![]() | Line contains a tab character. | 798 |
![]() | Line contains a tab character. | 799 |
![]() | Line is longer than 80 characters. | 803 |
![]() | Line is longer than 80 characters. | 806 |
![]() | Line is longer than 80 characters. | 807 |
![]() | Line is longer than 80 characters. | 809 |
![]() | Method 'superUserDisapprove' is not designed for extension - needs to be abstract, final or empty. | 809 |
![]() | Parameter annotation should be final. | 809 |
![]() | Line contains a tab character. | 810 |
![]() | Line is longer than 80 characters. | 811 |
![]() | Line contains a tab character. | 811 |
![]() | Line contains a tab character. | 812 |
![]() | Line is longer than 80 characters. | 816 |
![]() | Line is longer than 80 characters. | 819 |
![]() | Line is longer than 80 characters. | 820 |
![]() | Method 'superUserCancel' is not designed for extension - needs to be abstract, final or empty. | 822 |
![]() | Parameter annotation should be final. | 822 |
![]() | Line contains a tab character. | 823 |
![]() | Line is longer than 80 characters. | 824 |
![]() | Line contains a tab character. | 824 |
![]() | Line contains a tab character. | 825 |
![]() | First sentence should end with a period. | 828 |
![]() | Line is longer than 80 characters. | 831 |
![]() | Method 'isSuperUser' is not designed for extension - needs to be abstract, final or empty. | 834 |
![]() | Line contains a tab character. | 835 |
![]() | Line is longer than 80 characters. | 836 |
![]() | Line contains a tab character. | 836 |
![]() | Line contains a tab character. | 837 |
![]() | Line is longer than 80 characters. | 840 |
![]() | Line is longer than 80 characters. | 842 |
![]() | Line contains a tab character. | 842 |
![]() | Line contains a tab character. | 843 |
![]() | Line contains a tab character. | 844 |
![]() | Method 'isRouteCapable' 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. | 850 |
![]() | Unused @param tag for 'annotation'. | 852 |
![]() | Line is longer than 80 characters. | 853 |
![]() | Method 'clearFYI' is not designed for extension - needs to be abstract, final or empty. | 856 |
![]() | 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 is longer than 80 characters. | 863 |
![]() | Line is longer than 80 characters. | 866 |
![]() | Line is longer than 80 characters. | 867 |
![]() | Method 'complete' is not designed for extension - needs to be abstract, final or empty. | 869 |
![]() | Parameter annotation should be final. | 869 |
![]() | Line contains a tab character. | 870 |
![]() | Line is longer than 80 characters. | 871 |
![]() | Line contains a tab character. | 871 |
![]() | Line contains a tab character. | 872 |
![]() | Line is longer than 80 characters. | 876 |
![]() | Line is longer than 80 characters. | 877 |
![]() | Line is longer than 80 characters. | 879 |
![]() | Line is longer than 80 characters. | 880 |
![]() | Method 'logDocumentAction' is not designed for extension - needs to be abstract, final or empty. | 882 |
![]() | Parameter annotation should be final. | 882 |
![]() | Line contains a tab character. | 883 |
![]() | Line is longer than 80 characters. | 884 |
![]() | Line contains a tab character. | 884 |
![]() | Line contains a tab character. | 885 |
![]() | Method 'stateIsInitiated' is not designed for extension - needs to be abstract, final or empty. | 893 |
![]() | Line is longer than 80 characters. | 894 |
![]() | Method 'stateIsSaved' is not designed for extension - needs to be abstract, final or empty. | 902 |
![]() | Line is longer than 80 characters. | 903 |
![]() | Method 'stateIsEnroute' is not designed for extension - needs to be abstract, final or empty. | 911 |
![]() | Line is longer than 80 characters. | 912 |
![]() | Method 'stateIsException' is not designed for extension - needs to be abstract, final or empty. | 920 |
![]() | Line is longer than 80 characters. | 921 |
![]() | Method 'stateIsCanceled' is not designed for extension - needs to be abstract, final or empty. | 929 |
![]() | Line is longer than 80 characters. | 930 |
![]() | Method 'stateIsDisapproved' is not designed for extension - needs to be abstract, final or empty. | 938 |
![]() | Line is longer than 80 characters. | 939 |
![]() | Line is longer than 80 characters. | 943 |
![]() | Method 'stateIsApproved' is not designed for extension - needs to be abstract, final or empty. | 947 |
![]() | Line is longer than 80 characters. | 948 |
![]() | Method 'stateIsProcessed' is not designed for extension - needs to be abstract, final or empty. | 956 |
![]() | Line is longer than 80 characters. | 957 |
![]() | Method 'stateIsFinal' is not designed for extension - needs to be abstract, final or empty. | 965 |
![]() | Line is longer than 80 characters. | 966 |
![]() | First sentence should end with a period. | 969 |
![]() | Method 'getStatusDisplayValue' is not designed for extension - needs to be abstract, final or empty. | 973 |
![]() | Line is longer than 80 characters. | 974 |
![]() | First sentence should end with a period. | 977 |
![]() | Method 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 981 |
![]() | First sentence should end with a period. | 985 |
![]() | Line is longer than 80 characters. | 986 |
![]() | Line is longer than 80 characters. | 987 |
![]() | Method 'setPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 989 |
![]() | Parameter principalId should be final. | 989 |
![]() | 'principalId' hides a field. | 989 |
![]() | Line is longer than 80 characters. | 994 |
![]() | Line is longer than 80 characters. | 995 |
![]() | Line is longer than 80 characters. | 997 |
![]() | Expected @throws tag for 'WorkflowException'. | 999 |
![]() | Line contains a tab character. | 1000 |
![]() | Line is longer than 80 characters. | 1001 |
![]() | Line contains a tab character. | 1001 |
![]() | Line contains a tab character. | 1002 |
![]() | Line contains a tab character. | 1003 |
![]() | Line contains a tab character. | 1004 |
![]() | Line contains a tab character. | 1005 |
![]() | Expected an @return tag. | 1011 |
![]() | Parameter e should be final. | 1011 |
![]() | Expected @param tag for 'e'. | 1011 |
![]() | Line contains a tab character. | 1012 |
![]() | Line contains a tab character. | 1013 |
![]() | 'cast' is not followed by whitespace. | 1013 |
![]() | Line contains a tab character. | 1014 |
![]() | Line contains a tab character. | 1015 |
![]() | Line is longer than 80 characters. | 1021 |
![]() | Line is longer than 80 characters. | 1024 |
![]() | Line is longer than 80 characters. | 1025 |
![]() | Line is longer than 80 characters. | 1026 |
![]() | Line is longer than 80 characters. | 1028 |
![]() | Method 'blanketApprove' is not designed for extension - needs to be abstract, final or empty. | 1028 |
![]() | Parameter annotation should be final. | 1028 |
![]() | Parameter nodeName should be final. | 1028 |
![]() | Line is longer than 80 characters. | 1029 |
![]() | Avoid inline conditionals. | 1029 |
![]() | '{' is followed by whitespace. | 1029 |
![]() | Line is longer than 80 characters. | 1033 |
![]() | Line is longer than 80 characters. | 1036 |
![]() | Line is longer than 80 characters. | 1037 |
![]() | Line is longer than 80 characters. | 1038 |
![]() | Line is longer than 80 characters. | 1040 |
![]() | Method 'blanketApprove' is not designed for extension - needs to be abstract, final or empty. | 1040 |
![]() | Parameter annotation should be final. | 1040 |
![]() | Parameter nodeNames should be final. | 1040 |
![]() | Line contains a tab character. | 1041 |
![]() | Line is longer than 80 characters. | 1042 |
![]() | Line contains a tab character. | 1042 |
![]() | Line contains a tab character. | 1043 |
![]() | Line is longer than 80 characters. | 1047 |
![]() | Line is longer than 80 characters. | 1048 |
![]() | Unused @param tag for 'workgroupId'. | 1051 |
![]() | Line is longer than 80 characters. | 1054 |
![]() | Method 'takeGroupAuthority' is not designed for extension - needs to be abstract, final or empty. | 1054 |
![]() | Parameter annotation should be final. | 1054 |
![]() | Parameter groupId should be final. | 1054 |
![]() | Expected @param tag for 'groupId'. | 1054 |
![]() | Line contains a tab character. | 1055 |
![]() | Line is longer than 80 characters. | 1056 |
![]() | Line contains a tab character. | 1056 |
![]() | Line contains a tab character. | 1057 |
![]() | Line is longer than 80 characters. | 1061 |
![]() | Unused @param tag for 'workgroupId'. | 1065 |
![]() | Line is longer than 80 characters. | 1066 |
![]() | Line is longer than 80 characters. | 1068 |
![]() | Method 'releaseGroupAuthority' is not designed for extension - needs to be abstract, final or empty. | 1068 |
![]() | Parameter annotation should be final. | 1068 |
![]() | Parameter groupId should be final. | 1068 |
![]() | Expected @param tag for 'groupId'. | 1068 |
![]() | Line contains a tab character. | 1069 |
![]() | Line is longer than 80 characters. | 1070 |
![]() | Line contains a tab character. | 1070 |
![]() | Line contains a tab character. | 1071 |
![]() | Line is longer than 80 characters. | 1078 |
![]() | Method 'getNodeNames' is not designed for extension - needs to be abstract, final or empty. | 1081 |
![]() | Line is longer than 80 characters. | 1082 |
![]() | Line contains a tab character. | 1082 |
![]() | Line is longer than 80 characters. | 1083 |
![]() | Line contains a tab character. | 1083 |
![]() | Avoid inline conditionals. | 1083 |
![]() | Line contains a tab character. | 1084 |
![]() | Line contains a tab character. | 1085 |
![]() | Line contains a tab character. | 1086 |
![]() | Line contains a tab character. | 1087 |
![]() | Line is longer than 80 characters. | 1091 |
![]() | Line is longer than 80 characters. | 1095 |
![]() | Line is longer than 80 characters. | 1096 |
![]() | Line is longer than 80 characters. | 1098 |
![]() | Method 'returnToPreviousNode' is not designed for extension - needs to be abstract, final or empty. | 1098 |
![]() | Parameter annotation should be final. | 1098 |
![]() | Parameter nodeName should be final. | 1098 |
![]() | Line is longer than 80 characters. | 1104 |
![]() | Unused @param tag for 'ReturnPointDTO'. | 1107 |
![]() | Line is longer than 80 characters. | 1108 |
![]() | Line is longer than 80 characters. | 1109 |
![]() | Line is longer than 80 characters. | 1111 |
![]() | Method 'returnToPreviousNode' is not designed for extension - needs to be abstract, final or empty. | 1111 |
![]() | Parameter annotation should be final. | 1111 |
![]() | Parameter returnPoint should be final. | 1111 |
![]() | Expected @param tag for 'returnPoint'. | 1111 |
![]() | Line contains a tab character. | 1112 |
![]() | Line is longer than 80 characters. | 1113 |
![]() | Line contains a tab character. | 1113 |
![]() | Line contains a tab character. | 1114 |
![]() | Line is longer than 80 characters. | 1118 |
![]() | Line is longer than 80 characters. | 1120 |
![]() | Unused @param tag for 'MovePointDTO'. | 1120 |
![]() | Line is longer than 80 characters. | 1123 |
![]() | Line is longer than 80 characters. | 1125 |
![]() | Method 'moveDocument' is not designed for extension - needs to be abstract, final or empty. | 1125 |
![]() | Parameter movePoint should be final. | 1125 |
![]() | Expected @param tag for 'movePoint'. | 1125 |
![]() | Parameter annotation should be final. | 1125 |
![]() | Line contains a tab character. | 1126 |
![]() | Line is longer than 80 characters. | 1127 |
![]() | Line contains a tab character. | 1127 |
![]() | Line contains a tab character. | 1128 |
![]() | Line is longer than 80 characters. | 1132 |
![]() | Line is longer than 80 characters. | 1133 |
![]() | Line is longer than 80 characters. | 1134 |
![]() | Line is longer than 80 characters. | 1135 |
![]() | Line is longer than 80 characters. | 1138 |
![]() | Method 'getRouteNodeInstances' is not designed for extension - needs to be abstract, final or empty. | 1138 |
![]() | Line is longer than 80 characters. | 1139 |
![]() | Line contains a tab character. | 1139 |
![]() | Line is longer than 80 characters. | 1143 |
![]() | Line is longer than 80 characters. | 1146 |
![]() | Line is longer than 80 characters. | 1147 |
![]() | Method 'getPreviousNodeNames' is not designed for extension - needs to be abstract, final or empty. | 1150 |
![]() | Line is longer than 80 characters. | 1151 |
![]() | Line contains a tab character. | 1151 |
![]() | Line contains a tab character. | 1152 |
![]() | Line is longer than 80 characters. | 1155 |
![]() | Line is longer than 80 characters. | 1157 |
![]() | Method 'getDetail' is not designed for extension - needs to be abstract, final or empty. | 1160 |
![]() | Expected @throws tag for 'WorkflowException'. | 1160 |
![]() | Line contains a tab character. | 1161 |
![]() | Expected an @return tag. | 1170 |
![]() | Line is longer than 80 characters. | 1170 |
![]() | Method 'saveDocumentContent' is not designed for extension - needs to be abstract, final or empty. | 1170 |
![]() | Parameter documentContent should be final. | 1170 |
![]() | 'documentContent' hides a field. | 1170 |
![]() | Expected @throws tag for 'WorkflowException'. | 1170 |
![]() | Line contains a tab character. | 1171 |
![]() | Line is longer than 80 characters. | 1172 |
![]() | Line contains a tab character. | 1172 |
![]() | Line contains a tab character. | 1173 |
![]() | Line is longer than 80 characters. | 1174 |
![]() | Line contains a tab character. | 1174 |
![]() | Line is longer than 80 characters. | 1175 |
![]() | Line contains a tab character. | 1175 |
![]() | Line is longer than 80 characters. | 1176 |
![]() | Line contains a tab character. | 1176 |
![]() | Line is longer than 80 characters. | 1177 |
![]() | Line contains a tab character. | 1177 |
![]() | Line contains a tab character. | 1178 |
![]() | Line is longer than 80 characters. | 1179 |
![]() | Line contains a tab character. | 1179 |
![]() | Line is longer than 80 characters. | 1180 |
![]() | Line contains a tab character. | 1180 |
![]() | Line contains a tab character. | 1181 |
![]() | Line contains a tab character. | 1182 |
![]() | Line has trailing spaces. | 1184 |
![]() | Line is longer than 80 characters. | 1185 |
![]() | Method 'placeInExceptionRouting' is not designed for extension - needs to be abstract, final or empty. | 1185 |
![]() | Missing a Javadoc comment. | 1185 |
![]() | Parameter annotation should be final. | 1185 |
![]() | Line contains a tab character. | 1186 |
![]() | Line is longer than 80 characters. | 1187 |
![]() | Line contains a tab character. | 1187 |
![]() | Line contains a tab character. | 1188 |
![]() | Line is longer than 80 characters. | 1196 |
![]() | Line is longer than 80 characters. | 1198 |
![]() | Method 'blanketApprove' is not designed for extension - needs to be abstract, final or empty. | 1198 |
![]() | Parameter annotation should be final. | 1198 |
![]() | Expected @param tag for 'annotation'. | 1198 |
![]() | Parameter routeLevel should be final. | 1198 |
![]() | Expected @param tag for 'routeLevel'. | 1198 |
![]() | Expected @throws tag for 'WorkflowException'. | 1198 |
![]() | Line contains a tab character. | 1199 |
![]() | Line is longer than 80 characters. | 1200 |
![]() | Line contains a tab character. | 1200 |
![]() | Line contains a tab character. | 1201 |
![]() | Expected an @return tag. | 1207 |
![]() | Method 'getDocRouteLevel' is not designed for extension - needs to be abstract, final or empty. | 1207 |
![]() | Line is longer than 80 characters. | 1212 |
![]() | Line is longer than 80 characters. | 1214 |
![]() | Method 'returnToPreviousRouteLevel' is not designed for extension - needs to be abstract, final or empty. | 1214 |
![]() | Parameter annotation should be final. | 1214 |
![]() | Expected @param tag for 'annotation'. | 1214 |
![]() | Parameter destRouteLevel should be final. | 1214 |
![]() | Expected @param tag for 'destRouteLevel'. | 1214 |
![]() | Expected @throws tag for 'WorkflowException'. | 1214 |
![]() | Line contains a tab character. | 1215 |
![]() | Line is longer than 80 characters. | 1216 |
![]() | Line contains a tab character. | 1216 |
![]() | Line contains a tab character. | 1217 |
![]() | First sentence should end with a period. | 1220 |
![]() | Method 'getNoteList' is not designed for extension - needs to be abstract, final or empty. | 1225 |
![]() | '{' is not preceded with whitespace. | 1225 |
![]() | Line contains a tab character. | 1226 |
![]() | Line contains a tab character. | 1227 |
![]() | Line contains a tab character. | 1228 |
![]() | '{' is not preceded with whitespace. | 1228 |
![]() | Line contains a tab character. | 1229 |
![]() | '=' is not preceded with whitespace. | 1229 |
![]() | '=' is not followed by whitespace. | 1229 |
![]() | '<' is not preceded with whitespace. | 1229 |
![]() | '<' is not followed by whitespace. | 1229 |
![]() | '{' is not preceded with whitespace. | 1229 |
![]() | Line contains a tab character. | 1230 |
![]() | '!' is followed by whitespace. | 1230 |
![]() | '{' is not preceded with whitespace. | 1230 |
![]() | Line contains a tab character. | 1231 |
![]() | Line contains a tab character. | 1232 |
![]() | Line contains a tab character. | 1233 |
![]() | Line contains a tab character. | 1234 |
![]() | Line contains a tab character. | 1235 |
![]() | Line is longer than 80 characters. | 1239 |
![]() | Method 'deleteNote' is not designed for extension - needs to be abstract, final or empty. | 1242 |
![]() | Parameter noteVO should be final. | 1242 |
![]() | '{' is not preceded with whitespace. | 1242 |
![]() | Line contains a tab character. | 1243 |
![]() | '!=' is not preceded with whitespace. | 1243 |
![]() | '!=' is not followed by whitespace. | 1243 |
![]() | '{' is not preceded with whitespace. | 1243 |
![]() | Line contains a tab character. | 1244 |
![]() | Line is longer than 80 characters. | 1245 |
![]() | Line contains a tab character. | 1245 |
![]() | Line contains a tab character. | 1246 |
![]() | Line is longer than 80 characters. | 1247 |
![]() | Line contains a tab character. | 1247 |
![]() | Line contains a tab character. | 1248 |
![]() | Line contains a tab character. | 1249 |
![]() | Line contains a tab character. | 1250 |
![]() | Line contains a tab character. | 1251 |
![]() | Line is longer than 80 characters. | 1252 |
![]() | Line contains a tab character. | 1252 |
![]() | '=' is not preceded with whitespace. | 1252 |
![]() | '=' is not followed by whitespace. | 1252 |
![]() | Line contains a tab character. | 1253 |
![]() | Line is longer than 80 characters. | 1257 |
![]() | Method 'updateNote' is not designed for extension - needs to be abstract, final or empty. | 1260 |
![]() | '(' is preceded with whitespace. | 1260 |
![]() | Parameter noteVO should be final. | 1260 |
![]() | '{' is not preceded with whitespace. | 1260 |
![]() | Line contains a tab character. | 1261 |
![]() | Line contains a tab character. | 1262 |
![]() | '{' is not preceded with whitespace. | 1262 |
![]() | Line contains a tab character. | 1263 |
![]() | Line contains a tab character. | 1264 |
![]() | Line contains a tab character. | 1265 |
![]() | '{' is not preceded with whitespace. | 1265 |
![]() | Line is longer than 80 characters. | 1266 |
![]() | Line contains a tab character. | 1266 |
![]() | Line contains a tab character. | 1267 |
![]() | Line contains a tab character. | 1269 |
![]() | '{' is not preceded with whitespace. | 1269 |
![]() | Line is longer than 80 characters. | 1270 |
![]() | Line contains a tab character. | 1270 |
![]() | Line contains a tab character. | 1271 |
![]() | Line is longer than 80 characters. | 1272 |
![]() | Line contains a tab character. | 1272 |
![]() | Line contains a tab character. | 1273 |
![]() | Line contains a tab character. | 1275 |
![]() | '{' is not preceded with whitespace. | 1275 |
![]() | Line is longer than 80 characters. | 1276 |
![]() | Line contains a tab character. | 1276 |
![]() | Line contains a tab character. | 1277 |
![]() | Line is longer than 80 characters. | 1278 |
![]() | Line contains a tab character. | 1278 |
![]() | ';' is preceded with whitespace. | 1278 |
![]() | Line contains a tab character. | 1279 |
![]() | Line contains a tab character. | 1281 |
![]() | '{' is not preceded with whitespace. | 1281 |
![]() | Line contains a tab character. | 1282 |
![]() | Line is longer than 80 characters. | 1283 |
![]() | Line contains a tab character. | 1283 |
![]() | Line contains a tab character. | 1284 |
![]() | Line contains a tab character. | 1285 |
![]() | Line is longer than 80 characters. | 1286 |
![]() | Line contains a tab character. | 1286 |
![]() | Line contains a tab character. | 1287 |
![]() | Line contains a tab character. | 1289 |
![]() | '{' is not preceded with whitespace. | 1289 |
![]() | Line is longer than 80 characters. | 1290 |
![]() | Line contains a tab character. | 1290 |
![]() | Line contains a tab character. | 1291 |
![]() | Line contains a tab character. | 1292 |
![]() | '{' is not preceded with whitespace. | 1292 |
![]() | Line is longer than 80 characters. | 1293 |
![]() | Line contains a tab character. | 1293 |
![]() | Line contains a tab character. | 1294 |
![]() | Line contains a tab character. | 1295 |
![]() | '{' is not preceded with whitespace. | 1295 |
![]() | Line contains a tab character. | 1296 |
![]() | '=' is not preceded with whitespace. | 1296 |
![]() | '=' is not followed by whitespace. | 1296 |
![]() | '<' is not preceded with whitespace. | 1296 |
![]() | '<' is not followed by whitespace. | 1296 |
![]() | '{' is not preceded with whitespace. | 1296 |
![]() | Line is longer than 80 characters. | 1297 |
![]() | Line contains a tab character. | 1297 |
![]() | '!=' is not preceded with whitespace. | 1297 |
![]() | '{' is not preceded with whitespace. | 1297 |
![]() | Line contains a tab character. | 1298 |
![]() | Line contains a tab character. | 1299 |
![]() | Line contains a tab character. | 1300 |
![]() | Line contains a tab character. | 1301 |
![]() | Line contains a tab character. | 1302 |
![]() | Line contains a tab character. | 1303 |
![]() | Line contains a tab character. | 1304 |
![]() | Line contains a tab character. | 1305 |
![]() | '!' is followed by whitespace. | 1305 |
![]() | '{' is not preceded with whitespace. | 1305 |
![]() | Line contains a tab character. | 1306 |
![]() | Line contains a tab character. | 1307 |
![]() | Line is longer than 80 characters. | 1308 |
![]() | Line contains a tab character. | 1308 |
![]() | '-' is not preceded with whitespace. | 1308 |
![]() | '-' is not followed by whitespace. | 1308 |
![]() | '=' is not preceded with whitespace. | 1308 |
![]() | Line contains a tab character. | 1309 |
![]() | Line contains a tab character. | 1310 |
![]() | Line is longer than 80 characters. | 1314 |
![]() | Line is longer than 80 characters. | 1318 |
![]() | Method 'setVariable' is not designed for extension - needs to be abstract, final or empty. | 1318 |
![]() | Parameter name should be final. | 1318 |
![]() | Parameter value should be final. | 1318 |
![]() | Expected @throws tag for 'WorkflowException'. | 1318 |
![]() | Line contains a tab character. | 1319 |
![]() | Line is longer than 80 characters. | 1324 |
![]() | Method 'getVariable' is not designed for extension - needs to be abstract, final or empty. | 1328 |
![]() | Parameter name should be final. | 1328 |
![]() | Expected @throws tag for 'WorkflowException'. | 1328 |
![]() | Line contains a tab character. | 1329 |
![]() | Line is longer than 80 characters. | 1335 |
![]() | Line is longer than 80 characters. | 1336 |
![]() | Method 'setReceiveFutureRequests' is not designed for extension - needs to be abstract, final or empty. | 1341 |
![]() | Expected @throws tag for 'WorkflowException'. | 1341 |
![]() | Line is longer than 80 characters. | 1343 |
![]() | Line is longer than 80 characters. | 1347 |
![]() | Line is longer than 80 characters. | 1348 |
![]() | Method 'setDoNotReceiveFutureRequests' is not designed for extension - needs to be abstract, final or empty. | 1353 |
![]() | Expected @throws tag for 'WorkflowException'. | 1353 |
![]() | Line is longer than 80 characters. | 1355 |
![]() | Line is longer than 80 characters. | 1359 |
![]() | Line is longer than 80 characters. | 1360 |
![]() | Method 'setClearFutureRequests' is not designed for extension - needs to be abstract, final or empty. | 1364 |
![]() | Expected @throws tag for 'WorkflowException'. | 1364 |
![]() | Line is longer than 80 characters. | 1366 |
![]() | Line is longer than 80 characters. | 1370 |
![]() | Parameter noteVO should be final. | 1374 |
![]() | Line contains a tab character. | 1375 |
![]() | Line contains a tab character. | 1376 |
![]() | '{' is not preceded with whitespace. | 1376 |
![]() | Line contains a tab character. | 1377 |
![]() | '=' is not preceded with whitespace. | 1377 |
![]() | '=' is not followed by whitespace. | 1377 |
![]() | '<' is not preceded with whitespace. | 1377 |
![]() | '<' is not followed by whitespace. | 1377 |
![]() | '{' is not preceded with whitespace. | 1377 |
![]() | Line is longer than 80 characters. | 1378 |
![]() | Line contains a tab character. | 1378 |
![]() | '{' is not preceded with whitespace. | 1378 |
![]() | Line contains a tab character. | 1379 |
![]() | Line contains a tab character. | 1380 |
![]() | Line contains a tab character. | 1381 |
![]() | Line contains a tab character. | 1382 |
![]() | Line contains a tab character. | 1383 |
![]() | First sentence should end with a period. | 1386 |
![]() | Line contains a tab character. | 1390 |
![]() | Line contains a tab character. | 1391 |
![]() | Line contains a tab character. | 1392 |
![]() | '{' is not preceded with whitespace. | 1392 |
![]() | Line contains a tab character. | 1393 |
![]() | Line contains a tab character. | 1394 |
![]() | Line contains a tab character. | 1395 |
![]() | Line contains a tab character. | 1396 |
![]() | '=' is not preceded with whitespace. | 1396 |
![]() | '=' is not followed by whitespace. | 1396 |
![]() | '<' is not preceded with whitespace. | 1396 |
![]() | '<' is not followed by whitespace. | 1396 |
![]() | '{' is not preceded with whitespace. | 1396 |
![]() | Line contains a tab character. | 1397 |
![]() | Line contains a tab character. | 1398 |
![]() | Line contains a tab character. | 1399 |
![]() | Line contains a tab character. | 1400 |
![]() | First sentence should end with a period. | 1403 |
![]() | Line contains a tab character. | 1407 |
![]() | Line contains a tab character. | 1408 |
![]() | Line contains a tab character. | 1409 |
![]() | '{' is not preceded with whitespace. | 1409 |
![]() | Line contains a tab character. | 1410 |
![]() | Line contains a tab character. | 1411 |
![]() | Line contains a tab character. | 1412 |
![]() | Line contains a tab character. | 1413 |
![]() | '=' is not preceded with whitespace. | 1413 |
![]() | '=' is not followed by whitespace. | 1413 |
![]() | '<' is not preceded with whitespace. | 1413 |
![]() | '<' is not followed by whitespace. | 1413 |
![]() | '{' is not preceded with whitespace. | 1413 |
![]() | Line contains a tab character. | 1414 |
![]() | Line contains a tab character. | 1415 |
![]() | Line contains a tab character. | 1416 |
![]() | Line contains a tab character. | 1417 |
![]() | Line has trailing spaces. | 1419 |
![]() | Line is longer than 80 characters. | 1421 |
![]() | Method 'addLinkedDocument' is not designed for extension - needs to be abstract, final or empty. | 1421 |
![]() | Missing a Javadoc comment. | 1421 |
![]() | Parameter docLinkVO should be final. | 1421 |
![]() | '{' is not preceded with whitespace. | 1421 |
![]() | Line contains a tab character. | 1422 |
![]() | 'try' is not followed by whitespace. | 1422 |
![]() | '{' is not preceded with whitespace. | 1422 |
![]() | 'if' construct must use '{}'s. | 1423 |
![]() | Line contains a tab character. | 1423 |
![]() | 'if' is not followed by whitespace. | 1423 |
![]() | Line contains a tab character. | 1424 |
![]() | Line contains a tab character. | 1425 |
![]() | '}' should be on the same line. | 1425 |
![]() | Line contains a tab character. | 1426 |
![]() | 'catch' is not followed by whitespace. | 1426 |
![]() | '{' is not preceded with whitespace. | 1426 |
![]() | Line has trailing spaces. | 1427 |
![]() | Line contains a tab character. | 1427 |
![]() | Line has trailing spaces. | 1428 |
![]() | Line contains a tab character. | 1428 |
![]() | Line has trailing spaces. | 1430 |
![]() | Line is longer than 80 characters. | 1432 |
![]() | Method 'getLinkedDocument' is not designed for extension - needs to be abstract, final or empty. | 1432 |
![]() | Missing a Javadoc comment. | 1432 |
![]() | Parameter docLinkVO should be final. | 1432 |
![]() | '{' is not preceded with whitespace. | 1432 |
![]() | Line contains a tab character. | 1433 |
![]() | 'try' is not followed by whitespace. | 1433 |
![]() | '{' is not preceded with whitespace. | 1433 |
![]() | 'if' construct must use '{}'s. | 1434 |
![]() | Line contains a tab character. | 1434 |
![]() | 'if' is not followed by whitespace. | 1434 |
![]() | Line is longer than 80 characters. | 1435 |
![]() | Line contains a tab character. | 1435 |
![]() | 'else' construct must use '{}'s. | 1436 |
![]() | Line contains a tab character. | 1436 |
![]() | Line contains a tab character. | 1437 |
![]() | Line contains a tab character. | 1438 |
![]() | '}' should be on the same line. | 1438 |
![]() | Line contains a tab character. | 1439 |
![]() | 'catch' is not followed by whitespace. | 1439 |
![]() | '{' is not preceded with whitespace. | 1439 |
![]() | Line has trailing spaces. | 1440 |
![]() | Line contains a tab character. | 1440 |
![]() | Line contains a tab character. | 1441 |
![]() | Line has trailing spaces. | 1443 |
![]() | Line is longer than 80 characters. | 1445 |
![]() | Method 'getLinkedDocumentsByDocId' is not designed for extension - needs to be abstract, final or empty. | 1445 |
![]() | Missing a Javadoc comment. | 1445 |
![]() | Parameter id should be final. | 1445 |
![]() | '{' is not preceded with whitespace. | 1445 |
![]() | 'if' construct must use '{}'s. | 1446 |
![]() | Line contains a tab character. | 1446 |
![]() | 'if' is not followed by whitespace. | 1446 |
![]() | Line contains a tab character. | 1447 |
![]() | Line has trailing spaces. | 1448 |
![]() | Line contains a tab character. | 1448 |
![]() | 'try' is not followed by whitespace. | 1448 |
![]() | '{' is not preceded with whitespace. | 1448 |
![]() | Line contains a tab character. | 1449 |
![]() | Line has trailing spaces. | 1450 |
![]() | Line contains a tab character. | 1450 |
![]() | '}' should be on the same line. | 1450 |
![]() | Line contains a tab character. | 1451 |
![]() | Line contains a tab character. | 1452 |
![]() | Line contains a tab character. | 1453 |
![]() | Line has trailing spaces. | 1455 |
![]() | Method 'removeLinkedDocuments' is not designed for extension - needs to be abstract, final or empty. | 1457 |
![]() | Missing a Javadoc comment. | 1457 |
![]() | Parameter docId should be final. | 1457 |
![]() | '{' is not preceded with whitespace. | 1457 |
![]() | Line has trailing spaces. | 1458 |
![]() | Line contains a tab character. | 1458 |
![]() | 'if' construct must use '{}'s. | 1459 |
![]() | Line contains a tab character. | 1459 |
![]() | 'if' is not followed by whitespace. | 1459 |
![]() | Line contains a tab character. | 1460 |
![]() | Line has trailing spaces. | 1461 |
![]() | Line contains a tab character. | 1461 |
![]() | Line has trailing spaces. | 1462 |
![]() | Line contains a tab character. | 1462 |
![]() | 'try' is not followed by whitespace. | 1462 |
![]() | '{' is not preceded with whitespace. | 1462 |
![]() | Line contains a tab character. | 1463 |
![]() | Line has trailing spaces. | 1464 |
![]() | Line contains a tab character. | 1464 |
![]() | '}' should be on the same line. | 1464 |
![]() | Line contains a tab character. | 1465 |
![]() | Line contains a tab character. | 1466 |
![]() | Line contains a tab character. | 1467 |
![]() | Line has trailing spaces. | 1469 |
![]() | Line is longer than 80 characters. | 1471 |
![]() | Method 'removeLinkedDocument' is not designed for extension - needs to be abstract, final or empty. | 1471 |
![]() | Missing a Javadoc comment. | 1471 |
![]() | Parameter docLinkVO should be final. | 1471 |
![]() | '{' is not preceded with whitespace. | 1471 |
![]() | Line has trailing spaces. | 1472 |
![]() | Line contains a tab character. | 1472 |
![]() | Line contains a tab character. | 1473 |
![]() | 'try' is not followed by whitespace. | 1473 |
![]() | '{' is not preceded with whitespace. | 1473 |
![]() | 'if' construct must use '{}'s. | 1474 |
![]() | Line contains a tab character. | 1474 |
![]() | 'if' is not followed by whitespace. | 1474 |
![]() | Line contains a tab character. | 1475 |
![]() | Line contains a tab character. | 1476 |
![]() | '}' should be on the same line. | 1476 |
![]() | Line contains a tab character. | 1477 |
![]() | 'catch' is not followed by whitespace. | 1477 |
![]() | '{' is not preceded with whitespace. | 1477 |
![]() | Line has trailing spaces. | 1478 |
![]() | Line contains a tab character. | 1478 |
![]() | Line has trailing spaces. | 1479 |
![]() | Line contains a tab character. | 1479 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 33 |
![]() | 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 |
![]() | More than 7 parameters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Redundant 'public' modifier. | 36 |
![]() | More than 7 parameters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Redundant 'public' modifier. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | 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. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Redundant 'public' modifier. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | 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 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Redundant 'public' modifier. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Redundant 'public' modifier. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Redundant 'public' modifier. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Redundant 'public' modifier. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Redundant 'public' modifier. | 51 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Redundant 'public' modifier. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Redundant 'public' modifier. | 55 |
![]() | Expected an @return tag. | 62 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Redundant 'public' modifier. | 62 |
![]() | Expected @param tag for 'principalId'. | 62 |
![]() | Expected @param tag for 'routeHeader'. | 62 |
![]() | Expected @param tag for 'annotation'. | 62 |
![]() | Expected @param tag for 'routeLevel'. | 62 |
![]() | Expected @throws tag for 'WorkflowException'. | 62 |
![]() | Expected an @return tag. | 67 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Redundant 'public' modifier. | 67 |
![]() | Expected @param tag for 'principalId'. | 67 |
![]() | Expected @param tag for 'routeHeader'. | 67 |
![]() | Expected @param tag for 'destRouteLevel'. | 67 |
![]() | Expected @param tag for 'annotation'. | 67 |
![]() | Expected @throws tag for 'WorkflowException'. | 67 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Redundant 'public' modifier. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Redundant 'public' modifier. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Redundant 'public' modifier. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Redundant 'public' modifier. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Redundant 'public' modifier. | 75 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Expected an @return tag. | 82 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Redundant 'public' modifier. | 82 |
![]() | Expected @param tag for 'principalId'. | 82 |
![]() | Expected @param tag for 'routeHeader'. | 82 |
![]() | Expected @param tag for 'revoke'. | 82 |
![]() | Expected @param tag for 'annotation'. | 82 |
![]() | Expected @throws tag for 'WorkflowException'. | 82 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Redundant 'public' modifier. | 87 |
![]() | Expected @param tag for 'principalId'. | 87 |
![]() | Expected @param tag for 'documentId'. | 87 |
![]() | Expected @param tag for 'nodeName'. | 87 |
![]() | Expected @param tag for 'annotation'. | 87 |
![]() | Expected @throws tag for 'WorkflowException'. | 87 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Redundant 'public' modifier. | 92 |
![]() | Expected @param tag for 'principalId'. | 92 |
![]() | Expected @param tag for 'documentId'. | 92 |
![]() | Expected @param tag for 'destinationNodeName'. | 92 |
![]() | Expected @param tag for 'annotation'. | 92 |
![]() | Expected @throws tag for 'WorkflowException'. | 92 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Redundant 'public' modifier. | 97 |
![]() | Expected @param tag for 'principalId'. | 97 |
![]() | Expected @param tag for 'documentId'. | 97 |
![]() | Expected @param tag for 'actionRequestId'. | 97 |
![]() | Expected @param tag for 'annotation'. | 97 |
![]() | Expected @throws tag for 'WorkflowException'. | 97 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Redundant 'public' modifier. | 102 |
![]() | Expected @param tag for 'principalId'. | 102 |
![]() | Expected @param tag for 'documentId'. | 102 |
![]() | Expected @param tag for 'nodeName'. | 102 |
![]() | Expected @param tag for 'annotation'. | 102 |
![]() | Expected @param tag for 'runPostProcessor'. | 102 |
![]() | Expected @throws tag for 'WorkflowException'. | 102 |
![]() | Expected an @return tag. | 107 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Redundant 'public' modifier. | 107 |
![]() | Expected @param tag for 'principalId'. | 107 |
![]() | Expected @param tag for 'routeHeader'. | 107 |
![]() | Expected @param tag for 'annotation'. | 107 |
![]() | Expected @param tag for 'runPostProcessor'. | 107 |
![]() | Expected @throws tag for 'WorkflowException'. | 107 |
![]() | Expected an @return tag. | 112 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Redundant 'public' modifier. | 112 |
![]() | Expected @param tag for 'principalId'. | 112 |
![]() | Expected @param tag for 'routeHeader'. | 112 |
![]() | Expected @param tag for 'annotation'. | 112 |
![]() | Expected @param tag for 'runPostProcessor'. | 112 |
![]() | Expected @throws tag for 'WorkflowException'. | 112 |
![]() | Expected an @return tag. | 117 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Redundant 'public' modifier. | 117 |
![]() | Expected @param tag for 'principalId'. | 117 |
![]() | Expected @param tag for 'routeHeader'. | 117 |
![]() | Expected @param tag for 'annotation'. | 117 |
![]() | Expected @param tag for 'runPostProcessor'. | 117 |
![]() | Expected @throws tag for 'WorkflowException'. | 117 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Redundant 'public' modifier. | 122 |
![]() | Expected @param tag for 'principalId'. | 122 |
![]() | Expected @param tag for 'documentId'. | 122 |
![]() | Expected @param tag for 'destinationNodeName'. | 122 |
![]() | Expected @param tag for 'annotation'. | 122 |
![]() | Expected @param tag for 'runPostProcessor'. | 122 |
![]() | Expected @throws tag for 'WorkflowException'. | 122 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Redundant 'public' modifier. | 127 |
![]() | Expected @param tag for 'principalId'. | 127 |
![]() | Expected @param tag for 'documentId'. | 127 |
![]() | Expected @param tag for 'actionRequestId'. | 127 |
![]() | Expected @param tag for 'annotation'. | 127 |
![]() | Expected @param tag for 'runPostProcessor'. | 127 |
![]() | Expected @throws tag for 'WorkflowException'. | 127 |
![]() | Line has trailing spaces. | 128 |
![]() | Line has trailing spaces. | 130 |
![]() | Line has trailing spaces. | 132 |
![]() | Redundant 'public' modifier. | 135 |
![]() | Expected @param tag for 'documentId'. | 135 |
![]() | Line has trailing spaces. | 136 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Expected an @return tag. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Expected @throws tag for 'WorkflowException'. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | 'cast' is not followed by whitespace. | 63 |
![]() | 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 contains a tab character. | 67 |
![]() | First sentence should end with a period. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Method 'getRouteHeader' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Parameter principalId should be final. | 79 |
![]() | Parameter routeHeaderId should be final. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line has trailing spaces. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Method 'getActionsRequested' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter principalId should be final. | 83 |
![]() | Parameter documentId should be final. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | First sentence should end with a period. | 87 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Unused @param tag for 'routeHeaderId'. | 89 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Method 'getRouteHeader' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Parameter documentId should be final. | 94 |
![]() | Expected @param tag for 'documentId'. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Expected an @return tag. | 105 |
![]() | Method 'getDocumentStatus' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Parameter documentId should be final. | 105 |
![]() | Expected @param tag for 'documentId'. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Expected an @return tag. | 116 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Method 'getDocumentStatusTransitionHistory' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Parameter documentId should be final. | 116 |
![]() | Expected @param tag for 'documentId'. | 116 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | First sentence should end with a period. | 120 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Method 'getDocType' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Parameter documentTypeId should be final. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | First sentence should end with a period. | 131 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Method 'getDocType' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Parameter documentTypeName should be final. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | First sentence should end with a period. | 142 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Method 'getNewResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Method 'getUserActionItemCount' is not designed for extension - needs to be abstract, final or empty. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Parameter principalId should be final. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line has trailing spaces. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Method 'getActionItems' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Parameter routeHeaderId should be final. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Method 'getActionItems' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Parameter routeHeaderId should be final. | 160 |
![]() | Parameter actionRequestedCodes should be final. | 160 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line contains a tab character. | 161 |
![]() | First sentence should end with a period. | 164 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Method 'getActionRequests' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Parameter routeHeaderId should be final. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Unused @param tag for 'userId'. | 181 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Method 'getActionRequests' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | Parameter routeHeaderId should be final. | 186 |
![]() | Parameter nodeName should be final. | 186 |
![]() | Parameter principalId should be final. | 186 |
![]() | Expected @param tag for 'principalId'. | 186 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line contains a tab character. | 187 |
![]() | First sentence should end with a period. | 190 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Method 'getActionsTaken' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Parameter routeHeaderId should be final. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | First sentence should end with a period. | 204 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Unused @param tag for 'userId'. | 208 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Method 'isUserAuthenticatedByRouteLog' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Parameter routeHeaderId should be final. | 214 |
![]() | Parameter principalId should be final. | 214 |
![]() | Expected @param tag for 'principalId'. | 214 |
![]() | Parameter lookFuture should be final. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Line contains a tab character. | 215 |
![]() | Line has trailing spaces. | 217 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | Line has trailing spaces. | 223 |
![]() | Unused @param tag for 'userId'. | 225 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Method 'isUserAuthenticatedByRouteLog' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | Parameter routeHeaderId should be final. | 231 |
![]() | Parameter principalId should be final. | 231 |
![]() | Expected @param tag for 'principalId'. | 231 |
![]() | Parameter lookFuture should be final. | 231 |
![]() | Parameter flattenNodes should be final. | 231 |
![]() | Expected @param tag for 'flattenNodes'. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Line contains a tab character. | 232 |
![]() | First sentence should end with a period. | 235 |
![]() | Unused @param tag for 'userId'. | 238 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Method 'isFinalApprover' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() | Parameter routeHeaderId should be final. | 243 |
![]() | Parameter principalId should be final. | 243 |
![]() | Expected @param tag for 'principalId'. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Line is longer than 80 characters. | 255 |
![]() | Line is longer than 80 characters. | 256 |
![]() | Line is longer than 80 characters. | 258 |
![]() | Method 'validAttributeDefinition' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | Parameter attributeDefinition should be final. | 258 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line contains a tab character. | 259 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Method 'ruleReport' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() | Parameter ruleReportCriteria should be final. | 270 |
![]() | Expected @throws tag for 'WorkflowException'. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line is longer than 80 characters. | 277 |
![]() | Line is longer than 80 characters. | 280 |
![]() | Line is longer than 80 characters. | 284 |
![]() | Method 'getDocumentDetail' is not designed for extension - needs to be abstract, final or empty. | 284 |
![]() | Parameter documentId should be final. | 284 |
![]() | Expected @throws tag for 'WorkflowException'. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | First sentence should end with a period. | 288 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Method 'getNodeInstance' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() | Parameter nodeInstanceId should be final. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Line is longer than 80 characters. | 300 |
![]() | Line is longer than 80 characters. | 301 |
![]() | Line is longer than 80 characters. | 302 |
![]() | Line is longer than 80 characters. | 303 |
![]() | Line is longer than 80 characters. | 304 |
![]() | Line is longer than 80 characters. | 307 |
![]() | Method 'getDocumentRouteNodeInstances' is not designed for extension - needs to be abstract, final or empty. | 307 |
![]() | Parameter routeHeaderId should be final. | 307 |
![]() | Line is longer than 80 characters. | 308 |
![]() | Line contains a tab character. | 308 |
![]() | Line is longer than 80 characters. | 313 |
![]() | Line is longer than 80 characters. | 315 |
![]() | Line is longer than 80 characters. | 318 |
![]() | Method 'getActiveNodeInstances' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() | Parameter routeHeaderId should be final. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line is longer than 80 characters. | 324 |
![]() | Line is longer than 80 characters. | 326 |
![]() | Line is longer than 80 characters. | 329 |
![]() | Method 'getTerminalNodeInstances' is not designed for extension - needs to be abstract, final or empty. | 329 |
![]() | Parameter routeHeaderId should be final. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line has trailing spaces. | 332 |
![]() | Line is longer than 80 characters. | 334 |
![]() | Line is longer than 80 characters. | 336 |
![]() | Line is longer than 80 characters. | 338 |
![]() | Line is longer than 80 characters. | 341 |
![]() | Method 'getCurrentNodeInstances' is not designed for extension - needs to be abstract, final or empty. | 341 |
![]() | Parameter routeHeaderId should be final. | 341 |
![]() | Line contains a tab character. | 342 |
![]() | Line has trailing spaces. | 344 |
![]() | Line is longer than 80 characters. | 346 |
![]() | Line is longer than 80 characters. | 347 |
![]() | Line is longer than 80 characters. | 350 |
![]() | Line is longer than 80 characters. | 353 |
![]() | Method 'getCurrentNodeNames' is not designed for extension - needs to be abstract, final or empty. | 353 |
![]() | Parameter documentId should be final. | 353 |
![]() | Expected @param tag for 'documentId'. | 353 |
![]() | Line is longer than 80 characters. | 354 |
![]() | Line contains a tab character. | 354 |
![]() | Line is longer than 80 characters. | 355 |
![]() | Line contains a tab character. | 355 |
![]() | Avoid inline conditionals. | 355 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line is longer than 80 characters. | 363 |
![]() | Line is longer than 80 characters. | 364 |
![]() | Line is longer than 80 characters. | 370 |
![]() | Method 'reResolveRole' is not designed for extension - needs to be abstract, final or empty. | 370 |
![]() | Parameter documentTypeName should be final. | 370 |
![]() | Parameter roleName should be final. | 370 |
![]() | Parameter qualifiedRoleNameLabel should be final. | 370 |
![]() | Line is longer than 80 characters. | 371 |
![]() | Line contains a tab character. | 371 |
![]() | Line is longer than 80 characters. | 375 |
![]() | Line is longer than 80 characters. | 382 |
![]() | Method 'reResolveRole' is not designed for extension - needs to be abstract, final or empty. | 382 |
![]() | Parameter documentId should be final. | 382 |
![]() | Parameter roleName should be final. | 382 |
![]() | Parameter qualifiedRoleNameLabel should be final. | 382 |
![]() | Line is longer than 80 characters. | 383 |
![]() | Line contains a tab character. | 383 |
![]() | First sentence should end with a period. | 386 |
![]() | Line is longer than 80 characters. | 389 |
![]() | Line is longer than 80 characters. | 392 |
![]() | Method 'routingReport' is not designed for extension - needs to be abstract, final or empty. | 392 |
![]() | Parameter reportCriteria should be final. | 392 |
![]() | Expected @throws tag for 'WorkflowException'. | 392 |
![]() | Line contains a tab character. | 393 |
![]() | Line has trailing spaces. | 395 |
![]() | Line is longer than 80 characters. | 399 |
![]() | Line is longer than 80 characters. | 400 |
![]() | Method 'getAppDocId' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() | Parameter documentId should be final. | 402 |
![]() | Expected @throws tag for 'WorkflowException'. | 402 |
![]() | Line contains a tab character. | 403 |
![]() | First sentence should end with a period. | 406 |
![]() | Line is longer than 80 characters. | 407 |
![]() | Unused @param tag for 'userId'. | 409 |
![]() | Line is longer than 80 characters. | 411 |
![]() | Line is longer than 80 characters. | 412 |
![]() | Line is longer than 80 characters. | 415 |
![]() | Method 'isLastApproverAtNode' is not designed for extension - needs to be abstract, final or empty. | 415 |
![]() | Parameter routeHeaderId should be final. | 415 |
![]() | Parameter principalId should be final. | 415 |
![]() | Expected @param tag for 'principalId'. | 415 |
![]() | Parameter nodeName should be final. | 415 |
![]() | Line is longer than 80 characters. | 416 |
![]() | Line contains a tab character. | 416 |
![]() | First sentence should end with a period. | 419 |
![]() | Line is longer than 80 characters. | 420 |
![]() | Line is longer than 80 characters. | 424 |
![]() | Line is longer than 80 characters. | 426 |
![]() | Line is longer than 80 characters. | 428 |
![]() | Method 'routeNodeHasApproverActionRequest' is not designed for extension - needs to be abstract, final or empty. | 428 |
![]() | Parameter docType should be final. | 428 |
![]() | Parameter docContent should be final. | 428 |
![]() | Parameter nodeName should be final. | 428 |
![]() | Line is longer than 80 characters. | 429 |
![]() | Line contains a tab character. | 429 |
![]() | First sentence should end with a period. | 432 |
![]() | Line is longer than 80 characters. | 433 |
![]() | Line has trailing spaces. | 435 |
![]() | Line is longer than 80 characters. | 436 |
![]() | Unused @param tag for 'userId'. | 436 |
![]() | Line is longer than 80 characters. | 438 |
![]() | Line is longer than 80 characters. | 441 |
![]() | Method 'performDocumentSearch' is not designed for extension - needs to be abstract, final or empty. | 441 |
![]() | Parameter principalId should be final. | 441 |
![]() | Expected @param tag for 'principalId'. | 441 |
![]() | Parameter criteriaVO should be final. | 441 |
![]() | Expected @throws tag for 'WorkflowException'. | 441 |
![]() | Line is longer than 80 characters. | 442 |
![]() | Line contains a tab character. | 442 |
![]() | First sentence should end with a period. | 445 |
![]() | Line is longer than 80 characters. | 446 |
![]() | Line has trailing spaces. | 447 |
![]() | Line is longer than 80 characters. | 449 |
![]() | Line is longer than 80 characters. | 452 |
![]() | Method 'performDocumentSearch' is not designed for extension - needs to be abstract, final or empty. | 452 |
![]() | Parameter criteriaVO should be final. | 452 |
![]() | Expected @throws tag for 'WorkflowException'. | 452 |
![]() | Line contains a tab character. | 453 |
![]() | First sentence should end with a period. | 456 |
![]() | Line is longer than 80 characters. | 458 |
![]() | Line is longer than 80 characters. | 460 |
![]() | Line is longer than 80 characters. | 463 |
![]() | Method 'getDocumentContent' is not designed for extension - needs to be abstract, final or empty. | 463 |
![]() | Parameter routeHeaderId should be final. | 463 |
![]() | Line contains a tab character. | 464 |
![]() | First sentence should end with a period. | 467 |
![]() | Line is longer than 80 characters. | 474 |
![]() | Method 'getPreviousRouteNodeNames' is not designed for extension - needs to be abstract, final or empty. | 474 |
![]() | Parameter documentId should be final. | 474 |
![]() | Line contains a tab character. | 475 |
![]() | First sentence should end with a period. | 478 |
![]() | Line is longer than 80 characters. | 479 |
![]() | Line has trailing spaces. | 482 |
![]() | Line is longer than 80 characters. | 482 |
![]() | Line is longer than 80 characters. | 483 |
![]() | Line is longer than 80 characters. | 484 |
![]() | Line is longer than 80 characters. | 486 |
![]() | Line is longer than 80 characters. | 488 |
![]() | Method 'documentWillHaveAtLeastOneActionRequest' is not designed for extension - needs to be abstract, final or empty. | 488 |
![]() | Parameter reportCriteriaDTO should be final. | 488 |
![]() | Parameter actionRequestedCodes should be final. | 488 |
![]() | Parameter ignoreCurrentActionRequests should be final. | 488 |
![]() | Line is longer than 80 characters. | 489 |
![]() | Line contains a tab character. | 489 |
![]() | Line is longer than 80 characters. | 493 |
![]() | Line has trailing spaces. | 494 |
![]() | Line is longer than 80 characters. | 495 |
![]() | Expected an @return tag. | 497 |
![]() | Line is longer than 80 characters. | 497 |
![]() | Method 'documentWillHaveAtLeastOneActionRequest' is not designed for extension - needs to be abstract, final or empty. | 497 |
![]() | Parameter reportCriteriaDTO should be final. | 497 |
![]() | Expected @param tag for 'reportCriteriaDTO'. | 497 |
![]() | Parameter actionRequestedCodes should be final. | 497 |
![]() | Expected @param tag for 'actionRequestedCodes'. | 497 |
![]() | Expected @throws tag for 'WorkflowException'. | 497 |
![]() | Line is longer than 80 characters. | 498 |
![]() | Line contains a tab character. | 498 |
![]() | Line is longer than 80 characters. | 504 |
![]() | Expected an @return tag. | 506 |
![]() | Line is longer than 80 characters. | 506 |
![]() | Method 'isLastApproverInRouteLevel' is not designed for extension - needs to be abstract, final or empty. | 506 |
![]() | Parameter routeHeaderId should be final. | 506 |
![]() | Expected @param tag for 'routeHeaderId'. | 506 |
![]() | Parameter principalId should be final. | 506 |
![]() | Expected @param tag for 'principalId'. | 506 |
![]() | Parameter routeLevel should be final. | 506 |
![]() | Expected @param tag for 'routeLevel'. | 506 |
![]() | Expected @throws tag for 'WorkflowException'. | 506 |
![]() | Line is longer than 80 characters. | 507 |
![]() | Line contains a tab character. | 507 |
![]() | Line is longer than 80 characters. | 511 |
![]() | Expected an @return tag. | 513 |
![]() | Line is longer than 80 characters. | 513 |
![]() | Method 'routeLevelHasApproverActionRequest' is not designed for extension - needs to be abstract, final or empty. | 513 |
![]() | Parameter docType should be final. | 513 |
![]() | Expected @param tag for 'docType'. | 513 |
![]() | Parameter docContent should be final. | 513 |
![]() | Expected @param tag for 'docContent'. | 513 |
![]() | Parameter routeLevel should be final. | 513 |
![]() | Expected @param tag for 'routeLevel'. | 513 |
![]() | Expected @throws tag for 'WorkflowException'. | 513 |
![]() | Line is longer than 80 characters. | 514 |
![]() | Line contains a tab character. | 514 |
![]() | Line has trailing spaces. | 516 |
![]() | Line has trailing spaces. | 518 |
![]() | Line is longer than 80 characters. | 519 |
![]() | Line has trailing spaces. | 520 |
![]() | Expected an @return tag. | 526 |
![]() | Line is longer than 80 characters. | 526 |
![]() | Line contains a tab character. | 526 |
![]() | Method 'getPrincipalIdsWithPendingActionRequestByActionRequestedAndDocId' is not designed for extension - needs to be abstract, final or empty. | 526 |
![]() | Parameter actionRequestedCd should be final. | 526 |
![]() | Expected @param tag for 'actionRequestedCd'. | 526 |
![]() | Parameter routeHeaderId should be final. | 526 |
![]() | Expected @param tag for 'routeHeaderId'. | 526 |
![]() | Expected @throws tag for 'WorkflowException'. | 526 |
![]() | Line is longer than 80 characters. | 527 |
![]() | Line contains a tab character. | 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 |
![]() | First sentence should end with a period. | 534 |
![]() | Line has trailing spaces. | 535 |
![]() | Line has trailing spaces. | 536 |
![]() | Line has trailing spaces. | 537 |
![]() | Line has trailing spaces. | 538 |
![]() | Line is longer than 80 characters. | 539 |
![]() | Line contains a tab character. | 539 |
![]() | Line has trailing spaces. | 540 |
![]() | Line contains a tab character. | 540 |
![]() | Expected an @return tag. | 546 |
![]() | Line is longer than 80 characters. | 546 |
![]() | Line contains a tab character. | 546 |
![]() | Method 'getPrincipalIdsInRouteLog' is not designed for extension - needs to be abstract, final or empty. | 546 |
![]() | Parameter routeHeaderId should be final. | 546 |
![]() | Expected @param tag for 'routeHeaderId'. | 546 |
![]() | Parameter lookFuture should be final. | 546 |
![]() | Expected @param tag for 'lookFuture'. | 546 |
![]() | Expected @throws tag for 'WorkflowException'. | 546 |
![]() | 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. | 551 |
![]() | Line has trailing spaces. | 553 |
![]() | Line is longer than 80 characters. | 554 |
![]() | Method 'getDocumentInitiatorPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 554 |
![]() | Missing a Javadoc comment. | 554 |
![]() | '(' is followed by whitespace. | 554 |
![]() | Parameter routeHeaderId should be final. | 554 |
![]() | ')' is preceded with whitespace. | 554 |
![]() | Line is longer than 80 characters. | 555 |
![]() | Line contains a tab character. | 555 |
![]() | Line is longer than 80 characters. | 557 |
![]() | Method 'getDocumentRoutedByPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 557 |
![]() | Missing a Javadoc comment. | 557 |
![]() | '(' is followed by whitespace. | 557 |
![]() | Parameter routeHeaderId should be final. | 557 |
![]() | ')' is preceded with whitespace. | 557 |
![]() | Line is longer than 80 characters. | 558 |
![]() | Line contains a tab character. | 558 |
![]() | Line has trailing spaces. | 560 |
![]() | Line is longer than 80 characters. | 561 |
![]() | Method 'hasRouteNode' is not designed for extension - needs to be abstract, final or empty. | 561 |
![]() | Missing a Javadoc comment. | 561 |
![]() | Parameter documentTypeName should be final. | 561 |
![]() | Parameter routeNodeName should be final. | 561 |
![]() | Line is longer than 80 characters. | 562 |
![]() | Line contains a tab character. | 562 |
![]() | Line has trailing spaces. | 564 |
![]() | Line is longer than 80 characters. | 565 |
![]() | Method 'isCurrentActiveDocumentType' is not designed for extension - needs to be abstract, final or empty. | 565 |
![]() | Missing a Javadoc comment. | 565 |
![]() | Parameter documentTypeName should be final. | 565 |
![]() | Line is longer than 80 characters. | 566 |
![]() | Line contains a tab character. | 566 |
![]() | Line has trailing spaces. | 568 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 54 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Redundant 'public' modifier. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Redundant 'public' modifier. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Redundant 'public' modifier. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Redundant 'public' modifier. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Redundant 'public' modifier. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Redundant 'public' modifier. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Redundant 'public' modifier. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Redundant 'public' modifier. | 88 |
![]() | Line contains a tab character. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Redundant 'public' modifier. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Redundant 'public' modifier. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Redundant 'public' modifier. | 98 |
![]() | 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 contains a tab character. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Redundant 'public' modifier. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Redundant 'public' modifier. | 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. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Redundant 'public' modifier. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Redundant 'public' modifier. | 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. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Redundant 'public' modifier. | 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. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Redundant 'public' modifier. | 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 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Redundant 'public' modifier. | 134 |
![]() | Line is longer than 80 characters. | 135 |
![]() | 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 contains a tab character. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Redundant 'public' modifier. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Redundant 'public' modifier. | 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. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Redundant 'public' modifier. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Redundant 'public' modifier. | 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 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Redundant 'public' modifier. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line has trailing spaces. | 162 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Redundant 'public' modifier. | 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 |
![]() | Missing a Javadoc comment. | 167 |
![]() | Redundant 'public' modifier. | 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. | 172 |
![]() | Line contains a tab character. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Redundant 'public' modifier. | 174 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Expected an @return tag. | 183 |
![]() | Line contains a tab character. | 183 |
![]() | Redundant 'public' modifier. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Expected @param tag for 'documentId'. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Expected @param tag for 'principalId'. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Expected @param tag for 'routeLevel'. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Expected @throws tag for 'WorkflowException'. | 187 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Expected an @return tag. | 192 |
![]() | Line contains a tab character. | 192 |
![]() | Redundant 'public' modifier. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Expected @param tag for 'docType'. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Expected @param tag for 'docContent'. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Expected @param tag for 'routeLevel'. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Expected @throws tag for 'WorkflowException'. | 196 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 200 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Redundant 'public' modifier. | 200 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Redundant 'public' modifier. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 212 |
![]() | Missing a Javadoc comment. | 212 |
![]() | Redundant 'public' modifier. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 216 |
![]() | Missing a Javadoc comment. | 216 |
![]() | Redundant 'public' modifier. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 220 |
![]() | Missing a Javadoc comment. | 220 |
![]() | Redundant 'public' modifier. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 224 |
![]() | Missing a Javadoc comment. | 224 |
![]() | Redundant 'public' modifier. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Redundant 'public' modifier. | 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 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Redundant 'public' modifier. | 234 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line contains a tab character. | 235 |
![]() | 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 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Expected an @return tag. | 242 |
![]() | Line contains a tab character. | 242 |
![]() | Redundant 'public' modifier. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Expected @param tag for 'documentId'. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Expected @throws tag for 'WorkflowException'. | 244 |
![]() | Line contains a tab character. | 246 |
![]() | Missing a Javadoc comment. | 246 |
![]() | Redundant 'public' modifier. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | Missing a Javadoc comment. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 255 |
![]() | Line has trailing spaces. | 256 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line has trailing spaces. | 259 |
![]() | 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 |
![]() | Expected an @return tag. | 265 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Line contains a tab character. | 265 |
![]() | Redundant 'public' modifier. | 265 |
![]() | Line is longer than 80 characters. | 266 |
![]() | Line contains a tab character. | 266 |
![]() | Expected @param tag for 'actionRequestedCd'. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Expected @param tag for 'documentId'. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Expected @throws tag for 'WorkflowException'. | 268 |
![]() | First sentence should end with a period. | 270 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Line has trailing spaces. | 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 |
![]() | Expected an @return tag. | 281 |
![]() | Line contains a tab character. | 281 |
![]() | Redundant 'public' modifier. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Expected @param tag for 'documentId'. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | Expected @param tag for 'lookFuture'. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Expected @throws tag for 'WorkflowException'. | 284 |
![]() | Line contains a tab character. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Line has trailing spaces. | 289 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Expected an @return tag. | 292 |
![]() | Line contains a tab character. | 292 |
![]() | Redundant 'public' modifier. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Expected @param tag for 'documentId'. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Expected @throws tag for 'WorkflowException'. | 294 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line has trailing spaces. | 299 |
![]() | Line contains a tab character. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Expected an @return tag. | 302 |
![]() | Line contains a tab character. | 302 |
![]() | Redundant 'public' modifier. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Expected @param tag for 'documentId'. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Expected @throws tag for 'WorkflowException'. | 304 |
![]() | Line contains a tab character. | 306 |
![]() | Missing a Javadoc comment. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Redundant 'public' modifier. | 307 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line contains a tab character. | 311 |
![]() | Line has trailing spaces. | 312 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Line has trailing spaces. | 315 |
![]() | Line contains a tab character. | 315 |
![]() | Line contains a tab character. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Expected an @return tag. | 320 |
![]() | Line contains a tab character. | 320 |
![]() | Redundant 'public' modifier. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | Expected @param tag for 'documentId'. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Expected @param tag for 'key'. | 322 |
![]() | Line contains a tab character. | 324 |
![]() | Line has trailing spaces. | 325 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line contains a tab character. | 327 |
![]() | Line has trailing spaces. | 328 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Expected an @return tag. | 333 |
![]() | Line contains a tab character. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Redundant 'public' modifier. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Expected @param tag for 'documentId'. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Expected @param tag for 'key'. | 336 |
![]() | Line contains a tab character. | 338 |
![]() | Line has trailing spaces. | 339 |
![]() | Line contains a tab character. | 339 |
![]() | Line contains a tab character. | 340 |
![]() | Line contains a tab character. | 341 |
![]() | Line has trailing spaces. | 342 |
![]() | Line contains a tab character. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | Expected an @return tag. | 347 |
![]() | Line contains a tab character. | 347 |
![]() | Redundant 'public' modifier. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Expected @param tag for 'documentId'. | 348 |
![]() | Line contains a tab character. | 349 |
![]() | Expected @param tag for 'key'. | 349 |
![]() | Line contains a tab character. | 351 |
![]() | Line has trailing spaces. | 352 |
![]() | Line contains a tab character. | 352 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line has trailing spaces. | 355 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 356 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Expected an @return tag. | 360 |
![]() | Line contains a tab character. | 360 |
![]() | Redundant 'public' modifier. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Expected @param tag for 'documentId'. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Expected @param tag for 'key'. | 362 |
![]() | Line contains a tab character. | 364 |
![]() | Missing a Javadoc comment. | 364 |
![]() | Redundant 'public' modifier. | 364 |
![]() | Line contains a tab character. | 365 |
![]() | Line contains a tab character. | 367 |
![]() | Missing a Javadoc comment. | 367 |
![]() | Redundant 'public' modifier. | 367 |
![]() | Line contains a tab character. | 369 |
![]() | Missing a Javadoc comment. | 369 |
![]() | Redundant 'public' modifier. | 369 |
![]() | Line contains a tab character. | 371 |
![]() | Missing a Javadoc comment. | 371 |
![]() | Redundant 'public' modifier. | 371 |
![]() | Line contains a tab character. | 373 |
![]() | Missing a Javadoc comment. | 373 |
![]() | Redundant 'public' modifier. | 373 |
![]() | Line is longer than 80 characters. | 374 |
![]() | Line contains a tab character. | 374 |
![]() | Line contains a tab character. | 375 |
![]() | Line contains a tab character. | 376 |
![]() | Line contains a tab character. | 378 |
![]() | Missing a Javadoc comment. | 378 |
![]() | Redundant 'public' modifier. | 378 |
![]() | Line is longer than 80 characters. | 379 |
![]() | Line contains a tab character. | 379 |
![]() | Line contains a tab character. | 380 |
![]() | Line has trailing spaces. | 381 |
![]() | Line contains a tab character. | 381 |
![]() | Missing a Javadoc comment. | 383 |
![]() | Redundant 'public' modifier. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line has trailing spaces. | 386 |
![]() | Line is longer than 80 characters. | 388 |
![]() | Missing a Javadoc comment. | 388 |
![]() | Redundant 'public' modifier. | 388 |
![]() | Line is longer than 80 characters. | 390 |
![]() | Missing a Javadoc comment. | 390 |
![]() | Redundant 'public' modifier. | 390 |
![]() | Line has trailing spaces. | 391 |
![]() | Missing a Javadoc comment. | 392 |
![]() | Redundant 'public' modifier. | 392 |
![]() | Line has trailing spaces. | 393 |
![]() | Line is longer than 80 characters. | 394 |
![]() | Missing a Javadoc comment. | 394 |
![]() | Redundant 'public' modifier. | 394 |
![]() | Line has trailing spaces. | 395 |
![]() | Line is longer than 80 characters. | 396 |
![]() | Missing a Javadoc comment. | 396 |
![]() | Redundant 'public' modifier. | 396 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line contains a tab character. | 18 |
![]() | '=' is not preceded with whitespace. | 18 |
![]() | '=' is not followed by whitespace. | 18 |
![]() | ',' is not followed by whitespace. | 18 |
![]() | '=' is not preceded with whitespace. | 18 |
![]() | '=' is not followed by whitespace. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line contains a tab character. | 19 |
![]() | '=' is not preceded with whitespace. | 19 |
![]() | '=' is not followed by whitespace. | 19 |
![]() | ',' is not followed by whitespace. | 19 |
![]() | '=' is not preceded with whitespace. | 19 |
![]() | '=' is not followed by whitespace. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | '=' is not preceded with whitespace. | 20 |
![]() | '=' is not followed by whitespace. | 20 |
![]() | ',' is not followed by whitespace. | 20 |
![]() | '=' is not preceded with whitespace. | 20 |
![]() | '=' is not followed by whitespace. | 20 |
![]() | Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Unused import - org.kuali.rice.kew.identity.PrincipalName. | 19 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter authenticationId should be final. | 35 |
![]() | 'authenticationId' hides a field. | 35 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line has trailing spaces. | 45 |
![]() | Method 'getAuthenticationId' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Method 'setAuthenticationId' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter authenticationId should be final. | 50 |
![]() | 'authenticationId' hides a field. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Avoid inline conditionals. | 51 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Expected an @return tag. | 68 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Parameter obj should be final. | 68 |
![]() | Expected @param tag for 'obj'. | 68 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Avoid inline conditionals. | 84 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Unused import - org.kuali.rice.kew.identity.EmployeeId. | 19 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter emplId should be final. | 36 |
![]() | 'emplId' hides a field. | 36 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line has trailing spaces. | 46 |
![]() | Method 'getEmplId' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'setEmplId' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter emplId should be final. | 51 |
![]() | 'emplId' hides a field. | 51 |
![]() | Avoid inline conditionals. | 52 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Expected an @return tag. | 67 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Parameter obj should be final. | 67 |
![]() | Expected @param tag for 'obj'. | 67 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Avoid inline conditionals. | 83 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 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 |
![]() | Method 'isCreateSupported' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'setCreateSupported' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter createSupported should be final. | 40 |
![]() | 'createSupported' hides a field. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Method 'isEditSupported' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Method 'setEditSupported' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter editSupported should be final. | 46 |
![]() | 'editSupported' hides a field. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Method 'isLookupSupported' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'setLookupSupported' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter lookupSupported should be final. | 52 |
![]() | 'lookupSupported' hides a field. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Method 'isReportSupported' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Method 'setReportSupported' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Parameter reportSupported should be final. | 58 |
![]() | 'reportSupported' 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 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Missing a Javadoc comment. | 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 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 27 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Expected an @return tag. | 30 |
![]() | Redundant 'public' modifier. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | Unused import - org.kuali.rice.kew.identity.PrincipalId. | 19 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter workflowId should be final. | 34 |
![]() | 'workflowId' hides a field. | 34 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line has trailing spaces. | 44 |
![]() | Method 'getWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Method 'setWorkflowId' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter workflowId should be final. | 49 |
![]() | 'workflowId' hides a field. | 49 |
![]() | Avoid inline conditionals. | 50 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Method 'isEmpty' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Expected an @return tag. | 65 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter obj should be final. | 65 |
![]() | Expected @param tag for 'obj'. | 65 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Avoid inline conditionals. | 79 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 39 |
![]() | First sentence should end with a period. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line is longer than 80 characters. | 45 |
![]() | First sentence should end with a period. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Missing a Javadoc comment. | 137 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Line has trailing spaces. | 179 |
![]() | Missing a Javadoc comment. | 179 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line has trailing spaces. | 185 |
![]() | Line has trailing spaces. | 186 |
![]() | Missing a Javadoc comment. | 187 |
![]() | '=' is not preceded with whitespace. | 187 |
![]() | '=' is not followed by whitespace. | 187 |
![]() | Missing a Javadoc comment. | 188 |
![]() | '=' is not preceded with whitespace. | 188 |
![]() | '=' is not followed by whitespace. | 188 |
![]() | Missing a Javadoc comment. | 189 |
![]() | '=' is not preceded with whitespace. | 189 |
![]() | '=' is not followed by whitespace. | 189 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Missing a Javadoc comment. | 190 |
![]() | '=' is not preceded with whitespace. | 190 |
![]() | '=' is not followed by whitespace. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Missing a Javadoc comment. | 191 |
![]() | '=' is not preceded with whitespace. | 191 |
![]() | '=' is not followed by whitespace. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | '=' is not preceded with whitespace. | 192 |
![]() | '=' is not followed by whitespace. | 192 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Missing a Javadoc comment. | 196 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Missing a Javadoc comment. | 198 |
![]() | Missing a Javadoc comment. | 199 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Missing a Javadoc comment. | 204 |
![]() | Missing a Javadoc comment. | 205 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Missing a Javadoc comment. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Missing a Javadoc comment. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Missing a Javadoc comment. | 210 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Missing a Javadoc comment. | 211 |
![]() | Line is longer than 80 characters. | 212 |
![]() | Missing a Javadoc comment. | 212 |
![]() | Line is longer than 80 characters. | 213 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Missing a Javadoc comment. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Missing a Javadoc comment. | 224 |
![]() | Missing a Javadoc comment. | 225 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Missing a Javadoc comment. | 228 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Missing a Javadoc comment. | 232 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Missing a Javadoc comment. | 235 |
![]() | Missing a Javadoc comment. | 236 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Missing a Javadoc comment. | 241 |
![]() | Missing a Javadoc comment. | 242 |
![]() | First sentence should end with a period. | 244 |
![]() | Missing a Javadoc comment. | 246 |
![]() | Missing a Javadoc comment. | 248 |
![]() | Missing a Javadoc comment. | 250 |
![]() | Missing a Javadoc comment. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Missing a Javadoc comment. | 253 |
![]() | Line is longer than 80 characters. | 254 |
![]() | Missing a Javadoc comment. | 254 |
![]() | Missing a Javadoc comment. | 256 |
![]() | Line contains a tab character. | 260 |
![]() | 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 contains a tab character. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Line 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 is longer than 80 characters. | 281 |
![]() | Line contains a tab character. | 281 |
![]() | Line is longer than 80 characters. | 282 |
![]() | Line contains a tab character. | 282 |
![]() | Line is longer than 80 characters. | 283 |
![]() | Line contains a tab character. | 283 |
![]() | Missing a Javadoc comment. | 287 |
![]() | Line is longer than 80 characters. | 291 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Line is longer than 80 characters. | 296 |
![]() | Line is longer than 80 characters. | 297 |
![]() | Line is longer than 80 characters. | 298 |
![]() | Line is longer than 80 characters. | 299 |
![]() | Line is longer than 80 characters. | 300 |
![]() | Line is longer than 80 characters. | 301 |
![]() | Line is longer than 80 characters. | 302 |
![]() | Line is longer than 80 characters. | 303 |
![]() | Line is longer than 80 characters. | 306 |
![]() | Line is longer than 80 characters. | 307 |
![]() | Missing a Javadoc comment. | 307 |
![]() | Line is longer than 80 characters. | 308 |
![]() | Missing a Javadoc comment. | 308 |
![]() | Missing a Javadoc comment. | 310 |
![]() | Line is longer than 80 characters. | 326 |
![]() | Line is longer than 80 characters. | 327 |
![]() | Missing a Javadoc comment. | 328 |
![]() | Line contains a tab character. | 330 |
![]() | ',' is not followed by whitespace. | 330 |
![]() | Line is longer than 80 characters. | 331 |
![]() | Line contains a tab character. | 331 |
![]() | ',' is not followed by whitespace. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | ',' is not followed by whitespace. | 332 |
![]() | Line is longer than 80 characters. | 333 |
![]() | Line contains a tab character. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Missing a Javadoc comment. | 337 |
![]() | Missing a Javadoc comment. | 338 |
![]() | Line is longer than 80 characters. | 340 |
![]() | Line is longer than 80 characters. | 341 |
![]() | Missing a Javadoc comment. | 341 |
![]() | Line is longer than 80 characters. | 342 |
![]() | Missing a Javadoc comment. | 342 |
![]() | Line is longer than 80 characters. | 343 |
![]() | Missing a Javadoc comment. | 343 |
![]() | Missing a Javadoc comment. | 344 |
![]() | Line is longer than 80 characters. | 345 |
![]() | Missing a Javadoc comment. | 347 |
![]() | Line is longer than 80 characters. | 350 |
![]() | Line is longer than 80 characters. | 352 |
![]() | Line is longer than 80 characters. | 354 |
![]() | Line is longer than 80 characters. | 356 |
![]() | Line is longer than 80 characters. | 357 |
![]() | Missing a Javadoc comment. | 357 |
![]() | First sentence should end with a period. | 358 |
![]() | Line is longer than 80 characters. | 359 |
![]() | First sentence should end with a period. | 360 |
![]() | Line is longer than 80 characters. | 363 |
![]() | Line is longer than 80 characters. | 366 |
![]() | Missing a Javadoc comment. | 366 |
![]() | First sentence should end with a period. | 367 |
![]() | Line is longer than 80 characters. | 367 |
![]() | Line is longer than 80 characters. | 369 |
![]() | Missing a Javadoc comment. | 369 |
![]() | Missing a Javadoc comment. | 370 |
![]() | First sentence should end with a period. | 371 |
![]() | Missing a Javadoc comment. | 373 |
![]() | First sentence should end with a period. | 374 |
![]() | Missing a Javadoc comment. | 376 |
![]() | Missing a Javadoc comment. | 377 |
![]() | First sentence should end with a period. | 378 |
![]() | Missing a Javadoc comment. | 380 |
![]() | Line is longer than 80 characters. | 381 |
![]() | Missing a Javadoc comment. | 383 |
![]() | First sentence should end with a period. | 384 |
![]() | Missing a Javadoc comment. | 386 |
![]() | Line is longer than 80 characters. | 387 |
![]() | Missing a Javadoc comment. | 389 |
![]() | Missing a Javadoc comment. | 392 |
![]() | Line has trailing spaces. | 395 |
![]() | Missing a Javadoc comment. | 396 |
![]() | Name 'UNKNOWN_STATUS' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 396 |
![]() | Variable 'UNKNOWN_STATUS' must be private and have accessor methods. | 396 |
![]() | First sentence should end with a period. | 398 |
![]() | Line is longer than 80 characters. | 399 |
![]() | Line is longer than 80 characters. | 400 |
![]() | Missing a Javadoc comment. | 400 |
![]() | Missing a Javadoc comment. | 401 |
![]() | Line is longer than 80 characters. | 402 |
![]() | Missing a Javadoc comment. | 402 |
![]() | Line is longer than 80 characters. | 403 |
![]() | Missing a Javadoc comment. | 403 |
![]() | Line is longer than 80 characters. | 404 |
![]() | Missing a Javadoc comment. | 404 |
![]() | Missing a Javadoc comment. | 405 |
![]() | Line is longer than 80 characters. | 406 |
![]() | Missing a Javadoc comment. | 406 |
![]() | Missing a Javadoc comment. | 407 |
![]() | Line is longer than 80 characters. | 408 |
![]() | Missing a Javadoc comment. | 408 |
![]() | Missing a Javadoc comment. | 409 |
![]() | Line is longer than 80 characters. | 410 |
![]() | Missing a Javadoc comment. | 410 |
![]() | Missing a Javadoc comment. | 411 |
![]() | Line is longer than 80 characters. | 412 |
![]() | Missing a Javadoc comment. | 412 |
![]() | Missing a Javadoc comment. | 413 |
![]() | Missing a Javadoc comment. | 414 |
![]() | Missing a Javadoc comment. | 415 |
![]() | Missing a Javadoc comment. | 416 |
![]() | Missing a Javadoc comment. | 417 |
![]() | Line is longer than 80 characters. | 418 |
![]() | Missing a Javadoc comment. | 418 |
![]() | Missing a Javadoc comment. | 419 |
![]() | Missing a Javadoc comment. | 420 |
![]() | Missing a Javadoc comment. | 421 |
![]() | First sentence should end with a period. | 422 |
![]() | Missing a Javadoc comment. | 424 |
![]() | First sentence should end with a period. | 425 |
![]() | Missing a Javadoc comment. | 427 |
![]() | First sentence should end with a period. | 428 |
![]() | Missing a Javadoc comment. | 430 |
![]() | Missing a Javadoc comment. | 433 |
![]() | Missing a Javadoc comment. | 436 |
![]() | Missing a Javadoc comment. | 439 |
![]() | Missing a Javadoc comment. | 442 |
![]() | Missing a Javadoc comment. | 445 |
![]() | First sentence should end with a period. | 448 |
![]() | Line is longer than 80 characters. | 450 |
![]() | Missing a Javadoc comment. | 450 |
![]() | First sentence should end with a period. | 451 |
![]() | Line is longer than 80 characters. | 451 |
![]() | Missing a Javadoc comment. | 453 |
![]() | First sentence should end with a period. | 454 |
![]() | Line is longer than 80 characters. | 454 |
![]() | Line is longer than 80 characters. | 456 |
![]() | Missing a Javadoc comment. | 456 |
![]() | First sentence should end with a period. | 457 |
![]() | Line is longer than 80 characters. | 458 |
![]() | Line is longer than 80 characters. | 459 |
![]() | Missing a Javadoc comment. | 459 |
![]() | First sentence should end with a period. | 460 |
![]() | Missing a Javadoc comment. | 462 |
![]() | First sentence should end with a period. | 464 |
![]() | Missing a Javadoc comment. | 466 |
![]() | Line is longer than 80 characters. | 467 |
![]() | Missing a Javadoc comment. | 467 |
![]() | Line is longer than 80 characters. | 468 |
![]() | Missing a Javadoc comment. | 468 |
![]() | First sentence should end with a period. | 469 |
![]() | Line is longer than 80 characters. | 472 |
![]() | Missing a Javadoc comment. | 475 |
![]() | Line is longer than 80 characters. | 476 |
![]() | Missing a Javadoc comment. | 476 |
![]() | Line is longer than 80 characters. | 479 |
![]() | Line is longer than 80 characters. | 482 |
![]() | Missing a Javadoc comment. | 482 |
![]() | Missing a Javadoc comment. | 483 |
![]() | Missing a Javadoc comment. | 484 |
![]() | First sentence should end with a period. | 486 |
![]() | Missing a Javadoc comment. | 488 |
![]() | Missing a Javadoc comment. | 489 |
![]() | First sentence should end with a period. | 491 |
![]() | Missing a Javadoc comment. | 493 |
![]() | Missing a Javadoc comment. | 494 |
![]() | Missing a Javadoc comment. | 496 |
![]() | Missing a Javadoc comment. | 497 |
![]() | Missing a Javadoc comment. | 499 |
![]() | Missing a Javadoc comment. | 500 |
![]() | Line is longer than 80 characters. | 502 |
![]() | Missing a Javadoc comment. | 502 |
![]() | Line is longer than 80 characters. | 504 |
![]() | Line contains a tab character. | 504 |
![]() | Line is longer than 80 characters. | 505 |
![]() | Line contains a tab character. | 505 |
![]() | Missing a Javadoc comment. | 508 |
![]() | Missing a Javadoc comment. | 509 |
![]() | First sentence should end with a period. | 512 |
![]() | First sentence should end with a period. | 514 |
![]() | First sentence should end with a period. | 516 |
![]() | First sentence should end with a period. | 519 |
![]() | Line is longer than 80 characters. | 524 |
![]() | Missing a Javadoc comment. | 527 |
![]() | First sentence should end with a period. | 528 |
![]() | Missing a Javadoc comment. | 530 |
![]() | First sentence should end with a period. | 531 |
![]() | Missing a Javadoc comment. | 533 |
![]() | First sentence should end with a period. | 534 |
![]() | Missing a Javadoc comment. | 536 |
![]() | First sentence should end with a period. | 537 |
![]() | Line is longer than 80 characters. | 541 |
![]() | Missing a Javadoc comment. | 541 |
![]() | Line is longer than 80 characters. | 543 |
![]() | Missing a Javadoc comment. | 546 |
![]() | Line is longer than 80 characters. | 548 |
![]() | Missing a Javadoc comment. | 551 |
![]() | Missing a Javadoc comment. | 554 |
![]() | Line is longer than 80 characters. | 555 |
![]() | Missing a Javadoc comment. | 557 |
![]() | Missing a Javadoc comment. | 559 |
![]() | Line is longer than 80 characters. | 560 |
![]() | First sentence should end with a period. | 566 |
![]() | Line is longer than 80 characters. | 569 |
![]() | Line is longer than 80 characters. | 571 |
![]() | Line contains a tab character. | 571 |
![]() | Line is longer than 80 characters. | 572 |
![]() | Line contains a tab character. | 572 |
![]() | 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 |
![]() | First sentence should end with a period. | 577 |
![]() | Line is longer than 80 characters. | 579 |
![]() | Missing a Javadoc comment. | 579 |
![]() | Line is longer than 80 characters. | 580 |
![]() | Missing a Javadoc comment. | 580 |
![]() | Missing a Javadoc comment. | 581 |
![]() | Missing a Javadoc comment. | 582 |
![]() | Line is longer than 80 characters. | 583 |
![]() | Missing a Javadoc comment. | 583 |
![]() | Line is longer than 80 characters. | 584 |
![]() | Missing a Javadoc comment. | 584 |
![]() | Missing a Javadoc comment. | 585 |
![]() | Missing a Javadoc comment. | 587 |
![]() | Missing a Javadoc comment. | 588 |
![]() | Missing a Javadoc comment. | 589 |
![]() | Missing a Javadoc comment. | 590 |
![]() | Missing a Javadoc comment. | 591 |
![]() | Missing a Javadoc comment. | 592 |
![]() | Missing a Javadoc comment. | 594 |
![]() | Missing a Javadoc comment. | 595 |
![]() | Missing a Javadoc comment. | 596 |
![]() | Missing a Javadoc comment. | 598 |
![]() | Line contains a tab character. | 599 |
![]() | Missing a Javadoc comment. | 599 |
![]() | Line contains a tab character. | 600 |
![]() | Missing a Javadoc comment. | 600 |
![]() | Line is longer than 80 characters. | 602 |
![]() | Missing a Javadoc comment. | 602 |
![]() | Line is longer than 80 characters. | 604 |
![]() | Line contains a tab character. | 604 |
![]() | Line is longer than 80 characters. | 605 |
![]() | Line contains a tab character. | 605 |
![]() | Line is longer than 80 characters. | 606 |
![]() | Line contains a tab character. | 606 |
![]() | Missing a Javadoc comment. | 609 |
![]() | Missing a Javadoc comment. | 611 |
![]() | Utility classes should not have a public or default constructor. | 611 |
![]() | Line is longer than 80 characters. | 612 |
![]() | Missing a Javadoc comment. | 612 |
![]() | Missing a Javadoc comment. | 613 |
![]() | Missing a Javadoc comment. | 614 |
![]() | Missing a Javadoc comment. | 615 |
![]() | Missing a Javadoc comment. | 616 |
![]() | Missing a Javadoc comment. | 617 |
![]() | Missing a Javadoc comment. | 618 |
![]() | Missing a Javadoc comment. | 619 |
![]() | Missing a Javadoc comment. | 620 |
![]() | Missing a Javadoc comment. | 621 |
![]() | Missing a Javadoc comment. | 622 |
![]() | Missing a Javadoc comment. | 623 |
![]() | Missing a Javadoc comment. | 624 |
![]() | Missing a Javadoc comment. | 625 |
![]() | Line is longer than 80 characters. | 626 |
![]() | Missing a Javadoc comment. | 626 |
![]() | Missing a Javadoc comment. | 627 |
![]() | Missing a Javadoc comment. | 628 |
![]() | Line is longer than 80 characters. | 629 |
![]() | Missing a Javadoc comment. | 629 |
![]() | Missing a Javadoc comment. | 630 |
![]() | Line is longer than 80 characters. | 631 |
![]() | Missing a Javadoc comment. | 631 |
![]() | Missing a Javadoc comment. | 632 |
![]() | Missing a Javadoc comment. | 633 |
![]() | Line is longer than 80 characters. | 634 |
![]() | Missing a Javadoc comment. | 634 |
![]() | Missing a Javadoc comment. | 635 |
![]() | Line is longer than 80 characters. | 636 |
![]() | Missing a Javadoc comment. | 636 |
![]() | Line is longer than 80 characters. | 637 |
![]() | Missing a Javadoc comment. | 637 |
![]() | Line is longer than 80 characters. | 638 |
![]() | Missing a Javadoc comment. | 638 |
![]() | Line is longer than 80 characters. | 639 |
![]() | Missing a Javadoc comment. | 639 |
![]() | Line is longer than 80 characters. | 640 |
![]() | Missing a Javadoc comment. | 640 |
![]() | Line is longer than 80 characters. | 641 |
![]() | Missing a Javadoc comment. | 641 |
![]() | Missing a Javadoc comment. | 642 |
![]() | Missing a Javadoc comment. | 643 |
![]() | Missing a Javadoc comment. | 644 |
![]() | Line is longer than 80 characters. | 645 |
![]() | Missing a Javadoc comment. | 645 |
![]() | Missing a Javadoc comment. | 646 |
![]() | Missing a Javadoc comment. | 647 |
![]() | Missing a Javadoc comment. | 648 |
![]() | Line is longer than 80 characters. | 649 |
![]() | Missing a Javadoc comment. | 649 |
![]() | Missing a Javadoc comment. | 650 |
![]() | Missing a Javadoc comment. | 651 |
![]() | Missing a Javadoc comment. | 652 |
![]() | Line is longer than 80 characters. | 653 |
![]() | Missing a Javadoc comment. | 653 |
![]() | Missing a Javadoc comment. | 654 |
![]() | Line is longer than 80 characters. | 655 |
![]() | Missing a Javadoc comment. | 655 |
![]() | Missing a Javadoc comment. | 656 |
![]() | Missing a Javadoc comment. | 657 |
![]() | Missing a Javadoc comment. | 658 |
![]() | Missing a Javadoc comment. | 659 |
![]() | Missing a Javadoc comment. | 660 |
![]() | Missing a Javadoc comment. | 661 |
![]() | Line is longer than 80 characters. | 662 |
![]() | Missing a Javadoc comment. | 662 |
![]() | Missing a Javadoc comment. | 665 |
![]() | Missing a Javadoc comment. | 666 |
![]() | Missing a Javadoc comment. | 667 |
![]() | Missing a Javadoc comment. | 669 |
![]() | Missing a Javadoc comment. | 671 |
![]() | Missing a Javadoc comment. | 672 |
![]() | Missing a Javadoc comment. | 673 |
![]() | Missing a Javadoc comment. | 674 |
![]() | Line is longer than 80 characters. | 675 |
![]() | Missing a Javadoc comment. | 675 |
![]() | Line is longer than 80 characters. | 676 |
![]() | Missing a Javadoc comment. | 676 |
![]() | Missing a Javadoc comment. | 678 |
![]() | Line is longer than 80 characters. | 681 |
![]() | Line is longer than 80 characters. | 682 |
![]() | Line is longer than 80 characters. | 683 |
![]() | Missing a Javadoc comment. | 686 |
![]() | '{' is not preceded with whitespace. | 687 |
![]() | Line is longer than 80 characters. | 689 |
![]() | Line is longer than 80 characters. | 690 |
![]() | Line is longer than 80 characters. | 691 |
![]() | Line is longer than 80 characters. | 692 |
![]() | Missing a Javadoc comment. | 695 |
![]() | Line is longer than 80 characters. | 698 |
![]() | Line is longer than 80 characters. | 699 |
![]() | Line is longer than 80 characters. | 700 |
![]() | Missing a Javadoc comment. | 703 |
![]() | '{' is not preceded with whitespace. | 704 |
![]() | Line is longer than 80 characters. | 706 |
![]() | Line is longer than 80 characters. | 707 |
![]() | Line is longer than 80 characters. | 708 |
![]() | Line is longer than 80 characters. | 709 |
![]() | Line is longer than 80 characters. | 710 |
![]() | Line is longer than 80 characters. | 711 |
![]() | Line is longer than 80 characters. | 712 |
![]() | Line is longer than 80 characters. | 713 |
![]() | Line is longer than 80 characters. | 714 |
![]() | Line is longer than 80 characters. | 715 |
![]() | Line is longer than 80 characters. | 716 |
![]() | Line is longer than 80 characters. | 717 |
![]() | Line is longer than 80 characters. | 718 |
![]() | Line is longer than 80 characters. | 719 |
![]() | Line is longer than 80 characters. | 720 |
![]() | Line is longer than 80 characters. | 721 |
![]() | Line is longer than 80 characters. | 722 |
![]() | Line is longer than 80 characters. | 723 |
![]() | Line is longer than 80 characters. | 724 |
![]() | Line is longer than 80 characters. | 725 |
![]() | Missing a Javadoc comment. | 728 |
![]() | Missing a Javadoc comment. | 729 |
![]() | Missing a Javadoc comment. | 730 |
![]() | Line is longer than 80 characters. | 731 |
![]() | Missing a Javadoc comment. | 731 |
![]() | Line is longer than 80 characters. | 732 |
![]() | Missing a Javadoc comment. | 732 |
![]() | '+' is not preceded with whitespace. | 732 |
![]() | '+' is not followed by whitespace. | 732 |
![]() | '+' is not preceded with whitespace. | 732 |
![]() | '+' is not followed by whitespace. | 732 |
![]() | Line is longer than 80 characters. | 733 |
![]() | Missing a Javadoc comment. | 733 |
![]() | '+' is not preceded with whitespace. | 733 |
![]() | '+' is not followed by whitespace. | 733 |
![]() | '+' is not preceded with whitespace. | 733 |
![]() | '+' is not followed by whitespace. | 733 |
![]() | '+' is not preceded with whitespace. | 733 |
![]() | '+' is not followed by whitespace. | 733 |
![]() | '+' is not preceded with whitespace. | 733 |
![]() | '+' is not followed by whitespace. | 733 |
![]() | Missing a Javadoc comment. | 735 |
![]() | Missing a Javadoc comment. | 736 |
![]() | Line is longer than 80 characters. | 738 |
![]() | Missing a Javadoc comment. | 738 |
![]() | Missing a Javadoc comment. | 739 |
![]() | Missing a Javadoc comment. | 743 |
![]() | Line is longer than 80 characters. | 744 |
![]() | Missing a Javadoc comment. | 744 |
![]() | Missing a Javadoc comment. | 745 |
![]() | Line is longer than 80 characters. | 746 |
![]() | Missing a Javadoc comment. | 746 |
![]() | Missing a Javadoc comment. | 747 |
![]() | Missing a Javadoc comment. | 748 |
![]() | Missing a Javadoc comment. | 749 |
![]() | Line is longer than 80 characters. | 750 |
![]() | Missing a Javadoc comment. | 750 |
![]() | Line is longer than 80 characters. | 751 |
![]() | Missing a Javadoc comment. | 751 |
![]() | Line is longer than 80 characters. | 752 |
![]() | Missing a Javadoc comment. | 752 |
![]() | Line is longer than 80 characters. | 753 |
![]() | Missing a Javadoc comment. | 753 |
![]() | Line is longer than 80 characters. | 754 |
![]() | Missing a Javadoc comment. | 754 |
![]() | Line is longer than 80 characters. | 755 |
![]() | Missing a Javadoc comment. | 755 |
![]() | Line is longer than 80 characters. | 756 |
![]() | Missing a Javadoc comment. | 756 |
![]() | Line is longer than 80 characters. | 757 |
![]() | Missing a Javadoc comment. | 757 |
![]() | Missing a Javadoc comment. | 759 |
![]() | Line is longer than 80 characters. | 760 |
![]() | Missing a Javadoc comment. | 760 |
![]() | Line is longer than 80 characters. | 761 |
![]() | Missing a Javadoc comment. | 761 |
![]() | Line is longer than 80 characters. | 762 |
![]() | Missing a Javadoc comment. | 762 |
![]() | Line is longer than 80 characters. | 763 |
![]() | Missing a Javadoc comment. | 763 |
![]() | Missing a Javadoc comment. | 764 |
![]() | Missing a Javadoc comment. | 765 |
![]() | Line is longer than 80 characters. | 766 |
![]() | Missing a Javadoc comment. | 766 |
![]() | Line is longer than 80 characters. | 767 |
![]() | Missing a Javadoc comment. | 767 |
![]() | Line is longer than 80 characters. | 768 |
![]() | Missing a Javadoc comment. | 768 |
![]() | Line is longer than 80 characters. | 769 |
![]() | Missing a Javadoc comment. | 769 |
![]() | Line is longer than 80 characters. | 770 |
![]() | Missing a Javadoc comment. | 770 |
![]() | Line is longer than 80 characters. | 771 |
![]() | Missing a Javadoc comment. | 771 |
![]() | Line is longer than 80 characters. | 772 |
![]() | Missing a Javadoc comment. | 772 |
![]() | Line is longer than 80 characters. | 773 |
![]() | Missing a Javadoc comment. | 773 |
![]() | Missing a Javadoc comment. | 775 |
![]() | Line contains a tab character. | 776 |
![]() | Missing a Javadoc comment. | 793 |
![]() | Line contains a tab character. | 795 |
![]() | Line is longer than 80 characters. | 796 |
![]() | Line contains a tab character. | 796 |
![]() | Line is longer than 80 characters. | 797 |
![]() | Line is longer than 80 characters. | 798 |
![]() | Line is longer than 80 characters. | 799 |
![]() | Line is longer than 80 characters. | 800 |
![]() | Line is longer than 80 characters. | 801 |
![]() | Line is longer than 80 characters. | 802 |
![]() | Line contains a tab character. | 802 |
![]() | Line is longer than 80 characters. | 803 |
![]() | Line is longer than 80 characters. | 804 |
![]() | Line is longer than 80 characters. | 805 |
![]() | Line is longer than 80 characters. | 806 |
![]() | Line is longer than 80 characters. | 807 |
![]() | Line is longer than 80 characters. | 808 |
![]() | Line is longer than 80 characters. | 809 |
![]() | Line is longer than 80 characters. | 810 |
![]() | Missing a Javadoc comment. | 813 |
![]() | Missing a Javadoc comment. | 814 |
![]() | Missing a Javadoc comment. | 815 |
![]() | Missing a Javadoc comment. | 816 |
![]() | Missing a Javadoc comment. | 817 |
![]() | Missing a Javadoc comment. | 820 |
![]() | Missing a Javadoc comment. | 821 |
![]() | Missing a Javadoc comment. | 822 |
![]() | Missing a Javadoc comment. | 823 |
![]() | Missing a Javadoc comment. | 825 |
![]() | Missing a Javadoc comment. | 827 |
![]() | Missing a Javadoc comment. | 828 |
![]() | Missing a Javadoc comment. | 829 |
![]() | Missing a Javadoc comment. | 832 |
![]() | Missing a Javadoc comment. | 833 |
![]() | Missing a Javadoc comment. | 834 |
![]() | Missing a Javadoc comment. | 837 |
![]() | Missing a Javadoc comment. | 838 |
![]() | Missing a Javadoc comment. | 839 |
![]() | Missing a Javadoc comment. | 841 |
![]() | Line is longer than 80 characters. | 842 |
![]() | Missing a Javadoc comment. | 842 |
![]() | Line is longer than 80 characters. | 844 |
![]() | Missing a Javadoc comment. | 844 |
![]() | Line is longer than 80 characters. | 845 |
![]() | Missing a Javadoc comment. | 845 |
![]() | Line is longer than 80 characters. | 846 |
![]() | Missing a Javadoc comment. | 846 |
![]() | Line is longer than 80 characters. | 847 |
![]() | Missing a Javadoc comment. | 847 |
![]() | Line is longer than 80 characters. | 848 |
![]() | Missing a Javadoc comment. | 848 |
![]() | Missing a Javadoc comment. | 851 |
![]() | Missing a Javadoc comment. | 852 |
![]() | Missing a Javadoc comment. | 853 |
![]() | Missing a Javadoc comment. | 854 |
![]() | Missing a Javadoc comment. | 855 |
![]() | Missing a Javadoc comment. | 857 |
![]() | Line contains a tab character. | 859 |
![]() | Line contains a tab character. | 860 |
![]() | Line contains a tab character. | 861 |
![]() | Line contains a tab character. | 862 |
![]() | Line is longer than 80 characters. | 866 |
![]() | Missing a Javadoc comment. | 866 |
![]() | Line is longer than 80 characters. | 867 |
![]() | Missing a Javadoc comment. | 867 |
![]() | Missing a Javadoc comment. | 868 |
![]() | Line is longer than 80 characters. | 871 |
![]() | Missing a Javadoc comment. | 871 |
![]() | Line contains a tab character. | 872 |
![]() | Missing a Javadoc comment. | 872 |
![]() | Line contains a tab character. | 874 |
![]() | Missing a Javadoc comment. | 874 |
![]() | Missing a Javadoc comment. | 876 |
![]() | Line is longer than 80 characters. | 878 |
![]() | Missing a Javadoc comment. | 878 |
![]() | Line is longer than 80 characters. | 879 |
![]() | Missing a Javadoc comment. | 879 |
![]() | Line is longer than 80 characters. | 880 |
![]() | Missing a Javadoc comment. | 880 |
![]() | Missing a Javadoc comment. | 881 |
![]() | Missing a Javadoc comment. | 882 |
![]() | Line is longer than 80 characters. | 884 |
![]() | Missing a Javadoc comment. | 884 |
![]() | Missing a Javadoc comment. | 885 |
![]() | Line is longer than 80 characters. | 889 |
![]() | Missing a Javadoc comment. | 889 |
![]() | Line is longer than 80 characters. | 890 |
![]() | Missing a Javadoc comment. | 890 |
![]() | Line is longer than 80 characters. | 891 |
![]() | Missing a Javadoc comment. | 891 |
![]() | Line is longer than 80 characters. | 892 |
![]() | Missing a Javadoc comment. | 892 |
![]() | Line is longer than 80 characters. | 893 |
![]() | Missing a Javadoc comment. | 893 |
![]() | Line is longer than 80 characters. | 894 |
![]() | Missing a Javadoc comment. | 894 |
![]() | Missing a Javadoc comment. | 897 |
![]() | Missing a Javadoc comment. | 898 |
![]() | Missing a Javadoc comment. | 899 |
![]() | Missing a Javadoc comment. | 900 |
![]() | Missing a Javadoc comment. | 901 |
![]() | Line is longer than 80 characters. | 904 |
![]() | Missing a Javadoc comment. | 904 |
![]() | Line is longer than 80 characters. | 905 |
![]() | Missing a Javadoc comment. | 905 |
![]() | Line is longer than 80 characters. | 906 |
![]() | Missing a Javadoc comment. | 906 |
![]() | Missing a Javadoc comment. | 907 |
![]() | ',' is not followed by whitespace. | 907 |
![]() | ',' is not followed by whitespace. | 909 |
![]() | Line is longer than 80 characters. | 910 |
![]() | Line is longer than 80 characters. | 911 |
![]() | Line is longer than 80 characters. | 912 |
![]() | Line is longer than 80 characters. | 917 |
![]() | Line contains a tab character. | 917 |
![]() | Missing a Javadoc comment. | 917 |
![]() | Line is longer than 80 characters. | 919 |
![]() | Line contains a tab character. | 919 |
![]() | Missing a Javadoc comment. | 919 |
![]() | Line is longer than 80 characters. | 921 |
![]() | Line contains a tab character. | 921 |
![]() | Missing a Javadoc comment. | 921 |
![]() | Line is longer than 80 characters. | 922 |
![]() | Missing a Javadoc comment. | 922 |
![]() | Line is longer than 80 characters. | 923 |
![]() | Missing a Javadoc comment. | 923 |
![]() | Line contains a tab character. | 925 |
![]() | Missing a Javadoc comment. | 925 |
![]() | Line is longer than 80 characters. | 927 |
![]() | Line contains a tab character. | 927 |
![]() | Missing a Javadoc comment. | 927 |
![]() | Line contains a tab character. | 929 |
![]() | Missing a Javadoc comment. | 929 |
![]() | Line contains a tab character. | 931 |
![]() | Missing a Javadoc comment. | 931 |
![]() | Line contains a tab character. | 933 |
![]() | Missing a Javadoc comment. | 933 |
![]() | Line is longer than 80 characters. | 935 |
![]() | Line contains a tab character. | 935 |
![]() | Missing a Javadoc comment. | 935 |
![]() | Line contains a tab character. | 937 |
![]() | Missing a Javadoc comment. | 937 |
![]() | Line contains a tab character. | 939 |
![]() | Missing a Javadoc comment. | 939 |
![]() | Line contains a tab character. | 941 |
![]() | Missing a Javadoc comment. | 941 |
![]() | Line contains a tab character. | 943 |
![]() | Missing a Javadoc comment. | 943 |
![]() | Line contains a tab character. | 945 |
![]() | Missing a Javadoc comment. | 945 |
![]() | Line contains a tab character. | 947 |
![]() | Missing a Javadoc comment. | 947 |
![]() | Line contains a tab character. | 949 |
![]() | Missing a Javadoc comment. | 949 |
![]() | Line contains a tab character. | 951 |
![]() | Missing a Javadoc comment. | 951 |
![]() | Line contains a tab character. | 953 |
![]() | Missing a Javadoc comment. | 953 |
![]() | Line is longer than 80 characters. | 955 |
![]() | Line contains a tab character. | 955 |
![]() | Missing a Javadoc comment. | 955 |
![]() | Line is longer than 80 characters. | 957 |
![]() | Line contains a tab character. | 957 |
![]() | Missing a Javadoc comment. | 957 |
![]() | Line contains a tab character. | 959 |
![]() | Line is longer than 80 characters. | 961 |
![]() | Line contains a tab character. | 961 |
![]() | Missing a Javadoc comment. | 961 |
![]() | Line contains a tab character. | 962 |
![]() | Missing a Javadoc comment. | 962 |
![]() | Line contains a tab character. | 963 |
![]() | Missing a Javadoc comment. | 963 |
![]() | Line contains a tab character. | 964 |
![]() | Missing a Javadoc comment. | 964 |
![]() | Line contains a tab character. | 966 |
![]() | Line is longer than 80 characters. | 968 |
![]() | Line contains a tab character. | 968 |
![]() | Missing a Javadoc comment. | 968 |
![]() | Line is longer than 80 characters. | 969 |
![]() | Line contains a tab character. | 969 |
![]() | Missing a Javadoc comment. | 969 |
![]() | Line is longer than 80 characters. | 970 |
![]() | Line contains a tab character. | 970 |
![]() | Missing a Javadoc comment. | 970 |
![]() | Line contains a tab character. | 971 |
![]() | Missing a Javadoc comment. | 971 |
![]() | Line contains a tab character. | 972 |
![]() | Missing a Javadoc comment. | 972 |
![]() | Line contains a tab character. | 973 |
![]() | Missing a Javadoc comment. | 973 |
![]() | Line contains a tab character. | 974 |
![]() | Missing a Javadoc comment. | 974 |
![]() | Line is longer than 80 characters. | 975 |
![]() | Line contains a tab character. | 975 |
![]() | Missing a Javadoc comment. | 975 |
![]() | Line has trailing spaces. | 976 |
![]() | Line contains a tab character. | 976 |
![]() | Line is longer than 80 characters. | 979 |
![]() | Missing a Javadoc comment. | 979 |
![]() | Line is longer than 80 characters. | 982 |
![]() | Line contains a tab character. | 982 |
![]() | Missing a Javadoc comment. | 982 |
![]() | Line is longer than 80 characters. | 983 |
![]() | Missing a Javadoc comment. | 983 |
![]() | Line is longer than 80 characters. | 984 |
![]() | Missing a Javadoc comment. | 984 |
![]() | Line is longer than 80 characters. | 985 |
![]() | Missing a Javadoc comment. | 985 |
![]() | Line is longer than 80 characters. | 986 |
![]() | Missing a Javadoc comment. | 986 |
![]() | Missing a Javadoc comment. | 987 |
![]() | Missing a Javadoc comment. | 988 |
![]() | Line is longer than 80 characters. | 989 |
![]() | Missing a Javadoc comment. | 989 |
![]() | Line is longer than 80 characters. | 990 |
![]() | Missing a Javadoc comment. | 990 |
![]() | Line is longer than 80 characters. | 991 |
![]() | Missing a Javadoc comment. | 991 |
![]() | Line is longer than 80 characters. | 992 |
![]() | Missing a Javadoc comment. | 992 |
![]() | Line is longer than 80 characters. | 993 |
![]() | Missing a Javadoc comment. | 993 |
![]() | Missing a Javadoc comment. | 994 |
![]() | Missing a Javadoc comment. | 995 |
![]() | Missing a Javadoc comment. | 996 |
![]() | Line is longer than 80 characters. | 997 |
![]() | Missing a Javadoc comment. | 997 |
![]() | Missing a Javadoc comment. | 998 |
![]() | Line is longer than 80 characters. | 999 |
![]() | Missing a Javadoc comment. | 999 |
![]() | Missing a Javadoc comment. | 1000 |
![]() | Line is longer than 80 characters. | 1001 |
![]() | Missing a Javadoc comment. | 1001 |
![]() | Missing a Javadoc comment. | 1002 |
![]() | Line is longer than 80 characters. | 1003 |
![]() | Missing a Javadoc comment. | 1003 |
![]() | Line is longer than 80 characters. | 1004 |
![]() | Missing a Javadoc comment. | 1004 |
![]() | Line is longer than 80 characters. | 1005 |
![]() | Missing a Javadoc comment. | 1005 |
![]() | Missing a Javadoc comment. | 1008 |
![]() | Missing a Javadoc comment. | 1009 |
![]() | Missing a Javadoc comment. | 1010 |
![]() | Missing a Javadoc comment. | 1011 |
![]() | Missing a Javadoc comment. | 1012 |
![]() | Missing a Javadoc comment. | 1014 |
![]() | Utility classes should not have a public or default constructor. | 1014 |
![]() | Line is longer than 80 characters. | 1015 |
![]() | Missing a Javadoc comment. | 1015 |
![]() | Line is longer than 80 characters. | 1016 |
![]() | Missing a Javadoc comment. | 1016 |
![]() | Missing a Javadoc comment. | 1020 |
![]() | Line is longer than 80 characters. | 1021 |
![]() | Missing a Javadoc comment. | 1021 |
![]() | Line has trailing spaces. | 1022 |
![]() | Line is longer than 80 characters. | 1023 |
![]() | Line contains a tab character. | 1023 |
![]() | Missing a Javadoc comment. | 1023 |
![]() | Line is longer than 80 characters. | 1024 |
![]() | Line contains a tab character. | 1024 |
![]() | Missing a Javadoc comment. | 1024 |
![]() | Line is longer than 80 characters. | 1025 |
![]() | Line contains a tab character. | 1025 |
![]() | Missing a Javadoc comment. | 1025 |
![]() | Line contains a tab character. | 1026 |
![]() | Missing a Javadoc comment. | 1026 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Utility classes should not have a public or default constructor. | 27 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Utility classes should not have a public or default constructor. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Utility classes should not have a public or default constructor. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 20 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Variable 'docId' must be private and have accessor methods. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'docContent' must be private and have accessor methods. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Variable 'title' must be private and have accessor methods. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'notes' must be private and have accessor methods. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'actionRequested' must be private and have accessor methods. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '{' is not followed by whitespace. | 29 |
![]() | '}' is not preceded with whitespace. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Parameter standardResponse should be final. | 30 |
![]() | Method 'getDocContent' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Method 'setDocContent' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter docContent should be final. | 43 |
![]() | 'docContent' hides a field. | 43 |
![]() | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter title should be final. | 49 |
![]() | 'title' hides a field. | 49 |
![]() | Method 'getNotes' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Method 'setNotes' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter notes should be final. | 55 |
![]() | 'notes' hides a field. | 55 |
![]() | Method 'getActionRequested' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Method 'setActionRequested' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter actionRequested should be final. | 61 |
![]() | 'actionRequested' hides a field. | 61 |
![]() | Method 'getDocId' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Method 'setDocId' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter docId should be final. | 67 |
![]() | 'docId' hides a field. | 67 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 18 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'errorMessage' must be private and have accessor methods. | 22 |
![]() | Method 'getErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Method 'setErrorMessage' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter errorMessage should be final. | 26 |
![]() | 'errorMessage' hides a field. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 20 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Method 'getAuthor' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Method 'setAuthor' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter author should be final. | 32 |
![]() | 'author' hides a field. | 32 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter id should be final. | 38 |
![]() | 'id' hides a field. | 38 |
![]() | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter timestamp should be final. | 44 |
![]() | 'timestamp' hides a field. | 44 |
![]() | Method 'getNoteText' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'setNoteText' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter noteText should be final. | 50 |
![]() | 'noteText' hides a field. | 50 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 18 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'author' must be private and have accessor methods. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'noteId' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Variable 'timestamp' must be private and have accessor methods. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'noteText' must be private and have accessor methods. | 25 |
![]() | Method 'getAuthor' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Method 'setAuthor' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Parameter author should be final. | 29 |
![]() | 'author' hides a field. | 29 |
![]() | Method 'getNoteId' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Method 'setNoteId' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Parameter noteId should be final. | 35 |
![]() | 'noteId' hides a field. | 35 |
![]() | Method 'getTimestamp' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Method 'setTimestamp' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter timestamp should be final. | 41 |
![]() | 'timestamp' hides a field. | 41 |
![]() | Method 'getNoteText' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Method 'setNoteText' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter noteText should be final. | 47 |
![]() | 'noteText' hides a field. | 47 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line has trailing spaces. | 4 |
![]() | Line is longer than 80 characters. | 5 |
![]() | Line has trailing spaces. | 8 |
![]() | Line has trailing spaces. | 10 |
![]() | First sentence should end with a period. | 25 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line has trailing spaces. | 39 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line has trailing spaces. | 48 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Redundant 'public' modifier. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line has trailing spaces. | 66 |
![]() | Redundant 'public' modifier. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line has trailing spaces. | 87 |
![]() | Redundant 'public' modifier. | 100 |
![]() | '(' is followed by whitespace. | 100 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line has trailing spaces. | 109 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Redundant 'public' modifier. | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line has trailing spaces. | 130 |
![]() | Line has trailing spaces. | 139 |
![]() | Redundant 'public' modifier. | 139 |
![]() | '(' is followed by whitespace. | 139 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line has trailing spaces. | 145 |
![]() | Redundant 'public' modifier. | 154 |
![]() | '(' is followed by whitespace. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line has trailing spaces. | 160 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Redundant 'public' modifier. | 169 |
![]() | '(' is followed by whitespace. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Line has trailing spaces. | 175 |
![]() | Redundant 'public' modifier. | 182 |
![]() | '(' is followed by whitespace. | 182 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line has trailing spaces. | 187 |
![]() | Redundant 'public' modifier. | 200 |
![]() | '(' is followed by whitespace. | 200 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line has trailing spaces. | 208 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Redundant 'public' modifier. | 219 |
![]() | '(' is followed by whitespace. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Line is longer than 80 characters. | 222 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Line is longer than 80 characters. | 226 |
![]() | Line has trailing spaces. | 228 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Redundant 'public' modifier. | 239 |
![]() | '(' is followed by whitespace. | 239 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Line is longer than 80 characters. | 246 |
![]() | Line has trailing spaces. | 248 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Redundant 'public' modifier. | 259 |
![]() | '(' is followed by whitespace. | 259 |
![]() | Line is longer than 80 characters. | 260 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Line is longer than 80 characters. | 262 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Line is longer than 80 characters. | 266 |
![]() | Line has trailing spaces. | 268 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Line is longer than 80 characters. | 279 |
![]() | Redundant 'public' modifier. | 279 |
![]() | '(' is followed by whitespace. | 279 |
![]() | Line is longer than 80 characters. | 280 |
![]() | Line is longer than 80 characters. | 281 |
![]() | Line is longer than 80 characters. | 282 |
![]() | Line is longer than 80 characters. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Line has trailing spaces. | 288 |
![]() | Line is longer than 80 characters. | 290 |
![]() | Line is longer than 80 characters. | 299 |
![]() | Redundant 'public' modifier. | 299 |
![]() | '(' is followed by whitespace. | 299 |
![]() | Line is longer than 80 characters. | 300 |
![]() | Line is longer than 80 characters. | 301 |
![]() | Line is longer than 80 characters. | 302 |
![]() | Line is longer than 80 characters. | 305 |
![]() | Line is longer than 80 characters. | 306 |
![]() | Line has trailing spaces. | 308 |
![]() | Line is longer than 80 characters. | 310 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Redundant 'public' modifier. | 319 |
![]() | '(' is followed by whitespace. | 319 |
![]() | Line is longer than 80 characters. | 320 |
![]() | Line is longer than 80 characters. | 321 |
![]() | Line is longer than 80 characters. | 322 |
![]() | Line is longer than 80 characters. | 325 |
![]() | Line is longer than 80 characters. | 326 |
![]() | Line has trailing spaces. | 328 |
![]() | Line is longer than 80 characters. | 330 |
![]() | Line is longer than 80 characters. | 339 |
![]() | Redundant 'public' modifier. | 339 |
![]() | '(' is followed by whitespace. | 339 |
![]() | Line is longer than 80 characters. | 340 |
![]() | Line is longer than 80 characters. | 341 |
![]() | Line is longer than 80 characters. | 342 |
![]() | Line is longer than 80 characters. | 345 |
![]() | Line has trailing spaces. | 347 |
![]() | Line is longer than 80 characters. | 352 |
![]() | Line is longer than 80 characters. | 354 |
![]() | Redundant 'public' modifier. | 354 |
![]() | '(' is followed by whitespace. | 354 |
![]() | Line is longer than 80 characters. | 355 |
![]() | Line is longer than 80 characters. | 358 |
![]() | Line has trailing spaces. | 359 |
![]() | Line is longer than 80 characters. | 364 |
![]() | Line is longer than 80 characters. | 365 |
![]() | Line is longer than 80 characters. | 368 |
![]() | Redundant 'public' modifier. | 368 |
![]() | '(' is followed by whitespace. | 368 |
![]() | Line is longer than 80 characters. | 369 |
![]() | Line has trailing spaces. | 373 |
![]() | Line is longer than 80 characters. | 380 |
![]() | Redundant 'public' modifier. | 383 |
![]() | '(' is followed by whitespace. | 383 |
![]() | Line is longer than 80 characters. | 384 |
![]() | Line is longer than 80 characters. | 385 |
![]() | Line is longer than 80 characters. | 388 |
![]() | Line has trailing spaces. | 389 |
![]() | Line is longer than 80 characters. | 398 |
![]() | Redundant 'public' modifier. | 401 |
![]() | '(' is followed by whitespace. | 401 |
![]() | Line is longer than 80 characters. | 403 |
![]() | Line is longer than 80 characters. | 404 |
![]() | Line has trailing spaces. | 408 |
![]() | Redundant 'public' modifier. | 417 |
![]() | '(' is followed by whitespace. | 417 |
![]() | Line is longer than 80 characters. | 418 |
![]() | Line is longer than 80 characters. | 419 |
![]() | Line is longer than 80 characters. | 422 |
![]() | Line has trailing spaces. | 423 |
![]() | Line is longer than 80 characters. | 434 |
![]() | Redundant 'public' modifier. | 434 |
![]() | '(' is followed by whitespace. | 434 |
![]() | Line is longer than 80 characters. | 435 |
![]() | Line is longer than 80 characters. | 436 |
![]() | Line is longer than 80 characters. | 437 |
![]() | Line is longer than 80 characters. | 440 |
![]() | Line has trailing spaces. | 441 |
![]() | Line is longer than 80 characters. | 456 |
![]() | Redundant 'public' modifier. | 456 |
![]() | '(' is followed by whitespace. | 456 |
![]() | Line is longer than 80 characters. | 457 |
![]() | Line is longer than 80 characters. | 458 |
![]() | Line is longer than 80 characters. | 459 |
![]() | Line is longer than 80 characters. | 460 |
![]() | Line is longer than 80 characters. | 461 |
![]() | Line is longer than 80 characters. | 464 |
![]() | Line has trailing spaces. | 465 |
![]() | Line is longer than 80 characters. | 475 |
![]() | Line is longer than 80 characters. | 480 |
![]() | Redundant 'public' modifier. | 480 |
![]() | Line is longer than 80 characters. | 483 |
![]() | Line has trailing spaces. | 484 |
![]() | Line is longer than 80 characters. | 494 |
![]() | Line is longer than 80 characters. | 499 |
![]() | Redundant 'public' modifier. | 499 |
![]() | Line is longer than 80 characters. | 502 |
![]() | Line has trailing spaces. | 503 |
![]() | Line is longer than 80 characters. | 518 |
![]() | Redundant 'public' modifier. | 518 |
![]() | Line is longer than 80 characters. | 521 |
![]() | Line has trailing spaces. | 522 |
![]() | Line is longer than 80 characters. | 537 |
![]() | Redundant 'public' modifier. | 537 |
![]() | Line has trailing spaces. | 541 |
![]() | Line is longer than 80 characters. | 554 |
![]() | Redundant 'public' modifier. | 554 |
![]() | Line has trailing spaces. | 558 |
![]() | Line is longer than 80 characters. | 571 |
![]() | Redundant 'public' modifier. | 571 |
![]() | Line has trailing spaces. | 575 |
![]() | Line is longer than 80 characters. | 588 |
![]() | Redundant 'public' modifier. | 588 |
![]() | Line is longer than 80 characters. | 591 |
![]() | Line has trailing spaces. | 592 |
![]() | Line is longer than 80 characters. | 607 |
![]() | Redundant 'public' modifier. | 607 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 18 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'docStatus' must be private and have accessor methods. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'createDate' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Variable 'initiatorPrincipalId' must be private and have accessor methods. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'routedByPrincipalId' must be private and have accessor methods. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Variable 'routedByUserName' must be private and have accessor methods. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'appDocId' must be private and have accessor methods. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'initiatorName' must be private and have accessor methods. | 28 |
![]() | Method 'getDocStatus' is not designed for extension - needs to be abstract, final or empty. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Method 'setDocStatus' is not designed for extension - needs to be abstract, final or empty. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter docStatus should be final. | 32 |
![]() | 'docStatus' hides a field. | 32 |
![]() | Method 'getCreateDate' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Method 'setCreateDate' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter createDate should be final. | 38 |
![]() | 'createDate' hides a field. | 38 |
![]() | Method 'getInitiatorPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Method 'setInitiatorPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter initiatorId should be final. | 44 |
![]() | Method 'getAppDocId' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Method 'setAppDocId' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter appDocId should be final. | 50 |
![]() | 'appDocId' hides a field. | 50 |
![]() | Method 'getInitiatorName' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Method 'setInitiatorName' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter initiatorName should be final. | 56 |
![]() | 'initiatorName' hides a field. | 56 |
![]() | Method 'getRoutedByPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Method 'setRoutedByPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter routedByUserId should be final. | 62 |
![]() | Method 'getRoutedByUserName' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Method 'setRoutedByUserName' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Parameter routedByUserName should be final. | 68 |
![]() | 'routedByUserName' hides a field. | 68 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 18 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'isUserInRouteLog' must be private and have accessor methods. | 22 |
![]() | Method 'getIsUserInRouteLog' is not designed for extension - needs to be abstract, final or empty. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Method 'setIsUserInRouteLog' is not designed for extension - needs to be abstract, final or empty. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter isUserInRouteLog should be final. | 26 |
![]() | 'isUserInRouteLog' hides a field. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Redundant 'public' modifier. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Expected an @return tag. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 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 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | 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 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Expected an @return tag. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | 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 |
![]() | Expected an @return tag. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line has trailing spaces. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Expected an @return tag. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | 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 |
![]() | Expected an @return tag. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Expected an @return tag. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Expected an @return tag. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line has trailing spaces. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Expected an @return tag. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Line has trailing spaces. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Expected an @return tag. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Line contains a tab character. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | ',' is not followed by whitespace. | 108 |
![]() | Line has trailing spaces. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | Expected an @return tag. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | '(' is followed by whitespace. | 111 |
![]() | Expected @param tag for 'affiliationTypeCode'. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Line has trailing spaces. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Line has trailing spaces. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Line has trailing spaces. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | '(' is followed by whitespace. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Missing a Javadoc comment. | 124 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Redundant 'public' modifier. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Redundant 'public' modifier. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Redundant 'public' modifier. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Expected an @return tag. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | First sentence should end with a period. | 35 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Expected an @return tag. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Expected an @return tag. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Expected an @return tag. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Expected an @return tag. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | First sentence should end with a period. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line is longer than 80 characters. | 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 |
![]() | First sentence should end with a period. | 44 |
![]() | Line has trailing spaces. | 47 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | First sentence should end with a period. | 51 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 56 |
![]() | First sentence should end with a period. | 58 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | First sentence should end with a period. | 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 has trailing spaces. | 68 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line has trailing spaces. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | First sentence should end with a period. | 73 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | First sentence should end with a period. | 80 |
![]() | Line has trailing spaces. | 82 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line has trailing spaces. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line has trailing spaces. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | First sentence should end with a period. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | 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 has trailing spaces. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | First sentence should end with a period. | 94 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line has trailing spaces. | 97 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 99 |
![]() | Line has trailing spaces. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | First sentence should end with a period. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | '(' is followed by whitespace. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | Line has trailing spaces. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | First sentence should end with a period. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | 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 |
![]() | First sentence should end with a period. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line contains a tab character. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | First sentence should end with a period. | 123 |
![]() | 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 is longer than 80 characters. | 126 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | '(' is followed by whitespace. | 128 |
![]() | ')' is preceded with whitespace. | 128 |
![]() | Line has trailing spaces. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | First sentence should end with a period. | 130 |
![]() | Line has trailing spaces. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | 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. | 135 |
![]() | First sentence should end with a period. | 137 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line has trailing spaces. | 140 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line contains a tab character. | 142 |
![]() | Redundant 'public' modifier. | 142 |
![]() | First sentence should end with a period. | 144 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line has trailing spaces. | 147 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line contains a tab character. | 149 |
![]() | Redundant 'public' modifier. | 149 |
![]() | First sentence should end with a period. | 151 |
![]() | Line has trailing spaces. | 154 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line contains a tab character. | 156 |
![]() | Redundant 'public' modifier. | 156 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 18 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Line is longer than 80 characters. | 40 |
![]() | 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 is longer than 80 characters. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line has trailing spaces. | 91 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line has trailing spaces. | 97 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line has trailing spaces. | 103 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line has trailing spaces. | 109 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line has trailing spaces. | 115 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line has trailing spaces. | 121 |
![]() | Missing a Javadoc comment. | 122 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 21 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 98 |
![]() | Line has trailing spaces. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line contains a tab character. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line contains a tab character. | 116 |
![]() | Line has trailing spaces. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Line contains a tab character. | 122 |
![]() | Line has trailing spaces. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line contains a tab character. | 128 |
![]() | Line has trailing spaces. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line contains a tab character. | 134 |
![]() | Line has trailing spaces. | 135 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line contains a tab character. | 140 |
![]() | Line has trailing spaces. | 141 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 148 |
![]() | Missing a Javadoc comment. | 148 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 22 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 57 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 18 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 52 |
![]() | 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 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 21 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Missing a Javadoc comment. | 76 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Expected an @return tag. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | 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 contains a tab character. | 65 |
![]() | Expected an @return tag. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | 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 |
![]() | Expected an @return tag. | 72 |
![]() | Line contains a tab character. | 72 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 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. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 63 |
![]() | Missing a Javadoc comment. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 18 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 56 |
![]() | Line has trailing spaces. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line is longer than 80 characters. | 96 |
![]() | 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 |
![]() | Expected an @return tag. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line has trailing spaces. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Expected an @return tag. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | Line has trailing spaces. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Missing a Javadoc comment. | 110 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 25 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Redundant 'public' modifier. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Redundant 'public' modifier. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 18 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 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 is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line has trailing spaces. | 67 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line has trailing spaces. | 73 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line has trailing spaces. | 79 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | Missing a Javadoc comment. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 19 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 49 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 49 |
![]() | Line has trailing spaces. | 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. | 55 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 18 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 44 |
![]() | 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 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'dflt' must be private and have accessor methods. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Method 'isDefault' 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 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Method 'setDefault' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Parameter dflt should be final. | 42 |
![]() | 'dflt' hides a field. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'entityAddressId' must be private and have accessor methods. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'addressTypeCode' must be private and have accessor methods. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'entityTypeCode' must be private and have accessor methods. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'cityName' must be private and have accessor methods. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'cityNameUnmasked' must be private and have accessor methods. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'stateCode' must be private and have accessor methods. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'stateCodeUnmasked' must be private and have accessor methods. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'postalCode' must be private and have accessor methods. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'postalCodeUnmasked' must be private and have accessor methods. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'countryCode' must be private and have accessor methods. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'countryCodeUnmasked' must be private and have accessor methods. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'line1' must be private and have accessor methods. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'line1Unmasked' must be private and have accessor methods. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'line2' must be private and have accessor methods. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'line2Unmasked' must be private and have accessor methods. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'line3' must be private and have accessor methods. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'line3Unmasked' must be private and have accessor methods. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'suppressAddress' must be private and have accessor methods. | 45 |
![]() | First sentence should end with a period. | 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. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | First sentence should end with a period. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | '(' is followed by whitespace. | 59 |
![]() | Parameter addr should be final. | 59 |
![]() | Expected @param tag for 'addr'. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | 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 |
![]() | 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 contains a tab character. | 85 |
![]() | Line contains a tab character. | 89 |
![]() | Method 'getEntityAddressId' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Method 'setEntityAddressId' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Parameter entityAddressId should be final. | 96 |
![]() | 'entityAddressId' hides a field. | 96 |
![]() | 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. | 104 |
![]() | Method 'getAddressTypeCode' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Method 'setAddressTypeCode' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Parameter addressTypeCode should be final. | 111 |
![]() | 'addressTypeCode' hides a field. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 119 |
![]() | Method 'getEntityTypeCode' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setEntityTypeCode' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Parameter entityTypeCode should be final. | 126 |
![]() | 'entityTypeCode' hides a field. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 134 |
![]() | Method 'getCityName' is not designed for extension - needs to be abstract, final or empty. | 134 |
![]() | 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 |
![]() | Method 'setCityName' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Parameter cityName should be final. | 141 |
![]() | 'cityName' hides a field. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 149 |
![]() | Method 'getCityNameUnmasked' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | 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 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Method 'setCityNameUnmasked' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Parameter cityNameUnmasked should be final. | 156 |
![]() | 'cityNameUnmasked' hides a field. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 164 |
![]() | Method 'getStateCode' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setStateCode' is not designed for extension - needs to be abstract, final or empty. | 171 |
![]() | Parameter stateCode should be final. | 171 |
![]() | 'stateCode' hides a field. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 179 |
![]() | Method 'getStateCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 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 contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Method 'setStateCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | Parameter stateCodeUnmasked should be final. | 186 |
![]() | 'stateCodeUnmasked' hides a field. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 194 |
![]() | Method 'getPostalCode' is not designed for extension - needs to be abstract, final or empty. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line has trailing spaces. | 197 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | Method 'setPostalCode' is not designed for extension - needs to be abstract, final or empty. | 201 |
![]() | Parameter postalCode should be final. | 201 |
![]() | 'postalCode' hides a field. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 209 |
![]() | Method 'getPostalCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line has trailing spaces. | 212 |
![]() | 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 |
![]() | Method 'setPostalCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 216 |
![]() | Parameter postalCodeUnmasked should be final. | 216 |
![]() | 'postalCodeUnmasked' hides a field. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 224 |
![]() | Method 'getCountryCode' is not designed for extension - needs to be abstract, final or empty. | 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. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | Method 'setCountryCode' is not designed for extension - needs to be abstract, final or empty. | 231 |
![]() | Parameter countryCode should be final. | 231 |
![]() | 'countryCode' hides a field. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 235 |
![]() | Line has trailing spaces. | 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. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Method 'getCountryCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 241 |
![]() | Line has trailing spaces. | 242 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Method 'setCountryCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() | Missing a Javadoc comment. | 243 |
![]() | Parameter countryCodeUnmasked should be final. | 243 |
![]() | 'countryCodeUnmasked' hides a field. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 247 |
![]() | Line has trailing spaces. | 248 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | Method 'getLine1' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line has trailing spaces. | 254 |
![]() | 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 |
![]() | Method 'setLine1' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | Parameter line1 should be final. | 258 |
![]() | 'line1' hides a field. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line has trailing spaces. | 261 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line has trailing spaces. | 263 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Method 'getLine1Unmasked' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line has trailing spaces. | 269 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Method 'setLine1Unmasked' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() | Parameter line1Unmasked should be final. | 273 |
![]() | 'line1Unmasked' hides a field. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line has trailing spaces. | 276 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 277 |
![]() | Line has trailing spaces. | 278 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Method 'getLine2' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setLine2' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() | Parameter line2 should be final. | 288 |
![]() | 'line2' hides a field. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line has trailing spaces. | 291 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Line has trailing spaces. | 293 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Method 'getLine2Unmasked' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line has trailing spaces. | 299 |
![]() | Line contains a tab character. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Method 'setLine2Unmasked' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() | Parameter line2Unmasked should be final. | 303 |
![]() | 'line2Unmasked' hides a field. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | Line has trailing spaces. | 306 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Line has trailing spaces. | 308 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Method 'getLine3' is not designed for extension - needs to be abstract, final or empty. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Line has trailing spaces. | 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. | 318 |
![]() | Method 'setLine3' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() | Parameter line3 should be final. | 318 |
![]() | 'line3' hides a field. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | Line has trailing spaces. | 321 |
![]() | Line contains a tab character. | 321 |
![]() | Line contains a tab character. | 322 |
![]() | Line has trailing spaces. | 323 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Method 'getLine3Unmasked' is not designed for extension - needs to be abstract, final or empty. | 326 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line has trailing spaces. | 329 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 333 |
![]() | Method 'setLine3Unmasked' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() | Parameter line3Unmasked should be final. | 333 |
![]() | 'line3Unmasked' hides a field. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line has trailing spaces. | 336 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | Line contains a tab character. | 338 |
![]() | Line contains a tab character. | 339 |
![]() | Line contains a tab character. | 340 |
![]() | Method 'isSuppressAddress' is not designed for extension - needs to be abstract, final or empty. | 340 |
![]() | Line contains a tab character. | 341 |
![]() | Line contains a tab character. | 342 |
![]() | Line has trailing spaces. | 343 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 344 |
![]() | Line contains a tab character. | 345 |
![]() | Line contains a tab character. | 346 |
![]() | Line contains a tab character. | 347 |
![]() | Method 'setSuppressAddress' is not designed for extension - needs to be abstract, final or empty. | 347 |
![]() | Parameter suppressAddress should be final. | 347 |
![]() | 'suppressAddress' hides a field. | 347 |
![]() | Line contains a tab character. | 348 |
![]() | Line contains a tab character. | 349 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'entityAffiliationId' must be private and have accessor methods. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'affiliationTypeCode' must be private and have accessor methods. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'campusCode' must be private and have accessor methods. | 29 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | First sentence should end with a period. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | First sentence should end with a period. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | Parameter aff should be final. | 43 |
![]() | Expected @param tag for 'aff'. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | '(' is followed by whitespace. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Method 'getAffiliationTypeCode' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Method 'getCampusCode' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'getEntityAffiliationId' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 78 |
![]() | Method 'setAffiliationTypeCode' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter affiliationTypeCode should be final. | 78 |
![]() | 'affiliationTypeCode' hides a field. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'setCampusCode' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter campusCode should be final. | 82 |
![]() | 'campusCode' hides a field. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | Method 'setEntityAffiliationId' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter entityAffiliationId should be final. | 86 |
![]() | 'entityAffiliationId' hides a field. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 25 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'entityId' must be private and have accessor methods. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'birthDate' must be private and have accessor methods. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'deceasedDate' must be private and have accessor methods. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'genderCode' must be private and have accessor methods. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'maritalStatusCode' must be private and have accessor methods. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'primaryLanguageCode' must be private and have accessor methods. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'secondaryLanguageCode' must be private and have accessor methods. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'countryOfBirthCode' must be private and have accessor methods. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'birthStateCode' must be private and have accessor methods. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'cityOfBirth' must be private and have accessor methods. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'geographicOrigin' must be private and have accessor methods. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'birthDateUnmasked' must be private and have accessor methods. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'genderCodeUnmasked' must be private and have accessor methods. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'genderCodeUnmaskedUnmasked' must be private and have accessor methods. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'maritalStatusCodeUnmasked' must be private and have accessor methods. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'primaryLanguageCodeUnmasked' must be private and have accessor methods. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Variable 'secondaryLanguageCodeUnmasked' must be private and have accessor methods. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'countryOfBirthCodeUnmasked' must be private and have accessor methods. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'birthStateCodeUnmasked' must be private and have accessor methods. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Variable 'cityOfBirthUnmasked' must be private and have accessor methods. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Variable 'geographicOriginUnmasked' must be private and have accessor methods. | 52 |
![]() | Line contains a tab character. | 54 |
![]() | Missing a Javadoc comment. | 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 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | Parameter kimEntityBioDemographics should be final. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | '(' is followed by whitespace. | 62 |
![]() | ')' is preceded with whitespace. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | 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 is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 90 |
![]() | Line has trailing spaces. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Method 'getEntityId' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Method 'setEntityId' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Parameter entityId should be final. | 101 |
![]() | 'entityId' hides a field. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 105 |
![]() | Line has trailing spaces. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Method 'getBirthDate' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Method 'setBirthDate' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Parameter birthDate should be final. | 116 |
![]() | 'birthDate' hides a field. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 120 |
![]() | Line has trailing spaces. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Method 'getDeceasedDate' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 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 |
![]() | Method 'setDeceasedDate' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Parameter deceasedDate should be final. | 131 |
![]() | 'deceasedDate' hides a field. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 135 |
![]() | Line has trailing spaces. | 136 |
![]() | 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 contains a tab character. | 139 |
![]() | Method 'getGenderCode' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Method 'setGenderCode' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Parameter genderCode should be final. | 146 |
![]() | 'genderCode' hides a field. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 150 |
![]() | Line has trailing spaces. | 151 |
![]() | 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. | 154 |
![]() | Method 'getMaritalStatusCode' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Method 'setMaritalStatusCode' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Parameter maritalStatusCode should be final. | 161 |
![]() | 'maritalStatusCode' hides a field. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 165 |
![]() | Line has trailing spaces. | 166 |
![]() | Line contains a tab character. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Method 'getPrimaryLanguageCode' is not designed for extension - needs to be abstract, final or empty. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Method 'setPrimaryLanguageCode' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | Parameter primaryLanguageCode should be final. | 176 |
![]() | 'primaryLanguageCode' hides a field. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 180 |
![]() | Line has trailing spaces. | 181 |
![]() | Line contains a tab character. | 181 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Method 'getSecondaryLanguageCode' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Method 'setSecondaryLanguageCode' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | Parameter secondaryLanguageCode should be final. | 191 |
![]() | 'secondaryLanguageCode' hides a field. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 195 |
![]() | Line has trailing spaces. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Method 'getCountryOfBirthCode' is not designed for extension - needs to be abstract, final or empty. | 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. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Method 'setCountryOfBirthCode' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Parameter countryOfBirthCode should be final. | 206 |
![]() | 'countryOfBirthCode' hides a field. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 210 |
![]() | Line has trailing spaces. | 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 contains a tab character. | 214 |
![]() | Method 'getBirthStateCode' is not designed for extension - needs to be abstract, final or empty. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Method 'setBirthStateCode' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() | Parameter birthStateCode should be final. | 221 |
![]() | 'birthStateCode' hides a field. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 225 |
![]() | Line has trailing spaces. | 226 |
![]() | 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 |
![]() | Line contains a tab character. | 229 |
![]() | Method 'getCityOfBirth' is not designed for extension - needs to be abstract, final or empty. | 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 contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Method 'setCityOfBirth' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() | Parameter cityOfBirth should be final. | 236 |
![]() | 'cityOfBirth' hides a field. | 236 |
![]() | Line contains a tab character. | 237 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 240 |
![]() | Line has trailing spaces. | 241 |
![]() | Line contains a tab character. | 241 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Method 'getGeographicOrigin' is not designed for extension - needs to be abstract, final or empty. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | Method 'setGeographicOrigin' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Parameter geographicOrigin should be final. | 251 |
![]() | 'geographicOrigin' hides a field. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 255 |
![]() | Line has trailing spaces. | 256 |
![]() | 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 |
![]() | Method 'getGenderCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Method 'setGenderCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() | Parameter genderCodeUnmasked should be final. | 266 |
![]() | 'genderCodeUnmasked' hides a field. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Method 'getGenderCodeUnmaskedUnmasked' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 277 |
![]() | Line is longer than 80 characters. | 278 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line is longer than 80 characters. | 280 |
![]() | Line contains a tab character. | 280 |
![]() | Method 'setGenderCodeUnmaskedUnmasked' is not designed for extension - needs to be abstract, final or empty. | 280 |
![]() | Parameter genderCodeUnmaskedUnmasked should be final. | 280 |
![]() | 'genderCodeUnmaskedUnmasked' hides a field. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 284 |
![]() | Line has trailing spaces. | 285 |
![]() | Line contains a tab character. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Line contains a tab character. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Method 'getMaritalStatusCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line is longer than 80 characters. | 295 |
![]() | Line contains a tab character. | 295 |
![]() | Method 'setMaritalStatusCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() | Parameter maritalStatusCodeUnmasked should be final. | 295 |
![]() | 'maritalStatusCodeUnmasked' hides a field. | 295 |
![]() | Line contains a tab character. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 299 |
![]() | Line has trailing spaces. | 300 |
![]() | Line contains a tab character. | 300 |
![]() | Line is longer than 80 characters. | 301 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Method 'getPrimaryLanguageCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | Line contains a tab character. | 307 |
![]() | Line is longer than 80 characters. | 308 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line is longer than 80 characters. | 310 |
![]() | Line contains a tab character. | 310 |
![]() | Method 'setPrimaryLanguageCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 310 |
![]() | Parameter primaryLanguageCodeUnmasked should be final. | 310 |
![]() | 'primaryLanguageCodeUnmasked' hides a field. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 314 |
![]() | Line has trailing spaces. | 315 |
![]() | Line contains a tab character. | 315 |
![]() | Line is longer than 80 characters. | 316 |
![]() | Line contains a tab character. | 316 |
![]() | Line contains a tab character. | 317 |
![]() | Line contains a tab character. | 318 |
![]() | Method 'getSecondaryLanguageCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 318 |
![]() | Line contains a tab character. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | Line contains a tab character. | 322 |
![]() | Line is longer than 80 characters. | 323 |
![]() | Line contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line contains a tab character. | 325 |
![]() | Method 'setSecondaryLanguageCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Parameter secondaryLanguageCodeUnmasked should be final. | 326 |
![]() | 'secondaryLanguageCodeUnmasked' hides a field. | 326 |
![]() | Line is longer than 80 characters. | 327 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 330 |
![]() | Line has trailing spaces. | 331 |
![]() | Line contains a tab character. | 331 |
![]() | Line is longer than 80 characters. | 332 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Method 'getCountryOfBirthCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | Line contains a tab character. | 336 |
![]() | Line contains a tab character. | 338 |
![]() | Line is longer than 80 characters. | 339 |
![]() | 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 |
![]() | Method 'setCountryOfBirthCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 341 |
![]() | Parameter countryOfBirthCodeUnmasked should be final. | 341 |
![]() | 'countryOfBirthCodeUnmasked' hides a field. | 341 |
![]() | Line contains a tab character. | 342 |
![]() | Line contains a tab character. | 343 |
![]() | Line contains a tab character. | 345 |
![]() | Line has trailing spaces. | 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. | 349 |
![]() | Method 'getBirthStateCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 349 |
![]() | Line contains a tab character. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Line contains a tab character. | 353 |
![]() | Line contains a tab character. | 354 |
![]() | Line contains a tab character. | 355 |
![]() | Line contains a tab character. | 356 |
![]() | Method 'setBirthStateCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 356 |
![]() | Parameter birthStateCodeUnmasked should be final. | 356 |
![]() | 'birthStateCodeUnmasked' hides a field. | 356 |
![]() | Line contains a tab character. | 357 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 360 |
![]() | Line has trailing spaces. | 361 |
![]() | Line contains a tab character. | 361 |
![]() | Line is longer than 80 characters. | 362 |
![]() | Line contains a tab character. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Method 'getCityOfBirthUnmasked' is not designed for extension - needs to be abstract, final or empty. | 364 |
![]() | Line contains a tab character. | 365 |
![]() | Line contains a tab character. | 366 |
![]() | Line contains a tab character. | 368 |
![]() | Line contains a tab character. | 369 |
![]() | Line contains a tab character. | 370 |
![]() | Line contains a tab character. | 371 |
![]() | Method 'setCityOfBirthUnmasked' is not designed for extension - needs to be abstract, final or empty. | 371 |
![]() | Parameter cityOfBirthUnmasked should be final. | 371 |
![]() | 'cityOfBirthUnmasked' hides a field. | 371 |
![]() | Line contains a tab character. | 372 |
![]() | Line contains a tab character. | 373 |
![]() | Line contains a tab character. | 375 |
![]() | Line has trailing spaces. | 376 |
![]() | Line contains a tab character. | 376 |
![]() | Line is longer than 80 characters. | 377 |
![]() | Line contains a tab character. | 377 |
![]() | Line contains a tab character. | 378 |
![]() | Line contains a tab character. | 379 |
![]() | Method 'getGeographicOriginUnmasked' is not designed for extension - needs to be abstract, final or empty. | 379 |
![]() | Line contains a tab character. | 380 |
![]() | Line contains a tab character. | 381 |
![]() | Line contains a tab character. | 383 |
![]() | Line contains a tab character. | 384 |
![]() | Line contains a tab character. | 385 |
![]() | Line is longer than 80 characters. | 386 |
![]() | Line contains a tab character. | 386 |
![]() | Method 'setGeographicOriginUnmasked' is not designed for extension - needs to be abstract, final or empty. | 386 |
![]() | Parameter geographicOriginUnmasked should be final. | 386 |
![]() | 'geographicOriginUnmasked' hides a field. | 386 |
![]() | Line contains a tab character. | 387 |
![]() | Line contains a tab character. | 388 |
![]() | Line contains a tab character. | 390 |
![]() | Line contains a tab character. | 391 |
![]() | Line contains a tab character. | 392 |
![]() | Line contains a tab character. | 393 |
![]() | Method 'isSuppressPersonal' is not designed for extension - needs to be abstract, final or empty. | 393 |
![]() | Line contains a tab character. | 394 |
![]() | Line contains a tab character. | 395 |
![]() | Line contains a tab character. | 397 |
![]() | Line contains a tab character. | 398 |
![]() | Line contains a tab character. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Method 'setSuppressPersonal' is not designed for extension - needs to be abstract, final or empty. | 400 |
![]() | Parameter suppressPersonal should be final. | 400 |
![]() | 'suppressPersonal' hides a field. | 400 |
![]() | Line contains a tab character. | 401 |
![]() | Line contains a tab character. | 402 |
![]() | Line contains a tab character. | 404 |
![]() | Line has trailing spaces. | 405 |
![]() | Line contains a tab character. | 405 |
![]() | Line is longer than 80 characters. | 406 |
![]() | Line contains a tab character. | 406 |
![]() | Line contains a tab character. | 407 |
![]() | Method 'getBirthDateUnmasked' is not designed for extension - needs to be abstract, final or empty. | 408 |
![]() | Line contains a tab character. | 409 |
![]() | Line contains a tab character. | 410 |
![]() | Line has trailing spaces. | 411 |
![]() | Line contains a tab character. | 411 |
![]() | Line contains a tab character. | 412 |
![]() | Method 'setBirthDateUnmasked' is not designed for extension - needs to be abstract, final or empty. | 412 |
![]() | Missing a Javadoc comment. | 412 |
![]() | Parameter birthDateUnmasked should be final. | 412 |
![]() | 'birthDateUnmasked' hides a field. | 412 |
![]() | '{' is not preceded with whitespace. | 412 |
![]() | Line contains a tab character. | 413 |
![]() | Line contains a tab character. | 414 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter kimEntityCitizenship should be final. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | '(' is followed by whitespace. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | 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. | 52 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Method 'getCitizenshipStatusCode' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Method 'setCitizenshipStatusCode' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Parameter citizenshipStatusCode should be final. | 65 |
![]() | 'citizenshipStatusCode' hides a field. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Method 'getCountryCode' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Method 'setCountryCode' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Parameter countryCode should be final. | 80 |
![]() | 'countryCode' hides a field. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Method 'getEndDate' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Method 'setEndDate' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Parameter endDate should be final. | 95 |
![]() | 'endDate' hides a field. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | 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 |
![]() | Method 'getStartDate' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Method 'setStartDate' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Parameter startDate should be final. | 110 |
![]() | 'startDate' hides a field. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 114 |
![]() | Line has trailing spaces. | 115 |
![]() | Line contains a tab character. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Method 'getEntityCitizenshipId' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Method 'setEntityCitizenshipId' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Parameter entityCitizenshipId should be final. | 125 |
![]() | 'entityCitizenshipId' hides a field. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 25 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 29 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'entityId' must be private and have accessor methods. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'defaultName' must be private and have accessor methods. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'principals' must be private and have accessor methods. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'entityTypes' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'affiliations' must be private and have accessor methods. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'defaultAffiliation' must be private and have accessor methods. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'primaryEmployment' must be private and have accessor methods. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'externalIdentifiers' must be private and have accessor methods. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'privacyPreferences' must be private and have accessor methods. | 42 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Method 'getEntityId' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Method 'setEntityId' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Parameter entityId should be final. | 52 |
![]() | 'entityId' hides a field. | 52 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Method 'getDefaultName' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Method 'setDefaultName' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter defaultName should be final. | 64 |
![]() | 'defaultName' hides a field. | 64 |
![]() | '}' should be on the same line. | 67 |
![]() | Method 'setDefaultName' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter defaultName should be final. | 73 |
![]() | 'defaultName' hides a field. | 73 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Method 'getEntityTypes' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Avoid inline conditionals. | 84 |
![]() | Inner assignments should be avoided. | 84 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Method 'setEntityTypes' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter entityTypes should be final. | 87 |
![]() | 'entityTypes' hides a field. | 87 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Method 'getAffiliations' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Avoid inline conditionals. | 98 |
![]() | Inner assignments should be avoided. | 98 |
![]() | Method 'setAffiliations' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter affiliations should be final. | 101 |
![]() | 'affiliations' hides a field. | 101 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Method 'getDefaultAffiliation' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Method 'setDefaultAffiliation' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Parameter defaultAffiliation should be final. | 113 |
![]() | 'defaultAffiliation' hides a field. | 113 |
![]() | Line is longer than 80 characters. | 116 |
![]() | '}' should be on the same line. | 117 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Method 'setDefaultAffiliation' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter defaultAffiliation should be final. | 124 |
![]() | 'defaultAffiliation' hides a field. | 124 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Method 'getPrimaryEmployment' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Method 'setPrimaryEmployment' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Parameter primaryEmployment should be final. | 136 |
![]() | 'primaryEmployment' hides a field. | 136 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line is longer than 80 characters. | 139 |
![]() | '}' should be on the same line. | 140 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Method 'setPrimaryEmployment' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Parameter primaryEmployment should be final. | 147 |
![]() | 'primaryEmployment' hides a field. | 147 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line has trailing spaces. | 154 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Method 'getExternalIdentifiers' is not designed for extension - needs to be abstract, final or empty. | 156 |
![]() | Line has trailing spaces. | 158 |
![]() | '?' should be on a new line. | 158 |
![]() | Avoid inline conditionals. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Inner assignments should be avoided. | 159 |
![]() | Method 'setExternalIdentifiers' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Parameter externalIdentifiers should be final. | 163 |
![]() | 'externalIdentifiers' hides a field. | 163 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Line has trailing spaces. | 170 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Method 'getPrincipals' is not designed for extension - needs to be abstract, final or empty. | 172 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Avoid inline conditionals. | 174 |
![]() | Inner assignments should be avoided. | 174 |
![]() | Method 'setPrincipals' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Parameter principals should be final. | 177 |
![]() | 'principals' hides a field. | 177 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line has trailing spaces. | 183 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Method 'getEntityType' is not designed for extension - needs to be abstract, final or empty. | 186 |
![]() | Parameter entityTypeCode should be final. | 186 |
![]() | Expected @param tag for 'entityTypeCode'. | 186 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Method 'getPrivacyPreferences' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Method 'setPrivacyPreferences' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Parameter privacyPreferences should be final. | 207 |
![]() | 'privacyPreferences' hides a field. | 207 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'entityEmailId' must be private and have accessor methods. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'entityTypeCode' must be private and have accessor methods. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'emailTypeCode' must be private and have accessor methods. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'emailAddress' must be private and have accessor methods. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'emailAddressUnmasked' must be private and have accessor methods. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'suppressEmail' must be private and have accessor methods. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | First sentence should end with a period. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | First sentence should end with a period. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | '(' is followed by whitespace. | 46 |
![]() | Parameter email should be final. | 46 |
![]() | Expected @param tag for 'email'. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line 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. | 58 |
![]() | Line contains a tab character. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Method 'getEntityEmailId' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'setEntityEmailId' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Parameter entityEmailId should be final. | 71 |
![]() | 'entityEmailId' hides a field. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | 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. | 79 |
![]() | Method 'getEntityTypeCode' 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. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Method 'setEntityTypeCode' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Parameter entityTypeCode should be final. | 86 |
![]() | 'entityTypeCode' hides a field. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | 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. | 94 |
![]() | Method 'getEmailTypeCode' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Method 'setEmailTypeCode' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Parameter emailTypeCode should be final. | 101 |
![]() | 'emailTypeCode' hides a field. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 105 |
![]() | Line has trailing spaces. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Method 'getEmailAddress' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Method 'setEmailAddress' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Parameter emailAddress should be final. | 116 |
![]() | 'emailAddress' hides a field. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 120 |
![]() | Line has trailing spaces. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Method 'getEmailAddressUnmasked' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 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 |
![]() | Method 'setEmailAddressUnmasked' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Parameter emailAddressUnmasked should be final. | 131 |
![]() | 'emailAddressUnmasked' hides a field. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 135 |
![]() | Line has trailing spaces. | 136 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Method 'isSuppressEmail' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Method 'setSuppressEmail' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Parameter suppressEmail should be final. | 146 |
![]() | 'suppressEmail' hides a field. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line has trailing spaces. | 149 |
![]() | Line contains a tab character. | 149 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'entityEmploymentId' must be private and have accessor methods. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'employeeId' must be private and have accessor methods. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'employmentRecordId' must be private and have accessor methods. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'entityAffiliationId' must be private and have accessor methods. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'employeeStatusCode' must be private and have accessor methods. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'employeeTypeCode' must be private and have accessor methods. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'primaryDepartmentCode' must be private and have accessor methods. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'baseSalaryAmount' must be private and have accessor methods. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'primary' must be private and have accessor methods. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | Parameter eei should be final. | 49 |
![]() | Expected @param tag for 'eei'. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | 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 is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Method 'getEntityEmploymentId' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setEntityEmploymentId' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter entityEmploymentId should be final. | 76 |
![]() | 'entityEmploymentId' hides a field. | 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 is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'getEmployeeId' is not designed for extension - needs to be abstract, final or empty. | 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 contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Method 'setEmployeeId' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Parameter employeeId should be final. | 91 |
![]() | 'employeeId' hides a field. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 95 |
![]() | Line has trailing spaces. | 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 contains a tab character. | 99 |
![]() | Method 'getEmploymentRecordId' 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. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Method 'setEmploymentRecordId' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Parameter employmentRecordId should be final. | 106 |
![]() | 'employmentRecordId' hides a field. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Method 'getEntityAffiliationId' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Method 'setEntityAffiliationId' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Parameter entityAffiliationId should be final. | 121 |
![]() | 'entityAffiliationId' hides a field. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 125 |
![]() | Line has trailing spaces. | 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. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Method 'getEmployeeStatusCode' is not designed for extension - needs to be abstract, final or empty. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Method 'setEmployeeStatusCode' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Parameter employeeStatusCode should be final. | 136 |
![]() | 'employeeStatusCode' hides a field. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 140 |
![]() | Line has trailing spaces. | 141 |
![]() | Line contains a tab character. | 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 |
![]() | Method 'getEmployeeTypeCode' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Method 'setEmployeeTypeCode' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Parameter employeeTypeCode should be final. | 151 |
![]() | 'employeeTypeCode' hides a field. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 155 |
![]() | Line has trailing spaces. | 156 |
![]() | Line contains a tab character. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Method 'getPrimaryDepartmentCode' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setPrimaryDepartmentCode' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Parameter primaryDepartmentCode should be final. | 166 |
![]() | 'primaryDepartmentCode' hides a field. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 170 |
![]() | Line has trailing spaces. | 171 |
![]() | Line contains a tab character. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Method 'getBaseSalaryAmount' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Method 'setBaseSalaryAmount' is not designed for extension - needs to be abstract, final or empty. | 181 |
![]() | Parameter baseSalaryAmount should be final. | 181 |
![]() | 'baseSalaryAmount' hides a field. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Method 'isPrimary' is not designed for extension - needs to be abstract, final or empty. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Method 'setPrimary' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Parameter primary should be final. | 195 |
![]() | 'primary' hides a field. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Line has trailing spaces. | 198 |
![]() | Line contains a tab character. | 198 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 26 |
![]() | Line has trailing spaces. | 28 |
![]() | Line has trailing spaces. | 30 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'entityTypeCode' must be private and have accessor methods. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'defaultAddress' must be private and have accessor methods. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'defaultPhoneNumber' must be private and have accessor methods. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'defaultEmailAddress' must be private and have accessor methods. | 41 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Method 'getEntityTypeCode' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Method 'setEntityTypeCode' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter entityTypeCode should be final. | 51 |
![]() | 'entityTypeCode' hides a field. | 51 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Method 'getDefaultAddress' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Method 'setDefaultAddress' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter defaultAddress should be final. | 63 |
![]() | 'defaultAddress' hides a field. | 63 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Method 'getDefaultPhoneNumber' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Method 'setDefaultPhoneNumber' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter defaultPhoneNumber should be final. | 77 |
![]() | 'defaultPhoneNumber' hides a field. | 77 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Method 'getDefaultEmailAddress' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Method 'setDefaultEmailAddress' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter defaultEmailAddress should be final. | 91 |
![]() | 'defaultEmailAddress' hides a field. | 91 |
![]() | Line is longer than 80 characters. | 93 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 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. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 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. | 48 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter kimEntityEntityType should be final. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | 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 |
![]() | '(' is followed by whitespace. | 59 |
![]() | ')' is preceded with whitespace. | 59 |
![]() | 'for' construct must use '{}'s. | 60 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | 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 contains a tab character. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | 'for' construct must use '{}'s. | 69 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | ')' is preceded with whitespace. | 77 |
![]() | 'for' construct must use '{}'s. | 78 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | '(' is followed by whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | ')' is preceded with whitespace. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line 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 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 |
![]() | Method 'getAddresses' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Avoid inline conditionals. | 94 |
![]() | Inner assignments should be avoided. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Method 'setAddresses' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Parameter addresses should be final. | 100 |
![]() | 'addresses' hides a field. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 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 |
![]() | Line contains a tab character. | 108 |
![]() | Method 'getDefaultAddress' 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 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Method 'setDefaultAddress' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter defaultAddress should be final. | 115 |
![]() | 'defaultAddress' hides a field. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 119 |
![]() | Line has trailing spaces. | 120 |
![]() | Line contains a tab character. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Method 'getEmailAddresses' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Method 'setEmailAddresses' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Parameter emailAddresses should be final. | 130 |
![]() | 'emailAddresses' hides a field. | 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 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 |
![]() | Method 'getDefaultEmailAddress' 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. | 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 |
![]() | Method 'setDefaultEmailAddress' is not designed for extension - needs to be abstract, final or empty. | 145 |
![]() | Parameter defaultEmailAddress should be final. | 145 |
![]() | 'defaultEmailAddress' hides a field. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 149 |
![]() | Line has trailing spaces. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Method 'getEntityType' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Method 'setEntityType' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | Parameter entityType should be final. | 160 |
![]() | 'entityType' hides a field. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 164 |
![]() | Line has trailing spaces. | 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 |
![]() | Method 'getEntityTypeCode' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Method 'setEntityTypeCode' is not designed for extension - needs to be abstract, final or empty. | 175 |
![]() | Parameter entityTypeCode should be final. | 175 |
![]() | 'entityTypeCode' hides a field. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 179 |
![]() | Line has trailing spaces. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Method 'getPhoneNumbers' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Avoid inline conditionals. | 185 |
![]() | Inner assignments should be avoided. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | Line contains a tab character. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Method 'setPhoneNumbers' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | Parameter phoneNumbers should be final. | 191 |
![]() | 'phoneNumbers' hides a field. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 195 |
![]() | Line has trailing spaces. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Method 'getDefaultPhoneNumber' is not designed for extension - needs to be abstract, final or empty. | 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. | 205 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line contains a tab character. | 206 |
![]() | Method 'setDefaultPhoneNumber' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Parameter defaultPhoneNumber should be final. | 206 |
![]() | 'defaultPhoneNumber' hides a field. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'id' must be private and have accessor methods. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'entityId' must be private and have accessor methods. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'ethnicityCode' must be private and have accessor methods. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'ethnicityCodeUnmasked' must be private and have accessor methods. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'subEthnicityCode' must be private and have accessor methods. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'subEthnicityCodeUnmasked' must be private and have accessor methods. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'suppressPersonal' must be private and have accessor methods. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter kimEntityEthnicity should be final. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter id should be final. | 64 |
![]() | 'id' hides a field. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 68 |
![]() | Line has trailing spaces. | 69 |
![]() | 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 'getEntityId' 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 contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Method 'setEntityId' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Parameter entityId should be final. | 79 |
![]() | 'entityId' hides a field. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'getEthnicityCode' is not designed for extension - needs to be abstract, final or empty. | 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. | 94 |
![]() | Method 'setEthnicityCode' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Parameter ethnicityCode should be final. | 94 |
![]() | 'ethnicityCode' hides a field. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | 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 contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Method 'getEthnicityCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Method 'setEthnicityCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 109 |
![]() | Parameter ethnicityCodeUnmasked should be final. | 109 |
![]() | 'ethnicityCodeUnmasked' hides a field. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 113 |
![]() | Line has trailing spaces. | 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 contains a tab character. | 117 |
![]() | Method 'getSubEthnicityCode' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Method 'setSubEthnicityCode' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Parameter subEthnicityCode should be final. | 124 |
![]() | 'subEthnicityCode' hides a field. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 128 |
![]() | Line has trailing spaces. | 129 |
![]() | Line contains a tab character. | 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 |
![]() | Method 'getSubEthnicityCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | 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. | 138 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Method 'setSubEthnicityCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Parameter subEthnicityCodeUnmasked should be final. | 139 |
![]() | 'subEthnicityCodeUnmasked' hides a field. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Method 'isSuppressPersonal' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Method 'setSuppressPersonal' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Parameter suppressPersonal should be final. | 153 |
![]() | 'suppressPersonal' hides a field. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'entityExternalIdentifierId' must be private and have accessor methods. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'externalIdentifierTypeCode' must be private and have accessor methods. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'externalId' must be private and have accessor methods. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | 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 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | '(' is followed by whitespace. | 41 |
![]() | Parameter eid should be final. | 41 |
![]() | Expected @param tag for 'eid'. | 41 |
![]() | ')' is preceded with whitespace. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | '(' is followed by whitespace. | 43 |
![]() | ')' is preceded with whitespace. | 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 contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | 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 |
![]() | Method 'getEntityExternalIdentifierId' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Method 'getExternalId' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'getExternalIdentifierTypeCode' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'setExternalId' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter externalId should be final. | 74 |
![]() | 'externalId' hides a field. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Method 'setExternalIdentifierTypeCode' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter externalIdentifierTypeCode should be final. | 78 |
![]() | 'externalIdentifierTypeCode' hides a field. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'setEntityExternalIdentifierId' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Parameter entityExternalIdentifierId should be final. | 82 |
![]() | 'entityExternalIdentifierId' hides a field. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 36 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | First sentence should end with a period. | 57 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Parameter entity should be final. | 71 |
![]() | Line has trailing spaces. | 79 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Parameter source should be final. | 83 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Parameter source should be final. | 97 |
![]() | Line has trailing spaces. | 99 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Parameter source should be final. | 103 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Parameter source should be final. | 109 |
![]() | Line has trailing spaces. | 114 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Parameter source should be final. | 116 |
![]() | Line has trailing spaces. | 121 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Parameter source should be final. | 123 |
![]() | Line has trailing spaces. | 124 |
![]() | Line has trailing spaces. | 126 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Parameter source should be final. | 129 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Parameter source should be final. | 135 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Parameter source should be final. | 141 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Parameter source should be final. | 147 |
![]() | Line has trailing spaces. | 154 |
![]() | Method 'getAffiliations' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Avoid inline conditionals. | 160 |
![]() | Inner assignments should be avoided. | 160 |
![]() | Line has trailing spaces. | 164 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Method 'setAffiliations' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Parameter affiliations should be final. | 168 |
![]() | 'affiliations' hides a field. | 168 |
![]() | Expected @param tag for 'affiliations'. | 168 |
![]() | Line has trailing spaces. | 172 |
![]() | Method 'getDefaultAffiliation' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | 'if' construct must use '{}'s. | 178 |
![]() | Line has trailing spaces. | 191 |
![]() | Method 'getBioDemographics' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Line has trailing spaces. | 199 |
![]() | Line has trailing spaces. | 200 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Method 'setBioDemographics' is not designed for extension - needs to be abstract, final or empty. | 203 |
![]() | Parameter bioDemographics should be final. | 203 |
![]() | 'bioDemographics' hides a field. | 203 |
![]() | Expected @param tag for 'bioDemographics'. | 203 |
![]() | Line has trailing spaces. | 207 |
![]() | Method 'getCitizenships' is not designed for extension - needs to be abstract, final or empty. | 211 |
![]() | Line is longer than 80 characters. | 213 |
![]() | Avoid inline conditionals. | 213 |
![]() | Inner assignments should be avoided. | 213 |
![]() | Line has trailing spaces. | 217 |
![]() | Line has trailing spaces. | 218 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Method 'setCitizenships' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() | Parameter citizenships should be final. | 221 |
![]() | 'citizenships' hides a field. | 221 |
![]() | Expected @param tag for 'citizenships'. | 221 |
![]() | Line has trailing spaces. | 225 |
![]() | Method 'getEmploymentInformation' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Avoid inline conditionals. | 231 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Inner assignments should be avoided. | 232 |
![]() | Line has trailing spaces. | 235 |
![]() | Line has trailing spaces. | 236 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Method 'setEmploymentInformation' is not designed for extension - needs to be abstract, final or empty. | 239 |
![]() | Parameter employmentInformation should be final. | 239 |
![]() | 'employmentInformation' hides a field. | 239 |
![]() | Expected @param tag for 'employmentInformation'. | 239 |
![]() | Line has trailing spaces. | 243 |
![]() | Method 'getPrimaryEmployment' is not designed for extension - needs to be abstract, final or empty. | 247 |
![]() | 'if' construct must use '{}'s. | 249 |
![]() | Line is longer than 80 characters. | 250 |
![]() | Method 'getEntityId' is not designed for extension - needs to be abstract, final or empty. | 262 |
![]() | Line has trailing spaces. | 266 |
![]() | Line has trailing spaces. | 267 |
![]() | Method 'setEntityId' is not designed for extension - needs to be abstract, final or empty. | 270 |
![]() | Parameter entityId should be final. | 270 |
![]() | 'entityId' hides a field. | 270 |
![]() | Expected @param tag for 'entityId'. | 270 |
![]() | Method 'getEntityTypes' is not designed for extension - needs to be abstract, final or empty. | 278 |
![]() | Line is longer than 80 characters. | 280 |
![]() | Avoid inline conditionals. | 280 |
![]() | Inner assignments should be avoided. | 280 |
![]() | Line has trailing spaces. | 283 |
![]() | Line has trailing spaces. | 284 |
![]() | Line is longer than 80 characters. | 284 |
![]() | Method 'setEntityTypes' is not designed for extension - needs to be abstract, final or empty. | 287 |
![]() | Parameter entityTypes should be final. | 287 |
![]() | 'entityTypes' hides a field. | 287 |
![]() | Expected @param tag for 'entityTypes'. | 287 |
![]() | Method 'getExternalIdentifiers' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() | Avoid inline conditionals. | 297 |
![]() | Line is longer than 80 characters. | 298 |
![]() | Inner assignments should be avoided. | 298 |
![]() | Line has trailing spaces. | 301 |
![]() | Line has trailing spaces. | 302 |
![]() | Line is longer than 80 characters. | 302 |
![]() | Line is longer than 80 characters. | 305 |
![]() | Method 'setExternalIdentifiers' is not designed for extension - needs to be abstract, final or empty. | 305 |
![]() | Parameter externalIdentifiers should be final. | 305 |
![]() | 'externalIdentifiers' hides a field. | 305 |
![]() | Expected @param tag for 'externalIdentifiers'. | 305 |
![]() | Method 'getNames' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() | Line is longer than 80 characters. | 315 |
![]() | Avoid inline conditionals. | 315 |
![]() | Inner assignments should be avoided. | 315 |
![]() | Line has trailing spaces. | 318 |
![]() | Line has trailing spaces. | 319 |
![]() | Method 'setNames' is not designed for extension - needs to be abstract, final or empty. | 322 |
![]() | Parameter names should be final. | 322 |
![]() | 'names' hides a field. | 322 |
![]() | Expected @param tag for 'names'. | 322 |
![]() | Method 'getDefaultName' is not designed for extension - needs to be abstract, final or empty. | 330 |
![]() | Method 'getPrincipals' is not designed for extension - needs to be abstract, final or empty. | 348 |
![]() | Line is longer than 80 characters. | 350 |
![]() | Avoid inline conditionals. | 350 |
![]() | Inner assignments should be avoided. | 350 |
![]() | Line has trailing spaces. | 353 |
![]() | Line has trailing spaces. | 354 |
![]() | Line is longer than 80 characters. | 354 |
![]() | Method 'setPrincipals' is not designed for extension - needs to be abstract, final or empty. | 357 |
![]() | Parameter principals should be final. | 357 |
![]() | 'principals' hides a field. | 357 |
![]() | Expected @param tag for 'principals'. | 357 |
![]() | Method 'getPrivacyPreferences' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() | Line has trailing spaces. | 369 |
![]() | Line has trailing spaces. | 370 |
![]() | Line is longer than 80 characters. | 370 |
![]() | Line is longer than 80 characters. | 373 |
![]() | Method 'setPrivacyPreferences' is not designed for extension - needs to be abstract, final or empty. | 373 |
![]() | Parameter privacyPreferences should be final. | 373 |
![]() | 'privacyPreferences' hides a field. | 373 |
![]() | Expected @param tag for 'privacyPreferences'. | 373 |
![]() | Method 'getEthnicities' is not designed for extension - needs to be abstract, final or empty. | 381 |
![]() | Line is longer than 80 characters. | 383 |
![]() | Avoid inline conditionals. | 383 |
![]() | Inner assignments should be avoided. | 383 |
![]() | Line has trailing spaces. | 386 |
![]() | Line has trailing spaces. | 387 |
![]() | Line is longer than 80 characters. | 387 |
![]() | Method 'setEthnicities' is not designed for extension - needs to be abstract, final or empty. | 390 |
![]() | Parameter ethnicities should be final. | 390 |
![]() | 'ethnicities' hides a field. | 390 |
![]() | Expected @param tag for 'ethnicities'. | 390 |
![]() | Method 'getResidencies' is not designed for extension - needs to be abstract, final or empty. | 398 |
![]() | Line is longer than 80 characters. | 400 |
![]() | Avoid inline conditionals. | 400 |
![]() | Inner assignments should be avoided. | 400 |
![]() | Line has trailing spaces. | 403 |
![]() | Line has trailing spaces. | 404 |
![]() | Line is longer than 80 characters. | 404 |
![]() | Method 'setResidencies' is not designed for extension - needs to be abstract, final or empty. | 407 |
![]() | Parameter residencies should be final. | 407 |
![]() | 'residencies' hides a field. | 407 |
![]() | Expected @param tag for 'residencies'. | 407 |
![]() | Method 'getVisas' is not designed for extension - needs to be abstract, final or empty. | 415 |
![]() | Line is longer than 80 characters. | 417 |
![]() | Avoid inline conditionals. | 417 |
![]() | Inner assignments should be avoided. | 417 |
![]() | Line has trailing spaces. | 420 |
![]() | Line has trailing spaces. | 421 |
![]() | Method 'setVisas' is not designed for extension - needs to be abstract, final or empty. | 424 |
![]() | Parameter visas should be final. | 424 |
![]() | 'visas' hides a field. | 424 |
![]() | Expected @param tag for 'visas'. | 424 |
![]() | Line is longer than 80 characters. | 432 |
![]() | Method 'getEntityExternalIdentifier' is not designed for extension - needs to be abstract, final or empty. | 432 |
![]() | Parameter externalIdentifierTypeCode should be final. | 432 |
![]() | Line is longer than 80 characters. | 435 |
![]() | 'externalIdentifiers' hides a field. | 435 |
![]() | 'if' construct must use '{}'s. | 436 |
![]() | Line is longer than 80 characters. | 438 |
![]() | Method 'getEntityType' is not designed for extension - needs to be abstract, final or empty. | 449 |
![]() | Parameter entityTypeCode should be final. | 449 |
![]() | 'if' construct must use '{}'s. | 452 |
![]() | Line has trailing spaces. | 460 |
![]() | Line has trailing spaces. | 463 |
![]() | Line is longer than 80 characters. | 465 |
![]() | Line is longer than 80 characters. | 467 |
![]() | Line has trailing spaces. | 473 |
![]() | Line has trailing spaces. | 475 |
![]() | Line is longer than 80 characters. | 476 |
![]() | Line has trailing spaces. | 481 |
![]() | Line is longer than 80 characters. | 482 |
![]() | Line is longer than 80 characters. | 484 |
![]() | Missing a Javadoc comment. | 484 |
![]() | ',' is not followed by whitespace. | 484 |
![]() | ',' is not followed by whitespace. | 484 |
![]() | Parameter source should be final. | 484 |
![]() | Parameter transformer should be final. | 484 |
![]() | ',' is not followed by whitespace. | 484 |
![]() | Line has trailing spaces. | 488 |
![]() | 'for' construct must use '{}'s. | 489 |
![]() | 'cast' is not followed by whitespace. | 490 |
![]() | Line has trailing spaces. | 500 |
![]() | Missing a Javadoc comment. | 501 |
![]() | ',' is not followed by whitespace. | 501 |
![]() | Missing a Javadoc comment. | 502 |
![]() | Redundant 'public' modifier. | 502 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'entityNameId' must be private and have accessor methods. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'nameTypeCode' must be private and have accessor methods. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'firstName' must be private and have accessor methods. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'firstNameUnmasked' must be private and have accessor methods. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'middleName' must be private and have accessor methods. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'middleNameUnmasked' must be private and have accessor methods. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'lastName' must be private and have accessor methods. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'lastNameUnmasked' must be private and have accessor methods. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'title' must be private and have accessor methods. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'titleUnmasked' must be private and have accessor methods. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'suffix' must be private and have accessor methods. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'suffixUnmasked' must be private and have accessor methods. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'suppressName' must be private and have accessor methods. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'formattedName' must be private and have accessor methods. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'formattedNameUnmasked' must be private and have accessor methods. | 45 |
![]() | First sentence should end with a period. | 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. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | First sentence should end with a period. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | '(' is followed by whitespace. | 58 |
![]() | Parameter name should be final. | 58 |
![]() | Expected @param tag for 'name'. | 58 |
![]() | ')' is preceded with whitespace. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | 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 has trailing spaces. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 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 |
![]() | Method 'getEntityNameId' 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 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Method 'setEntityNameId' is not designed for extension - needs to be abstract, final or empty. | 93 |
![]() | Parameter entityNameId should be final. | 93 |
![]() | 'entityNameId' hides a field. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 97 |
![]() | Line has trailing spaces. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Method 'getNameTypeCode' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Method 'setNameTypeCode' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Parameter nameTypeCode should be final. | 108 |
![]() | 'nameTypeCode' hides a field. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 112 |
![]() | Line has trailing spaces. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Method 'getFirstName' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Method 'setFirstName' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Parameter firstName should be final. | 123 |
![]() | 'firstName' hides a field. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 127 |
![]() | Line has trailing spaces. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Method 'getFirstNameUnmasked' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Method 'setFirstNameUnmasked' is not designed for extension - needs to be abstract, final or empty. | 138 |
![]() | Parameter firstNameUnmasked should be final. | 138 |
![]() | 'firstNameUnmasked' hides a field. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 142 |
![]() | Line has trailing spaces. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Method 'getMiddleName' is not designed for extension - needs to be abstract, final or empty. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Method 'setMiddleName' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Parameter middleName should be final. | 153 |
![]() | 'middleName' hides a field. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 157 |
![]() | Line has trailing spaces. | 158 |
![]() | Line contains a tab character. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Method 'getMiddleNameUnmasked' is not designed for extension - needs to be abstract, final or empty. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 165 |
![]() | Line contains a tab character. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Method 'setMiddleNameUnmasked' is not designed for extension - needs to be abstract, final or empty. | 168 |
![]() | Parameter middleNameUnmasked should be final. | 168 |
![]() | 'middleNameUnmasked' hides a field. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 170 |
![]() | Line contains a tab character. | 172 |
![]() | Line has trailing spaces. | 173 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Method 'getLastName' is not designed for extension - needs to be abstract, final or empty. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Method 'setLastName' is not designed for extension - needs to be abstract, final or empty. | 183 |
![]() | Parameter lastName should be final. | 183 |
![]() | 'lastName' hides a field. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 187 |
![]() | Line has trailing spaces. | 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 |
![]() | Method 'getLastNameUnmasked' is not designed for extension - needs to be abstract, final or empty. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Method 'setLastNameUnmasked' is not designed for extension - needs to be abstract, final or empty. | 198 |
![]() | Parameter lastNameUnmasked should be final. | 198 |
![]() | 'lastNameUnmasked' hides a field. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 202 |
![]() | Line has trailing spaces. | 203 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Method 'getTitle' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Method 'setTitle' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Parameter title should be final. | 213 |
![]() | 'title' hides a field. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 217 |
![]() | Line has trailing spaces. | 218 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line contains a tab character. | 221 |
![]() | Method 'getTitleUnmasked' 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. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Method 'setTitleUnmasked' is not designed for extension - needs to be abstract, final or empty. | 228 |
![]() | Parameter titleUnmasked should be final. | 228 |
![]() | 'titleUnmasked' hides a field. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line contains a tab character. | 232 |
![]() | Line has trailing spaces. | 233 |
![]() | Line contains a tab character. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Method 'getSuffix' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setSuffix' is not designed for extension - needs to be abstract, final or empty. | 243 |
![]() | Parameter suffix should be final. | 243 |
![]() | 'suffix' hides a field. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Line contains a tab character. | 247 |
![]() | Line has trailing spaces. | 248 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | Method 'getSuffixUnmasked' is not designed for extension - needs to be abstract, final or empty. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Method 'setSuffixUnmasked' is not designed for extension - needs to be abstract, final or empty. | 258 |
![]() | Parameter suffixUnmasked should be final. | 258 |
![]() | 'suffixUnmasked' hides a field. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 262 |
![]() | Line has trailing spaces. | 263 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Method 'isSuppressName' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Method 'setSuppressName' is not designed for extension - needs to be abstract, final or empty. | 273 |
![]() | Parameter suppressName should be final. | 273 |
![]() | 'suppressName' hides a field. | 273 |
![]() | Line contains a tab character. | 274 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 277 |
![]() | Line has trailing spaces. | 278 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Method 'getFormattedName' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 285 |
![]() | Line contains a tab character. | 286 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Method 'setFormattedName' is not designed for extension - needs to be abstract, final or empty. | 288 |
![]() | Parameter formattedName should be final. | 288 |
![]() | 'formattedName' hides a field. | 288 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 292 |
![]() | Line has trailing spaces. | 293 |
![]() | Line contains a tab character. | 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 |
![]() | Method 'getFormattedNameUnmasked' is not designed for extension - needs to be abstract, final or empty. | 296 |
![]() | Line contains a tab character. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Line contains a tab character. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | Method 'setFormattedNameUnmasked' is not designed for extension - needs to be abstract, final or empty. | 303 |
![]() | Parameter formattedNameUnmasked should be final. | 303 |
![]() | 'formattedNameUnmasked' hides a field. | 303 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'defaultEntityName' must be private and have accessor methods. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'principalName' must be private and have accessor methods. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Method 'getDefaultEntityName' 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 |
![]() | 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 |
![]() | Method 'setDefaultEntityName' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Parameter defaultEntityName should be final. | 42 |
![]() | 'defaultEntityName' hides a field. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Method 'getPrincipalName' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'setPrincipalName' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Parameter principalName should be final. | 57 |
![]() | 'principalName' hides a field. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'entityPhoneId' must be private and have accessor methods. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'entityTypeCode' must be private and have accessor methods. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'phoneTypeCode' must be private and have accessor methods. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'phoneNumber' must be private and have accessor methods. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'extensionNumber' must be private and have accessor methods. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'countryCode' must be private and have accessor methods. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'phoneNumberUnmasked' must be private and have accessor methods. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'extensionNumberUnmasked' must be private and have accessor methods. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'countryCodeUnmasked' must be private and have accessor methods. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'formattedPhoneNumber' must be private and have accessor methods. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'formattedPhoneNumberUnmasked' must be private and have accessor methods. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'suppressPhone' must be private and have accessor methods. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | First sentence should end with a period. | 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 has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | First sentence should end with a period. | 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 |
![]() | '(' is followed by whitespace. | 55 |
![]() | Parameter phone should be final. | 55 |
![]() | Expected @param tag for 'phone'. | 55 |
![]() | ')' is preceded with whitespace. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line has trailing spaces. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Method 'getEntityPhoneId' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'setEntityPhoneId' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Parameter entityPhoneId should be final. | 87 |
![]() | 'entityPhoneId' hides a field. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Method 'getEntityTypeCode' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Method 'setEntityTypeCode' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Parameter entityTypeCode should be final. | 102 |
![]() | 'entityTypeCode' hides a field. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Method 'getPhoneTypeCode' is not designed for extension - needs to be abstract, final or empty. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Method 'setPhoneTypeCode' is not designed for extension - needs to be abstract, final or empty. | 117 |
![]() | Parameter phoneTypeCode should be final. | 117 |
![]() | 'phoneTypeCode' hides a field. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | 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 |
![]() | Method 'getPhoneNumber' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | 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 |
![]() | Method 'setPhoneNumber' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Parameter phoneNumber should be final. | 132 |
![]() | 'phoneNumber' hides a field. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | 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 |
![]() | Method 'getExtensionNumber' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Method 'setExtensionNumber' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Parameter extensionNumber should be final. | 147 |
![]() | 'extensionNumber' hides a field. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 151 |
![]() | Line has trailing spaces. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Method 'getCountryCode' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | Method 'setCountryCode' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Parameter countryCode should be final. | 162 |
![]() | 'countryCode' hides a field. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 166 |
![]() | Line has trailing spaces. | 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 |
![]() | Method 'getPhoneNumberUnmasked' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Method 'setPhoneNumberUnmasked' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Parameter phoneNumberUnmasked should be final. | 177 |
![]() | 'phoneNumberUnmasked' hides a field. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | 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 |
![]() | Method 'getExtensionNumberUnmasked' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | 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. | 192 |
![]() | Method 'setExtensionNumberUnmasked' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Parameter extensionNumberUnmasked should be final. | 192 |
![]() | 'extensionNumberUnmasked' hides a field. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 196 |
![]() | Line has trailing spaces. | 197 |
![]() | Line contains a tab character. | 197 |
![]() | Line is longer than 80 characters. | 198 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Method 'getCountryCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Method 'setCountryCodeUnmasked' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | Parameter countryCodeUnmasked should be final. | 207 |
![]() | 'countryCodeUnmasked' hides a field. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 211 |
![]() | Line has trailing spaces. | 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 |
![]() | Method 'getFormattedPhoneNumber' is not designed for extension - needs to be abstract, final or empty. | 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. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Method 'setFormattedPhoneNumber' is not designed for extension - needs to be abstract, final or empty. | 222 |
![]() | Parameter formattedPhoneNumber should be final. | 222 |
![]() | 'formattedPhoneNumber' hides a field. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line contains a tab character. | 226 |
![]() | Line has trailing spaces. | 227 |
![]() | Line contains a tab character. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Line contains a tab character. | 228 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Method 'getFormattedPhoneNumberUnmasked' is not designed for extension - needs to be abstract, final or empty. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | 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 is longer than 80 characters. | 237 |
![]() | Line contains a tab character. | 237 |
![]() | Method 'setFormattedPhoneNumberUnmasked' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() | Parameter formattedPhoneNumberUnmasked should be final. | 237 |
![]() | 'formattedPhoneNumberUnmasked' hides a field. | 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. | 241 |
![]() | Line has trailing spaces. | 242 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Method 'isSuppressPhone' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() | 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 |
![]() | Method 'setSuppressPhone' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() | Parameter suppressPhone should be final. | 252 |
![]() | 'suppressPhone' hides a field. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line has trailing spaces. | 255 |
![]() | Line contains a tab character. | 255 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'suppressName' must be private and have accessor methods. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'suppressEmail' must be private and have accessor methods. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'suppressAddress' must be private and have accessor methods. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'suppressPhone' must be private and have accessor methods. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'suppressPersonal' must be private and have accessor methods. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | '(' is followed by whitespace. | 47 |
![]() | Parameter prefs should be final. | 47 |
![]() | Expected @param tag for 'prefs'. | 47 |
![]() | ')' is preceded with whitespace. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | 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 is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Expected an @return tag. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Method 'isSuppressAddress' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Expected an @return tag. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Method 'isSuppressEmail' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Line contains a tab character. | 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 contains a tab character. | 73 |
![]() | Expected an @return tag. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'isSuppressName' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Expected an @return tag. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Method 'isSuppressPersonal' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Expected an @return tag. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Method 'isSuppressPhone' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Method 'setSuppressAddress' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter suppressAddress should be final. | 92 |
![]() | 'suppressAddress' hides a field. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 96 |
![]() | Method 'setSuppressEmail' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter suppressEmail should be final. | 96 |
![]() | 'suppressEmail' hides a field. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 100 |
![]() | Method 'setSuppressName' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter suppressName should be final. | 100 |
![]() | 'suppressName' hides a field. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 104 |
![]() | Method 'setSuppressPersonal' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Parameter suppressPersonal should be final. | 104 |
![]() | 'suppressPersonal' hides a field. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Method 'setSuppressPhone' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Parameter suppressPhone should be final. | 108 |
![]() | 'suppressPhone' hides a field. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 112 |
![]() | '{' is not preceded with whitespace. | 113 |
![]() | Line has trailing spaces. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line has trailing spaces. | 116 |
![]() | '{' is not preceded with whitespace. | 118 |
![]() | Line has trailing spaces. | 119 |
![]() | Line contains a tab character. | 119 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter kimEntityResidency should be final. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | '(' is followed by whitespace. | 38 |
![]() | ')' is preceded with whitespace. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Method 'setInStateFlag' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Parameter inStateFlag should be final. | 49 |
![]() | 'inStateFlag' 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 contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Parameter id should be final. | 56 |
![]() | 'id' hides a field. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'setEntityId' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Parameter entityId should be final. | 63 |
![]() | 'entityId' hides a field. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'setDeterminationMethod' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Parameter determinationMethod should be final. | 70 |
![]() | 'determinationMethod' hides a field. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Method 'getDeterminationMethod' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Method 'getEntityId' 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 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Method 'getId' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | 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 |
![]() | Method 'getInState' 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 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | 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. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter kimEntityVisa should be final. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | ')' is preceded with whitespace. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | 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 'getId' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'getEntityId' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'getVisaEntry' 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. | 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 |
![]() | Method 'getVisaId' 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. | 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 |
![]() | Method 'getVisaTypeKey' is not designed for extension - needs to be abstract, final or empty. | 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. | 94 |
![]() | Method 'setId' is not designed for extension - needs to be abstract, final or empty. | 94 |
![]() | Parameter id should be final. | 94 |
![]() | 'id' hides a field. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Method 'setEntityId' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Parameter entityId should be final. | 101 |
![]() | 'entityId' hides a field. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Method 'setVisaTypeKey' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Parameter visaTypeKey should be final. | 108 |
![]() | 'visaTypeKey' hides a field. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Method 'setVisaEntry' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Parameter visaEntry should be final. | 115 |
![]() | 'visaEntry' hides a field. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Method 'setVisaId' is not designed for extension - needs to be abstract, final or empty. | 122 |
![]() | Parameter visaId should be final. | 122 |
![]() | 'visaId' hides a field. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'active' must be private and have accessor methods. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Parameter active should be final. | 44 |
![]() | 'active' hides a field. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Utility classes should not have a public or default constructor. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line has trailing spaces. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | '(' is followed by whitespace. | 44 |
![]() | Parameter p should be final. | 44 |
![]() | Expected @param tag for 'p'. | 44 |
![]() | ')' is preceded with whitespace. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | '(' is followed by whitespace. | 46 |
![]() | ')' is preceded with whitespace. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 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 |
![]() | 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 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'setPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter principalId should be final. | 63 |
![]() | 'principalId' hides a field. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | 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 |
![]() | Method 'getPrincipalName' 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. | 75 |
![]() | Method 'setPrincipalName' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter principalName should be final. | 75 |
![]() | 'principalName' hides a field. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 79 |
![]() | Line has trailing spaces. | 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 |
![]() | Method 'getEntityId' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'setEntityId' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Parameter entityId should be final. | 87 |
![]() | 'entityId' hides a field. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Method 'getPassword' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 99 |
![]() | Method 'setPassword' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter password should be final. | 99 |
![]() | 'password' hides a field. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line has trailing spaces. | 49 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Variable 'groupId' must be private and have accessor methods. | 50 |
![]() | Line has trailing spaces. | 52 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Variable 'groupName' must be private and have accessor methods. | 53 |
![]() | Line has trailing spaces. | 55 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Variable 'groupDescription' must be private and have accessor methods. | 56 |
![]() | Line has trailing spaces. | 58 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Variable 'active' must be private and have accessor methods. | 59 |
![]() | Line has trailing spaces. | 61 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Variable 'kimTypeId' must be private and have accessor methods. | 62 |
![]() | Line has trailing spaces. | 64 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Variable 'namespaceCode' must be private and have accessor methods. | 65 |
![]() | Line has trailing spaces. | 67 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Variable 'attributes' must be private and have accessor methods. | 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 |
![]() | Method 'getGroupDescription' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 75 |
![]() | Method 'getGroupId' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 79 |
![]() | Method 'getGroupName' is not designed for extension - needs to be abstract, final or empty. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'getKimTypeId' 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 'getNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 91 |
![]() | Method 'getAttributes' 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 has trailing spaces. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Method 'setGroupDescription' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter groupDescription should be final. | 95 |
![]() | 'groupDescription' hides a field. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 99 |
![]() | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Parameter groupId should be final. | 99 |
![]() | 'groupId' hides a field. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 103 |
![]() | Method 'setGroupName' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Parameter groupName should be final. | 103 |
![]() | 'groupName' hides a field. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 107 |
![]() | Method 'setKimTypeId' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Parameter kimTypeId should be final. | 107 |
![]() | 'kimTypeId' hides a field. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 111 |
![]() | Method 'setNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Parameter namespaceCode should be final. | 111 |
![]() | 'namespaceCode' hides a field. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 115 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Parameter attributes should be final. | 115 |
![]() | 'attributes' hides a field. | 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 'isActive' 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 'setActive' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Parameter active should be final. | 123 |
![]() | 'active' hides a field. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Missing a Javadoc comment. | 127 |
![]() | '{' is not preceded with whitespace. | 127 |
![]() | Line has trailing spaces. | 128 |
![]() | Line contains a tab character. | 128 |
![]() | Line has trailing spaces. | 130 |
![]() | Missing a Javadoc comment. | 131 |
![]() | '{' is not preceded with whitespace. | 131 |
![]() | Line has trailing spaces. | 132 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 135 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter object should be final. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | 'cast' is not followed by whitespace. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | '(' is followed by whitespace. | 143 |
![]() | ')' is preceded with whitespace. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 147 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | '(' is followed by whitespace. | 148 |
![]() | '-462347871' is a magic number. | 148 |
![]() | '744315189' is a magic number. | 148 |
![]() | ')' is preceded with whitespace. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | '(' is followed by whitespace. | 149 |
![]() | ')' is preceded with whitespace. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line has trailing spaces. | 152 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'groupId' must be private and have accessor methods. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Variable 'groupMemberId' must be private and have accessor methods. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'memberId' must be private and have accessor methods. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'memberTypeCode' must be private and have accessor methods. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'versionNumber' must be private and have accessor methods. | 29 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter groupId should be final. | 31 |
![]() | 'groupId' hides a field. | 31 |
![]() | Parameter groupMemberId should be final. | 31 |
![]() | 'groupMemberId' hides a field. | 31 |
![]() | Parameter memberId should be final. | 31 |
![]() | 'memberId' hides a field. | 31 |
![]() | Parameter memberTypeCode should be final. | 31 |
![]() | 'memberTypeCode' hides a field. | 31 |
![]() | Parameter activeFromDate should be final. | 31 |
![]() | Parameter activeToDate should be final. | 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 contains a tab character. | 36 |
![]() | Line contains a tab character. | 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 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | '{' is not followed by whitespace. | 43 |
![]() | '}' is not preceded with whitespace. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'getMemberId' 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. | 50 |
![]() | Method 'setMemberId' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter memberId should be final. | 50 |
![]() | 'memberId' hides a field. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 55 |
![]() | Method 'getMemberTypeCode' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 60 |
![]() | Method 'setMemberTypeCode' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter memberTypeCode should be final. | 60 |
![]() | 'memberTypeCode' hides a field. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 65 |
![]() | Method 'getGroupId' 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 contains a tab character. | 67 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter groupId should be final. | 70 |
![]() | 'groupId' hides a field. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 75 |
![]() | Method 'getGroupMemberId' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 80 |
![]() | Method 'setGroupMemberId' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter groupMemberId should be final. | 80 |
![]() | 'groupMemberId' hides a field. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 85 |
![]() | Method 'getVersionNumber' 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. | 90 |
![]() | Method 'setVersionNumber' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter versionNumber should be final. | 90 |
![]() | 'versionNumber' hides a field. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | '{' is not preceded with whitespace. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Expected an @return tag. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Method 'getAddressTypeCode' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Expected an @return tag. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Method 'getAddressTypeName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'setAddressTypeCode' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Parameter addressTypeCode should be final. | 44 |
![]() | Expected @param tag for 'addressTypeCode'. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'setAddressTypeName' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter addressTypeName should be final. | 51 |
![]() | Expected @param tag for 'addressTypeName'. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'employmentAffiliationType' must be private and have accessor methods. | 27 |
![]() | Line contains a tab character. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Expected an @return tag. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Method 'getAffiliationTypeCode' 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. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Expected an @return tag. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'getAffiliationTypeName' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 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 |
![]() | Method 'setAffiliationTypeCode' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Parameter affiliationTypeCode should be final. | 47 |
![]() | Expected @param tag for 'affiliationTypeCode'. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | 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 |
![]() | Method 'setAffiliationTypeName' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Parameter affiliationTypeName should be final. | 54 |
![]() | Expected @param tag for 'affiliationTypeName'. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 58 |
![]() | Method 'isEmploymentAffiliationType' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Method 'setEmploymentAffiliationType' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter employmentAffiliationType should be final. | 62 |
![]() | 'employmentAffiliationType' hides a field. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line contains a tab character. | 65 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Expected an @return tag. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Method 'getCitizenshipStatusCode' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Expected an @return tag. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Method 'getCitizenshipStatusName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'setCitizenshipStatusCode' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Parameter citizenshipStatusCode should be final. | 44 |
![]() | Expected @param tag for 'citizenshipStatusCode'. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'setCitizenshipStatusName' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter citizenshipStatusName should be final. | 51 |
![]() | Expected @param tag for 'citizenshipStatusName'. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Expected an @return tag. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Method 'getEmailTypeCode' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Expected an @return tag. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Method 'getEmailTypeName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'setEmailTypeCode' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Parameter emailTypeCode should be final. | 44 |
![]() | Expected @param tag for 'emailTypeCode'. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'setEmailTypeName' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter emailTypeName should be final. | 51 |
![]() | Expected @param tag for 'emailTypeName'. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Expected an @return tag. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Method 'getEmploymentStatusCode' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Expected an @return tag. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Method 'getEmploymentStatusName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'setEmploymentStatusCode' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Parameter employmentStatusCode should be final. | 44 |
![]() | Expected @param tag for 'employmentStatusCode'. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'setEmploymentStatusName' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter employmentStatusName should be final. | 51 |
![]() | Expected @param tag for 'employmentStatusName'. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Expected an @return tag. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Method 'getEmploymentTypeCode' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Expected an @return tag. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Method 'getEmploymentTypeName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'setEmploymentTypeCode' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Parameter employmentTypeCode should be final. | 44 |
![]() | Expected @param tag for 'employmentTypeCode'. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'setEmploymentTypeName' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter employmentTypeName should be final. | 51 |
![]() | Expected @param tag for 'employmentTypeName'. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Expected an @return tag. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Method 'getEntityNameTypeCode' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Expected an @return tag. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Method 'getEntityNameTypeName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'setEntityNameTypeCode' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Parameter entityNameTypeCode should be final. | 44 |
![]() | Expected @param tag for 'entityNameTypeCode'. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'setEntityNameTypeName' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter entityNameTypeName should be final. | 51 |
![]() | Expected @param tag for 'entityNameTypeName'. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Parameter entityType should be final. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Method 'getEntityTypeCode' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'setEntityTypeCode' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Parameter entityTypeCode should be final. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Method 'getEntityTypeName' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Method 'setEntityTypeName' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Parameter entityTypeName should be final. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'encryptionRequired' must be private and have accessor methods. | 27 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Expected an @return tag. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Method 'getExternalIdentifierTypeCode' 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. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Expected an @return tag. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Method 'getExternalIdentifierTypeName' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Method 'setExternalIdentifierTypeCode' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Parameter externalIdentifierTypeCode should be final. | 46 |
![]() | Expected @param tag for 'externalIdentifierTypeCode'. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Method 'setExternalIdentifierTypeName' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Parameter externalIdentifierTypeName should be final. | 53 |
![]() | Expected @param tag for 'externalIdentifierTypeName'. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'isEncryptionRequired' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Method 'setEncryptionRequired' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter encryptionRequired should be final. | 61 |
![]() | 'encryptionRequired' hides a field. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 25 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'code' must be private and have accessor methods. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'name' must be private and have accessor methods. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'active' must be private and have accessor methods. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'displaySortCode' must be private and have accessor methods. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter kimCode should be final. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | '(' is followed by whitespace. | 45 |
![]() | ')' is preceded with whitespace. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Avoid inline conditionals. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Avoid inline conditionals. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Parameter code should be final. | 63 |
![]() | 'code' hides a field. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | 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. | 78 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Parameter name should be final. | 78 |
![]() | 'name' hides a field. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | 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 |
![]() | Expected an @return tag. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Line is longer than 80 characters. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Expected an @return tag. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Parameter active should be final. | 102 |
![]() | 'active' hides a field. | 102 |
![]() | Expected @param tag for 'active'. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line has trailing spaces. | 108 |
![]() | Expected an @return tag. | 111 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 111 |
![]() | Parameter obj should be final. | 111 |
![]() | Expected @param tag for 'obj'. | 111 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line has trailing spaces. | 120 |
![]() | Expected an @return tag. | 123 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 123 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Method 'getDisplaySortCode' is not designed for extension - needs to be abstract, final or empty. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Method 'setDisplaySortCode' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Parameter displaySortCode should be final. | 143 |
![]() | 'displaySortCode' hides a field. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line has trailing spaces. | 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 has trailing spaces. | 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 |
![]() | '{' is not followed by whitespace. | 152 |
![]() | '}' is not preceded with whitespace. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | '{' is not followed by whitespace. | 153 |
![]() | '}' is not preceded with whitespace. | 153 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Expected an @return tag. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Method 'getPhoneTypeCode' is not designed for extension - needs to be abstract, final or empty. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Expected an @return tag. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Method 'getPhoneTypeName' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'setPhoneTypeCode' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Parameter phoneTypeCode should be final. | 44 |
![]() | Expected @param tag for 'phoneTypeCode'. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'setPhoneTypeName' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter phoneTypeName should be final. | 51 |
![]() | Expected @param tag for 'phoneTypeName'. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Expected an @return tag. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Redundant 'public' modifier. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 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. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Expected an @return tag. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Expected an @return tag. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Expected an @return tag. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Expected an @return tag. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Expected an @return tag. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Expected an @return tag. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | 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 |
![]() | Expected an @return tag. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Redundant 'public' modifier. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 26 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'delegationId' must be private and have accessor methods. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'delegationTypeCode' must be private and have accessor methods. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'memberId' must be private and have accessor methods. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'memberTypeCode' must be private and have accessor methods. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'qualifier' must be private and have accessor methods. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'roleMemberId' must be private and have accessor methods. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | 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 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter delegationId should be final. | 46 |
![]() | 'delegationId' hides a field. | 46 |
![]() | Parameter delegationTypeCode should be final. | 46 |
![]() | 'delegationTypeCode' hides a field. | 46 |
![]() | Parameter memberId should be final. | 46 |
![]() | 'memberId' hides a field. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Parameter memberTypeCode should be final. | 47 |
![]() | 'memberTypeCode' hides a field. | 47 |
![]() | Parameter roleMemberId should be final. | 47 |
![]() | 'roleMemberId' hides a field. | 47 |
![]() | Parameter qualifier should be final. | 47 |
![]() | 'qualifier' hides a field. | 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. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Method 'getDelegationTypeCode' 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 'setDelegationTypeCode' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter delegationTypeCode should be final. | 59 |
![]() | 'delegationTypeCode' hides a field. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Method 'getMemberId' 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 'setMemberId' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter memberId should be final. | 66 |
![]() | 'memberId' hides a field. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'getMemberTypeCode' 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 'setMemberTypeCode' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter memberTypeCode should be final. | 74 |
![]() | 'memberTypeCode' hides a field. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 78 |
![]() | Method 'getQualifier' 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. | 81 |
![]() | Method 'setQualifier' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Parameter qualifier should be final. | 81 |
![]() | 'qualifier' hides a field. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 85 |
![]() | Method 'getDelegationId' 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 'setDelegationId' is not designed for extension - needs to be abstract, final or empty. | 89 |
![]() | Missing a Javadoc comment. | 89 |
![]() | Parameter delegationId should be final. | 89 |
![]() | 'delegationId' hides a field. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 96 |
![]() | Method 'getRoleMemberId' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Method 'setRoleMemberId' is not designed for extension - needs to be abstract, final or empty. | 103 |
![]() | Parameter roleMemberId should be final. | 103 |
![]() | 'roleMemberId' hides a field. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line has trailing spaces. | 106 |
![]() | Line contains a tab character. | 106 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Unused import - java.sql.Date. | 18 |
![]() | Unused import - javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter. | 20 |
![]() | Unused import - org.kuali.rice.core.jaxb.SqlDateAdapter. | 22 |
![]() | Line has trailing spaces. | 25 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'roleId' must be private and have accessor methods. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'delegationMemberId' must be private and have accessor methods. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'memberName' must be private and have accessor methods. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'memberNamespaceCode' must be private and have accessor methods. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Method 'getMemberName' 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. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'setMemberName' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Parameter memberName should be final. | 48 |
![]() | 'memberName' hides a field. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Method 'getMemberNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Method 'setMemberNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Parameter memberNamespaceCode should be final. | 60 |
![]() | 'memberNamespaceCode' hides a field. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Method 'getDelegationMemberId' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'setDelegationMemberId' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Parameter delegationMemberId should be final. | 74 |
![]() | 'delegationMemberId' hides a field. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Method 'getRoleId' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Method 'setRoleId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Parameter roleId should be final. | 88 |
![]() | 'roleId' hides a field. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line has trailing spaces. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'roleId' must be private and have accessor methods. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'delegationId' must be private and have accessor methods. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'delegationTypeCode' must be private and have accessor methods. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'kimTypeId' must be private and have accessor methods. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'members' must be private and have accessor methods. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'active' must be private and have accessor methods. | 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 |
![]() | Method 'getKimTypeId' 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. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Method 'setKimTypeId' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Parameter kimTypeId should be final. | 49 |
![]() | 'kimTypeId' 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 contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Method 'getActive' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Parameter active should be final. | 63 |
![]() | 'active' hides a field. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | 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 has trailing spaces. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter roleId should be final. | 73 |
![]() | 'roleId' hides a field. | 73 |
![]() | Parameter delegationId should be final. | 73 |
![]() | 'delegationId' hides a field. | 73 |
![]() | Parameter delegationTypeCode should be final. | 73 |
![]() | 'delegationTypeCode' hides a field. | 73 |
![]() | Parameter members should be final. | 73 |
![]() | 'members' hides a field. | 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 has trailing spaces. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Method 'getDelegationTypeCode' 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. | 83 |
![]() | Method 'setDelegationTypeCode' is not designed for extension - needs to be abstract, final or empty. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter delegationTypeCode should be final. | 83 |
![]() | 'delegationTypeCode' hides a field. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Method 'getDelegationId' 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 'setDelegationId' is not designed for extension - needs to be abstract, final or empty. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Parameter delegationId should be final. | 90 |
![]() | 'delegationId' hides a field. | 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 |
![]() | Method 'getRoleId' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | 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 contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Method 'setRoleId' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Parameter roleId should be final. | 104 |
![]() | 'roleId' hides a field. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Method 'getMembers' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setMembers' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Parameter members should be final. | 118 |
![]() | 'members' hides a field. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line has trailing spaces. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Line has trailing spaces. | 122 |
![]() | Line contains a tab character. | 122 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'namespaceCode' must be private and have accessor methods. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'name' must be private and have accessor methods. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'description' must be private and have accessor methods. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'templateId' must be private and have accessor methods. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'template' must be private and have accessor methods. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'active' must be private and have accessor methods. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter name should be final. | 48 |
![]() | 'name' hides a field. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter description should be final. | 54 |
![]() | 'description' hides a field. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter active should be final. | 60 |
![]() | 'active' hides a field. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'getNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Method 'setNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Parameter namespaceCode should be final. | 66 |
![]() | 'namespaceCode' hides a field. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Method 'getTemplate' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Method 'setTemplate' is not designed for extension - needs to be abstract, final or empty. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter template should be final. | 72 |
![]() | 'template' hides a field. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Expected an @return tag. | 78 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Expected an @return tag. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Method 'hashCode' 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 |
![]() | '(' is followed by whitespace. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Expected an @return tag. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Parameter obj should be final. | 97 |
![]() | Expected @param tag for 'obj'. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | '(' is followed by whitespace. | 98 |
![]() | ')' is preceded with whitespace. | 98 |
![]() | 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 |
![]() | '(' is followed by whitespace. | 101 |
![]() | 'cast' is not followed by whitespace. | 101 |
![]() | ')' is preceded with whitespace. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line has trailing spaces. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Method 'getNameToDisplay' is not designed for extension - needs to be abstract, final or empty. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | '{' is not preceded with whitespace. | 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 |
![]() | '?' is not preceded with whitespace. | 105 |
![]() | Avoid inline conditionals. | 105 |
![]() | '?' is not followed by whitespace. | 105 |
![]() | ':' is not preceded with whitespace. | 105 |
![]() | ':' is not followed by whitespace. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Method 'getDetailObjectsValues' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | '{' is not preceded with whitespace. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | 'for' is not followed by whitespace. | 110 |
![]() | '(' is followed by whitespace. | 110 |
![]() | ',' is not followed by whitespace. | 110 |
![]() | ':' is not preceded with whitespace. | 110 |
![]() | ')' is preceded with whitespace. | 110 |
![]() | '{' is not preceded with whitespace. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | '+' is not preceded with whitespace. | 111 |
![]() | '+' is not followed by whitespace. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 116 |
![]() | Method 'getDetailObjectsToDisplay' 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 |
![]() | 'for' is not followed by whitespace. | 118 |
![]() | '(' is followed by whitespace. | 118 |
![]() | ',' is not followed by whitespace. | 118 |
![]() | ':' is not preceded with whitespace. | 118 |
![]() | ')' is preceded with whitespace. | 118 |
![]() | '{' is not preceded with whitespace. | 118 |
![]() | Line is longer than 80 characters. | 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 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line contains a tab character. | 124 |
![]() | Method 'getAttributeDetailToDisplay' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter entry should be final. | 124 |
![]() | ',' is not followed by whitespace. | 124 |
![]() | '{' is not preceded with whitespace. | 124 |
![]() | Line is longer than 80 characters. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | '+' is not preceded with whitespace. | 125 |
![]() | '+' is not followed by whitespace. | 125 |
![]() | '+' is not preceded with whitespace. | 125 |
![]() | '+' should be on a new line. | 125 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line contains a tab character. | 126 |
![]() | '+' is not preceded with 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 |
![]() | Comment matches to-do format 'TODO:'. | 129 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Method 'getKimAttributeLabelFromDD' is not designed for extension - needs to be abstract, final or empty. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Parameter attributeName should be final. | 130 |
![]() | '{' is not preceded with whitespace. | 130 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line contains a tab character. | 131 |
![]() | ')' is preceded with whitespace. | 131 |
![]() | Line contains a tab character. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | 'static' modifier out of order with the JLS suggestions. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Method 'getPermissionService' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | 'if' is not followed by whitespace. | 136 |
![]() | '{' is not preceded with whitespace. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line contains a tab character. | 137 |
![]() | 'cast' is not followed by whitespace. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | ')' is preceded with whitespace. | 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 |
![]() | Method 'getTemplateId' is not designed for extension - needs to be abstract, final or empty. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Method 'setTemplateId' is not designed for extension - needs to be abstract, final or empty. | 144 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Parameter templateId should be final. | 144 |
![]() | 'templateId' hides a field. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line has trailing spaces. | 147 |
![]() | Line contains a tab character. | 147 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'permissionTemplateId' must be private and have accessor methods. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'namespaceCode' must be private and have accessor methods. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'name' must be private and have accessor methods. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'description' must be private and have accessor methods. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'kimTypeId' must be private and have accessor methods. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'active' must be private and have accessor methods. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'getPermissionTemplateId' 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 'setPermissionTemplateId' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter permissionTemplateId should be final. | 41 |
![]() | 'permissionTemplateId' hides a field. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'getNamespaceCode' 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 'setNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Parameter namespaceCode should be final. | 47 |
![]() | 'namespaceCode' hides a field. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Method 'getName' 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 'setName' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter name should be final. | 53 |
![]() | 'name' hides a field. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Method 'getDescription' 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 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter description should be final. | 59 |
![]() | 'description' hides a field. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Method 'getKimTypeId' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Method 'setKimTypeId' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter kimTypeId should be final. | 65 |
![]() | 'kimTypeId' hides a field. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter active should be final. | 71 |
![]() | 'active' hides a field. | 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 has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 25 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'namespaceCode' must be private and have accessor methods. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'name' must be private and have accessor methods. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'description' must be private and have accessor methods. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'active' must be private and have accessor methods. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Parameter name should be final. | 42 |
![]() | 'name' hides a field. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter description should be final. | 48 |
![]() | 'description' hides a field. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Parameter active should be final. | 54 |
![]() | 'active' hides a field. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'getNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Method 'setNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Parameter namespaceCode should be final. | 60 |
![]() | 'namespaceCode' hides a field. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Expected an @return tag. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | '(' is followed by whitespace. | 67 |
![]() | ')' is preceded with whitespace. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | '(' is followed by whitespace. | 68 |
![]() | ')' is preceded with whitespace. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 74 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Parameter object should be final. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | '(' is followed by whitespace. | 78 |
![]() | 'cast' is not followed by whitespace. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line contains a tab character. | 80 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'responsibilityTemplateId' must be private and have accessor methods. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'namespaceCode' must be private and have accessor methods. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'name' must be private and have accessor methods. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'kimTypeId' must be private and have accessor methods. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'description' must be private and have accessor methods. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'active' must be private and have accessor methods. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Method 'getKimTypeId' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Expected an @return tag. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'isActive' 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. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Parameter active should be final. | 51 |
![]() | 'active' hides a field. | 51 |
![]() | Expected @param tag for 'active'. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Expected an @return tag. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Expected an @return tag. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Method 'getResponsibilityTemplateId' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Expected an @return tag. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Method 'getName' 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 |
![]() | Method 'setKimTypeId' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter kimTypeId should be final. | 76 |
![]() | 'kimTypeId' hides a field. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 80 |
![]() | Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Parameter description should be final. | 80 |
![]() | 'description' hides a field. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 84 |
![]() | Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter name should be final. | 84 |
![]() | 'name' hides a field. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | Method 'toString' 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 |
![]() | '(' is followed by whitespace. | 90 |
![]() | ')' is preceded with whitespace. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | '(' is followed by whitespace. | 91 |
![]() | ')' is preceded with whitespace. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | ')' is preceded with whitespace. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | '(' is followed by whitespace. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line contains a tab character. | 97 |
![]() | Method 'getNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 101 |
![]() | Method 'setNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Parameter namespaceCode should be final. | 101 |
![]() | 'namespaceCode' hides a field. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | Method 'setResponsibilityTemplateId' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Parameter responsibilityTemplateId should be final. | 105 |
![]() | 'responsibilityTemplateId' hides a field. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'roleId' must be private and have accessor methods. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'roleName' must be private and have accessor methods. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'roleDescription' must be private and have accessor methods. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'active' must be private and have accessor methods. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'kimTypeId' must be private and have accessor methods. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'namespaceCode' must be private and have accessor methods. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'getRoleId' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Method 'setRoleId' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter roleId should be final. | 43 |
![]() | 'roleId' hides a field. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Method 'getRoleName' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Method 'setRoleName' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter roleName should be final. | 49 |
![]() | 'roleName' hides a field. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'getRoleDescription' 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. | 55 |
![]() | Method 'setRoleDescription' is not designed for extension - needs to be abstract, final or empty. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter roleDescription should be final. | 55 |
![]() | 'roleDescription' hides a field. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter active should be final. | 61 |
![]() | 'active' hides a field. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Method 'getKimTypeId' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Method 'setKimTypeId' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Parameter kimTypeId should be final. | 67 |
![]() | 'kimTypeId' hides a field. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'getNamespaceCode' 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. | 73 |
![]() | Method 'setNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Parameter namespaceCode should be final. | 73 |
![]() | 'namespaceCode' hides a field. | 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 |
![]() | Expected an @return tag. | 79 |
![]() | 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 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line has trailing spaces. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Missing a Javadoc comment. | 89 |
![]() | '{' is not preceded with whitespace. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line has trailing spaces. | 92 |
![]() | Missing a Javadoc comment. | 93 |
![]() | '{' is not preceded with whitespace. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Line contains a tab character. | 94 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'principalId' must be private and have accessor methods. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'groupId' must be private and have accessor methods. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'delegates' must be private and have accessor methods. | 30 |
![]() | Line has trailing spaces. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | '{' is not followed by whitespace. | 34 |
![]() | '}' is not preceded with whitespace. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Parameter principalId should be final. | 36 |
![]() | 'principalId' hides a field. | 36 |
![]() | Parameter groupId should be final. | 36 |
![]() | 'groupId' hides a field. | 36 |
![]() | Parameter delegates should be final. | 36 |
![]() | 'delegates' hides a field. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Method 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'setPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter principalId should be final. | 45 |
![]() | 'principalId' hides a field. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'getGroupId' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter groupId should be final. | 51 |
![]() | 'groupId' hides a field. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Method 'getDelegates' is not designed for extension - needs to be abstract, final or empty. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'setDelegates' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter delegates should be final. | 57 |
![]() | 'delegates' hides a field. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Variable 'permissionId' must be private and have accessor methods. | 32 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'details' must be private and have accessor methods. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Method 'getPermissionId' is not designed for extension - needs to be abstract, final or empty. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'setPermissionId' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Parameter permissionId should be final. | 40 |
![]() | 'permissionId' hides a field. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'getDetails' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Method 'setDetails' is not designed for extension - needs to be abstract, final or empty. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter permissionDetails should be final. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line has trailing spaces. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'hasDetails' 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 has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 28 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'principalId' must be private and have accessor methods. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'groupId' must be private and have accessor methods. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'memberRoleId' must be private and have accessor methods. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'responsibilityNamespaceCode' must be private and have accessor methods. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'responsibilityName' must be private and have accessor methods. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'responsibilityId' must be private and have accessor methods. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Variable 'roleId' must be private and have accessor methods. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Variable 'actionTypeCode' must be private and have accessor methods. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Variable 'actionPolicyCode' must be private and have accessor methods. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Variable 'roleResponsibilityActionId' must be private and have accessor methods. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Variable 'parallelRoutingGroupingCode' must be private and have accessor methods. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Variable 'forceAction' must be private and have accessor methods. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Variable 'priorityNumber' must be private and have accessor methods. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Variable 'qualifier' must be private and have accessor methods. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Variable 'delegates' must be private and have accessor methods. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter principalId should be final. | 59 |
![]() | 'principalId' hides a field. | 59 |
![]() | Parameter groupId should be final. | 59 |
![]() | 'groupId' hides a field. | 59 |
![]() | Parameter memberRoleId should be final. | 59 |
![]() | 'memberRoleId' hides a field. | 59 |
![]() | Parameter responsibility should be final. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Parameter roleId should be final. | 60 |
![]() | 'roleId' hides a field. | 60 |
![]() | Parameter qualifier should be final. | 60 |
![]() | 'qualifier' hides a field. | 60 |
![]() | Parameter delegates should be final. | 60 |
![]() | 'delegates' hides a field. | 60 |
![]() | ')' is preceded with whitespace. | 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 |
![]() | 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. | 72 |
![]() | Method 'getActionTypeCode' 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 'setActionTypeCode' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Parameter actionTypeCode should be final. | 76 |
![]() | 'actionTypeCode' hides a field. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 80 |
![]() | Method 'getPriorityNumber' 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 'setPriorityNumber' is not designed for extension - needs to be abstract, final or empty. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Parameter priorityNumber should be final. | 84 |
![]() | 'priorityNumber' hides a field. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | Method 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Method 'setPrincipalId' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter principalId should be final. | 92 |
![]() | 'principalId' hides a field. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 96 |
![]() | Method 'getResponsibilityName' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 100 |
![]() | Method 'setResponsibilityName' is not designed for extension - needs to be abstract, final or empty. | 100 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter responsibilityName should be final. | 100 |
![]() | 'responsibilityName' hides a field. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 104 |
![]() | Method 'getRoleId' 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 'setRoleId' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Parameter roleId should be final. | 108 |
![]() | 'roleId' hides a field. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 112 |
![]() | Method 'getGroupId' 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 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Parameter groupId should be final. | 116 |
![]() | 'groupId' hides a field. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 120 |
![]() | Method 'getQualifier' 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 'setQualifier' is not designed for extension - needs to be abstract, final or empty. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Parameter qualifier should be final. | 124 |
![]() | 'qualifier' hides a field. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 128 |
![]() | Method 'getDelegates' 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 'setDelegates' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Parameter delegates should be final. | 132 |
![]() | 'delegates' hides a field. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 136 |
![]() | Method 'getResponsibilityNamespaceCode' 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 is longer than 80 characters. | 140 |
![]() | Line contains a tab character. | 140 |
![]() | Method 'setResponsibilityNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Parameter responsibilityNamespaceCode should be final. | 140 |
![]() | 'responsibilityNamespaceCode' hides a field. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Method 'getResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Method 'setResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 154 |
![]() | Parameter responsibilityId should be final. | 154 |
![]() | 'responsibilityId' hides a field. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 158 |
![]() | Method 'getActionPolicyCode' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 162 |
![]() | Method 'setActionPolicyCode' is not designed for extension - needs to be abstract, final or empty. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Parameter actionPolicyCode should be final. | 162 |
![]() | 'actionPolicyCode' hides a field. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 166 |
![]() | Method 'getMemberRoleId' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 170 |
![]() | Method 'setMemberRoleId' is not designed for extension - needs to be abstract, final or empty. | 170 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Parameter memberRoleId should be final. | 170 |
![]() | 'memberRoleId' hides a field. | 170 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Method 'isForceAction' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Method 'setForceAction' is not designed for extension - needs to be abstract, final or empty. | 184 |
![]() | Parameter forceAction should be final. | 184 |
![]() | 'forceAction' hides a field. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | 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 has trailing spaces. | 192 |
![]() | Line contains a tab character. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 195 |
![]() | Line contains a tab character. | 196 |
![]() | Name 'TAB' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 196 |
![]() | Line has trailing spaces. | 197 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | 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 contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line has trailing spaces. | 213 |
![]() | Line contains a tab character. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Line contains a tab character. | 217 |
![]() | Method 'getParallelRoutingGroupingCode' is not designed for extension - needs to be abstract, final or empty. | 217 |
![]() | Missing a Javadoc comment. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 221 |
![]() | Method 'setParallelRoutingGroupingCode' is not designed for extension - needs to be abstract, final or empty. | 221 |
![]() | Missing a Javadoc comment. | 221 |
![]() | Parameter actionGroupingCode should be final. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 225 |
![]() | Method 'getRoleResponsibilityActionId' is not designed for extension - needs to be abstract, final or empty. | 225 |
![]() | Missing a Javadoc comment. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Line contains a tab character. | 229 |
![]() | Method 'setRoleResponsibilityActionId' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Parameter roleResponsibilityActionId should be final. | 229 |
![]() | 'roleResponsibilityActionId' hides a field. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | Line has trailing spaces. | 232 |
![]() | Line contains a tab character. | 232 |
![]() | Line has trailing spaces. | 233 |
![]() | Line contains a tab character. | 233 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'responsibilityId' must be private and have accessor methods. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'details' must be private and have accessor methods. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Method 'getResponsibilityId' 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 'setResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Parameter responsibilityId should be final. | 37 |
![]() | 'responsibilityId' hides a field. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Method 'getDetails' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 45 |
![]() | Method 'setDetails' is not designed for extension - needs to be abstract, final or empty. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter responsibilityDetails should be final. | 45 |
![]() | 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 |
![]() | Method 'hasDetails' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'roleMemberId' must be private and have accessor methods. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'roleId' must be private and have accessor methods. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'qualifier' must be private and have accessor methods. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'roleRspActions' must be private and have accessor methods. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'memberName' must be private and have accessor methods. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'memberNamespaceCode' must be private and have accessor methods. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'memberId' must be private and have accessor methods. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Variable 'memberTypeCode' must be private and have accessor methods. | 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 preceded with whitespace. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter roleId should be final. | 48 |
![]() | 'roleId' hides a field. | 48 |
![]() | Parameter roleMemberId should be final. | 48 |
![]() | 'roleMemberId' hides a field. | 48 |
![]() | Parameter memberId should be final. | 48 |
![]() | 'memberId' hides a field. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Parameter memberTypeCode should be final. | 49 |
![]() | 'memberTypeCode' hides a field. | 49 |
![]() | Parameter activeFromDate should be final. | 49 |
![]() | Parameter activeToDate should be final. | 49 |
![]() | Parameter qualifier should be final. | 49 |
![]() | 'qualifier' hides a field. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | '(' is followed by whitespace. | 52 |
![]() | ')' is preceded with whitespace. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | '(' is followed by whitespace. | 53 |
![]() | ')' is preceded with whitespace. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | ')' is preceded with whitespace. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Method 'getMemberId' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 70 |
![]() | Method 'setMemberId' is not designed for extension - needs to be abstract, final or empty. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter memberId should be final. | 70 |
![]() | 'memberId' hides a field. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'getMemberTypeCode' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 78 |
![]() | Method 'setMemberTypeCode' is not designed for extension - needs to be abstract, final or empty. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Parameter memberTypeCode should be final. | 78 |
![]() | 'memberTypeCode' hides a field. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Method 'getRoleMemberId' is not designed for extension - needs to be abstract, final or empty. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Method 'setRoleMemberId' is not designed for extension - needs to be abstract, final or empty. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Parameter roleMemberId should be final. | 85 |
![]() | 'roleMemberId' hides a field. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Method 'getRoleId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Method 'setRoleId' is not designed for extension - needs to be abstract, final or empty. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Parameter roleId should be final. | 91 |
![]() | 'roleId' hides a field. | 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. | 98 |
![]() | Method 'getQualifier' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Method 'setQualifier' is not designed for extension - needs to be abstract, final or empty. | 105 |
![]() | Parameter qualifier should be final. | 105 |
![]() | 'qualifier' hides a field. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Method 'getMemberName' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Method 'setMemberName' is not designed for extension - needs to be abstract, final or empty. | 119 |
![]() | Parameter memberName should be final. | 119 |
![]() | 'memberName' hides a field. | 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 contains a tab character. | 126 |
![]() | Method 'getMemberNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Method 'setMemberNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 133 |
![]() | Parameter memberNamespaceCode should be final. | 133 |
![]() | 'memberNamespaceCode' hides a field. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Method 'getRoleRspActions' is not designed for extension - needs to be abstract, final or empty. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line contains a tab character. | 147 |
![]() | Method 'setRoleRspActions' is not designed for extension - needs to be abstract, final or empty. | 147 |
![]() | Parameter roleRspActions should be final. | 147 |
![]() | 'roleRspActions' hides a field. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 26 |
![]() | Line has trailing spaces. | 27 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'roleId' must be private and have accessor methods. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Variable 'roleMemberId' must be private and have accessor methods. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Variable 'embeddedRoleId' must be private and have accessor methods. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'memberId' must be private and have accessor methods. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'memberTypeCode' must be private and have accessor methods. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Variable 'roleSortingCode' must be private and have accessor methods. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Variable 'qualifier' must be private and have accessor methods. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Variable 'delegates' must be private and have accessor methods. | 40 |
![]() | Line has trailing spaces. | 41 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | '{' is not followed by whitespace. | 44 |
![]() | '}' is not preceded with whitespace. | 44 |
![]() | Line has trailing spaces. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter roleId should be final. | 46 |
![]() | 'roleId' hides a field. | 46 |
![]() | Parameter roleMemberId should be final. | 46 |
![]() | 'roleMemberId' hides a field. | 46 |
![]() | Parameter memberId should be final. | 46 |
![]() | 'memberId' hides a field. | 46 |
![]() | Parameter memberTypeCode should be final. | 46 |
![]() | 'memberTypeCode' hides a field. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Parameter qualifier should be final. | 47 |
![]() | 'qualifier' hides a field. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | '(' is followed by whitespace. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | '(' is followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | '(' is followed by whitespace. | 55 |
![]() | ')' is 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 contains a tab character. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Method 'getRoleId' is not designed for extension - needs to be abstract, final or empty. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Method 'setRoleId' is not designed for extension - needs to be abstract, final or empty. | 65 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Parameter roleId should be final. | 65 |
![]() | 'roleId' hides a field. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Method 'getQualifier' is not designed for extension - needs to be abstract, final or empty. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Method 'setQualifier' is not designed for extension - needs to be abstract, final or empty. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter qualifier should be final. | 71 |
![]() | 'qualifier' hides a field. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Method 'getDelegates' is not designed for extension - needs to be abstract, final or empty. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Method 'setDelegates' is not designed for extension - needs to be abstract, final or empty. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Parameter delegates should be final. | 77 |
![]() | 'delegates' hides a field. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 81 |
![]() | Method 'getRoleMemberId' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 86 |
![]() | Method 'setRoleMemberId' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Parameter roleMemberId should be final. | 86 |
![]() | 'roleMemberId' hides a field. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 91 |
![]() | Method 'getMemberId' 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. | 96 |
![]() | Method 'setMemberId' is not designed for extension - needs to be abstract, final or empty. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Parameter memberId should be final. | 96 |
![]() | 'memberId' hides a field. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 101 |
![]() | Method 'getMemberTypeCode' 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. | 106 |
![]() | Method 'setMemberTypeCode' is not designed for extension - needs to be abstract, final or empty. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Parameter memberTypeCode should be final. | 106 |
![]() | 'memberTypeCode' hides a field. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 110 |
![]() | Method 'getEmbeddedRoleId' 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 'setEmbeddedRoleId' is not designed for extension - needs to be abstract, final or empty. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Parameter embeddedRoleId should be final. | 114 |
![]() | 'embeddedRoleId' hides a field. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Expected an @return tag. | 121 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | '(' is followed by whitespace. | 122 |
![]() | ')' is preceded with whitespace. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | '(' is followed by whitespace. | 123 |
![]() | ')' is preceded with whitespace. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | '(' is followed by whitespace. | 124 |
![]() | ')' is preceded with whitespace. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | '(' is followed by whitespace. | 125 |
![]() | ')' is preceded with whitespace. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | '(' is followed by whitespace. | 126 |
![]() | ')' is preceded with whitespace. | 126 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Method 'getRoleSortingCode' is not designed for extension - needs to be abstract, final or empty. | 132 |
![]() | 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. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Method 'setRoleSortingCode' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Parameter roleSortingCode should be final. | 139 |
![]() | 'roleSortingCode' hides a field. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'roleResponsibilityActionId' must be private and have accessor methods. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Variable 'roleResponsibilityId' must be private and have accessor methods. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'roleMemberId' must be private and have accessor methods. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'actionTypeCode' must be private and have accessor methods. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'actionPolicyCode' must be private and have accessor methods. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'forceAction' must be private and have accessor methods. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'priorityNumber' must be private and have accessor methods. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Variable 'roleResponsibilityInfo' must be private and have accessor methods. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Method 'getRoleResponsibilityActionId' is not designed for extension - needs to be abstract, final or empty. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Method 'setRoleResponsibilityActionId' is not designed for extension - needs to be abstract, final or empty. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter roleResponsibilityResolutionId should be final. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Method 'getRoleResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 41 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Method 'setRoleResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter roleResponsibilityId should be final. | 44 |
![]() | 'roleResponsibilityId' hides a field. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Method 'getActionTypeCode' is not designed for extension - needs to be abstract, final or empty. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Method 'setActionTypeCode' is not designed for extension - needs to be abstract, final or empty. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter actionTypeCode should be final. | 50 |
![]() | 'actionTypeCode' hides a field. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Method 'getPriorityNumber' 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. | 56 |
![]() | Method 'setPriorityNumber' is not designed for extension - needs to be abstract, final or empty. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter priorityNumber should be final. | 56 |
![]() | 'priorityNumber' hides a field. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Method 'getActionPolicyCode' is not designed for extension - needs to be abstract, final or empty. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Method 'setActionPolicyCode' is not designed for extension - needs to be abstract, final or empty. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter actionPolicyCode should be final. | 63 |
![]() | 'actionPolicyCode' hides a field. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Method 'getRoleMemberId' is not designed for extension - needs to be abstract, final or empty. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Method 'setRoleMemberId' is not designed for extension - needs to be abstract, final or empty. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Parameter roleMemberId should be final. | 69 |
![]() | 'roleMemberId' hides a field. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Method 'getRoleResponsibilityInfo' 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. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Method 'setRoleResponsibilityInfo' is not designed for extension - needs to be abstract, final or empty. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter roleResponsibilityInfo should be final. | 75 |
![]() | 'roleResponsibilityInfo' hides a field. | 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 |
![]() | Method 'isForceAction' is not designed for extension - needs to be abstract, final or empty. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'setForceAction' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Parameter forceAction should be final. | 87 |
![]() | 'forceAction' hides a field. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'roleResponsibilityId' must be private and have accessor methods. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'roleId' must be private and have accessor methods. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'responsibilityId' must be private and have accessor methods. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'kimResponsibilityInfo' must be private and have accessor methods. | 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 |
![]() | Method 'getKimResponsibilityInfo' 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. | 38 |
![]() | Unused @param tag for 'kimResponsibility'. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Method 'setKimResponsibilityInfo' is not designed for extension - needs to be abstract, final or empty. | 40 |
![]() | Parameter kimResponsibilityInfo should be final. | 40 |
![]() | 'kimResponsibilityInfo' hides a field. | 40 |
![]() | Expected @param tag for 'kimResponsibilityInfo'. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Method 'getResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Method 'setResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 52 |
![]() | Parameter responsibilityId should be final. | 52 |
![]() | 'responsibilityId' hides a field. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Method 'getRoleId' is not designed for extension - needs to be abstract, final or empty. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Method 'setRoleId' is not designed for extension - needs to be abstract, final or empty. | 64 |
![]() | Parameter roleId should be final. | 64 |
![]() | 'roleId' hides a field. | 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 |
![]() | Method 'getRoleResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 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 |
![]() | Method 'setRoleResponsibilityId' is not designed for extension - needs to be abstract, final or empty. | 76 |
![]() | Parameter roleResponsibilityId should be final. | 76 |
![]() | 'roleResponsibilityId' hides a field. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 27 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Expected an @return tag. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | ',' is not followed by whitespace. | 33 |
![]() | Variable 'attributes' must be private and have accessor methods. | 33 |
![]() | ',' is not followed by whitespace. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | '(' is followed by whitespace. | 35 |
![]() | Parameter attributes should be final. | 35 |
![]() | ',' is not followed by whitespace. | 35 |
![]() | 'attributes' hides a field. | 35 |
![]() | ')' is preceded with whitespace. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | '(' is followed by whitespace. | 36 |
![]() | ')' is preceded with whitespace. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '(' is followed by whitespace. | 39 |
![]() | Parameter name should be final. | 39 |
![]() | ')' is preceded with whitespace. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | '(' is followed by whitespace. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line has trailing spaces. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Method 'getAttributeNames' is not designed for extension - needs to be abstract, final or empty. | 43 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | '(' is followed by whitespace. | 44 |
![]() | ')' is preceded with whitespace. | 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 contains a tab character. | 49 |
![]() | Expected an @return tag. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Method 'iterator' 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 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | '(' is followed by whitespace. | 64 |
![]() | ')' is 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. | 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 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Redundant 'public' modifier. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Redundant 'public' modifier. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line contains a tab character. | 87 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | ',' is not followed by whitespace. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | '(' is followed by whitespace. | 40 |
![]() | Parameter key should be final. | 40 |
![]() | Expected @param tag for 'key'. | 40 |
![]() | Parameter value should be final. | 40 |
![]() | Expected @param tag for 'value'. | 40 |
![]() | ')' is preceded with whitespace. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | '(' is followed by whitespace. | 42 |
![]() | ')' is preceded with whitespace. | 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 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 |
![]() | '(' is followed by whitespace. | 50 |
![]() | Parameter initialSize should be final. | 50 |
![]() | Expected @param tag for 'initialSize'. | 50 |
![]() | ')' is preceded with whitespace. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | '(' is followed by whitespace. | 51 |
![]() | ')' is preceded with whitespace. | 51 |
![]() | 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 followed by whitespace. | 54 |
![]() | Parameter map should be final. | 54 |
![]() | ',' is not followed by whitespace. | 54 |
![]() | ')' is preceded with whitespace. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | '(' is followed by whitespace. | 56 |
![]() | ')' is preceded with whitespace. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | '(' is followed by whitespace. | 57 |
![]() | ')' is preceded with whitespace. | 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 |
![]() | Method 'formattedDump' is not designed for extension - needs to be abstract, final or empty. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | '(' is followed by whitespace. | 61 |
![]() | Parameter indent should be final. | 61 |
![]() | ')' is preceded with whitespace. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | '(' is followed by whitespace. | 63 |
![]() | ')' is preceded with whitespace. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | '(' is followed by whitespace. | 64 |
![]() | '!=' is not preceded with whitespace. | 64 |
![]() | '!=' is not followed by whitespace. | 64 |
![]() | ')' is preceded with whitespace. | 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 |
![]() | '(' is followed by whitespace. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | ')' is preceded with whitespace. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | '(' is followed by whitespace. | 71 |
![]() | ')' is preceded with whitespace. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | '(' is followed by whitespace. | 72 |
![]() | ')' is preceded with whitespace. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | '(' is followed by whitespace. | 73 |
![]() | ')' is preceded with whitespace. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | '(' is followed by whitespace. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | ')' is preceded with whitespace. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 32 |
![]() | 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 |
![]() | 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 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 |
![]() | Redundant 'public' modifier. | 43 |
![]() | Line has trailing spaces. | 44 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | 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. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Expected an @return tag. | 64 |
![]() | Line is longer than 80 characters. | 64 |
![]() | '=' is not preceded with whitespace. | 64 |
![]() | '=' is not followed by whitespace. | 64 |
![]() | Expected @param tag for 'principalId'. | 64 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Expected an @return tag. | 72 |
![]() | Line is longer than 80 characters. | 72 |
![]() | '=' is not preceded with whitespace. | 72 |
![]() | '=' is not followed by whitespace. | 72 |
![]() | Expected @param tag for 'principalId'. | 72 |
![]() | '=' is not preceded with whitespace. | 72 |
![]() | '=' is not followed by whitespace. | 72 |
![]() | Expected @param tag for 'namespaceCode'. | 72 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Expected an @return tag. | 79 |
![]() | Line is longer than 80 characters. | 79 |
![]() | '=' is not preceded with whitespace. | 79 |
![]() | '=' is not followed by whitespace. | 79 |
![]() | Expected @param tag for 'searchCriteria'. | 79 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Expected an @return tag. | 86 |
![]() | Line is longer than 80 characters. | 86 |
![]() | '=' is not preceded with whitespace. | 86 |
![]() | '=' is not followed by whitespace. | 86 |
![]() | Expected @param tag for 'searchCriteria'. | 86 |
![]() | Expected an @return tag. | 91 |
![]() | '=' is not preceded with whitespace. | 91 |
![]() | '=' is not followed by whitespace. | 91 |
![]() | Expected @param tag for 'groupId'. | 91 |
![]() | Expected an @return tag. | 96 |
![]() | Line is longer than 80 characters. | 96 |
![]() | '=' is not preceded with whitespace. | 96 |
![]() | '=' is not followed by whitespace. | 96 |
![]() | Expected @param tag for 'namespaceCode'. | 96 |
![]() | '=' is not preceded with whitespace. | 96 |
![]() | '=' is not followed by whitespace. | 96 |
![]() | Expected @param tag for 'groupName'. | 96 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Expected an @return tag. | 103 |
![]() | Line is longer than 80 characters. | 103 |
![]() | '=' is not preceded with whitespace. | 103 |
![]() | '=' is not followed by whitespace. | 103 |
![]() | Expected @param tag for 'groupIds'. | 103 |
![]() | 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 |
![]() | Line contains a tab character. | 109 |
![]() | Expected an @return tag. | 110 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | '=' is not preceded with whitespace. | 110 |
![]() | '=' is not followed by whitespace. | 110 |
![]() | Expected @param tag for 'principalId'. | 110 |
![]() | '=' is not preceded with whitespace. | 110 |
![]() | '=' is not followed by whitespace. | 110 |
![]() | Expected @param tag for 'groupId'. | 110 |
![]() | 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 |
![]() | Expected an @return tag. | 117 |
![]() | Line is longer than 80 characters. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | '=' is not preceded with whitespace. | 117 |
![]() | '=' is not followed by whitespace. | 117 |
![]() | Expected @param tag for 'principalId'. | 117 |
![]() | '=' is not preceded with whitespace. | 117 |
![]() | '=' is not followed by whitespace. | 117 |
![]() | Expected @param tag for 'groupId'. | 117 |
![]() | Line contains a tab character. | 119 |
![]() | Expected an @return tag. | 123 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | '=' is not preceded with whitespace. | 123 |
![]() | '=' is not followed by whitespace. | 123 |
![]() | Expected @param tag for 'principalId'. | 123 |
![]() | Line contains a tab character. | 125 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Expected an @return tag. | 129 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | '=' is not preceded with whitespace. | 129 |
![]() | '=' is not followed by whitespace. | 129 |
![]() | Expected @param tag for 'principalId'. | 129 |
![]() | '=' is not preceded with whitespace. | 129 |
![]() | '=' is not followed by whitespace. | 129 |
![]() | Expected @param tag for 'namespaceCode'. | 129 |
![]() | Expected an @return tag. | 134 |
![]() | Line is longer than 80 characters. | 134 |
![]() | '=' is not preceded with whitespace. | 134 |
![]() | '=' is not followed by whitespace. | 134 |
![]() | Expected @param tag for 'principalId'. | 134 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Expected an @return tag. | 141 |
![]() | Line is longer than 80 characters. | 141 |
![]() | '=' is not preceded with whitespace. | 141 |
![]() | '=' is not followed by whitespace. | 141 |
![]() | Expected @param tag for 'groupMemberId'. | 141 |
![]() | '=' is not preceded with whitespace. | 141 |
![]() | '=' is not followed by whitespace. | 141 |
![]() | Expected @param tag for 'groupId'. | 141 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Expected an @return tag. | 146 |
![]() | '(' is followed by whitespace. | 146 |
![]() | '=' is not preceded with whitespace. | 146 |
![]() | '=' is not followed by whitespace. | 146 |
![]() | Expected @param tag for 'groupId'. | 146 |
![]() | ')' is preceded with whitespace. | 146 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Expected an @return tag. | 152 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | '=' is not preceded with whitespace. | 152 |
![]() | '=' is not followed by whitespace. | 152 |
![]() | Expected @param tag for 'groupId'. | 152 |
![]() | Expected an @return tag. | 157 |
![]() | Line is longer than 80 characters. | 157 |
![]() | Line contains a tab character. | 157 |
![]() | '=' is not preceded with whitespace. | 157 |
![]() | '=' is not followed by whitespace. | 157 |
![]() | Expected @param tag for 'groupId'. | 157 |
![]() | Line contains a tab character. | 159 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 162 |
![]() | Expected an @return tag. | 163 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Line contains a tab character. | 163 |
![]() | '(' is followed by whitespace. | 163 |
![]() | '=' is not preceded with whitespace. | 163 |
![]() | '=' is not followed by whitespace. | 163 |
![]() | Expected @param tag for 'groupId'. | 163 |
![]() | ')' is preceded with whitespace. | 163 |
![]() | Expected an @return tag. | 168 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line contains a tab character. | 168 |
![]() | '(' is followed by whitespace. | 168 |
![]() | '=' is not preceded with whitespace. | 168 |
![]() | '=' is not followed by whitespace. | 168 |
![]() | Expected @param tag for 'groupId'. | 168 |
![]() | ')' is preceded with whitespace. | 168 |
![]() | Line contains a tab character. | 170 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Expected an @return tag. | 176 |
![]() | '=' is not preceded with whitespace. | 176 |
![]() | '=' is not followed by whitespace. | 176 |
![]() | Expected @param tag for 'groupId'. | 176 |
![]() | Expected an @return tag. | 181 |
![]() | Line is longer than 80 characters. | 181 |
![]() | '=' is not preceded with whitespace. | 181 |
![]() | '=' is not followed by whitespace. | 181 |
![]() | Expected @param tag for 'groupId'. | 181 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | Expected an @return tag. | 186 |
![]() | Line is longer than 80 characters. | 186 |
![]() | ',' is not followed by whitespace. | 186 |
![]() | '(' is followed by whitespace. | 186 |
![]() | '=' is not preceded with whitespace. | 186 |
![]() | '=' is not followed by whitespace. | 186 |
![]() | Expected @param tag for 'groupId'. | 186 |
![]() | ')' is preceded with whitespace. | 186 |
![]() | Line is longer than 80 characters. | 189 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Expected an @return tag. | 194 |
![]() | Line is longer than 80 characters. | 194 |
![]() | Line contains a tab character. | 194 |
![]() | '(' is followed by whitespace. | 194 |
![]() | '=' is not preceded with whitespace. | 194 |
![]() | '=' is not followed by whitespace. | 194 |
![]() | Expected @param tag for 'groupIds'. | 194 |
![]() | ')' is preceded with whitespace. | 194 |
![]() | Line contains a tab character. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | Line contains a tab character. | 200 |
![]() | Expected an @return tag. | 201 |
![]() | Line is longer than 80 characters. | 201 |
![]() | '(' is followed by whitespace. | 201 |
![]() | '=' is not preceded with whitespace. | 201 |
![]() | '=' is not followed by whitespace. | 201 |
![]() | Expected @param tag for 'groupId'. | 201 |
![]() | ')' is preceded with whitespace. | 201 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 26 |
![]() | Line has trailing spaces. | 28 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Expected an @return tag. | 39 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | Expected @param tag for 'groupInfo'. | 39 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 39 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Expected an @return tag. | 44 |
![]() | Line is longer than 80 characters. | 44 |
![]() | '=' is not preceded with whitespace. | 44 |
![]() | '=' is not followed by whitespace. | 44 |
![]() | Expected @param tag for 'groupId'. | 44 |
![]() | '=' is not preceded with whitespace. | 44 |
![]() | '=' is not followed by whitespace. | 44 |
![]() | Expected @param tag for 'groupInfo'. | 44 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 44 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 44 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Expected an @return tag. | 49 |
![]() | Line is longer than 80 characters. | 49 |
![]() | '=' is not preceded with whitespace. | 49 |
![]() | '=' is not followed by whitespace. | 49 |
![]() | Expected @param tag for 'childId'. | 49 |
![]() | '=' is not preceded with whitespace. | 49 |
![]() | '=' is not followed by whitespace. | 49 |
![]() | Expected @param tag for 'parentId'. | 49 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 49 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Expected an @return tag. | 54 |
![]() | Line is longer than 80 characters. | 54 |
![]() | '=' is not preceded with whitespace. | 54 |
![]() | '=' is not followed by whitespace. | 54 |
![]() | Expected @param tag for 'childId'. | 54 |
![]() | '=' is not preceded with whitespace. | 54 |
![]() | '=' is not followed by whitespace. | 54 |
![]() | Expected @param tag for 'parentId'. | 54 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 54 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Expected an @return tag. | 59 |
![]() | Line is longer than 80 characters. | 59 |
![]() | '=' is not preceded with whitespace. | 59 |
![]() | '=' is not followed by whitespace. | 59 |
![]() | Expected @param tag for 'principalId'. | 59 |
![]() | '=' is not preceded with whitespace. | 59 |
![]() | '=' is not followed by whitespace. | 59 |
![]() | Expected @param tag for 'groupId'. | 59 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 59 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 59 |
![]() | Line has trailing spaces. | 60 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Expected an @return tag. | 64 |
![]() | Line is longer than 80 characters. | 64 |
![]() | '=' is not preceded with whitespace. | 64 |
![]() | '=' is not followed by whitespace. | 64 |
![]() | Expected @param tag for 'principalId'. | 64 |
![]() | '=' is not preceded with whitespace. | 64 |
![]() | '=' is not followed by whitespace. | 64 |
![]() | Expected @param tag for 'groupId'. | 64 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 64 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line is longer than 80 characters. | 69 |
![]() | '(' is followed by whitespace. | 69 |
![]() | '=' is not preceded with whitespace. | 69 |
![]() | '=' is not followed by whitespace. | 69 |
![]() | Expected @param tag for 'groupId'. | 69 |
![]() | ')' is preceded with whitespace. | 69 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 69 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line has trailing spaces. | 25 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Expected an @return tag. | 34 |
![]() | '(' is followed by whitespace. | 34 |
![]() | Expected @param tag for 'entityId'. | 34 |
![]() | ')' is preceded with whitespace. | 34 |
![]() | Line contains a tab character. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Expected an @return tag. | 39 |
![]() | Line is longer than 80 characters. | 39 |
![]() | '(' is followed by whitespace. | 39 |
![]() | Expected @param tag for 'principalId'. | 39 |
![]() | ')' is preceded with whitespace. | 39 |
![]() | Line contains a tab character. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Expected an @return tag. | 44 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | '(' is followed by whitespace. | 44 |
![]() | Expected @param tag for 'principalName'. | 44 |
![]() | ')' is preceded with whitespace. | 44 |
![]() | Line has trailing spaces. | 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 |
![]() | '(' is followed by whitespace. | 49 |
![]() | Expected @param tag for 'entity'. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 25 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Redundant 'public' modifier. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Redundant 'public' modifier. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Redundant 'public' modifier. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Redundant 'public' modifier. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Redundant 'public' modifier. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Redundant 'public' modifier. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 70 |
![]() | 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 |
![]() | Missing a Javadoc comment. | 74 |
![]() | '=' is not preceded with whitespace. | 74 |
![]() | '=' is not followed by whitespace. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | '=' is not preceded with whitespace. | 75 |
![]() | '=' is not followed by whitespace. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | '=' is not preceded with whitespace. | 78 |
![]() | '=' is not followed by whitespace. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | '=' is not preceded with whitespace. | 79 |
![]() | '=' is not followed by whitespace. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | '=' is not preceded with whitespace. | 82 |
![]() | '=' is not followed by whitespace. | 82 |
![]() | ')' is preceded with whitespace. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | '(' is followed by whitespace. | 83 |
![]() | '=' is not preceded with whitespace. | 83 |
![]() | '=' is not followed by whitespace. | 83 |
![]() | ')' is preceded with whitespace. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | '(' is followed by whitespace. | 84 |
![]() | '=' is not preceded with whitespace. | 84 |
![]() | '=' is not followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | Line contains a tab character. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | '=' is not preceded with whitespace. | 88 |
![]() | '=' is not followed by whitespace. | 88 |
![]() | ',' is not followed by whitespace. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | '=' is not preceded with whitespace. | 89 |
![]() | '=' is not followed by whitespace. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | '(' is followed by whitespace. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | '=' is not preceded with whitespace. | 93 |
![]() | '=' is not followed by whitespace. | 93 |
![]() | ',' is not followed by whitespace. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line contains a tab character. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | '(' is followed by whitespace. | 97 |
![]() | '=' is not preceded with whitespace. | 97 |
![]() | '=' is not followed by whitespace. | 97 |
![]() | ')' is preceded with whitespace. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | '(' is followed by whitespace. | 98 |
![]() | '=' is not preceded with whitespace. | 98 |
![]() | '=' is not followed by whitespace. | 98 |
![]() | ')' is preceded with whitespace. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | '=' is not preceded with whitespace. | 99 |
![]() | '=' is not followed by whitespace. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | Line contains a tab character. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | ',' is not followed by whitespace. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | '=' is not preceded with whitespace. | 104 |
![]() | '=' is not followed by whitespace. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | '(' is followed by whitespace. | 107 |
![]() | '=' is not preceded with whitespace. | 107 |
![]() | '=' is not followed by whitespace. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | '(' is followed by whitespace. | 108 |
![]() | '=' is not preceded with whitespace. | 108 |
![]() | '=' is not followed by whitespace. | 108 |
![]() | ')' is preceded with whitespace. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | '=' is not preceded with whitespace. | 109 |
![]() | '=' is not followed by whitespace. | 109 |
![]() | ')' is preceded with whitespace. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | '(' is followed by whitespace. | 110 |
![]() | '=' is not preceded with whitespace. | 110 |
![]() | '=' is not followed by whitespace. | 110 |
![]() | ')' is preceded with whitespace. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | '(' is followed by whitespace. | 111 |
![]() | '=' is not preceded with whitespace. | 111 |
![]() | '=' is not followed by whitespace. | 111 |
![]() | ')' is preceded with whitespace. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | Missing a Javadoc comment. | 112 |
![]() | '(' is followed by whitespace. | 112 |
![]() | '=' is not preceded with whitespace. | 112 |
![]() | '=' is not followed by whitespace. | 112 |
![]() | ')' is preceded with whitespace. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | '(' is followed by whitespace. | 113 |
![]() | '=' is not preceded with whitespace. | 113 |
![]() | '=' is not followed by whitespace. | 113 |
![]() | ')' is preceded with whitespace. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | '(' is followed by whitespace. | 114 |
![]() | '=' is not preceded with whitespace. | 114 |
![]() | '=' is not followed by whitespace. | 114 |
![]() | ')' is preceded with whitespace. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line contains a tab character. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | '=' is not preceded with whitespace. | 115 |
![]() | '=' is not followed by whitespace. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | '(' is followed by whitespace. | 116 |
![]() | '=' is not preceded with whitespace. | 116 |
![]() | '=' is not followed by whitespace. | 116 |
![]() | ')' is preceded with whitespace. | 116 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | '=' is not preceded with whitespace. | 122 |
![]() | '=' is not followed by whitespace. | 122 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | '=' is not preceded with whitespace. | 125 |
![]() | '=' is not followed by whitespace. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | '=' is not preceded with whitespace. | 126 |
![]() | '=' is not followed by whitespace. | 126 |
![]() | Missing a Javadoc comment. | 129 |
![]() | '(' is followed by whitespace. | 129 |
![]() | '=' is not preceded with whitespace. | 129 |
![]() | '=' is not followed by whitespace. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | '(' is followed by whitespace. | 130 |
![]() | '=' is not preceded with whitespace. | 130 |
![]() | '=' is not followed by whitespace. | 130 |
![]() | Missing a Javadoc comment. | 132 |
![]() | '=' is not preceded with whitespace. | 132 |
![]() | '=' is not followed by whitespace. | 132 |
![]() | Line is longer than 80 characters. | 133 |
![]() | '(' is followed by whitespace. | 133 |
![]() | '=' is not preceded with whitespace. | 133 |
![]() | '=' is not followed by whitespace. | 133 |
![]() | Missing a Javadoc comment. | 135 |
![]() | '=' is not preceded with whitespace. | 135 |
![]() | '=' is not followed by whitespace. | 135 |
![]() | Line contains a tab character. | 137 |
![]() | '=' is not preceded with whitespace. | 137 |
![]() | '=' is not followed by whitespace. | 137 |
![]() | Line contains a tab character. | 138 |
![]() | '=' is not preceded with whitespace. | 138 |
![]() | '=' is not followed by whitespace. | 138 |
![]() | Missing a Javadoc comment. | 141 |
![]() | '=' is not preceded with whitespace. | 141 |
![]() | '=' is not followed by whitespace. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | '(' is followed by whitespace. | 142 |
![]() | '=' is not preceded with whitespace. | 142 |
![]() | '=' is not followed by whitespace. | 142 |
![]() | Missing a Javadoc comment. | 144 |
![]() | '=' is not preceded with whitespace. | 144 |
![]() | '=' is not followed by whitespace. | 144 |
![]() | Line contains a tab character. | 146 |
![]() | '=' is not preceded with whitespace. | 146 |
![]() | '=' is not followed by whitespace. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | '=' is not preceded with whitespace. | 147 |
![]() | '=' is not followed by whitespace. | 147 |
![]() | Missing a Javadoc comment. | 150 |
![]() | '(' is followed by whitespace. | 150 |
![]() | '=' is not preceded with whitespace. | 150 |
![]() | '=' is not followed by whitespace. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | '(' is followed by whitespace. | 151 |
![]() | '=' is not preceded with whitespace. | 151 |
![]() | '=' is not followed by whitespace. | 151 |
![]() | Missing a Javadoc comment. | 153 |
![]() | '=' is not preceded with whitespace. | 153 |
![]() | '=' is not followed by whitespace. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | '=' is not preceded with whitespace. | 155 |
![]() | '=' is not followed by whitespace. | 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 |
![]() | Missing a Javadoc comment. | 159 |
![]() | '=' is not preceded with whitespace. | 159 |
![]() | '=' is not followed by whitespace. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | '=' is not preceded with whitespace. | 161 |
![]() | '=' is not followed by whitespace. | 161 |
![]() | Line contains a tab character. | 162 |
![]() | '=' is not preceded with whitespace. | 162 |
![]() | '=' is not followed by whitespace. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | '=' is not preceded with whitespace. | 163 |
![]() | '=' is not followed by whitespace. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 166 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Line is longer than 80 characters. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | '=' is not preceded with whitespace. | 167 |
![]() | '=' is not followed by whitespace. | 167 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Line contains a tab character. | 168 |
![]() | '=' is not preceded with whitespace. | 168 |
![]() | '=' is not followed by whitespace. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line contains a tab character. | 171 |
![]() | Missing a Javadoc comment. | 171 |
![]() | '(' is followed by whitespace. | 171 |
![]() | '=' is not preceded with whitespace. | 171 |
![]() | '=' is not followed by whitespace. | 171 |
![]() | Line is longer than 80 characters. | 172 |
![]() | Line contains a tab character. | 172 |
![]() | Missing a Javadoc comment. | 172 |
![]() | '(' is followed by whitespace. | 172 |
![]() | '=' is not preceded with whitespace. | 172 |
![]() | '=' is not followed by whitespace. | 172 |
![]() | Missing a Javadoc comment. | 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 |
![]() | '=' is not preceded with whitespace. | 176 |
![]() | '=' is not followed by whitespace. | 176 |
![]() | Missing a Javadoc comment. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | '=' is not preceded with whitespace. | 180 |
![]() | '=' is not followed by whitespace. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | '=' is not preceded with whitespace. | 181 |
![]() | '=' is not followed by whitespace. | 181 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Line contains a tab character. | 185 |
![]() | '=' is not preceded with whitespace. | 185 |
![]() | '=' is not followed by whitespace. | 185 |
![]() | Line contains a tab character. | 186 |
![]() | '=' is not preceded with whitespace. | 186 |
![]() | '=' is not followed by whitespace. | 186 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | '=' is not preceded with whitespace. | 190 |
![]() | '=' is not followed by whitespace. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | '=' is not preceded with whitespace. | 191 |
![]() | '=' is not followed by whitespace. | 191 |
![]() | Missing a Javadoc comment. | 194 |
![]() | '(' is followed by whitespace. | 194 |
![]() | '=' is not preceded with whitespace. | 194 |
![]() | '=' is not followed by whitespace. | 194 |
![]() | Missing a Javadoc comment. | 195 |
![]() | '(' is followed by whitespace. | 195 |
![]() | '=' is not preceded with whitespace. | 195 |
![]() | '=' is not followed by whitespace. | 195 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | '=' is not preceded with whitespace. | 198 |
![]() | '=' is not followed by whitespace. | 198 |
![]() | Line contains a tab character. | 199 |
![]() | '=' is not preceded with whitespace. | 199 |
![]() | '=' is not followed by whitespace. | 199 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Missing a Javadoc comment. | 205 |
![]() | '=' is not preceded with whitespace. | 205 |
![]() | '=' is not followed by whitespace. | 205 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line contains a tab character. | 206 |
![]() | '(' is followed by whitespace. | 206 |
![]() | '=' is not preceded with whitespace. | 206 |
![]() | '=' is not followed by whitespace. | 206 |
![]() | Line contains a tab character. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Missing a Javadoc comment. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | '=' is not preceded with whitespace. | 217 |
![]() | '=' is not followed by whitespace. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | '=' is not preceded with whitespace. | 218 |
![]() | '=' is not followed by whitespace. | 218 |
![]() | Line contains a tab character. | 219 |
![]() | '=' is not preceded with whitespace. | 219 |
![]() | '=' is not followed by whitespace. | 219 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line contains a tab character. | 220 |
![]() | '=' is not preceded with whitespace. | 220 |
![]() | '=' is not followed by whitespace. | 220 |
![]() | Missing a Javadoc comment. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | '=' is not preceded with whitespace. | 224 |
![]() | '=' is not followed by whitespace. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | '=' is not preceded with whitespace. | 225 |
![]() | '=' is not followed by whitespace. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | '=' is not preceded with whitespace. | 226 |
![]() | '=' is not followed by whitespace. | 226 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Line contains a tab character. | 227 |
![]() | '=' is not preceded with whitespace. | 227 |
![]() | '=' is not followed by whitespace. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Line contains a tab character. | 228 |
![]() | '=' is not preceded with whitespace. | 228 |
![]() | '=' is not followed by whitespace. | 228 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | '=' is not preceded with whitespace. | 232 |
![]() | '=' is not followed by whitespace. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | '=' is not preceded with whitespace. | 233 |
![]() | '=' is not followed by whitespace. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line contains a tab character. | 234 |
![]() | '=' is not preceded with whitespace. | 234 |
![]() | '=' is not followed by whitespace. | 234 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line contains a tab character. | 235 |
![]() | '=' is not preceded with whitespace. | 235 |
![]() | '=' is not followed by whitespace. | 235 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | '=' is not preceded with whitespace. | 239 |
![]() | '=' 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 is longer than 80 characters. | 241 |
![]() | Line contains a tab character. | 241 |
![]() | '=' is not preceded with whitespace. | 241 |
![]() | '=' is not followed by whitespace. | 241 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Line contains a tab character. | 242 |
![]() | '=' is not preceded with whitespace. | 242 |
![]() | '=' is not followed by whitespace. | 242 |
![]() | Line is longer than 80 characters. | 243 |
![]() | Line contains a tab character. | 243 |
![]() | '=' is not preceded with whitespace. | 243 |
![]() | '=' is not followed by whitespace. | 243 |
![]() | Expected an @return tag. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | '=' is not preceded with whitespace. | 250 |
![]() | '=' is not followed by whitespace. | 250 |
![]() | Expected @param tag for 'principalId'. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | '=' is not preceded with whitespace. | 251 |
![]() | '=' is not followed by whitespace. | 251 |
![]() | Expected @param tag for 'namespaceCode'. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | '=' is not preceded with whitespace. | 252 |
![]() | '=' is not followed by whitespace. | 252 |
![]() | Expected @param tag for 'permissionName'. | 252 |
![]() | Line is longer than 80 characters. | 253 |
![]() | Line contains a tab character. | 253 |
![]() | '=' is not preceded with whitespace. | 253 |
![]() | '=' is not followed by whitespace. | 253 |
![]() | Expected @param tag for 'permissionDetails'. | 253 |
![]() | Line is longer than 80 characters. | 254 |
![]() | Line contains a tab character. | 254 |
![]() | '=' is not preceded with whitespace. | 254 |
![]() | '=' is not followed by whitespace. | 254 |
![]() | Expected @param tag for 'qualification'. | 254 |
![]() | Missing a Javadoc comment. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | '=' is not preceded with whitespace. | 258 |
![]() | '=' is not followed by whitespace. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | '=' is not preceded with whitespace. | 259 |
![]() | '=' is not followed by whitespace. | 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 is longer than 80 characters. | 261 |
![]() | Line contains a tab character. | 261 |
![]() | '=' is not preceded with whitespace. | 261 |
![]() | '=' is not followed by whitespace. | 261 |
![]() | Line is longer than 80 characters. | 262 |
![]() | Line contains a tab character. | 262 |
![]() | '=' is not preceded with whitespace. | 262 |
![]() | '=' is not followed by whitespace. | 262 |
![]() | Missing a Javadoc comment. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | '=' is not preceded with whitespace. | 266 |
![]() | '=' is not followed by whitespace. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | '=' is not preceded with whitespace. | 267 |
![]() | '=' is not followed by whitespace. | 267 |
![]() | Line is longer than 80 characters. | 268 |
![]() | Line contains a tab character. | 268 |
![]() | '=' is not preceded with whitespace. | 268 |
![]() | '=' is not followed by whitespace. | 268 |
![]() | Line is longer than 80 characters. | 269 |
![]() | Line contains a tab character. | 269 |
![]() | '=' is not preceded with whitespace. | 269 |
![]() | '=' is not followed by whitespace. | 269 |
![]() | Missing a Javadoc comment. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | '=' is not preceded with whitespace. | 273 |
![]() | '=' is not followed by whitespace. | 273 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Line contains a tab character. | 274 |
![]() | '=' is not preceded with whitespace. | 274 |
![]() | '=' is not followed by whitespace. | 274 |
![]() | Line is longer than 80 characters. | 275 |
![]() | Line contains a tab character. | 275 |
![]() | '=' is not preceded with whitespace. | 275 |
![]() | '=' is not followed by whitespace. | 275 |
![]() | Line is longer than 80 characters. | 276 |
![]() | Line contains a tab character. | 276 |
![]() | '=' is not preceded with whitespace. | 276 |
![]() | '=' is not followed by whitespace. | 276 |
![]() | Expected an @return tag. | 286 |
![]() | Line is longer than 80 characters. | 286 |
![]() | '(' is followed by whitespace. | 286 |
![]() | '=' is not preceded with whitespace. | 286 |
![]() | '=' is not followed by whitespace. | 286 |
![]() | Expected @param tag for 'responsibilityId'. | 286 |
![]() | 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 contains a tab character. | 291 |
![]() | Expected an @return tag. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | '=' is not preceded with whitespace. | 293 |
![]() | '=' is not followed by whitespace. | 293 |
![]() | Expected @param tag for 'namespaceCode'. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | '=' is not preceded with whitespace. | 294 |
![]() | '=' is not followed by whitespace. | 294 |
![]() | Expected @param tag for 'responsibilityName'. | 294 |
![]() | Line is longer than 80 characters. | 298 |
![]() | Expected an @return tag. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | '=' is not preceded with whitespace. | 301 |
![]() | '=' is not followed by whitespace. | 301 |
![]() | Expected @param tag for 'principalId'. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | '=' is not preceded with whitespace. | 302 |
![]() | '=' is not followed by whitespace. | 302 |
![]() | Expected @param tag for 'namespaceCode'. | 302 |
![]() | Line contains a tab character. | 303 |
![]() | '=' is not preceded with whitespace. | 303 |
![]() | '=' is not followed by whitespace. | 303 |
![]() | Expected @param tag for 'responsibilityName'. | 303 |
![]() | Line is longer than 80 characters. | 304 |
![]() | Line contains a tab character. | 304 |
![]() | '=' is not preceded with whitespace. | 304 |
![]() | '=' is not followed by whitespace. | 304 |
![]() | Expected @param tag for 'qualification'. | 304 |
![]() | Line is longer than 80 characters. | 305 |
![]() | Line contains a tab character. | 305 |
![]() | '=' is not preceded with whitespace. | 305 |
![]() | '=' is not followed by whitespace. | 305 |
![]() | Expected @param tag for 'responsibilityDetails'. | 305 |
![]() | Line is longer than 80 characters. | 309 |
![]() | Expected an @return tag. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | '=' is not preceded with whitespace. | 312 |
![]() | '=' is not followed by whitespace. | 312 |
![]() | Expected @param tag for 'principalId'. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | '=' is not preceded with whitespace. | 313 |
![]() | '=' is not followed by whitespace. | 313 |
![]() | Expected @param tag for 'namespaceCode'. | 313 |
![]() | Line is longer than 80 characters. | 314 |
![]() | Line contains a tab character. | 314 |
![]() | '=' is not preceded with whitespace. | 314 |
![]() | '=' is not followed by whitespace. | 314 |
![]() | Expected @param tag for 'responsibilityTemplateName'. | 314 |
![]() | Line is longer than 80 characters. | 315 |
![]() | Line contains a tab character. | 315 |
![]() | '=' is not preceded with whitespace. | 315 |
![]() | '=' is not followed by whitespace. | 315 |
![]() | Expected @param tag for 'qualification'. | 315 |
![]() | Line is longer than 80 characters. | 316 |
![]() | Line contains a tab character. | 316 |
![]() | '=' is not preceded with whitespace. | 316 |
![]() | '=' is not followed by whitespace. | 316 |
![]() | Expected @param tag for 'responsibilityDetails'. | 316 |
![]() | Missing a Javadoc comment. | 319 |
![]() | Line contains a tab character. | 320 |
![]() | '=' is not preceded with whitespace. | 320 |
![]() | '=' is not followed by whitespace. | 320 |
![]() | Line contains a tab character. | 321 |
![]() | '=' is not preceded with whitespace. | 321 |
![]() | '=' is not followed by whitespace. | 321 |
![]() | Line is longer than 80 characters. | 322 |
![]() | Line contains a tab character. | 322 |
![]() | '=' is not preceded with whitespace. | 322 |
![]() | '=' is not followed by whitespace. | 322 |
![]() | Line is longer than 80 characters. | 323 |
![]() | Line contains a tab character. | 323 |
![]() | '=' is not preceded with whitespace. | 323 |
![]() | '=' is not followed by whitespace. | 323 |
![]() | Missing a Javadoc comment. | 326 |
![]() | Line contains a tab character. | 327 |
![]() | '=' is not preceded with whitespace. | 327 |
![]() | '=' is not followed by whitespace. | 327 |
![]() | Line is longer than 80 characters. | 328 |
![]() | Line contains a tab character. | 328 |
![]() | '=' 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 |
![]() | '=' is not preceded with whitespace. | 329 |
![]() | '=' is not followed by whitespace. | 329 |
![]() | Line is longer than 80 characters. | 330 |
![]() | Line contains a tab character. | 330 |
![]() | '=' is not preceded with whitespace. | 330 |
![]() | '=' is not followed by whitespace. | 330 |
![]() | Line is longer than 80 characters. | 334 |
![]() | Expected an @return tag. | 336 |
![]() | Line contains a tab character. | 337 |
![]() | '=' is not preceded with whitespace. | 337 |
![]() | '=' is not followed by whitespace. | 337 |
![]() | Expected @param tag for 'namespaceCode'. | 337 |
![]() | Line is longer than 80 characters. | 338 |
![]() | Line contains a tab character. | 338 |
![]() | '=' is not preceded with whitespace. | 338 |
![]() | '=' is not followed by whitespace. | 338 |
![]() | Expected @param tag for 'permissionTemplateName'. | 338 |
![]() | Line is longer than 80 characters. | 339 |
![]() | Line contains a tab character. | 339 |
![]() | '=' is not preceded with whitespace. | 339 |
![]() | '=' is not followed by whitespace. | 339 |
![]() | Expected @param tag for 'permissionDetails'. | 339 |
![]() | Missing a Javadoc comment. | 347 |
![]() | Missing a Javadoc comment. | 348 |
![]() | Line contains a tab character. | 349 |
![]() | Missing a Javadoc comment. | 349 |
![]() | Line contains a tab character. | 350 |
![]() | Missing a Javadoc comment. | 350 |
![]() | Line contains a tab character. | 351 |
![]() | Missing a Javadoc comment. | 351 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line has trailing spaces. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line is longer than 80 characters. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line has trailing spaces. | 65 |
![]() | Line has trailing spaces. | 68 |
![]() | Line has trailing spaces. | 70 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line has trailing spaces. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line has trailing spaces. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Expected an @return tag. | 81 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | '=' is not preceded with whitespace. | 81 |
![]() | '=' is not followed by whitespace. | 81 |
![]() | Expected @param tag for 'principalId'. | 81 |
![]() | ')' is preceded with whitespace. | 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. | 85 |
![]() | Expected an @return tag. | 86 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | '=' is not preceded with whitespace. | 86 |
![]() | '=' is not followed by whitespace. | 86 |
![]() | Expected @param tag for 'principalName'. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Expected an @return tag. | 91 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | '(' is followed by whitespace. | 91 |
![]() | '=' is not preceded with whitespace. | 91 |
![]() | '=' is not followed by whitespace. | 91 |
![]() | Expected @param tag for 'principalName'. | 91 |
![]() | '=' is not preceded with whitespace. | 91 |
![]() | '=' is not followed by whitespace. | 91 |
![]() | Expected @param tag for 'password'. | 91 |
![]() | ')' is preceded with whitespace. | 91 |
![]() | Line contains a tab character. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Expected an @return tag. | 96 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | '(' is followed by whitespace. | 96 |
![]() | '=' is not preceded with whitespace. | 96 |
![]() | '=' is not followed by whitespace. | 96 |
![]() | Expected @param tag for 'entityId'. | 96 |
![]() | ')' is preceded with whitespace. | 96 |
![]() | 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 |
![]() | Expected an @return tag. | 101 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | '(' is followed by whitespace. | 101 |
![]() | '=' is not preceded with whitespace. | 101 |
![]() | '=' is not followed by whitespace. | 101 |
![]() | Expected @param tag for 'principalId'. | 101 |
![]() | ')' is preceded with whitespace. | 101 |
![]() | Line contains a tab character. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Expected an @return tag. | 106 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | '(' is followed by whitespace. | 106 |
![]() | '=' is not preceded with whitespace. | 106 |
![]() | '=' is not followed by whitespace. | 106 |
![]() | Expected @param tag for 'principalName'. | 106 |
![]() | ')' is preceded with whitespace. | 106 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Expected an @return tag. | 111 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | '(' is followed by whitespace. | 111 |
![]() | '=' is not preceded with whitespace. | 111 |
![]() | '=' is not followed by whitespace. | 111 |
![]() | Expected @param tag for 'entityId'. | 111 |
![]() | ')' is preceded with whitespace. | 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 |
![]() | Expected an @return tag. | 116 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | '(' is followed by whitespace. | 116 |
![]() | '=' is not preceded with whitespace. | 116 |
![]() | '=' is not followed by whitespace. | 116 |
![]() | Expected @param tag for 'principalId'. | 116 |
![]() | ')' is preceded with whitespace. | 116 |
![]() | Line contains a tab character. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Expected an @return tag. | 121 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | '=' is not preceded with whitespace. | 121 |
![]() | '=' is not followed by whitespace. | 121 |
![]() | Expected @param tag for 'principalName'. | 121 |
![]() | ')' is preceded with whitespace. | 121 |
![]() | Line contains a tab character. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line contains a tab character. | 124 |
![]() | Line has trailing spaces. | 125 |
![]() | 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. | 128 |
![]() | Line has trailing spaces. | 129 |
![]() | Line contains a tab character. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Expected an @return tag. | 132 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line contains a tab character. | 132 |
![]() | '(' is followed by whitespace. | 132 |
![]() | ',' is not followed by whitespace. | 132 |
![]() | Expected @param tag for 'searchCriteria'. | 132 |
![]() | '=' is not preceded with whitespace. | 132 |
![]() | '=' is not followed by whitespace. | 132 |
![]() | Expected @param tag for 'unbounded'. | 132 |
![]() | ')' is preceded with whitespace. | 132 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Line contains a tab character. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | '(' is followed by whitespace. | 134 |
![]() | ',' is not followed by whitespace. | 134 |
![]() | '=' is not preceded with whitespace. | 134 |
![]() | '=' is not followed by whitespace. | 134 |
![]() | ')' is preceded with whitespace. | 134 |
![]() | 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 |
![]() | Expected an @return tag. | 139 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | '(' is followed by whitespace. | 139 |
![]() | ',' is not followed by whitespace. | 139 |
![]() | Expected @param tag for 'searchCriteria'. | 139 |
![]() | ')' is preceded with whitespace. | 139 |
![]() | Line has trailing spaces. | 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 |
![]() | Expected an @return tag. | 144 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line contains a tab character. | 144 |
![]() | '(' is followed by whitespace. | 144 |
![]() | '=' is not preceded with whitespace. | 144 |
![]() | '=' is not followed by whitespace. | 144 |
![]() | Expected @param tag for 'entityId'. | 144 |
![]() | ')' is preceded with whitespace. | 144 |
![]() | Line has trailing spaces. | 145 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 146 |
![]() | Line contains a tab character. | 147 |
![]() | Line has trailing spaces. | 148 |
![]() | Line contains a tab character. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line contains a tab character. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Expected an @return tag. | 153 |
![]() | Line has trailing spaces. | 153 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | '=' is not preceded with whitespace. | 154 |
![]() | '=' is not followed by whitespace. | 154 |
![]() | Expected @param tag for 'principalIds'. | 154 |
![]() | Line has trailing spaces. | 155 |
![]() | Expected an @return tag. | 159 |
![]() | Line has trailing spaces. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Line is longer than 80 characters. | 160 |
![]() | '=' is not preceded with whitespace. | 160 |
![]() | '=' is not followed by whitespace. | 160 |
![]() | Expected @param tag for 'entityIds'. | 160 |
![]() | Expected an @return tag. | 165 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Line contains a tab character. | 165 |
![]() | Redundant 'public' modifier. | 165 |
![]() | '(' is followed by whitespace. | 165 |
![]() | '=' is not preceded with whitespace. | 165 |
![]() | '=' is not followed by whitespace. | 165 |
![]() | Expected @param tag for 'code'. | 165 |
![]() | ')' is preceded with whitespace. | 165 |
![]() | Expected an @return tag. | 170 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line contains a tab character. | 170 |
![]() | Redundant 'public' modifier. | 170 |
![]() | '(' is followed by whitespace. | 170 |
![]() | '=' is not preceded with whitespace. | 170 |
![]() | '=' is not followed by whitespace. | 170 |
![]() | Expected @param tag for 'code'. | 170 |
![]() | ')' is preceded with whitespace. | 170 |
![]() | Line has trailing spaces. | 171 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Expected an @return tag. | 175 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Line contains a tab character. | 175 |
![]() | Redundant 'public' modifier. | 175 |
![]() | '(' is followed by whitespace. | 175 |
![]() | '=' is not preceded with whitespace. | 175 |
![]() | '=' is not followed by whitespace. | 175 |
![]() | Expected @param tag for 'code'. | 175 |
![]() | ')' is preceded with whitespace. | 175 |
![]() | Line has trailing spaces. | 176 |
![]() | Line contains a tab character. | 176 |
![]() | Expected an @return tag. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | Redundant 'public' modifier. | 180 |
![]() | '(' is followed by whitespace. | 180 |
![]() | '=' is not preceded with whitespace. | 180 |
![]() | '=' is not followed by whitespace. | 180 |
![]() | Expected @param tag for 'code'. | 180 |
![]() | ')' is preceded with whitespace. | 180 |
![]() | Expected an @return tag. | 185 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Line contains a tab character. | 185 |
![]() | Redundant 'public' modifier. | 185 |
![]() | '(' is followed by whitespace. | 185 |
![]() | '=' is not preceded with whitespace. | 185 |
![]() | '=' is not followed by whitespace. | 185 |
![]() | Expected @param tag for 'code'. | 185 |
![]() | ')' is preceded with whitespace. | 185 |
![]() | Line has trailing spaces. | 186 |
![]() | Line contains a tab character. | 186 |
![]() | Expected an @return tag. | 190 |
![]() | Line is longer than 80 characters. | 190 |
![]() | Line contains a tab character. | 190 |
![]() | Redundant 'public' modifier. | 190 |
![]() | '(' is followed by whitespace. | 190 |
![]() | '=' is not preceded with whitespace. | 190 |
![]() | '=' is not followed by whitespace. | 190 |
![]() | Expected @param tag for 'code'. | 190 |
![]() | ')' is preceded with whitespace. | 190 |
![]() | Line has trailing spaces. | 191 |
![]() | Line contains a tab character. | 191 |
![]() | Expected an @return tag. | 195 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line contains a tab character. | 195 |
![]() | Redundant 'public' modifier. | 195 |
![]() | '(' is followed by whitespace. | 195 |
![]() | '=' is not preceded with whitespace. | 195 |
![]() | '=' is not followed by whitespace. | 195 |
![]() | Expected @param tag for 'code'. | 195 |
![]() | ')' is preceded with whitespace. | 195 |
![]() | Line has trailing spaces. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | Expected an @return tag. | 200 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Line contains a tab character. | 200 |
![]() | Redundant 'public' modifier. | 200 |
![]() | '(' is followed by whitespace. | 200 |
![]() | '=' is not preceded with whitespace. | 200 |
![]() | '=' is not followed by whitespace. | 200 |
![]() | Expected @param tag for 'code'. | 200 |
![]() | ')' is preceded with whitespace. | 200 |
![]() | Line has trailing spaces. | 201 |
![]() | Line contains a tab character. | 201 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Expected an @return tag. | 205 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Line contains a tab character. | 205 |
![]() | Redundant 'public' modifier. | 205 |
![]() | '(' is followed by whitespace. | 205 |
![]() | '=' is not preceded with whitespace. | 205 |
![]() | '=' is not followed by whitespace. | 205 |
![]() | Expected @param tag for 'code'. | 205 |
![]() | ')' is preceded with whitespace. | 205 |
![]() | Line has trailing spaces. | 206 |
![]() | Line contains a tab character. | 206 |
![]() | Expected an @return tag. | 210 |
![]() | Line contains a tab character. | 210 |
![]() | Redundant 'public' modifier. | 210 |
![]() | '(' is followed by whitespace. | 210 |
![]() | '=' is not preceded with whitespace. | 210 |
![]() | '=' is not followed by whitespace. | 210 |
![]() | Expected @param tag for 'code'. | 210 |
![]() | ')' is preceded with whitespace. | 210 |
![]() | Line has trailing spaces. | 211 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 20 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line has trailing spaces. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line has trailing spaces. | 45 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 61 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line has trailing spaces. | 67 |
![]() | Line is longer than 80 characters. | 73 |
![]() | Line has trailing spaces. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Line has trailing spaces. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Expected an @return tag. | 84 |
![]() | '(' is followed by whitespace. | 84 |
![]() | '=' is not preceded with whitespace. | 84 |
![]() | '=' is not followed by whitespace. | 84 |
![]() | Expected @param tag for 'principalId'. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | '=' is not preceded with whitespace. | 85 |
![]() | '=' is not followed by whitespace. | 85 |
![]() | Expected @param tag for 'namespaceCode'. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | '=' is not preceded with whitespace. | 86 |
![]() | '=' is not followed by whitespace. | 86 |
![]() | Expected @param tag for 'permissionName'. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | '=' is not preceded with whitespace. | 87 |
![]() | '=' is not followed by whitespace. | 87 |
![]() | Expected @param tag for 'permissionDetails'. | 87 |
![]() | ')' is preceded with whitespace. | 87 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line has trailing spaces. | 98 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line has trailing spaces. | 100 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Expected an @return tag. | 103 |
![]() | '(' is followed by whitespace. | 103 |
![]() | '=' is not preceded with whitespace. | 103 |
![]() | '=' is not followed by whitespace. | 103 |
![]() | Expected @param tag for 'principalId'. | 103 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | '=' is not preceded with whitespace. | 104 |
![]() | '=' is not followed by whitespace. | 104 |
![]() | Expected @param tag for 'namespaceCode'. | 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 |
![]() | Expected @param tag for 'permissionName'. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | '=' is not preceded with whitespace. | 106 |
![]() | '=' is not followed by whitespace. | 106 |
![]() | Expected @param tag for 'permissionDetails'. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | '=' is not preceded with whitespace. | 107 |
![]() | '=' is not followed by whitespace. | 107 |
![]() | Expected @param tag for 'qualification'. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line has trailing spaces. | 112 |
![]() | Line is longer than 80 characters. | 113 |
![]() | 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 contains a tab character. | 116 |
![]() | Line has trailing spaces. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Expected an @return tag. | 121 |
![]() | Line is longer than 80 characters. | 121 |
![]() | '(' is followed by whitespace. | 121 |
![]() | '=' is not preceded with whitespace. | 121 |
![]() | '=' is not followed by whitespace. | 121 |
![]() | Expected @param tag for 'principalId'. | 121 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line contains a tab character. | 122 |
![]() | '=' is not preceded with whitespace. | 122 |
![]() | '=' is not followed by whitespace. | 122 |
![]() | Expected @param tag for 'namespaceCode'. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | '=' is not preceded with whitespace. | 123 |
![]() | '=' is not followed by whitespace. | 123 |
![]() | Expected @param tag for 'permissionTemplateName'. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Line contains a tab character. | 124 |
![]() | '=' is not preceded with whitespace. | 124 |
![]() | '=' is not followed by whitespace. | 124 |
![]() | Expected @param tag for 'permissionDetails'. | 124 |
![]() | ')' is preceded with whitespace. | 124 |
![]() | Line has trailing spaces. | 125 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line has trailing spaces. | 130 |
![]() | Line has trailing spaces. | 131 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line has trailing spaces. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line has trailing spaces. | 137 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Expected an @return tag. | 140 |
![]() | Line is longer than 80 characters. | 140 |
![]() | '(' is followed by whitespace. | 140 |
![]() | '=' is not preceded with whitespace. | 140 |
![]() | '=' is not followed by whitespace. | 140 |
![]() | Expected @param tag for 'principalId'. | 140 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line contains a tab character. | 141 |
![]() | '=' is not preceded with whitespace. | 141 |
![]() | '=' is not followed by whitespace. | 141 |
![]() | Expected @param tag for 'namespaceCode'. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | '=' is not preceded with whitespace. | 142 |
![]() | '=' is not followed by whitespace. | 142 |
![]() | Expected @param tag for 'permissionTemplateName'. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | '=' is not preceded with whitespace. | 143 |
![]() | '=' is not followed by whitespace. | 143 |
![]() | Expected @param tag for 'permissionDetails'. | 143 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line contains a tab character. | 144 |
![]() | '=' is not preceded with whitespace. | 144 |
![]() | '=' is not followed by whitespace. | 144 |
![]() | Expected @param tag for 'qualification'. | 144 |
![]() | ')' is preceded with whitespace. | 144 |
![]() | Line has trailing spaces. | 145 |
![]() | Line has trailing spaces. | 146 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line has trailing spaces. | 151 |
![]() | Line has trailing spaces. | 152 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line is longer than 80 characters. | 154 |
![]() | Line has trailing spaces. | 156 |
![]() | Expected an @return tag. | 158 |
![]() | Line is longer than 80 characters. | 158 |
![]() | '(' is followed by whitespace. | 158 |
![]() | '=' is not preceded with whitespace. | 158 |
![]() | '=' is not followed by whitespace. | 158 |
![]() | Expected @param tag for 'namespaceCode'. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | '=' is not preceded with whitespace. | 159 |
![]() | '=' is not followed by whitespace. | 159 |
![]() | Expected @param tag for 'permissionName'. | 159 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Line contains a tab character. | 160 |
![]() | '=' is not preceded with whitespace. | 160 |
![]() | '=' is not followed by whitespace. | 160 |
![]() | Expected @param tag for 'permissionDetails'. | 160 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line contains a tab character. | 161 |
![]() | '=' is not preceded with whitespace. | 161 |
![]() | '=' is not followed by whitespace. | 161 |
![]() | Expected @param tag for 'qualification'. | 161 |
![]() | ')' is preceded with whitespace. | 161 |
![]() | Line has trailing spaces. | 164 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line is longer than 80 characters. | 166 |
![]() | Line has trailing spaces. | 168 |
![]() | Line has trailing spaces. | 169 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Line is longer than 80 characters. | 171 |
![]() | Line has trailing spaces. | 173 |
![]() | Expected an @return tag. | 175 |
![]() | Line is longer than 80 characters. | 175 |
![]() | '(' is followed by whitespace. | 175 |
![]() | '=' is not preceded with whitespace. | 175 |
![]() | '=' is not followed by whitespace. | 175 |
![]() | Expected @param tag for 'namespaceCode'. | 175 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Line contains a tab character. | 176 |
![]() | '=' is not preceded with whitespace. | 176 |
![]() | '=' is not followed by whitespace. | 176 |
![]() | Expected @param tag for 'permissionTemplateName'. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line contains a tab character. | 177 |
![]() | '=' is not preceded with whitespace. | 177 |
![]() | '=' is not followed by whitespace. | 177 |
![]() | Expected @param tag for 'permissionDetails'. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line contains a tab character. | 178 |
![]() | '=' is not preceded with whitespace. | 178 |
![]() | '=' is not followed by whitespace. | 178 |
![]() | Expected @param tag for 'qualification'. | 178 |
![]() | ')' is preceded with whitespace. | 178 |
![]() | Line has trailing spaces. | 179 |
![]() | Expected an @return tag. | 183 |
![]() | Line is longer than 80 characters. | 183 |
![]() | '(' is followed by whitespace. | 183 |
![]() | '=' is not preceded with whitespace. | 183 |
![]() | '=' is not followed by whitespace. | 183 |
![]() | Expected @param tag for 'namespaceCode'. | 183 |
![]() | Line is longer than 80 characters. | 184 |
![]() | Line contains a tab character. | 184 |
![]() | '=' is not preceded with whitespace. | 184 |
![]() | '=' is not followed by whitespace. | 184 |
![]() | Expected @param tag for 'permissionName'. | 184 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Line contains a tab character. | 185 |
![]() | '=' is not preceded with whitespace. | 185 |
![]() | '=' is not followed by whitespace. | 185 |
![]() | Expected @param tag for 'permissionDetails'. | 185 |
![]() | ')' is preceded with whitespace. | 185 |
![]() | Line has trailing spaces. | 186 |
![]() | Expected an @return tag. | 190 |
![]() | Line is longer than 80 characters. | 190 |
![]() | '(' is followed by whitespace. | 190 |
![]() | '=' is not preceded with whitespace. | 190 |
![]() | '=' is not followed by whitespace. | 190 |
![]() | Expected @param tag for 'namespaceCode'. | 190 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Line contains a tab character. | 191 |
![]() | '=' is not preceded with whitespace. | 191 |
![]() | '=' is not followed by whitespace. | 191 |
![]() | Expected @param tag for 'permissionTemplateName'. | 191 |
![]() | Line is longer than 80 characters. | 192 |
![]() | Line contains a tab character. | 192 |
![]() | '=' is not preceded with whitespace. | 192 |
![]() | '=' is not followed by whitespace. | 192 |
![]() | Expected @param tag for 'permissionDetails'. | 192 |
![]() | ')' is preceded with whitespace. | 192 |
![]() | Line has trailing spaces. | 193 |
![]() | Line is longer than 80 characters. | 195 |
![]() | Line has trailing spaces. | 198 |
![]() | Line has trailing spaces. | 199 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line has trailing spaces. | 200 |
![]() | Line has trailing spaces. | 202 |
![]() | Line is longer than 80 characters. | 203 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Line has trailing spaces. | 205 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line has trailing spaces. | 207 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line has trailing spaces. | 208 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line has trailing spaces. | 210 |
![]() | Line has trailing spaces. | 211 |
![]() | Expected an @return tag. | 213 |
![]() | Line is longer than 80 characters. | 213 |
![]() | '(' is followed by whitespace. | 213 |
![]() | '=' is not preceded with whitespace. | 213 |
![]() | '=' is not followed by whitespace. | 213 |
![]() | Expected @param tag for 'principalId'. | 213 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line contains a tab character. | 214 |
![]() | '=' is not preceded with whitespace. | 214 |
![]() | '=' is not followed by whitespace. | 214 |
![]() | Expected @param tag for 'namespaceCode'. | 214 |
![]() | Line is longer than 80 characters. | 215 |
![]() | Line contains a tab character. | 215 |
![]() | '=' is not preceded with whitespace. | 215 |
![]() | '=' is not followed by whitespace. | 215 |
![]() | Expected @param tag for 'permissionName'. | 215 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Line contains a tab character. | 216 |
![]() | '=' is not preceded with whitespace. | 216 |
![]() | '=' is not followed by whitespace. | 216 |
![]() | Expected @param tag for 'permissionDetails'. | 216 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Line contains a tab character. | 217 |
![]() | '=' is not preceded with whitespace. | 217 |
![]() | '=' is not followed by whitespace. | 217 |
![]() | Expected @param tag for 'qualification'. | 217 |
![]() | ')' is preceded with whitespace. | 217 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line has trailing spaces. | 223 |
![]() | Line has trailing spaces. | 224 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Line has trailing spaces. | 225 |
![]() | Line has trailing spaces. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Line has trailing spaces. | 230 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line has trailing spaces. | 232 |
![]() | Line is longer than 80 characters. | 232 |
![]() | Line has trailing spaces. | 233 |
![]() | Line is longer than 80 characters. | 234 |
![]() | Line has trailing spaces. | 235 |
![]() | Line has trailing spaces. | 236 |
![]() | Expected an @return tag. | 238 |
![]() | Line is longer than 80 characters. | 238 |
![]() | '(' is followed by whitespace. | 238 |
![]() | '=' is not preceded with whitespace. | 238 |
![]() | '=' is not followed by whitespace. | 238 |
![]() | Expected @param tag for 'principalId'. | 238 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line contains a tab character. | 239 |
![]() | '=' is not preceded with whitespace. | 239 |
![]() | '=' is not followed by whitespace. | 239 |
![]() | Expected @param tag for 'namespaceCode'. | 239 |
![]() | Line is longer than 80 characters. | 240 |
![]() | Line contains a tab character. | 240 |
![]() | '=' is not preceded with whitespace. | 240 |
![]() | '=' is not followed by whitespace. | 240 |
![]() | Expected @param tag for 'permissionTemplateName'. | 240 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line contains a tab character. | 241 |
![]() | '=' is not preceded with whitespace. | 241 |
![]() | '=' is not followed by whitespace. | 241 |
![]() | Expected @param tag for 'permissionDetails'. | 241 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Line contains a tab character. | 242 |
![]() | '=' is not preceded with whitespace. | 242 |
![]() | '=' is not followed by whitespace. | 242 |
![]() | Expected @param tag for 'qualification'. | 242 |
![]() | ')' is preceded with whitespace. | 242 |
![]() | Expected an @return tag. | 251 |
![]() | Line is longer than 80 characters. | 251 |
![]() | '(' is followed by whitespace. | 251 |
![]() | '=' is not preceded with whitespace. | 251 |
![]() | '=' is not followed by whitespace. | 251 |
![]() | Expected @param tag for 'permissionId'. | 251 |
![]() | ')' is preceded with whitespace. | 251 |
![]() | Line has trailing spaces. | 252 |
![]() | Line has trailing spaces. | 253 |
![]() | Line contains a tab character. | 253 |
![]() | Line is longer than 80 characters. | 254 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Expected an @return tag. | 257 |
![]() | Line is longer than 80 characters. | 257 |
![]() | '(' is followed by whitespace. | 257 |
![]() | '=' is not preceded with whitespace. | 257 |
![]() | '=' is not followed by whitespace. | 257 |
![]() | Expected @param tag for 'namespaceCode'. | 257 |
![]() | Line is longer than 80 characters. | 258 |
![]() | Line contains a tab character. | 258 |
![]() | '=' is not preceded with whitespace. | 258 |
![]() | '=' is not followed by whitespace. | 258 |
![]() | Expected @param tag for 'permissionTemplateName'. | 258 |
![]() | ')' is preceded with whitespace. | 258 |
![]() | Line has trailing spaces. | 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. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | Expected an @return tag. | 264 |
![]() | Line is longer than 80 characters. | 264 |
![]() | '(' is followed by whitespace. | 264 |
![]() | '=' is not preceded with whitespace. | 264 |
![]() | '=' is not followed by whitespace. | 264 |
![]() | Expected @param tag for 'namespaceCode'. | 264 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Line contains a tab character. | 265 |
![]() | '=' is not preceded with whitespace. | 265 |
![]() | '=' is not followed by whitespace. | 265 |
![]() | Expected @param tag for 'permissionName'. | 265 |
![]() | ')' is preceded with whitespace. | 265 |
![]() | Line has trailing spaces. | 266 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Missing a Javadoc comment. | 267 |
![]() | '(' is followed by whitespace. | 267 |
![]() | '=' is not preceded with whitespace. | 267 |
![]() | '=' is not followed by whitespace. | 267 |
![]() | ')' is preceded with whitespace. | 267 |
![]() | Line is longer than 80 characters. | 269 |
![]() | Missing a Javadoc comment. | 269 |
![]() | '(' is followed by whitespace. | 269 |
![]() | '=' is not preceded with whitespace. | 269 |
![]() | '=' is not followed by whitespace. | 269 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Line contains a tab character. | 270 |
![]() | '=' is not preceded with whitespace. | 270 |
![]() | '=' is not followed by whitespace. | 270 |
![]() | ')' is preceded with whitespace. | 270 |
![]() | Missing a Javadoc comment. | 271 |
![]() | Redundant 'public' modifier. | 271 |
![]() | Line has trailing spaces. | 273 |
![]() | Line is longer than 80 characters. | 273 |
![]() | Line has trailing spaces. | 275 |
![]() | Line is longer than 80 characters. | 276 |
![]() | Expected an @return tag. | 278 |
![]() | Line is longer than 80 characters. | 278 |
![]() | '(' is followed by whitespace. | 278 |
![]() | '=' is not preceded with whitespace. | 278 |
![]() | '=' is not followed by whitespace. | 278 |
![]() | ',' is not followed by whitespace. | 278 |
![]() | Expected @param tag for 'searchCriteria'. | 278 |
![]() | Line is longer than 80 characters. | 279 |
![]() | Line contains a tab character. | 279 |
![]() | '=' is not preceded with whitespace. | 279 |
![]() | '=' is not followed by whitespace. | 279 |
![]() | Expected @param tag for 'unbounded'. | 279 |
![]() | Line has trailing spaces. | 280 |
![]() | Expected an @return tag. | 284 |
![]() | Line is longer than 80 characters. | 284 |
![]() | '(' is followed by whitespace. | 284 |
![]() | '=' is not preceded with whitespace. | 284 |
![]() | '=' is not followed by whitespace. | 284 |
![]() | Expected @param tag for 'namespaceCode'. | 284 |
![]() | Line is longer than 80 characters. | 285 |
![]() | Line contains a tab character. | 285 |
![]() | '=' is not preceded with whitespace. | 285 |
![]() | '=' is not followed by whitespace. | 285 |
![]() | Expected @param tag for 'permissionName'. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Line contains a tab character. | 286 |
![]() | '=' is not preceded with whitespace. | 286 |
![]() | '=' is not followed by whitespace. | 286 |
![]() | Expected @param tag for 'permissionDetails'. | 286 |
![]() | Line has trailing spaces. | 287 |
![]() | Expected an @return tag. | 291 |
![]() | Line is longer than 80 characters. | 291 |
![]() | '(' is followed by whitespace. | 291 |
![]() | '=' is not preceded with whitespace. | 291 |
![]() | '=' is not followed by whitespace. | 291 |
![]() | Expected @param tag for 'permissions'. | 291 |
![]() | ')' is preceded with whitespace. | 291 |
![]() | Line has trailing spaces. | 292 |
![]() | Line has trailing spaces. | 294 |
![]() | Line is longer than 80 characters. | 294 |
![]() | Expected an @return tag. | 296 |
![]() | Line is longer than 80 characters. | 296 |
![]() | Redundant 'public' modifier. | 296 |
![]() | '(' is followed by whitespace. | 296 |
![]() | Expected @param tag for 'permissionId'. | 296 |
![]() | Expected @param tag for 'kimTypeId'. | 296 |
![]() | Expected @param tag for 'attributeName'. | 296 |
![]() | Expected an @return tag. | 301 |
![]() | Line is longer than 80 characters. | 301 |
![]() | Expected @param tag for 'permissionId'. | 301 |
![]() | Line is longer than 80 characters. | 304 |
![]() | Expected an @return tag. | 307 |
![]() | Line is longer than 80 characters. | 307 |
![]() | Expected @param tag for 'namespaceCode'. | 307 |
![]() | Expected @param tag for 'permissionName'. | 307 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line has trailing spaces. | 37 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '(' is followed by whitespace. | 37 |
![]() | '=' is not preceded with whitespace. | 37 |
![]() | '=' is not followed by whitespace. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | '=' is not preceded with whitespace. | 38 |
![]() | '=' is not followed by whitespace. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '=' is not followed by whitespace. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | '=' is not preceded with whitespace. | 41 |
![]() | '=' is not followed by whitespace. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | '=' is not preceded with whitespace. | 43 |
![]() | '=' is not followed by whitespace. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
![]() | First sentence should end with a period. | 45 |
![]() | Expected an @return tag. | 48 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 48 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 25 |
![]() | Line has trailing spaces. | 27 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 36 |
![]() | Line has trailing spaces. | 40 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 44 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Expected an @return tag. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | '(' is followed by whitespace. | 49 |
![]() | Expected @param tag for 'principalId'. | 49 |
![]() | ')' is preceded with whitespace. | 49 |
![]() | Line has trailing spaces. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | '(' is followed by whitespace. | 60 |
![]() | ')' is preceded with whitespace. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Expected an @return tag. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | '(' is followed by whitespace. | 65 |
![]() | Expected @param tag for 'principalName'. | 65 |
![]() | ')' is preceded with whitespace. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Expected an @return tag. | 70 |
![]() | Line has trailing spaces. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | '(' is followed by whitespace. | 70 |
![]() | Expected @param tag for 'employeeId'. | 70 |
![]() | ')' is preceded with whitespace. | 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. | 74 |
![]() | Expected an @return tag. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | '(' is followed by whitespace. | 75 |
![]() | Expected @param tag for 'criteria'. | 75 |
![]() | ')' is preceded with whitespace. | 75 |
![]() | Line contains a tab character. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Expected an @return tag. | 80 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | Expected @param tag for 'criteria'. | 80 |
![]() | Expected @param tag for 'unbounded'. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | Line has trailing spaces. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Expected an @return tag. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | First sentence should end with a period. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line has trailing spaces. | 91 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 93 |
![]() | Expected an @return tag. | 94 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | '(' is followed by whitespace. | 94 |
![]() | Expected @param tag for 'businessObject'. | 94 |
![]() | Expected @param tag for 'fieldValues'. | 94 |
![]() | ')' is preceded with whitespace. | 94 |
![]() | Line has trailing spaces. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Expected an @return tag. | 100 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | Expected @param tag for 'sourcePrincipalId'. | 100 |
![]() | Expected @param tag for 'currentPerson'. | 100 |
![]() | ')' is preceded with whitespace. | 100 |
![]() | Line has trailing spaces. | 101 |
![]() | 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 is longer than 80 characters. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Expected an @return tag. | 107 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | Expected @param tag for 'businessObjectClass'. | 107 |
![]() | ',' is not followed by whitespace. | 107 |
![]() | Expected @param tag for 'fieldValues'. | 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 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 35 |
![]() | Line has trailing spaces. | 38 |
![]() | Line has trailing spaces. | 40 |
![]() | Line has trailing spaces. | 44 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 54 |
![]() | Line has trailing spaces. | 56 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Expected an @return tag. | 71 |
![]() | Line is longer than 80 characters. | 71 |
![]() | '=' is not preceded with whitespace. | 71 |
![]() | '=' is not followed by whitespace. | 71 |
![]() | Expected @param tag for 'responsibilityId'. | 71 |
![]() | Line has trailing spaces. | 72 |
![]() | Line has trailing spaces. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Expected an @return tag. | 77 |
![]() | Line has trailing spaces. | 77 |
![]() | Line is longer than 80 characters. | 77 |
![]() | '(' is followed by whitespace. | 77 |
![]() | '=' is not preceded with whitespace. | 77 |
![]() | '=' is not followed by whitespace. | 77 |
![]() | Expected @param tag for 'namespaceCode'. | 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 |
![]() | Expected @param tag for 'responsibilityName'. | 78 |
![]() | ')' is preceded with whitespace. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | '(' is followed by whitespace. | 80 |
![]() | '=' is not preceded with whitespace. | 80 |
![]() | '=' is not followed by whitespace. | 80 |
![]() | ')' is preceded with whitespace. | 80 |
![]() | Line has trailing spaces. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | '(' is followed by whitespace. | 82 |
![]() | Line has trailing spaces. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | '=' is not preceded with whitespace. | 83 |
![]() | '=' is not followed by whitespace. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | '=' is not preceded with whitespace. | 84 |
![]() | '=' is not followed by whitespace. | 84 |
![]() | ')' is preceded with whitespace. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Expected an @return tag. | 89 |
![]() | Line has trailing spaces. | 89 |
![]() | Line is longer than 80 characters. | 89 |
![]() | '(' is followed by whitespace. | 89 |
![]() | '=' is not preceded with whitespace. | 89 |
![]() | '=' is not followed by whitespace. | 89 |
![]() | Expected @param tag for 'principalId'. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | '=' is not preceded with whitespace. | 90 |
![]() | '=' is not followed by whitespace. | 90 |
![]() | Expected @param tag for 'namespaceCode'. | 90 |
![]() | Line has trailing spaces. | 91 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | '=' is not preceded with whitespace. | 91 |
![]() | '=' is not followed by whitespace. | 91 |
![]() | Expected @param tag for 'responsibilityName'. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | '=' is not preceded with whitespace. | 92 |
![]() | '=' is not followed by whitespace. | 92 |
![]() | Expected @param tag for 'qualification'. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | '=' is not preceded with whitespace. | 93 |
![]() | '=' is not followed by whitespace. | 93 |
![]() | Expected @param tag for 'responsibilityDetails'. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Expected an @return tag. | 98 |
![]() | Line has trailing spaces. | 98 |
![]() | Line is longer than 80 characters. | 98 |
![]() | '(' is followed by whitespace. | 98 |
![]() | '=' is not preceded with whitespace. | 98 |
![]() | '=' is not followed by whitespace. | 98 |
![]() | Expected @param tag for 'principalId'. | 98 |
![]() | Line has trailing spaces. | 99 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | '=' is not preceded with whitespace. | 99 |
![]() | '=' is not followed by whitespace. | 99 |
![]() | Expected @param tag for 'namespaceCode'. | 99 |
![]() | Line has trailing spaces. | 100 |
![]() | Line is longer than 80 characters. | 100 |
![]() | Line contains a tab character. | 100 |
![]() | '=' is not preceded with whitespace. | 100 |
![]() | '=' is not followed by whitespace. | 100 |
![]() | Expected @param tag for 'responsibilityTemplateName'. | 100 |
![]() | Line has trailing spaces. | 101 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | '=' is not preceded with whitespace. | 101 |
![]() | '=' is not followed by whitespace. | 101 |
![]() | Expected @param tag for 'qualification'. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | '=' is not preceded with whitespace. | 102 |
![]() | '=' is not followed by whitespace. | 102 |
![]() | Expected @param tag for 'responsibilityDetails'. | 102 |
![]() | ')' is preceded with whitespace. | 102 |
![]() | Line has trailing spaces. | 103 |
![]() | Line has trailing spaces. | 104 |
![]() | Line is longer than 80 characters. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | Missing a Javadoc comment. | 104 |
![]() | '(' is followed by whitespace. | 104 |
![]() | '=' is not preceded with whitespace. | 104 |
![]() | '=' is not followed by whitespace. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | 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 has trailing spaces. | 106 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | '=' is not preceded with whitespace. | 106 |
![]() | '=' is not followed by whitespace. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | '=' is not preceded with whitespace. | 107 |
![]() | '=' is not followed by whitespace. | 107 |
![]() | Line has trailing spaces. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | Line has trailing spaces. | 109 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | '(' is followed by whitespace. | 109 |
![]() | '=' is not preceded with whitespace. | 109 |
![]() | '=' is not followed by whitespace. | 109 |
![]() | Line has trailing spaces. | 110 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line contains a tab character. | 110 |
![]() | '=' is not preceded with whitespace. | 110 |
![]() | '=' is not followed by whitespace. | 110 |
![]() | Line has trailing spaces. | 111 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line contains a tab character. | 111 |
![]() | '=' is not preceded with whitespace. | 111 |
![]() | '=' is not followed by whitespace. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Line contains a tab character. | 112 |
![]() | '=' is not preceded with whitespace. | 112 |
![]() | '=' is not followed by whitespace. | 112 |
![]() | Line has trailing spaces. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Line has trailing spaces. | 117 |
![]() | Expected an @return tag. | 119 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line contains a tab character. | 119 |
![]() | '(' is followed by whitespace. | 119 |
![]() | '=' is not preceded with whitespace. | 119 |
![]() | '=' is not followed by whitespace. | 119 |
![]() | Expected @param tag for 'responsibilityId'. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line has trailing spaces. | 124 |
![]() | Expected an @return tag. | 126 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line contains a tab character. | 126 |
![]() | '(' is followed by whitespace. | 126 |
![]() | '=' is not preceded with whitespace. | 126 |
![]() | '=' is not followed by whitespace. | 126 |
![]() | Expected @param tag for 'responsibility'. | 126 |
![]() | ')' is preceded with whitespace. | 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 |
![]() | Expected an @return tag. | 131 |
![]() | Line has trailing spaces. | 131 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Line contains a tab character. | 131 |
![]() | '(' is followed by whitespace. | 131 |
![]() | '=' is not preceded with whitespace. | 131 |
![]() | '=' is not followed by whitespace. | 131 |
![]() | ',' is not followed by whitespace. | 131 |
![]() | Expected @param tag for 'searchCriteria'. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line contains a tab character. | 132 |
![]() | '=' is not preceded with whitespace. | 132 |
![]() | '=' is not followed by whitespace. | 132 |
![]() | Expected @param tag for 'unbounded'. | 132 |
![]() | ')' is preceded with whitespace. | 132 |
![]() | Line has trailing spaces. | 133 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Expected an @return tag. | 137 |
![]() | Line has trailing spaces. | 137 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line contains a tab character. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | '=' is not preceded with whitespace. | 137 |
![]() | '=' is not followed by whitespace. | 137 |
![]() | Expected @param tag for 'responsibility'. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Line contains a tab character. | 138 |
![]() | '=' is not preceded with whitespace. | 138 |
![]() | '=' is not followed by whitespace. | 138 |
![]() | Expected @param tag for 'qualification'. | 138 |
![]() | ')' is preceded with whitespace. | 138 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line has trailing spaces. | 37 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '(' is followed by whitespace. | 37 |
![]() | '=' is not preceded with whitespace. | 37 |
![]() | '=' is not followed by whitespace. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | '=' is not preceded with whitespace. | 38 |
![]() | '=' is not followed by whitespace. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | '=' is not preceded with whitespace. | 39 |
![]() | '=' is not followed by whitespace. | 39 |
![]() | 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 |
![]() | 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 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | '=' is not preceded with whitespace. | 42 |
![]() | '=' is not followed by whitespace. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | '=' is not preceded with whitespace. | 43 |
![]() | '=' is not followed by whitespace. | 43 |
![]() | ')' is preceded with whitespace. | 43 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | 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. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line has trailing spaces. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line has trailing spaces. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line is longer than 80 characters. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | '(' is followed by whitespace. | 48 |
![]() | Expected @param tag for 'roleId'. | 48 |
![]() | Expected @param tag for 'principalId'. | 48 |
![]() | ')' is preceded with whitespace. | 48 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Line has trailing spaces. | 45 |
![]() | Line has trailing spaces. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line has trailing spaces. | 59 |
![]() | Line has trailing spaces. | 62 |
![]() | Line has trailing spaces. | 65 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 76 |
![]() | 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 |
![]() | Expected an @return tag. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | '(' is followed by whitespace. | 81 |
![]() | '=' is not preceded with whitespace. | 81 |
![]() | '=' is not followed by whitespace. | 81 |
![]() | Expected @param tag for 'roleId'. | 81 |
![]() | ')' is preceded with whitespace. | 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. | 85 |
![]() | Expected an @return tag. | 86 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | '(' is followed by whitespace. | 86 |
![]() | '=' is not preceded with whitespace. | 86 |
![]() | '=' is not followed by whitespace. | 86 |
![]() | Expected @param tag for 'roleIds'. | 86 |
![]() | ')' is preceded with whitespace. | 86 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Expected an @return tag. | 93 |
![]() | Line is longer than 80 characters. | 93 |
![]() | '(' is followed by whitespace. | 93 |
![]() | '=' is not preceded with whitespace. | 93 |
![]() | '=' is not followed by whitespace. | 93 |
![]() | Expected @param tag for 'namespaceCode'. | 93 |
![]() | '=' is not preceded with whitespace. | 93 |
![]() | '=' is not followed by whitespace. | 93 |
![]() | Expected @param tag for 'roleName'. | 93 |
![]() | ')' is preceded with whitespace. | 93 |
![]() | Line has trailing spaces. | 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 contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Expected an @return tag. | 99 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Line contains a tab character. | 99 |
![]() | '(' is followed by whitespace. | 99 |
![]() | '=' is not preceded with whitespace. | 99 |
![]() | '=' is not followed by whitespace. | 99 |
![]() | Expected @param tag for 'namespaceCode'. | 99 |
![]() | '=' is not preceded with whitespace. | 99 |
![]() | '=' is not followed by whitespace. | 99 |
![]() | Expected @param tag for 'roleName'. | 99 |
![]() | ')' is preceded with whitespace. | 99 |
![]() | Line has trailing spaces. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line has trailing spaces. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 106 |
![]() | Expected an @return tag. | 107 |
![]() | '(' is followed by whitespace. | 107 |
![]() | '=' is not preceded with whitespace. | 107 |
![]() | '=' is not followed by whitespace. | 107 |
![]() | Expected @param tag for 'roleId'. | 107 |
![]() | ')' is preceded with whitespace. | 107 |
![]() | Line is longer than 80 characters. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Line is longer than 80 characters. | 112 |
![]() | Expected an @return tag. | 114 |
![]() | Line is longer than 80 characters. | 115 |
![]() | '(' is followed by whitespace. | 115 |
![]() | '=' is not preceded with whitespace. | 115 |
![]() | '=' is not followed by whitespace. | 115 |
![]() | Expected @param tag for 'principalId'. | 115 |
![]() | '=' is not preceded with whitespace. | 115 |
![]() | '=' is not followed by whitespace. | 115 |
![]() | Expected @param tag for 'roleIds'. | 115 |
![]() | '=' is not preceded with whitespace. | 115 |
![]() | '=' is not followed by whitespace. | 115 |
![]() | Expected @param tag for 'qualification'. | 115 |
![]() | ')' is preceded with whitespace. | 115 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Line is longer than 80 characters. | 120 |
![]() | Expected an @return tag. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | '(' is followed by whitespace. | 123 |
![]() | '=' is not preceded with whitespace. | 123 |
![]() | '=' is not followed by whitespace. | 123 |
![]() | Expected @param tag for 'principalId'. | 123 |
![]() | '=' is not preceded with whitespace. | 123 |
![]() | '=' is not followed by whitespace. | 123 |
![]() | Expected @param tag for 'namespaceCode'. | 123 |
![]() | '=' is not preceded with whitespace. | 123 |
![]() | '=' is not followed by whitespace. | 123 |
![]() | Expected @param tag for 'roleName'. | 123 |
![]() | '=' is not preceded with whitespace. | 123 |
![]() | '=' is not followed by whitespace. | 123 |
![]() | Expected @param tag for 'qualification'. | 123 |
![]() | ')' is preceded with whitespace. | 123 |
![]() | Line has trailing spaces. | 124 |
![]() | Line is longer than 80 characters. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Expected an @return tag. | 129 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | '(' is followed by whitespace. | 130 |
![]() | '=' is not preceded with whitespace. | 130 |
![]() | '=' is not followed by whitespace. | 130 |
![]() | Expected @param tag for 'principalId'. | 130 |
![]() | '=' is not preceded with whitespace. | 130 |
![]() | '=' is not followed by whitespace. | 130 |
![]() | Expected @param tag for 'namespaceCode'. | 130 |
![]() | '=' is not preceded with whitespace. | 130 |
![]() | '=' is not followed by whitespace. | 130 |
![]() | Expected @param tag for 'roleName'. | 130 |
![]() | '=' is not preceded with whitespace. | 130 |
![]() | '=' is not followed by whitespace. | 130 |
![]() | Expected @param tag for 'qualification'. | 130 |
![]() | ')' is preceded with whitespace. | 130 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Expected an @return tag. | 136 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Line contains a tab character. | 137 |
![]() | '(' is followed by whitespace. | 137 |
![]() | '=' is not preceded with whitespace. | 137 |
![]() | '=' is not followed by whitespace. | 137 |
![]() | Expected @param tag for 'principalId'. | 137 |
![]() | '=' is not preceded with whitespace. | 137 |
![]() | '=' is not followed by whitespace. | 137 |
![]() | Expected @param tag for 'roleIds'. | 137 |
![]() | '=' is not preceded with whitespace. | 137 |
![]() | '=' is not followed by whitespace. | 137 |
![]() | Expected @param tag for 'qualification'. | 137 |
![]() | ')' is preceded with whitespace. | 137 |
![]() | Line has trailing spaces. | 142 |
![]() | Line is longer than 80 characters. | 144 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line has trailing spaces. | 148 |
![]() | Expected an @return tag. | 150 |
![]() | Line is longer than 80 characters. | 150 |
![]() | '(' is followed by whitespace. | 150 |
![]() | '=' is not preceded with whitespace. | 150 |
![]() | '=' is not followed by whitespace. | 150 |
![]() | Expected @param tag for 'roleIds'. | 150 |
![]() | '=' is not preceded with whitespace. | 150 |
![]() | '=' is not followed by whitespace. | 150 |
![]() | Expected @param tag for 'qualification'. | 150 |
![]() | ')' is preceded with whitespace. | 150 |
![]() | First sentence should end with a period. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | Line has trailing spaces. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | '=' is not preceded with whitespace. | 157 |
![]() | '=' is not followed by whitespace. | 157 |
![]() | Expected @param tag for 'namespaceCode'. | 157 |
![]() | '=' is not preceded with whitespace. | 157 |
![]() | '=' is not followed by whitespace. | 157 |
![]() | Expected @param tag for 'roleName'. | 157 |
![]() | '=' is not preceded with whitespace. | 157 |
![]() | '=' is not followed by whitespace. | 157 |
![]() | Expected @param tag for 'qualification'. | 157 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Expected an @return tag. | 162 |
![]() | Line is longer than 80 characters. | 162 |
![]() | '(' is followed by whitespace. | 162 |
![]() | '=' is not preceded with whitespace. | 162 |
![]() | '=' is not followed by whitespace. | 162 |
![]() | Expected @param tag for 'principalId'. | 162 |
![]() | '=' is not preceded with whitespace. | 162 |
![]() | '=' is not followed by whitespace. | 162 |
![]() | Expected @param tag for 'roleIds'. | 162 |
![]() | '=' is not preceded with whitespace. | 162 |
![]() | '=' is not followed by whitespace. | 162 |
![]() | Expected @param tag for 'qualification'. | 162 |
![]() | ')' is preceded with whitespace. | 162 |
![]() | Line has trailing spaces. | 163 |
![]() | Line is longer than 80 characters. | 165 |
![]() | Expected an @return tag. | 168 |
![]() | Line is longer than 80 characters. | 168 |
![]() | '(' is followed by whitespace. | 168 |
![]() | '=' is not preceded with whitespace. | 168 |
![]() | '=' is not followed by whitespace. | 168 |
![]() | Expected @param tag for 'principalIds'. | 168 |
![]() | '=' is not preceded with whitespace. | 168 |
![]() | '=' is not followed by whitespace. | 168 |
![]() | Expected @param tag for 'roleNamespaceCode'. | 168 |
![]() | '=' is not preceded with whitespace. | 168 |
![]() | '=' is not followed by whitespace. | 168 |
![]() | Expected @param tag for 'roleName'. | 168 |
![]() | '=' is not preceded with whitespace. | 168 |
![]() | '=' is not followed by whitespace. | 168 |
![]() | Expected @param tag for 'qualification'. | 168 |
![]() | ')' is preceded with whitespace. | 168 |
![]() | First sentence should end with a period. | 170 |
![]() | Line has trailing spaces. | 171 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Expected an @return tag. | 174 |
![]() | Line is longer than 80 characters. | 174 |
![]() | Line contains a tab character. | 174 |
![]() | ',' is not followed by whitespace. | 174 |
![]() | Expected @param tag for 'fieldValues'. | 174 |
![]() | Line has trailing spaces. | 175 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line is longer than 80 characters. | 177 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Line contains a tab character. | 179 |
![]() | '(' is followed by whitespace. | 179 |
![]() | '=' is not preceded with whitespace. | 179 |
![]() | '=' is not followed by whitespace. | 179 |
![]() | Expected @param tag for 'principalId'. | 179 |
![]() | ')' is preceded with whitespace. | 179 |
![]() | Line has trailing spaces. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line has trailing spaces. | 182 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 183 |
![]() | Line contains a tab character. | 184 |
![]() | '=' is not preceded with whitespace. | 184 |
![]() | '=' is not followed by whitespace. | 184 |
![]() | Expected @param tag for 'roleId'. | 184 |
![]() | Line contains a tab character. | 186 |
![]() | Line has trailing spaces. | 187 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line contains a tab character. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | '=' is not preceded with whitespace. | 189 |
![]() | '=' is not followed by whitespace. | 189 |
![]() | Expected @param tag for 'groupId'. | 189 |
![]() | Line has trailing spaces. | 190 |
![]() | Line has trailing spaces. | 194 |
![]() | Expected an @return tag. | 200 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Line contains a tab character. | 200 |
![]() | '=' is not preceded with whitespace. | 200 |
![]() | '=' is not followed by whitespace. | 200 |
![]() | Expected @param tag for 'roleIds'. | 200 |
![]() | Line has trailing spaces. | 201 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Line contains a tab character. | 204 |
![]() | Line contains a tab character. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Expected an @return tag. | 207 |
![]() | Line is longer than 80 characters. | 207 |
![]() | Line contains a tab character. | 207 |
![]() | '=' is not preceded with whitespace. | 207 |
![]() | '=' is not followed by whitespace. | 207 |
![]() | Expected @param tag for 'fieldValues'. | 207 |
![]() | Line contains a tab character. | 209 |
![]() | Line has trailing spaces. | 210 |
![]() | Line contains a tab character. | 210 |
![]() | Line has trailing spaces. | 211 |
![]() | Line contains a tab character. | 211 |
![]() | Line has trailing spaces. | 212 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Expected an @return tag. | 214 |
![]() | Line contains a tab character. | 214 |
![]() | Expected @param tag for 'memberType'. | 214 |
![]() | Expected @param tag for 'memberId'. | 214 |
![]() | Line has trailing spaces. | 215 |
![]() | Line contains a tab character. | 215 |
![]() | Line is longer than 80 characters. | 216 |
![]() | Line contains a tab character. | 216 |
![]() | Missing a Javadoc comment. | 216 |
![]() | '=' is not preceded with whitespace. | 216 |
![]() | '=' is not followed by whitespace. | 216 |
![]() | Line is longer than 80 characters. | 218 |
![]() | Line contains a tab character. | 218 |
![]() | Missing a Javadoc comment. | 218 |
![]() | '=' is not preceded with whitespace. | 218 |
![]() | '=' is not followed by whitespace. | 218 |
![]() | Line has trailing spaces. | 219 |
![]() | Line contains a tab character. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Line is longer than 80 characters. | 221 |
![]() | Line contains a tab character. | 221 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Expected an @return tag. | 225 |
![]() | Line is longer than 80 characters. | 225 |
![]() | Line contains a tab character. | 225 |
![]() | '=' is not preceded with whitespace. | 225 |
![]() | '=' is not followed by whitespace. | 225 |
![]() | Expected @param tag for 'delegationId'. | 225 |
![]() | Line has trailing spaces. | 226 |
![]() | Line contains a tab character. | 226 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Line contains a tab character. | 227 |
![]() | Missing a Javadoc comment. | 227 |
![]() | '=' is not preceded with whitespace. | 227 |
![]() | '=' is not followed by whitespace. | 227 |
![]() | '=' is not preceded with whitespace. | 227 |
![]() | '=' is not followed by whitespace. | 227 |
![]() | Line has trailing spaces. | 228 |
![]() | Line contains a tab character. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Line contains a tab character. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | '=' is not preceded with whitespace. | 229 |
![]() | '=' is not followed by whitespace. | 229 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line contains a tab character. | 231 |
![]() | Missing a Javadoc comment. | 231 |
![]() | '=' is not preceded with whitespace. | 231 |
![]() | '=' is not followed by whitespace. | 231 |
![]() | Line has trailing spaces. | 232 |
![]() | Line contains a tab character. | 232 |
![]() | Line is longer than 80 characters. | 233 |
![]() | Line contains a tab character. | 233 |
![]() | Missing a Javadoc comment. | 233 |
![]() | '(' is followed by whitespace. | 233 |
![]() | '=' is not preceded with whitespace. | 233 |
![]() | '=' is not followed by whitespace. | 233 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line contains a tab character. | 235 |
![]() | Missing a Javadoc comment. | 235 |
![]() | '(' is followed by whitespace. | 235 |
![]() | '=' is not preceded with whitespace. | 235 |
![]() | '=' is not followed by whitespace. | 235 |
![]() | '=' is not preceded with whitespace. | 235 |
![]() | '=' is not followed by whitespace. | 235 |
![]() | Line is longer than 80 characters. | 237 |
![]() | Line contains a tab character. | 237 |
![]() | Missing a Javadoc comment. | 237 |
![]() | '(' is followed by whitespace. | 237 |
![]() | '=' is not preceded with whitespace. | 237 |
![]() | '=' is not followed by whitespace. | 237 |
![]() | Line has trailing spaces. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line contains a tab character. | 239 |
![]() | Missing a Javadoc comment. | 239 |
![]() | '(' is followed by whitespace. | 239 |
![]() | '=' is not preceded with whitespace. | 239 |
![]() | '=' is not followed by whitespace. | 239 |
![]() | ')' is preceded with whitespace. | 239 |
![]() | Line has trailing spaces. | 240 |
![]() | Line contains a tab character. | 240 |
![]() | Line is longer than 80 characters. | 241 |
![]() | Line contains a tab character. | 241 |
![]() | Missing a Javadoc comment. | 241 |
![]() | '=' is not preceded with whitespace. | 241 |
![]() | '=' is not followed by whitespace. | 241 |
![]() | Line contains a tab character. | 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. | 246 |
![]() | Line has trailing spaces. | 247 |
![]() | Line contains a tab character. | 247 |
![]() | 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 has trailing spaces. | 252 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line is longer than 80 characters. | 254 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line has trailing spaces. | 257 |
![]() | Line contains a tab character. | 257 |
![]() | 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 contains a tab character. | 261 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 32 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line has trailing spaces. | 40 |
![]() | 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 has trailing spaces. | 45 |
![]() | Line is longer than 80 characters. | 45 |
![]() | '=' is not preceded with whitespace. | 45 |
![]() | '=' is not followed by whitespace. | 45 |
![]() | Expected @param tag for 'principalId'. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | '=' is not preceded with whitespace. | 46 |
![]() | '=' is not followed by whitespace. | 46 |
![]() | Expected @param tag for 'namespaceCode'. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | '=' is not preceded with whitespace. | 47 |
![]() | '=' is not followed by whitespace. | 47 |
![]() | Expected @param tag for 'roleName'. | 47 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | '=' is not preceded with whitespace. | 48 |
![]() | '=' is not followed by whitespace. | 48 |
![]() | Expected @param tag for 'qualifications'. | 48 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 48 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line has trailing spaces. | 54 |
![]() | '=' is not preceded with whitespace. | 54 |
![]() | '=' is not followed by whitespace. | 54 |
![]() | Expected @param tag for 'groupId'. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | '=' is not preceded with whitespace. | 55 |
![]() | '=' is not followed by whitespace. | 55 |
![]() | Expected @param tag for 'namespaceCode'. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | '=' is not preceded with whitespace. | 56 |
![]() | '=' is not followed by whitespace. | 56 |
![]() | Expected @param tag for 'roleName'. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | '=' is not preceded with whitespace. | 57 |
![]() | '=' is not followed by whitespace. | 57 |
![]() | Expected @param tag for 'qualifications'. | 57 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 57 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | Expected @param tag for 'roleId'. | 63 |
![]() | Line has trailing spaces. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | '=' is not preceded with whitespace. | 64 |
![]() | '=' is not followed by whitespace. | 64 |
![]() | Expected @param tag for 'namespaceCode'. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | '=' is not preceded with whitespace. | 65 |
![]() | '=' is not followed by whitespace. | 65 |
![]() | Expected @param tag for 'roleName'. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | '=' is not preceded with whitespace. | 66 |
![]() | '=' is not followed by whitespace. | 66 |
![]() | Expected @param tag for 'qualifications'. | 66 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 66 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 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 |
![]() | Expected an @return tag. | 72 |
![]() | Line is longer than 80 characters. | 72 |
![]() | '=' is not preceded with whitespace. | 72 |
![]() | '=' is not followed by whitespace. | 72 |
![]() | Expected @param tag for 'roleMemberId'. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | '=' is not preceded with whitespace. | 73 |
![]() | '=' is not followed by whitespace. | 73 |
![]() | Expected @param tag for 'memberId'. | 73 |
![]() | Line has trailing spaces. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | '=' is not preceded with whitespace. | 74 |
![]() | '=' is not followed by whitespace. | 74 |
![]() | Expected @param tag for 'memberTypeCode'. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | '=' is not preceded with whitespace. | 75 |
![]() | '=' is not followed by whitespace. | 75 |
![]() | Expected @param tag for 'roleId'. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | '=' is not preceded with whitespace. | 76 |
![]() | '=' is not followed by whitespace. | 76 |
![]() | Expected @param tag for 'qualifications'. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line contains a tab character. | 77 |
![]() | '=' is not preceded with whitespace. | 77 |
![]() | '=' is not followed by whitespace. | 77 |
![]() | Expected @param tag for 'activeFromDate'. | 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 |
![]() | Expected @param tag for 'activeToDate'. | 78 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 78 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 78 |
![]() | Line is longer than 80 characters. | 88 |
![]() | More than 7 parameters. | 88 |
![]() | '=' is not preceded with whitespace. | 88 |
![]() | '=' is not followed by whitespace. | 88 |
![]() | Expected @param tag for 'roleResponsibilityActionId'. | 88 |
![]() | Line has trailing spaces. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | '=' is not preceded with whitespace. | 89 |
![]() | '=' is not followed by whitespace. | 89 |
![]() | Expected @param tag for 'roleId'. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | '=' is not preceded with whitespace. | 90 |
![]() | '=' is not followed by whitespace. | 90 |
![]() | Expected @param tag for 'roleResponsibilityId'. | 90 |
![]() | Line has trailing spaces. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | '=' is not preceded with whitespace. | 91 |
![]() | '=' is not followed by whitespace. | 91 |
![]() | Expected @param tag for 'roleMemberId'. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | '=' is not preceded with whitespace. | 92 |
![]() | '=' is not followed by whitespace. | 92 |
![]() | Expected @param tag for 'actionTypeCode'. | 92 |
![]() | Line has trailing spaces. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | '=' is not preceded with whitespace. | 93 |
![]() | '=' is not followed by whitespace. | 93 |
![]() | Expected @param tag for 'actionPolicyCode'. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | '=' is not preceded with whitespace. | 94 |
![]() | '=' is not followed by whitespace. | 94 |
![]() | Expected @param tag for 'priorityNumber'. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | '=' is not preceded with whitespace. | 95 |
![]() | '=' is not followed by whitespace. | 95 |
![]() | Expected @param tag for 'forceAction'. | 95 |
![]() | Line has trailing spaces. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line has trailing spaces. | 98 |
![]() | Line is longer than 80 characters. | 98 |
![]() | 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 is longer than 80 characters. | 101 |
![]() | Redundant 'public' modifier. | 101 |
![]() | More than 7 parameters. | 101 |
![]() | '=' is not preceded with whitespace. | 101 |
![]() | '=' is not followed by whitespace. | 101 |
![]() | Expected @param tag for 'delegationMemberId'. | 101 |
![]() | Line has trailing spaces. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | '=' is not preceded with whitespace. | 102 |
![]() | '=' is not followed by whitespace. | 102 |
![]() | Expected @param tag for 'roleMemberId'. | 102 |
![]() | Line has trailing spaces. | 103 |
![]() | Line contains a tab character. | 103 |
![]() | '=' is not preceded with whitespace. | 103 |
![]() | '=' is not followed by whitespace. | 103 |
![]() | Expected @param tag for 'memberId'. | 103 |
![]() | Line has trailing spaces. | 104 |
![]() | Line contains a tab character. | 104 |
![]() | '=' is not preceded with whitespace. | 104 |
![]() | '=' is not followed by whitespace. | 104 |
![]() | Expected @param tag for 'memberTypeCode'. | 104 |
![]() | Line has trailing spaces. | 105 |
![]() | Line contains a tab character. | 105 |
![]() | '=' is not preceded with whitespace. | 105 |
![]() | '=' is not followed by whitespace. | 105 |
![]() | Expected @param tag for 'delegationTypeCode'. | 105 |
![]() | Line has trailing spaces. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | '=' is not preceded with whitespace. | 106 |
![]() | '=' is not followed by whitespace. | 106 |
![]() | Expected @param tag for 'roleId'. | 106 |
![]() | Line has trailing spaces. | 107 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Line contains a tab character. | 107 |
![]() | '=' is not preceded with whitespace. | 107 |
![]() | '=' is not followed by whitespace. | 107 |
![]() | Expected @param tag for 'qualifications'. | 107 |
![]() | Line has trailing spaces. | 108 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | '=' is not preceded with whitespace. | 108 |
![]() | '=' is not followed by whitespace. | 108 |
![]() | Expected @param tag for 'activeFromDate'. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | '=' is not preceded with whitespace. | 109 |
![]() | '=' is not followed by whitespace. | 109 |
![]() | Expected @param tag for 'activeToDate'. | 109 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 109 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 109 |
![]() | Line has trailing spaces. | 115 |
![]() | Line is longer than 80 characters. | 115 |
![]() | '=' is not preceded with whitespace. | 115 |
![]() | '=' is not followed by whitespace. | 115 |
![]() | Expected @param tag for 'principalId'. | 115 |
![]() | Line has trailing spaces. | 116 |
![]() | Line contains a tab character. | 116 |
![]() | '=' is not preceded with whitespace. | 116 |
![]() | '=' is not followed by whitespace. | 116 |
![]() | Expected @param tag for 'namespaceCode'. | 116 |
![]() | Line has trailing spaces. | 117 |
![]() | Line contains a tab character. | 117 |
![]() | '=' is not preceded with whitespace. | 117 |
![]() | '=' is not followed by whitespace. | 117 |
![]() | Expected @param tag for 'roleName'. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line contains a tab character. | 118 |
![]() | '=' is not preceded with whitespace. | 118 |
![]() | '=' is not followed by whitespace. | 118 |
![]() | Expected @param tag for 'qualifications'. | 118 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 118 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 118 |
![]() | Line has trailing spaces. | 119 |
![]() | Line has trailing spaces. | 124 |
![]() | '=' is not preceded with whitespace. | 124 |
![]() | '=' is not followed by whitespace. | 124 |
![]() | Expected @param tag for 'groupId'. | 124 |
![]() | Line has trailing spaces. | 125 |
![]() | Line contains a tab character. | 125 |
![]() | '=' is not preceded with whitespace. | 125 |
![]() | '=' is not followed by whitespace. | 125 |
![]() | Expected @param tag for 'namespaceCode'. | 125 |
![]() | Line has trailing spaces. | 126 |
![]() | Line contains a tab character. | 126 |
![]() | '=' is not preceded with whitespace. | 126 |
![]() | '=' is not followed by whitespace. | 126 |
![]() | Expected @param tag for 'roleName'. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Line contains a tab character. | 127 |
![]() | '=' is not preceded with whitespace. | 127 |
![]() | '=' is not followed by whitespace. | 127 |
![]() | Expected @param tag for 'qualifications'. | 127 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 127 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 127 |
![]() | Line has trailing spaces. | 133 |
![]() | '=' is not preceded with whitespace. | 133 |
![]() | '=' is not followed by whitespace. | 133 |
![]() | Expected @param tag for 'roleId'. | 133 |
![]() | Line has trailing spaces. | 134 |
![]() | Line contains a tab character. | 134 |
![]() | '=' is not preceded with whitespace. | 134 |
![]() | '=' is not followed by whitespace. | 134 |
![]() | Expected @param tag for 'namespaceCode'. | 134 |
![]() | Line has trailing spaces. | 135 |
![]() | Line contains a tab character. | 135 |
![]() | '=' is not preceded with whitespace. | 135 |
![]() | '=' is not followed by whitespace. | 135 |
![]() | Expected @param tag for 'roleName'. | 135 |
![]() | Line is longer than 80 characters. | 136 |
![]() | Line contains a tab character. | 136 |
![]() | '=' is not preceded with whitespace. | 136 |
![]() | '=' is not followed by whitespace. | 136 |
![]() | Expected @param tag for 'qualifications'. | 136 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 136 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 136 |
![]() | First sentence should end with a period. | 138 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Expected @param tag for 'roleId'. | 141 |
![]() | Expected @param tag for 'roleName'. | 141 |
![]() | Expected @param tag for 'roleDescription'. | 141 |
![]() | Expected @param tag for 'active'. | 141 |
![]() | Expected @param tag for 'kimTypeId'. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Expected @param tag for 'namespaceCode'. | 142 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 142 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 142 |
![]() | First sentence should end with a period. | 144 |
![]() | Expected an @return tag. | 147 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 147 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 147 |
![]() | First sentence should end with a period. | 149 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Expected @param tag for 'permissionId'. | 152 |
![]() | Expected @param tag for 'roleId'. | 152 |
![]() | Expected @throws tag for 'UnsupportedOperationException'. | 152 |
![]() | Redundant throws: 'UnsupportedOperationException' is unchecked exception. | 152 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 18 |
![]() | Line contains a tab character. | 18 |
![]() | '=' is not preceded with whitespace. | 18 |
![]() | '=' is not followed by whitespace. | 18 |
![]() | ',' is not followed by whitespace. | 18 |
![]() | '=' is not preceded with whitespace. | 18 |
![]() | '=' is not followed by whitespace. | 18 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line contains a tab character. | 19 |
![]() | '=' is not preceded with whitespace. | 19 |
![]() | '=' is not followed by whitespace. | 19 |
![]() | ',' is not followed by whitespace. | 19 |
![]() | '=' is not preceded with whitespace. | 19 |
![]() | '=' is not followed by whitespace. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line contains a tab character. | 20 |
![]() | '=' is not preceded with whitespace. | 20 |
![]() | '=' is not followed by whitespace. | 20 |
![]() | ',' is not followed by whitespace. | 20 |
![]() | '=' is not preceded with whitespace. | 20 |
![]() | '=' is not followed by whitespace. | 20 |
![]() | Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | First sentence should end with a period. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Utility classes should not have a public or default constructor. | 27 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 31 |
![]() | Utility classes should not have a public or default constructor. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Utility classes should not have a public or default constructor. | 37 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line contains a tab character. | 38 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Line contains a tab character. | 39 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 40 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Utility classes should not have a public or default constructor. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Utility classes should not have a public or default constructor. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Utility classes should not have a public or default constructor. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Utility classes should not have a public or default constructor. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line is longer than 80 characters. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Utility classes should not have a public or default constructor. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Line contains a tab character. | 73 |
![]() | Utility classes should not have a public or default constructor. | 73 |
![]() | Line is longer than 80 characters. | 74 |
![]() | Line contains a tab character. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Utility classes should not have a public or default constructor. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Line contains a tab character. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Line is longer than 80 characters. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Utility classes should not have a public or default constructor. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Utility classes should not have a public or default constructor. | 91 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Line contains a tab character. | 93 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 22 |
![]() | Utility classes should not have a public or default constructor. | 27 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Line is longer than 80 characters. | 39 |
![]() | 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. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | Line contains a tab character. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Utility classes should not have a public or default constructor. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Line contains a tab character. | 54 |
![]() | Utility classes should not have a public or default constructor. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Utility classes should not have a public or default constructor. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Line contains a tab character. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line contains a tab character. | 64 |
![]() | Utility classes should not have a public or default constructor. | 64 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line is longer than 80 characters. | 67 |
![]() | Line contains a tab character. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line is longer than 80 characters. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Line contains a tab character. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Line contains a tab character. | 73 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Line contains a tab character. | 74 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Line contains a tab character. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line is longer than 80 characters. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | '=' is not followed by whitespace. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | '=' is not followed by whitespace. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | '=' is not followed by whitespace. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | '=' is not followed by whitespace. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line contains a tab character. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Line is longer than 80 characters. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line is longer than 80 characters. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Line contains a tab character. | 87 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Line is longer than 80 characters. | 88 |
![]() | Line contains a tab character. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Line is longer than 80 characters. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Missing a Javadoc comment. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Line is longer than 80 characters. | 95 |
![]() | Line contains a tab character. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Line contains a tab character. | 97 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Line is longer than 80 characters. | 98 |
![]() | Line contains a tab character. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line contains a tab character. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | '=' is not followed by whitespace. | 101 |
![]() | Line is longer than 80 characters. | 102 |
![]() | Line contains a tab character. | 102 |
![]() | Missing a Javadoc comment. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | '=' is not followed by whitespace. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Utility classes should not have a public or default constructor. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Line is longer than 80 characters. | 108 |
![]() | Line contains a tab character. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Utility classes should not have a public or default constructor. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Missing a Javadoc comment. | 115 |
![]() | Line contains a tab character. | 116 |
![]() | Missing a Javadoc comment. | 116 |
![]() | Line contains a tab character. | 117 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Line is longer than 80 characters. | 121 |
![]() | Line contains a tab character. | 121 |
![]() | Missing a Javadoc comment. | 121 |
![]() | '+' is not preceded with whitespace. | 121 |
![]() | '+' is not followed by whitespace. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Line contains a tab character. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Line contains a tab character. | 126 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Line is longer than 80 characters. | 132 |
![]() | Line contains a tab character. | 132 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line contains a tab character. | 133 |
![]() | Line is longer than 80 characters. | 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 is longer than 80 characters. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Line is longer than 80 characters. | 140 |
![]() | Line contains a tab character. | 140 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Line is longer than 80 characters. | 141 |
![]() | Line contains a tab character. | 141 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Line is longer than 80 characters. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Line is longer than 80 characters. | 143 |
![]() | Line contains a tab character. | 143 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Line is longer than 80 characters. | 145 |
![]() | Line contains a tab character. | 145 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Line contains a tab character. | 146 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Line is longer than 80 characters. | 147 |
![]() | Line contains a tab character. | 147 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Line contains a tab character. | 148 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line contains a tab character. | 149 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Line contains a tab character. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Line contains a tab character. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Line is longer than 80 characters. | 153 |
![]() | Line contains a tab character. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Line contains a tab character. | 154 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Line contains a tab character. | 156 |
![]() | Line is longer than 80 characters. | 157 |
![]() | 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 is longer than 80 characters. | 162 |
![]() | Line contains a tab character. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Line contains a tab character. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Line is longer than 80 characters. | 164 |
![]() | Line contains a tab character. | 164 |
![]() | 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 is longer than 80 characters. | 167 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 171 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Line contains a tab character. | 176 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Missing a Javadoc comment. | 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 is longer than 80 characters. | 180 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line contains a tab character. | 184 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Line is longer than 80 characters. | 185 |
![]() | Line contains a tab character. | 185 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Line is longer than 80 characters. | 186 |
![]() | Line contains a tab character. | 186 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Line is longer than 80 characters. | 187 |
![]() | Line contains a tab character. | 187 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Line contains a tab character. | 188 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Line contains a tab character. | 190 |
![]() | Utility classes should not have a public or default constructor. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Missing a Javadoc comment. | 191 |
![]() | Line contains a tab character. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Missing a Javadoc comment. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Line contains a tab character. | 195 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Line is longer than 80 characters. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | Missing a Javadoc comment. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Missing a Javadoc comment. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Line contains a tab character. | 199 |
![]() | Missing a Javadoc comment. | 199 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Line contains a tab character. | 200 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | Missing a Javadoc comment. | 201 |
![]() | Line is longer than 80 characters. | 202 |
![]() | Line contains a tab character. | 202 |
![]() | Missing a Javadoc comment. | 202 |
![]() | Line contains a tab character. | 203 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Line contains a tab character. | 204 |
![]() | Missing a Javadoc comment. | 204 |
![]() | Line is longer than 80 characters. | 205 |
![]() | Line contains a tab character. | 205 |
![]() | Missing a Javadoc comment. | 205 |
![]() | Line is longer than 80 characters. | 206 |
![]() | Line contains a tab character. | 206 |
![]() | Missing a Javadoc comment. | 206 |
![]() | Line contains a tab character. | 207 |
![]() | Missing a Javadoc comment. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Missing a Javadoc comment. | 208 |
![]() | '=' is not followed by whitespace. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Missing a Javadoc comment. | 211 |
![]() | Line contains a tab character. | 211 |
![]() | Utility classes should not have a public or default constructor. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Missing a Javadoc comment. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Missing a Javadoc comment. | 214 |
![]() | Line contains a tab character. | 215 |
![]() | Missing a Javadoc comment. | 215 |
![]() | Line contains a tab character. | 216 |
![]() | Missing a Javadoc comment. | 216 |
![]() | Line contains a tab character. | 217 |
![]() | Missing a Javadoc comment. | 217 |
![]() | Line contains a tab character. | 218 |
![]() | Missing a Javadoc comment. | 218 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Line contains a tab character. | 219 |
![]() | Missing a Javadoc comment. | 219 |
![]() | Line contains a tab character. | 220 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Line contains a tab character. | 222 |
![]() | Utility classes should not have a public or default constructor. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line contains a tab character. | 223 |
![]() | Missing a Javadoc comment. | 223 |
![]() | Line is longer than 80 characters. | 224 |
![]() | Line contains a tab character. | 224 |
![]() | Missing a Javadoc comment. | 224 |
![]() | Line contains a tab character. | 225 |
![]() | Missing a Javadoc comment. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Line is longer than 80 characters. | 227 |
![]() | Line contains a tab character. | 227 |
![]() | Missing a Javadoc comment. | 227 |
![]() | Line is longer than 80 characters. | 228 |
![]() | Line contains a tab character. | 228 |
![]() | Missing a Javadoc comment. | 228 |
![]() | Line is longer than 80 characters. | 229 |
![]() | Line contains a tab character. | 229 |
![]() | Missing a Javadoc comment. | 229 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line contains a tab character. | 230 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Line is longer than 80 characters. | 231 |
![]() | Line contains a tab character. | 231 |
![]() | Missing a Javadoc comment. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Missing a Javadoc comment. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Missing a Javadoc comment. | 233 |
![]() | Line contains a tab character. | 234 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Line is longer than 80 characters. | 235 |
![]() | Line contains a tab character. | 235 |
![]() | Missing a Javadoc comment. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line is longer than 80 characters. | 241 |
![]() | 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 contains a tab character. | 246 |
![]() | Utility classes should not have a public or default constructor. | 246 |
![]() | First sentence should end with a period. | 248 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 251 |
![]() | First sentence should end with a period. | 253 |
![]() | 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 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 44 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line has trailing spaces. | 46 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Variable 'groupId' must be private and have accessor methods. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Variable 'groupMemberId' must be private and have accessor methods. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line has trailing spaces. | 53 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Variable 'memberId' must be private and have accessor methods. | 54 |
![]() | Line has trailing spaces. | 55 |
![]() | Line contains a tab character. | 55 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Variable 'memberTypeCode' must be private and have accessor methods. | 57 |
![]() | Line has trailing spaces. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Variable 'versionNumber' must be private and have accessor methods. | 60 |
![]() | Line has trailing spaces. | 61 |
![]() | Line contains a tab character. | 61 |
![]() | Line has trailing spaces. | 62 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line contains a tab character. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line contains a tab character. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Variable 'activeFromDate' must be private and have accessor methods. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Line contains a tab character. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Variable 'activeToDate' must be private and have accessor methods. | 68 |
![]() | Line is longer than 80 characters. | 70 |
![]() | Line contains a tab character. | 70 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Parameter groupId should be final. | 70 |
![]() | 'groupId' hides a field. | 70 |
![]() | Parameter groupMemberId should be final. | 70 |
![]() | 'groupMemberId' hides a field. | 70 |
![]() | Parameter memberId should be final. | 70 |
![]() | 'memberId' hides a field. | 70 |
![]() | Parameter memberTypeCode should be final. | 70 |
![]() | 'memberTypeCode' hides a field. | 70 |
![]() | Parameter activeFromDate should be final. | 70 |
![]() | 'activeFromDate' hides a field. | 70 |
![]() | Parameter activeToDate should be final. | 70 |
![]() | 'activeToDate' hides a field. | 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 contains a tab character. | 77 |
![]() | Line contains a tab character. | 78 |
![]() | Line has trailing spaces. | 79 |
![]() | Line contains a tab character. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Missing a Javadoc comment. | 81 |
![]() | '{' is not followed by whitespace. | 81 |
![]() | '}' is not preceded with whitespace. | 81 |
![]() | Line has trailing spaces. | 82 |
![]() | Line contains a tab character. | 82 |
![]() | Line contains a tab character. | 83 |
![]() | Method 'getMemberId' 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. | 88 |
![]() | Method 'setMemberId' is not designed for extension - needs to be abstract, final or empty. | 88 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter memberId should be final. | 88 |
![]() | 'memberId' hides a field. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 93 |
![]() | Method 'getMemberTypeCode' 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. | 98 |
![]() | Method 'setMemberTypeCode' is not designed for extension - needs to be abstract, final or empty. | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Parameter memberTypeCode should be final. | 98 |
![]() | 'memberTypeCode' hides a field. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Line contains a tab character. | 100 |
![]() | Line contains a tab character. | 103 |
![]() | Method 'getGroupId' 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. | 108 |
![]() | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Parameter groupId should be final. | 108 |
![]() | 'groupId' hides a field. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 113 |
![]() | Method 'getGroupMemberId' is not designed for extension - needs to be abstract, final or empty. | 113 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 118 |
![]() | Method 'setGroupMemberId' is not designed for extension - needs to be abstract, final or empty. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Parameter groupMemberId should be final. | 118 |
![]() | 'groupMemberId' hides a field. | 118 |
![]() | Line contains a tab character. | 119 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 123 |
![]() | Method 'getVersionNumber' 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. | 128 |
![]() | Method 'setVersionNumber' is not designed for extension - needs to be abstract, final or empty. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Parameter versionNumber should be final. | 128 |
![]() | 'versionNumber' hides a field. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line has trailing spaces. | 133 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 134 |
![]() | Method 'getActiveFromDate' 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 contains a tab character. | 139 |
![]() | Method 'setActiveFromDate' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter activeFromDate should be final. | 139 |
![]() | 'activeFromDate' hides a field. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line has trailing spaces. | 144 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Method 'getActiveToDate' 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 |
![]() | Line contains a tab character. | 149 |
![]() | Method 'setActiveToDate' is not designed for extension - needs to be abstract, final or empty. | 149 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Parameter activeToDate should be final. | 149 |
![]() | 'activeToDate' hides a field. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 153 |
![]() | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 153 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Line has trailing spaces. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Line is longer than 80 characters. | 155 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 36 |
![]() | Line is longer than 80 characters. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line is longer than 80 characters. | 42 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line is longer than 80 characters. | 45 |
![]() | ',' is not followed by whitespace. | 46 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter groupName should be final. | 50 |
![]() | 'groupName' hides a field. | 50 |
![]() | Parameter groupDescription should be final. | 50 |
![]() | 'groupDescription' hides a field. | 50 |
![]() | Parameter active should be final. | 50 |
![]() | 'active' hides a field. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | 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. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line has trailing spaces. | 63 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Line contains a tab character. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Variable 'groupId' must be private and have accessor methods. | 64 |
![]() | Line has trailing spaces. | 66 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Line contains a tab character. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Variable 'groupName' must be private and have accessor methods. | 67 |
![]() | Line has trailing spaces. | 69 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line contains a tab character. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Variable 'groupDescription' must be private and have accessor methods. | 70 |
![]() | Line has trailing spaces. | 72 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Line contains a tab character. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Variable 'active' must be private and have accessor methods. | 73 |
![]() | Line has trailing spaces. | 75 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Variable 'kimTypeId' must be private and have accessor methods. | 76 |
![]() | Line has trailing spaces. | 78 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | Variable 'namespaceCode' must be private and have accessor methods. | 79 |
![]() | Line has trailing spaces. | 81 |
![]() | Line is longer than 80 characters. | 81 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line is longer than 80 characters. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Line contains a tab character. | 86 |
![]() | Line contains a tab character. | 87 |
![]() | Variable 'attributes' must be private and have accessor methods. | 87 |
![]() | Line has trailing spaces. | 89 |
![]() | Line contains a tab character. | 89 |
![]() | Line has trailing spaces. | 90 |
![]() | Line contains a tab character. | 90 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line contains a tab character. | 91 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Line has trailing spaces. | 92 |
![]() | Line is longer than 80 characters. | 92 |
![]() | Line contains a tab character. | 92 |
![]() | Line is longer than 80 characters. | 93 |
![]() | Line contains a tab character. | 93 |
![]() | Variable 'members' must be private and have accessor methods. | 93 |
![]() | Line has trailing spaces. | 94 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Method 'getGroupDescription' 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 'getGroupId' 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 'getGroupName' 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 'getKimTypeId' 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 'getNamespaceCode' 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 |
![]() | 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 |
![]() | Method 'getMembers' 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 has trailing spaces. | 126 |
![]() | Line contains a tab character. | 126 |
![]() | Line contains a tab character. | 127 |
![]() | Method 'setGroupDescription' is not designed for extension - needs to be abstract, final or empty. | 127 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Parameter groupDescription should be final. | 127 |
![]() | 'groupDescription' hides a field. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 131 |
![]() | Method 'setGroupId' is not designed for extension - needs to be abstract, final or empty. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter groupId should be final. | 131 |
![]() | 'groupId' hides a field. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 135 |
![]() | Method 'setGroupName' is not designed for extension - needs to be abstract, final or empty. | 135 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Parameter groupName should be final. | 135 |
![]() | 'groupName' hides a field. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 137 |
![]() | Line contains a tab character. | 139 |
![]() | Method 'setKimTypeId' is not designed for extension - needs to be abstract, final or empty. | 139 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter kimTypeId should be final. | 139 |
![]() | 'kimTypeId' hides a field. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 143 |
![]() | Method 'setNamespaceCode' is not designed for extension - needs to be abstract, final or empty. | 143 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Parameter namespaceCode should be final. | 143 |
![]() | 'namespaceCode' hides a field. | 143 |
![]() | Line contains a tab character. | 144 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Line contains a tab character. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line has trailing spaces. | 154 |
![]() | Line contains a tab character. | 154 |
![]() | Line contains a tab character. | 155 |
![]() | Method 'setMembers' is not designed for extension - needs to be abstract, final or empty. | 155 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Parameter members should be final. | 155 |
![]() | 'members' hides a field. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Line contains a tab character. | 159 |
![]() | Method 'isActive' is not designed for extension - needs to be abstract, final or empty. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 163 |
![]() | Method 'setActive' is not designed for extension - needs to be abstract, final or empty. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Parameter active should be final. | 163 |
![]() | 'active' hides a field. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Missing a Javadoc comment. | 167 |
![]() | '{' is not preceded with whitespace. | 167 |
![]() | Line has trailing spaces. | 168 |
![]() | Line contains a tab character. | 168 |
![]() | Line has trailing spaces. | 170 |
![]() | Missing a Javadoc comment. | 171 |
![]() | '{' is not preceded with whitespace. | 171 |
![]() | Line has trailing spaces. | 172 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 174 |
![]() | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 177 |
![]() | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 177 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Parameter attributes should be final. | 177 |
![]() | 'attributes' hides a field. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 21 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line has trailing spaces. | 22 |
![]() | Utility classes should not have a public or default constructor. | 26 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 23 |
![]() | '{' is not preceded with whitespace. | 23 |
![]() | Line has trailing spaces. | 24 |
![]() | Line has trailing spaces. | 27 |
![]() | Redundant 'public' modifier. | 29 |
![]() | Line has trailing spaces. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Redundant 'public' modifier. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 19 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
![]() | Line has trailing spaces. | 22 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | '(' is followed by whitespace. | 29 |
![]() | ')' is preceded with whitespace. | 29 |
![]() | Line has trailing spaces. | 30 |
![]() | Line contains a tab character. | 30 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line has trailing spaces. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Redundant import from the same package - org.kuali.rice.kns.bo.BusinessObject. | 18 |
![]() | Missing a Javadoc comment. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Expected an @return tag. | 29 |
![]() | Redundant 'public' modifier. | 29 |
![]() | Redundant 'public' modifier. | 34 |
![]() | Expected @param tag for 'active'. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 22 |
![]() | First sentence should end with a period. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line has trailing spaces. | 29 |
![]() | 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. | 33 |
![]() | Redundant 'public' modifier. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Line contains a tab character. | 34 |
![]() | First sentence should end with a period. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Line contains a tab character. | 36 |
![]() | Line has trailing spaces. | 37 |
![]() | Line contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Redundant 'public' modifier. | 40 |
![]() | First sentence should end with a period. | 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 |
![]() | Unused @param tag for 'from'. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Redundant 'public' modifier. | 48 |
![]() | Expected @param tag for 'to'. | 48 |
![]() | Line has trailing spaces. | 49 |
![]() | Line contains a tab character. | 49 |
![]() | First sentence should end with a period. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Redundant 'public' modifier. | 55 |
![]() | First sentence should end with a period. | 57 |
![]() | Line contains a tab character. | 57 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line contains a tab character. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 62 |
![]() | Redundant 'public' modifier. | 62 |
![]() | First sentence should end with a period. | 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 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. | 70 |
![]() | Line contains a tab character. | 71 |
![]() | Redundant 'public' modifier. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | First sentence should end with a period. | 18 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Redundant 'public' modifier. | 26 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Redundant 'public' modifier. | 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 |
![]() | Redundant 'public' modifier. | 36 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 44 |
![]() | Line contains a tab character. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Redundant 'public' modifier. | 46 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Unused @param tag for 'name'. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Redundant 'public' modifier. | 51 |
![]() | Expected @param tag for 'a'. | 51 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Unused import - javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter. | 20 |
![]() | Unused import - org.kuali.rice.core.jaxb.SqlDateAdapter. | 22 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Line contains a tab character. | 25 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line contains a tab character. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Variable 'activeFromDate' must be private and have accessor methods. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Variable 'activeToDate' must be private and have accessor methods. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Variable 'activeAsOfDate' must be private and have accessor methods. | 29 |
![]() | Line contains a tab character. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Expected an @return tag. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Method 'isActive' 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 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | 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. | 45 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Parameter active should be final. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 49 |
![]() | Method 'setActiveFromDate' is not designed for extension - needs to be abstract, final or empty. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Parameter from should be final. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 53 |
![]() | Method 'setActiveToDate' is not designed for extension - needs to be abstract, final or empty. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter to should be final. | 53 |
![]() | Line contains a tab character. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Method 'setActiveAsOfDate' is not designed for extension - needs to be abstract, final or empty. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Parameter activeAsOfDate should be final. | 57 |
![]() | 'activeAsOfDate' hides a field. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Line contains a tab character. | 59 |
![]() | Line contains a tab character. | 61 |
![]() | Method 'getActiveFromDate' 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 'getActiveToDate' 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 contains a tab character. | 67 |
![]() | Line has trailing spaces. | 68 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Method 'getActiveAsOfDate' 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 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Utility classes should not have a public or default constructor. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | '(' is followed by whitespace. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 39 |
![]() | '(' is followed by whitespace. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Name 'NERVOUS_SYSTEM_ALL' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 47 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Name 'NERVOUS_SYSTEM_DOCUMENT' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 52 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Name 'NERVOUS_SYSTEM_LOOKUP' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Name 'NERVOUS_SYSTEM_BATCH' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line is longer than 80 characters. | 21 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Redundant 'public' modifier. | 30 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Redundant 'public' modifier. | 40 |
![]() | Expected @param tag for 'businessObjectOrDocumentClass'. | 40 |
![]() | Expected @param tag for 'constrainedPropertyName'. | 40 |
![]() | 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. | 46 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line has trailing spaces. | 49 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Redundant 'public' modifier. | 55 |
![]() | Expected @param tag for 'businessObjectOrDocumentClass'. | 55 |
![]() | Expected @param tag for 'constrainedPropertyName'. | 55 |
![]() | Expected @param tag for 'userEditablePropertyName'. | 55 |
![]() | Line is longer than 80 characters. | 58 |
![]() | Line has trailing spaces. | 59 |
![]() | Redundant 'public' modifier. | 62 |
![]() | Line is longer than 80 characters. | 65 |
![]() | Line has trailing spaces. | 66 |
![]() | Redundant 'public' modifier. | 69 |
![]() | Line has trailing spaces. | 73 |
![]() | Redundant 'public' modifier. | 76 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 26 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Type Javadoc comment is missing an @param <T> tag. | 31 |
![]() | Line has trailing spaces. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Variable 'value' must be private and have accessor methods. | 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 |
![]() | First sentence should end with a period. | 42 |
![]() | Line contains a tab character. | 42 |
![]() | Line is longer than 80 characters. | 43 |
![]() | 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 |
![]() | Parameter value should be final. | 48 |
![]() | 'value' hides a field. | 48 |
![]() | Parameter scale should be final. | 48 |
![]() | Expected @param tag for 'scale'. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line contains a tab character. | 50 |
![]() | ',' is not followed by whitespace. | 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 |
![]() | Line contains a tab character. | 56 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Parameter value should be final. | 56 |
![]() | 'value' hides a field. | 56 |
![]() | Parameter scale 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 |
![]() | Parameter value should be final. | 60 |
![]() | 'value' hides a field. | 60 |
![]() | Parameter scale should be final. | 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. | 64 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Parameter value should be final. | 64 |
![]() | 'value' hides a field. | 64 |
![]() | Parameter scale should be final. | 64 |
![]() | Line contains a tab character. | 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 |
![]() | Method 'isLessThan' is not designed for extension - needs to be abstract, final or empty. | 73 |
![]() | Parameter operand should be final. | 73 |
![]() | Expected @param tag for 'operand'. | 73 |
![]() | Line contains a tab character. | 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. | 78 |
![]() | Line contains a tab character. | 79 |
![]() | 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 |
![]() | Method 'isGreaterThan' is not designed for extension - needs to be abstract, final or empty. | 86 |
![]() | Parameter operand should be final. | 86 |
![]() | Expected @param tag for 'operand'. | 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. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Line contains a tab character. | 97 |
![]() | Line contains a tab character. | 98 |
![]() | Line contains a tab character. | 99 |
![]() | Method 'isLessEqual' is not designed for extension - needs to be abstract, final or empty. | 99 |
![]() | Parameter operand should be final. | 99 |
![]() | Expected @param tag for 'operand'. | 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 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line is longer than 80 characters. | 109 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Method 'isGreaterEqual' is not designed for extension - needs to be abstract, final or empty. | 112 |
![]() | Parameter operand should be final. | 112 |
![]() | Expected @param tag for 'operand'. | 112 |
![]() | Line contains a tab character. | 113 |
![]() | Line is longer than 80 characters. | 114 |
![]() | Line contains a tab character. | 114 |
![]() | Line contains a tab character. | 115 |
![]() | Line contains a tab character. | 117 |
![]() | Line contains a tab character. | 118 |
![]() | Line contains a tab character. | 120 |
![]() | Line contains a tab character. | 121 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Parameter s should be final. | 124 |
![]() | Expected @param tag for 's'. | 124 |
![]() | Line contains a tab character. | 125 |
![]() | Line contains a tab character. | 127 |
![]() | Line contains a tab character. | 128 |
![]() | Line contains a tab character. | 129 |
![]() | Line contains a tab character. | 130 |
![]() | Line contains a tab character. | 131 |
![]() | Must have at least one statement. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Line contains a tab character. | 133 |
![]() | Line contains a tab character. | 135 |
![]() | Line contains a tab character. | 136 |
![]() | Line contains a tab character. | 138 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Expected an @return tag. | 142 |
![]() | Line contains a tab character. | 142 |
![]() | Method 'doubleValue' 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 |
![]() | Line contains a tab character. | 145 |
![]() | Line contains a tab character. | 147 |
![]() | Line contains a tab character. | 148 |
![]() | Line contains a tab character. | 149 |
![]() | Expected an @return tag. | 150 |
![]() | Line contains a tab character. | 150 |
![]() | Method 'floatValue' is not designed for extension - needs to be abstract, final or empty. | 150 |
![]() | Line contains a tab character. | 151 |
![]() | Line contains a tab character. | 152 |
![]() | Line contains a tab character. | 153 |
![]() | Line contains a tab character. | 155 |
![]() | Line contains a tab character. | 156 |
![]() | Line contains a tab character. | 157 |
![]() | Expected an @return tag. | 158 |
![]() | Line contains a tab character. | 158 |
![]() | Method 'intValue' is not designed for extension - needs to be abstract, final or empty. | 158 |
![]() | Line contains a tab character. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Line contains a tab character. | 161 |
![]() | Line contains a tab character. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 165 |
![]() | Expected an @return tag. | 166 |
![]() | Line contains a tab character. | 166 |
![]() | Method 'longValue' is not designed for extension - needs to be abstract, final or empty. | 166 |
![]() | Line contains a tab character. | 167 |
![]() | Line contains a tab character. | 168 |
![]() | Line contains a tab character. | 169 |
![]() | Line contains a tab character. | 171 |
![]() | Line contains a tab character. | 172 |
![]() | Line contains a tab character. | 173 |
![]() | Line contains a tab character. | 174 |
![]() | Method 'bigDecimalValue' is not designed for extension - needs to be abstract, final or empty. | 174 |
![]() | Line contains a tab character. | 175 |
![]() | Line contains a tab character. | 176 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Line contains a tab character. | 181 |
![]() | Line contains a tab character. | 182 |
![]() | Line has trailing spaces. | 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 |
![]() | Expected an @return tag. | 189 |
![]() | Line contains a tab character. | 189 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 189 |
![]() | Parameter o should be final. | 189 |
![]() | Expected @param tag for 'o'. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 191 |
![]() | Line has trailing spaces. | 192 |
![]() | 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. | 195 |
![]() | Line has trailing spaces. | 196 |
![]() | Line contains a tab character. | 196 |
![]() | Line contains a tab character. | 197 |
![]() | Line contains a tab character. | 198 |
![]() | Expected an @return tag. | 199 |
![]() | Line contains a tab character. | 199 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | Parameter k should be final. | 199 |
![]() | Expected @param tag for 'k'. | 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. | 205 |
![]() | Line contains a tab character. | 206 |
![]() | Expected an @return tag. | 207 |
![]() | Line contains a tab character. | 207 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 207 |
![]() | Line contains a tab character. | 208 |
![]() | Parameter obj should be final. | 208 |
![]() | Expected @param tag for 'obj'. | 208 |
![]() | Line contains a tab character. | 209 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line is longer than 80 characters. | 214 |
![]() | Line contains a tab character. | 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. | 220 |
![]() | Line contains a tab character. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 225 |
![]() | Line has trailing spaces. | 226 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Expected an @return tag. | 229 |
![]() | Line contains a tab character. | 229 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | 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 |
![]() | Expected an @return tag. | 237 |
![]() | Line contains a tab character. | 237 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 237 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 239 |
![]() | Line contains a tab character. | 240 |
![]() | Line contains a tab character. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 244 |
![]() | Line contains a tab character. | 245 |
![]() | Method 'isNegative' is not designed for extension - needs to be abstract, final or empty. | 245 |
![]() | 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 |
![]() | Method 'isPositive' is not designed for extension - needs to be abstract, final or empty. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Method 'isZero' is not designed for extension - needs to be abstract, final or empty. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Method 'abs' is not designed for extension - needs to be abstract, final or empty. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Line contains a tab character. | 272 |
![]() | Line contains a tab character. | 273 |
![]() | Line contains a tab character. | 275 |
![]() | Line contains a tab character. | 276 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 280 |
![]() | Line contains a tab character. | 281 |
![]() | Method 'isNonZero' is not designed for extension - needs to be abstract, final or empty. | 281 |
![]() | Line contains a tab character. | 282 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 285 |
![]() | Line is longer than 80 characters. | 286 |
![]() | Line contains a tab character. | 286 |
![]() | Line is longer than 80 characters. | 287 |
![]() | Line contains a tab character. | 287 |
![]() | Line contains a tab character. | 288 |
![]() | Line has trailing spaces. | 289 |
![]() | Line contains a tab character. | 289 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 291 |
![]() | Line contains a tab character. | 292 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 292 |
![]() | Line contains a tab character. | 293 |
![]() | Line contains a tab character. | 294 |
![]() | Line contains a tab character. | 295 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 295 |
![]() | Parameter addend should be final. | 295 |
![]() | Expected @param tag for 'addend'. | 295 |
![]() | Line contains a tab character. | 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. | 300 |
![]() | Line contains a tab character. | 301 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 304 |
![]() | Line contains a tab character. | 305 |
![]() | Line is longer than 80 characters. | 306 |
![]() | Line contains a tab character. | 306 |
![]() | Line contains a tab character. | 307 |
![]() | Line has trailing spaces. | 308 |
![]() | Line contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line is longer than 80 characters. | 310 |
![]() | Line contains a tab character. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Line contains a tab character. | 313 |
![]() | Line contains a tab character. | 314 |
![]() | Method 'subtract' is not designed for extension - needs to be abstract, final or empty. | 314 |
![]() | Parameter subtrahend should be final. | 314 |
![]() | Expected @param tag for 'subtrahend'. | 314 |
![]() | Line contains a tab character. | 315 |
![]() | Line is longer than 80 characters. | 316 |
![]() | 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 contains a tab character. | 323 |
![]() | Line contains a tab character. | 324 |
![]() | Line is longer than 80 characters. | 325 |
![]() | Line contains a tab character. | 325 |
![]() | Line contains a tab character. | 326 |
![]() | Line has trailing spaces. | 327 |
![]() | Line contains a tab character. | 327 |
![]() | Line contains a tab character. | 328 |
![]() | Line contains a tab character. | 329 |
![]() | Line contains a tab character. | 330 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 330 |
![]() | Line contains a tab character. | 331 |
![]() | Line contains a tab character. | 332 |
![]() | Line contains a tab character. | 333 |
![]() | Method 'multiply' is not designed for extension - needs to be abstract, final or empty. | 333 |
![]() | Parameter multiplier should be final. | 333 |
![]() | Expected @param tag for 'multiplier'. | 333 |
![]() | Line contains a tab character. | 334 |
![]() | Line contains a tab character. | 335 |
![]() | First sentence should end with a period. | 337 |
![]() | Line is longer than 80 characters. | 338 |
![]() | Line has trailing spaces. | 339 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 343 |
![]() | Method 'multiply' is not designed for extension - needs to be abstract, final or empty. | 346 |
![]() | Parameter multiplier should be final. | 346 |
![]() | Expected @param tag for 'multiplier'. | 346 |
![]() | Parameter applyScale should be final. | 346 |
![]() | Expected @param tag for 'applyScale'. | 346 |
![]() | Line has trailing spaces. | 351 |
![]() | Line is longer than 80 characters. | 352 |
![]() | Avoid inline conditionals. | 352 |
![]() | 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 has trailing spaces. | 358 |
![]() | Line contains a tab character. | 358 |
![]() | Line contains a tab character. | 359 |
![]() | Line contains a tab character. | 360 |
![]() | Line contains a tab character. | 361 |
![]() | Line contains a tab character. | 362 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 362 |
![]() | Line contains a tab character. | 363 |
![]() | Line contains a tab character. | 364 |
![]() | Line contains a tab character. | 365 |
![]() | Method 'mod' is not designed for extension - needs to be abstract, final or empty. | 365 |
![]() | Parameter modulus should be final. | 365 |
![]() | Line contains a tab character. | 366 |
![]() | Line contains a tab character. | 367 |
![]() | First sentence should end with a period. | 369 |
![]() | Line is longer than 80 characters. | 370 |
![]() | Line has trailing spaces. | 371 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 376 |
![]() | Line has trailing spaces. | 379 |
![]() | Method 'mod' is not designed for extension - needs to be abstract, final or empty. | 380 |
![]() | Parameter modulus should be final. | 380 |
![]() | Parameter applyScale should be final. | 380 |
![]() | Expected @param tag for 'applyScale'. | 380 |
![]() | Line is longer than 80 characters. | 386 |
![]() | Avoid inline conditionals. | 386 |
![]() | Line has trailing spaces. | 387 |
![]() | Line is longer than 80 characters. | 388 |
![]() | First sentence should end with a period. | 393 |
![]() | Line contains a tab character. | 393 |
![]() | Line is longer than 80 characters. | 394 |
![]() | Line contains a tab character. | 394 |
![]() | Line contains a tab character. | 395 |
![]() | Line has trailing spaces. | 396 |
![]() | Line contains a tab character. | 396 |
![]() | Line contains a tab character. | 397 |
![]() | Line contains a tab character. | 398 |
![]() | Line contains a tab character. | 399 |
![]() | Unused @throws tag for 'an'. | 399 |
![]() | Line contains a tab character. | 400 |
![]() | Line contains a tab character. | 401 |
![]() | Line contains a tab character. | 402 |
![]() | Method 'divide' is not designed for extension - needs to be abstract, final or empty. | 402 |
![]() | Parameter divisor should be final. | 402 |
![]() | Expected @param tag for 'divisor'. | 402 |
![]() | Line contains a tab character. | 403 |
![]() | Line contains a tab character. | 404 |
![]() | Line contains a tab character. | 406 |
![]() | Line contains a tab character. | 407 |
![]() | Line contains a tab character. | 408 |
![]() | Line contains a tab character. | 409 |
![]() | Line contains a tab character. | 410 |
![]() | Method 'negated' is not designed for extension - needs to be abstract, final or empty. | 410 |
![]() | Line contains a tab character. | 411 |
![]() | Line contains a tab character. | 412 |
![]() | Line contains a tab character. | 414 |
![]() | Method 'divide' is not designed for extension - needs to be abstract, final or empty. | 414 |
![]() | Missing a Javadoc comment. | 414 |
![]() | Parameter divisor should be final. | 414 |
![]() | Parameter applyScale should be final. | 414 |
![]() | Line contains a tab character. | 415 |
![]() | Line is longer than 80 characters. | 416 |
![]() | Line contains a tab character. | 416 |
![]() | Line contains a tab character. | 417 |
![]() | Line is longer than 80 characters. | 418 |
![]() | Line contains a tab character. | 418 |
![]() | Line is longer than 80 characters. | 420 |
![]() | Line contains a tab character. | 420 |
![]() | Avoid inline conditionals. | 420 |
![]() | Line contains a tab character. | 421 |
![]() | Line contains a tab character. | 422 |
![]() | Line contains a tab character. | 424 |
![]() | Missing a Javadoc comment. | 424 |
![]() | 'value' hides a field. | 424 |
![]() | Line contains a tab character. | 426 |
![]() | Missing a Javadoc comment. | 426 |
![]() | 'value' hides a field. | 426 |
![]() | Line has trailing spaces. | 427 |
![]() | Line contains a tab character. | 427 |
![]() | Line contains a tab character. | 428 |
![]() | Missing a Javadoc comment. | 428 |
![]() | 'value' hides a field. | 428 |
![]() | Line contains a tab character. | 430 |
![]() | Missing a Javadoc comment. | 430 |
![]() | 'value' hides a field. | 430 |
![]() | Line contains a tab character. | 432 |
![]() | Missing a Javadoc comment. | 432 |
![]() | 'value' hides a field. | 432 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Line is longer than 80 characters. | 35 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Line has trailing spaces. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Line contains a tab character. | 46 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Line contains a tab character. | 47 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Missing a Javadoc comment. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Line contains a tab character. | 52 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line contains a tab character. | 53 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Line is longer than 80 characters. | 54 |
![]() | Missing a Javadoc comment. | 54 |
![]() | '=' is not followed by whitespace. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Line is longer than 80 characters. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Line is longer than 80 characters. | 61 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Line has trailing spaces. | 63 |
![]() | Line is longer than 80 characters. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Name 'KUALI_ACTION_CAN_EDIT__DOCUMENT_OVERVIEW' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Line has trailing spaces. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Utility classes should not have a public or default constructor. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 68 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Line is longer than 80 characters. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 74 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Missing a Javadoc comment. | 77 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Line is longer than 80 characters. | 80 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 81 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 85 |
![]() | Missing a Javadoc comment. | 86 |
![]() | Missing a Javadoc comment. | 87 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Utility classes should not have a public or default constructor. | 91 |
![]() | Line contains a tab character. | 92 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Missing a Javadoc comment. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Line is longer than 80 characters. | 96 |
![]() | Line contains a tab character. | 96 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Line is longer than 80 characters. | 99 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Line is longer than 80 characters. | 103 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Line is longer than 80 characters. | 105 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Line is longer than 80 characters. | 106 |
![]() | Missing a Javadoc comment. | 106 |
![]() | Line is longer than 80 characters. | 107 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Missing a Javadoc comment. | 110 |
![]() | Line is longer than 80 characters. | 111 |
![]() | Missing a Javadoc comment. | 111 |
![]() | Line is longer than 80 characters. | 113 |
![]() | Line is longer than 80 characters. | 115 |
![]() | Line is longer than 80 characters. | 116 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Line is longer than 80 characters. | 119 |
![]() | Missing a Javadoc comment. | 119 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Line is longer than 80 characters. | 123 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Missing a Javadoc comment. | 124 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Missing a Javadoc comment. | 127 |
![]() | Line is longer than 80 characters. | 128 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Missing a Javadoc comment. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Line is longer than 80 characters. | 131 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Line is longer than 80 characters. | 134 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Missing a Javadoc comment. | 149 |
![]() | Line is longer than 80 characters. | 150 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Line is longer than 80 characters. | 152 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Missing a Javadoc comment. | 154 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Line is longer than 80 characters. | 162 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Line is longer than 80 characters. | 163 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Missing a Javadoc comment. | 166 |
![]() | Missing a Javadoc comment. | 167 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Missing a Javadoc comment. | 169 |
![]() | Missing a Javadoc comment. | 170 |
![]() | Missing a Javadoc comment. | 172 |
![]() | Line is longer than 80 characters. | 173 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Missing a Javadoc comment. | 175 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Missing a Javadoc comment. | 176 |
![]() | Missing a Javadoc comment. | 177 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Line is longer than 80 characters. | 179 |
![]() | Missing a Javadoc comment. | 179 |
![]() | Line is longer than 80 characters. | 180 |
![]() | Missing a Javadoc comment. | 180 |
![]() | Line is longer than 80 characters. | 181 |
![]() | Missing a Javadoc comment. | 181 |
![]() | Line is longer than 80 characters. | 182 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Missing a Javadoc comment. | 183 |
![]() | Missing a Javadoc comment. | 184 |
![]() | Missing a Javadoc comment. | 185 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Missing a Javadoc comment. | 187 |
![]() | Missing a Javadoc comment. | 188 |
![]() | Missing a Javadoc comment. | 189 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Missing a Javadoc comment. | 195 |
![]() | Line has trailing spaces. | 196 |
![]() | Line is longer than 80 characters. | 197 |
![]() | Missing a Javadoc comment. | 197 |
![]() | Missing a Javadoc comment. | 198 |
![]() | Line is longer than 80 characters. | 199 |
![]() | Missing a Javadoc comment. | 199 |
![]() | Line is longer than 80 characters. | 200 |
![]() | Missing a Javadoc comment. | 200 |
![]() | First sentence should end with a period. | 204 |
![]() | First sentence should end with a period. | 208 |
![]() | First sentence should end with a period. | 212 |
![]() | First sentence should end with a period. | 216 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Line has trailing spaces. | 221 |
![]() | First sentence should end with a period. | 222 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Line is longer than 80 characters. | 232 |
![]() | First sentence should end with a period. | 235 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Line is longer than 80 characters. | 245 |
![]() | Line is longer than 80 characters. | 248 |
![]() | Line is longer than 80 characters. | 249 |
![]() | Line is longer than 80 characters. | 252 |
![]() | Missing a Javadoc comment. | 254 |
![]() | Missing a Javadoc comment. | 256 |
![]() | Missing a Javadoc comment. | 257 |
![]() | Missing a Javadoc comment. | 258 |
![]() | Missing a Javadoc comment. | 261 |
![]() | Missing a Javadoc comment. | 262 |
![]() | Missing a Javadoc comment. | 263 |
![]() | Missing a Javadoc comment. | 264 |
![]() | Line is longer than 80 characters. | 265 |
![]() | Missing a Javadoc comment. | 265 |
![]() | Line is longer than 80 characters. | 266 |
![]() | Line is longer than 80 characters. | 267 |
![]() | Missing a Javadoc comment. | 267 |
![]() | Line is longer than 80 characters. | 268 |
![]() | Missing a Javadoc comment. | 268 |
![]() | Line has trailing spaces. | 269 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Missing a Javadoc comment. | 270 |
![]() | Missing a Javadoc comment. | 272 |
![]() | Missing a Javadoc comment. | 273 |
![]() | Missing a Javadoc comment. | 274 |
![]() | Line is longer than 80 characters. | 275 |
![]() | Missing a Javadoc comment. | 275 |
![]() | Line is longer than 80 characters. | 276 |
![]() | Missing a Javadoc comment. | 276 |
![]() | Line is longer than 80 characters. | 277 |
![]() | Missing a Javadoc comment. | 277 |
![]() | Line is longer than 80 characters. | 278 |
![]() | Missing a Javadoc comment. | 278 |
![]() | Line is longer than 80 characters. | 279 |
![]() | Missing a Javadoc comment. | 279 |
![]() | Missing a Javadoc comment. | 280 |
![]() | Line is longer than 80 characters. | 281 |
![]() | Missing a Javadoc comment. | 281 |
![]() | Line is longer than 80 characters. | 282 |
![]() | Missing a Javadoc comment. | 282 |
![]() | Missing a Javadoc comment. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | Missing a Javadoc comment. | 284 |
![]() | Missing a Javadoc comment. | 285 |
![]() | Missing a Javadoc comment. | 286 |
![]() | Missing a Javadoc comment. | 287 |
![]() | Missing a Javadoc comment. | 288 |
![]() | Line is longer than 80 characters. | 290 |
![]() | Missing a Javadoc comment. | 290 |
![]() | Line is longer than 80 characters. | 291 |
![]() | Missing a Javadoc comment. | 291 |
![]() | Line is longer than 80 characters. | 292 |
![]() | Missing a Javadoc comment. | 292 |
![]() | Line is longer than 80 characters. | 293 |
![]() | Missing a Javadoc comment. | 293 |
![]() | Missing a Javadoc comment. | 294 |
![]() | Missing a Javadoc comment. | 295 |
![]() | Line is longer than 80 characters. | 297 |
![]() | Missing a Javadoc comment. | 297 |
![]() | Missing a Javadoc comment. | 298 |
![]() | Missing a Javadoc comment. | 299 |
![]() | Missing a Javadoc comment. | 300 |
![]() | Missing a Javadoc comment. | 301 |
![]() | Missing a Javadoc comment. | 302 |
![]() | Missing a Javadoc comment. | 303 |
![]() | Missing a Javadoc comment. | 304 |
![]() | Missing a Javadoc comment. | 305 |
![]() | Missing a Javadoc comment. | 306 |
![]() | Missing a Javadoc comment. | 307 |
![]() | Line is longer than 80 characters. | 308 |
![]() | Missing a Javadoc comment. | 308 |
![]() | Missing a Javadoc comment. | 309 |
![]() | Line is longer than 80 characters. | 310 |
![]() | Missing a Javadoc comment. | 310 |
![]() | Line is longer than 80 characters. | 311 |
![]() | Missing a Javadoc comment. | 311 |
![]() | Missing a Javadoc comment. | 312 |
![]() | Missing a Javadoc comment. | 313 |
![]() | Missing a Javadoc comment. | 314 |
![]() | Line is longer than 80 characters. | 316 |
![]() | Missing a Javadoc comment. | 317 |
![]() | Missing a Javadoc comment. | 318 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Missing a Javadoc comment. | 320 |
![]() | Line is longer than 80 characters. | 322 |
![]() | Missing a Javadoc comment. | 322 |
![]() | Missing a Javadoc comment. | 323 |
![]() | Missing a Javadoc comment. | 324 |
![]() | Missing a Javadoc comment. | 325 |
![]() | Missing a Javadoc comment. | 326 |
![]() | Missing a Javadoc comment. | 327 |
![]() | Missing a Javadoc comment. | 328 |
![]() | Missing a Javadoc comment. | 329 |
![]() | Missing a Javadoc comment. | 330 |
![]() | Missing a Javadoc comment. | 331 |
![]() | Missing a Javadoc comment. | 332 |
![]() | Missing a Javadoc comment. | 333 |
![]() | Missing a Javadoc comment. | 334 |
![]() | Missing a Javadoc comment. | 335 |
![]() | Missing a Javadoc comment. | 336 |
![]() | Missing a Javadoc comment. | 337 |
![]() | Missing a Javadoc comment. | 338 |
![]() | Missing a Javadoc comment. | 339 |
![]() | Missing a Javadoc comment. | 340 |
![]() | Missing a Javadoc comment. | 341 |
![]() | Missing a Javadoc comment. | 342 |
![]() | Missing a Javadoc comment. | 343 |
![]() | Missing a Javadoc comment. | 344 |
![]() | Missing a Javadoc comment. | 345 |
![]() | Missing a Javadoc comment. | 346 |
![]() | Missing a Javadoc comment. | 347 |
![]() | Missing a Javadoc comment. | 348 |
![]() | Missing a Javadoc comment. | 349 |
![]() | Missing a Javadoc comment. | 351 |
![]() | Missing a Javadoc comment. | 352 |
![]() | Missing a Javadoc comment. | 354 |
![]() | Missing a Javadoc comment. | 355 |
![]() | Line is longer than 80 characters. | 356 |
![]() | Line has trailing spaces. | 357 |
![]() | Line has trailing spaces. | 358 |
![]() | Line is longer than 80 characters. | 360 |
![]() | Missing a Javadoc comment. | 360 |
![]() | Line is longer than 80 characters. | 361 |
![]() | Missing a Javadoc comment. | 361 |
![]() | Line is longer than 80 characters. | 362 |
![]() | Missing a Javadoc comment. | 362 |
![]() | Missing a Javadoc comment. | 364 |
![]() | Missing a Javadoc comment. | 365 |
![]() | Missing a Javadoc comment. | 366 |
![]() | Missing a Javadoc comment. | 367 |
![]() | Missing a Javadoc comment. | 370 |
![]() | Missing a Javadoc comment. | 371 |
![]() | Missing a Javadoc comment. | 372 |
![]() | Line is longer than 80 characters. | 373 |
![]() | Missing a Javadoc comment. | 373 |
![]() | Line is longer than 80 characters. | 374 |
![]() | Missing a Javadoc comment. | 374 |
![]() | Missing a Javadoc comment. | 375 |
![]() | Missing a Javadoc comment. | 376 |
![]() | Missing a Javadoc comment. | 377 |
![]() | Missing a Javadoc comment. | 378 |
![]() | Missing a Javadoc comment. | 379 |
![]() | Missing a Javadoc comment. | 380 |
![]() | Missing a Javadoc comment. | 381 |
![]() | Missing a Javadoc comment. | 382 |
![]() | Missing a Javadoc comment. | 384 |
![]() | Missing a Javadoc comment. | 385 |
![]() | Missing a Javadoc comment. | 387 |
![]() | Missing a Javadoc comment. | 388 |
![]() | Missing a Javadoc comment. | 389 |
![]() | Line is longer than 80 characters. | 391 |
![]() | Missing a Javadoc comment. | 392 |
![]() | Missing a Javadoc comment. | 396 |
![]() | Missing a Javadoc comment. | 397 |
![]() | Missing a Javadoc comment. | 398 |
![]() | Missing a Javadoc comment. | 399 |
![]() | Missing a Javadoc comment. | 400 |
![]() | Missing a Javadoc comment. | 401 |
![]() | Missing a Javadoc comment. | 402 |
![]() | Missing a Javadoc comment. | 403 |
![]() | Missing a Javadoc comment. | 404 |
![]() | Missing a Javadoc comment. | 405 |
![]() | Missing a Javadoc comment. | 406 |
![]() | Missing a Javadoc comment. | 407 |
![]() | Line is longer than 80 characters. | 409 |
![]() | Missing a Javadoc comment. | 409 |
![]() | '=' is not followed by whitespace. | 409 |
![]() | Line is longer than 80 characters. | 410 |
![]() | Missing a Javadoc comment. | 410 |
![]() | '=' is not followed by whitespace. | 410 |
![]() | Missing a Javadoc comment. | 411 |
![]() | Missing a Javadoc comment. | 412 |
![]() | Line is longer than 80 characters. | 413 |
![]() | Missing a Javadoc comment. | 413 |
![]() | Line is longer than 80 characters. | 414 |
![]() | Missing a Javadoc comment. | 414 |
![]() | Line has trailing spaces. | 415 |
![]() | Missing a Javadoc comment. | 418 |
![]() | Missing a Javadoc comment. | 419 |
![]() | Missing a Javadoc comment. | 420 |
![]() | Missing a Javadoc comment. | 421 |
![]() | Missing a Javadoc comment. | 422 |
![]() | Line is longer than 80 characters. | 423 |
![]() | Missing a Javadoc comment. | 423 |
![]() | Missing a Javadoc comment. | 424 |
![]() | Missing a Javadoc comment. | 426 |
![]() | Missing a Javadoc comment. | 427 |
![]() | Line is longer than 80 characters. | 429 |
![]() | Missing a Javadoc comment. | 429 |
![]() | Line is longer than 80 characters. | 430 |
![]() | Missing a Javadoc comment. | 430 |
![]() | Missing a Javadoc comment. | 432 |
![]() | Missing a Javadoc comment. | 433 |
![]() | Line is longer than 80 characters. | 434 |
![]() | Missing a Javadoc comment. | 434 |
![]() | Line is longer than 80 characters. | 435 |
![]() | Missing a Javadoc comment. | 435 |
![]() | Line is longer than 80 characters. | 436 |
![]() | Missing a Javadoc comment. | 436 |
![]() | Line is longer than 80 characters. | 437 |
![]() | Missing a Javadoc comment. | 437 |
![]() | Missing a Javadoc comment. | 438 |
![]() | Line is longer than 80 characters. | 439 |
![]() | Missing a Javadoc comment. | 439 |
![]() | Missing a Javadoc comment. | 440 |
![]() | Missing a Javadoc comment. | 441 |
![]() | Missing a Javadoc comment. | 442 |
![]() | Line is longer than 80 characters. | 443 |
![]() | Line is longer than 80 characters. | 444 |
![]() | Missing a Javadoc comment. | 444 |
![]() | Line is longer than 80 characters. | 446 |
![]() | Missing a Javadoc comment. | 446 |
![]() | Missing a Javadoc comment. | 450 |
![]() | Missing a Javadoc comment. | 451 |
![]() | Missing a Javadoc comment. | 452 |
![]() | Missing a Javadoc comment. | 454 |
![]() | Missing a Javadoc comment. | 456 |
![]() | Line is longer than 80 characters. | 457 |
![]() | Missing a Javadoc comment. | 457 |
![]() | Missing a Javadoc comment. | 457 |
![]() | Missing a Javadoc comment. | 458 |
![]() | Missing a Javadoc comment. | 459 |
![]() | Missing a Javadoc comment. | 461 |
![]() | Parameter noteTypeCode should be final. | 461 |
![]() | 'noteTypeCode' hides a field. | 461 |
![]() | Parameter noteTypePath should be final. | 461 |
![]() | 'noteTypePath' hides a field. | 461 |
![]() | Missing a Javadoc comment. | 466 |
![]() | Missing a Javadoc comment. | 470 |
![]() | Missing a Javadoc comment. | 474 |
![]() | Missing a Javadoc comment. | 479 |
![]() | Missing a Javadoc comment. | 480 |
![]() | Missing a Javadoc comment. | 481 |
![]() | Missing a Javadoc comment. | 482 |
![]() | Missing a Javadoc comment. | 483 |
![]() | Line is longer than 80 characters. | 485 |
![]() | Line is longer than 80 characters. | 486 |
![]() | Missing a Javadoc comment. | 486 |
![]() | Line is longer than 80 characters. | 487 |
![]() | Missing a Javadoc comment. | 487 |
![]() | ',' is not followed by whitespace. | 487 |
![]() | ',' is not followed by whitespace. | 487 |
![]() | ',' is not followed by whitespace. | 487 |
![]() | ',' is not followed by whitespace. | 487 |
![]() | Missing a Javadoc comment. | 488 |
![]() | Missing a Javadoc comment. | 491 |
![]() | Missing a Javadoc comment. | 492 |
![]() | Missing a Javadoc comment. | 494 |
![]() | Missing a Javadoc comment. | 497 |
![]() | Line is longer than 80 characters. | 502 |
![]() | Missing a Javadoc comment. | 504 |
![]() | Missing a Javadoc comment. | 507 |
![]() | Missing a Javadoc comment. | 508 |
![]() | Missing a Javadoc comment. | 510 |
![]() | Utility classes should not have a public or default constructor. | 510 |
![]() | Line is longer than 80 characters. | 511 |
![]() | Missing a Javadoc comment. | 511 |
![]() | Missing a Javadoc comment. | 513 |
![]() | Line is longer than 80 characters. | 514 |
![]() | Missing a Javadoc comment. | 514 |
![]() | Line is longer than 80 characters. | 515 |
![]() | Line is longer than 80 characters. | 517 |
![]() | Missing a Javadoc comment. | 517 |
![]() | Line is longer than 80 characters. | 518 |
![]() | Missing a Javadoc comment. | 518 |
![]() | Line is longer than 80 characters. | 520 |
![]() | Line is longer than 80 characters. | 521 |
![]() | Line is longer than 80 characters. | 523 |
![]() | Line is longer than 80 characters. | 526 |
![]() | Line is longer than 80 characters. | 529 |
![]() | Line is longer than 80 characters. | 531 |
![]() | Missing a Javadoc comment. | 531 |
![]() | Missing a Javadoc comment. | 532 |
![]() | Line has trailing spaces. | 533 |
![]() | Line is longer than 80 characters. | 534 |
![]() | Missing a Javadoc comment. | 534 |
![]() | Line is longer than 80 characters. | 535 |
![]() | Missing a Javadoc comment. | 535 |
![]() | Line is longer than 80 characters. | 536 |
![]() | Missing a Javadoc comment. | 536 |
![]() | Line is longer than 80 characters. | 537 |
![]() | Missing a Javadoc comment. | 537 |
![]() | Line is longer than 80 characters. | 538 |
![]() | Missing a Javadoc comment. | 538 |
![]() | Line is longer than 80 characters. | 539 |
![]() | Missing a Javadoc comment. | 539 |
![]() | Line is longer than 80 characters. | 540 |
![]() | Missing a Javadoc comment. | 540 |
![]() | Line is longer than 80 characters. | 541 |
![]() | Missing a Javadoc comment. | 541 |
![]() | Missing a Javadoc comment. | 544 |
![]() | Utility classes should not have a public or default constructor. | 544 |
![]() | Missing a Javadoc comment. | 545 |
![]() | Missing a Javadoc comment. | 546 |
![]() | Missing a Javadoc comment. | 547 |
![]() | Missing a Javadoc comment. | 550 |
![]() | Missing a Javadoc comment. | 552 |
![]() | Utility classes should not have a public or default constructor. | 552 |
![]() | Missing a Javadoc comment. | 553 |
![]() | Missing a Javadoc comment. | 554 |
![]() | Missing a Javadoc comment. | 555 |
![]() | Missing a Javadoc comment. | 556 |
![]() | Line is longer than 80 characters. | 559 |
![]() | Missing a Javadoc comment. | 559 |
![]() | Missing a Javadoc comment. | 560 |
![]() | Missing a Javadoc comment. | 563 |
![]() | Line has trailing spaces. | 564 |
![]() | Line is longer than 80 characters. | 565 |
![]() | Missing a Javadoc comment. | 565 |
![]() | Line contains a tab character. | 567 |
![]() | '(' is followed by whitespace. | 567 |
![]() | ')' is preceded with whitespace. | 567 |
![]() | Line is longer than 80 characters. | 568 |
![]() | Line contains a tab character. | 568 |
![]() | '(' is followed by whitespace. | 568 |
![]() | '+' is not preceded with whitespace. | 568 |
![]() | '+' is not followed by whitespace. | 568 |
![]() | ')' is preceded with whitespace. | 568 |
![]() | Line is longer than 80 characters. | 569 |
![]() | Line contains a tab character. | 569 |
![]() | '(' is followed by whitespace. | 569 |
![]() | '+' is not preceded with whitespace. | 569 |
![]() | '+' is not followed by whitespace. | 569 |
![]() | ')' is preceded with whitespace. | 569 |
![]() | Line is longer than 80 characters. | 570 |
![]() | Line contains a tab character. | 570 |
![]() | '(' is followed by whitespace. | 570 |
![]() | '+' is not preceded with whitespace. | 570 |
![]() | '+' is not followed by whitespace. | 570 |
![]() | ')' is preceded with whitespace. | 570 |
![]() | Line is longer than 80 characters. | 571 |
![]() | Line contains a tab character. | 571 |
![]() | '(' is followed by whitespace. | 571 |
![]() | '+' is not preceded with whitespace. | 571 |
![]() | '+' is not followed by whitespace. | 571 |
![]() | '+' is not preceded with whitespace. | 571 |
![]() | '+' is not followed by whitespace. | 571 |
![]() | ')' is preceded with whitespace. | 571 |
![]() | Line is longer than 80 characters. | 572 |
![]() | Line contains a tab character. | 572 |
![]() | Line is longer than 80 characters. | 575 |
![]() | Missing a Javadoc comment. | 575 |
![]() | Missing a Javadoc comment. | 577 |
![]() | Utility classes should not have a public or default constructor. | 577 |
![]() | Line is longer than 80 characters. | 578 |
![]() | Line contains a tab character. | 578 |
![]() | Missing a Javadoc comment. | 578 |
![]() | Line is longer than 80 characters. | 579 |
![]() | Line contains a tab character. | 579 |
![]() | Missing a Javadoc comment. | 579 |
![]() | Line is longer than 80 characters. | 582 |
![]() | Line contains a tab character. | 582 |
![]() | Missing a Javadoc comment. | 582 |
![]() | Line has trailing spaces. | 583 |
![]() | Line contains a tab character. | 583 |
![]() | Line contains a tab character. | 584 |
![]() | Missing a Javadoc comment. | 584 |
![]() | Line has trailing spaces. | 585 |
![]() | Line contains a tab character. | 585 |
![]() | Line is longer than 80 characters. | 586 |
![]() | Line contains a tab character. | 586 |
![]() | Missing a Javadoc comment. | 586 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Line has trailing spaces. | 24 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Line has trailing spaces. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Line has trailing spaces. | 36 |
![]() | First sentence should end with a period. | 37 |
![]() | Line has trailing spaces. | 42 |
![]() | First sentence should end with a period. | 43 |
![]() | Line contains a tab character. | 43 |
![]() | Line is longer than 80 characters. | 44 |
![]() | Line contains a tab character. | 44 |
![]() | Line has trailing spaces. | 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 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Parameter value should be final. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Parameter value should be final. | 55 |
![]() | Line contains a tab character. | 56 |
![]() | Line contains a tab character. | 57 |
![]() | Line contains a tab character. | 59 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Parameter value should be final. | 59 |
![]() | Line contains a tab character. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Parameter value should be final. | 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 |
![]() | Method 'setScale' is not designed for extension - needs to be abstract, final or empty. | 67 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Line contains a tab character. | 68 |
![]() | Line contains a tab character. | 69 |
![]() | Line contains a tab character. | 71 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Parameter value should be final. | 71 |
![]() | Parameter scale should be final. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line contains a tab character. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Parameter value should be final. | 75 |
![]() | Parameter scale should be final. | 75 |
![]() | Line contains a tab character. | 76 |
![]() | Line contains a tab character. | 77 |
![]() | Line contains a tab character. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Parameter value should be final. | 79 |
![]() | Parameter scale should be final. | 79 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 83 |
![]() | Missing a Javadoc comment. | 83 |
![]() | Parameter value should be final. | 83 |
![]() | Parameter scale should be final. | 83 |
![]() | Line contains a tab character. | 84 |
![]() | Line contains a tab character. | 85 |
![]() | Line contains a tab character. | 87 |
![]() | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 87 |
![]() | Line contains a tab character. | 88 |
![]() | Parameter value should be final. | 88 |
![]() | Line contains a tab character. | 89 |
![]() | Line contains a tab character. | 90 |
![]() | Line contains a tab character. | 92 |
![]() | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 92 |
![]() | Line contains a tab character. | 93 |
![]() | Parameter value should be final. | 93 |
![]() | Line contains a tab character. | 94 |
![]() | Line contains a tab character. | 95 |
![]() | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 97 |
![]() | Parameter value should be final. | 98 |
![]() | Parameter scale should be final. | 98 |
![]() | Line has trailing spaces. | 100 |
![]() | Line contains a tab character. | 102 |
![]() | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Parameter value should be final. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 105 |
![]() | Line contains a tab character. | 107 |
![]() | Method 'newInstance' is not designed for extension - needs to be abstract, final or empty. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Parameter value should be final. | 108 |
![]() | Parameter scale should be final. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 110 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 3 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line has trailing spaces. | 7 |
![]() | Line has trailing spaces. | 9 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Name 'ZERO' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 27 |
![]() | Variable 'ZERO' must be private and have accessor methods. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Line has trailing spaces. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line has trailing spaces. | 35 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 37 |
![]() | Parameter value should be final. | 39 |
![]() | 'value' hides a field. | 39 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 48 |
![]() | Parameter value should be final. | 50 |
![]() | 'value' hides a field. | 50 |
![]() | Expected @param tag for 'value'. | 50 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Line has trailing spaces. | 56 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 58 |
![]() | Parameter value should be final. | 60 |
![]() | 'value' hides a field. | 60 |
![]() | Line is longer than 80 characters. | 62 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Line has trailing spaces. | 70 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 72 |
![]() | Parameter value should be final. | 74 |
![]() | 'value' hides a field. | 74 |
![]() | Line is longer than 80 characters. | 76 |
![]() | First sentence should end with a period. | 82 |
![]() | Line is longer than 80 characters. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Line is longer than 80 characters. | 87 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 87 |
![]() | Parameter value should be final. | 89 |
![]() | 'value' hides a field. | 89 |
![]() | Parameter roundingMode should be final. | 89 |
![]() | Line is longer than 80 characters. | 91 |
![]() | Line is longer than 80 characters. | 94 |
![]() | Line is longer than 80 characters. | 97 |
![]() | Line is longer than 80 characters. | 101 |
![]() | Line has trailing spaces. | 103 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 106 |
![]() | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 108 |
![]() | Parameter addend should be final. | 108 |
![]() | Expected @param tag for 'addend'. | 108 |
![]() | Line is longer than 80 characters. | 118 |
![]() | Line has trailing spaces. | 120 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 123 |
![]() | Method 'subtract' is not designed for extension - needs to be abstract, final or empty. | 125 |
![]() | Parameter subtrahend should be final. | 125 |
![]() | Expected @param tag for 'subtrahend'. | 125 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Line has trailing spaces. | 137 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 140 |
![]() | Method 'multiply' is not designed for extension - needs to be abstract, final or empty. | 142 |
![]() | Parameter multiplier should be final. | 142 |
![]() | Expected @param tag for 'multiplier'. | 142 |
![]() | Method 'multiply' is not designed for extension - needs to be abstract, final or empty. | 151 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Parameter multiplier should be final. | 151 |
![]() | Method 'multiply' is not designed for extension - needs to be abstract, final or empty. | 160 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Parameter multiplier should be final. | 160 |
![]() | Method 'divide' is not designed for extension - needs to be abstract, final or empty. | 165 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Parameter dividend should be final. | 165 |
![]() | '8' is a magic number. | 170 |
![]() | Method 'divide' is not designed for extension - needs to be abstract, final or empty. | 173 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Parameter dividend should be final. | 173 |
![]() | Expected an @return tag. | 185 |
![]() | Method 'doubleValue' is not designed for extension - needs to be abstract, final or empty. | 185 |
![]() | Expected an @return tag. | 192 |
![]() | Method 'floatValue' is not designed for extension - needs to be abstract, final or empty. | 192 |
![]() | Expected an @return tag. | 199 |
![]() | Method 'intValue' is not designed for extension - needs to be abstract, final or empty. | 199 |
![]() | Expected an @return tag. | 206 |
![]() | Method 'longValue' is not designed for extension - needs to be abstract, final or empty. | 206 |
![]() | Method 'bigIntegerValue' is not designed for extension - needs to be abstract, final or empty. | 213 |
![]() | Method 'bigDecimalValue' is not designed for extension - needs to be abstract, final or empty. | 220 |
![]() | Method 'kualiDecimalValue' is not designed for extension - needs to be abstract, final or empty. | 227 |
![]() | Method 'isLessThan' is not designed for extension - needs to be abstract, final or empty. | 236 |
![]() | Parameter operand should be final. | 236 |
![]() | Expected @param tag for 'operand'. | 236 |
![]() | Method 'isGreaterThan' is not designed for extension - needs to be abstract, final or empty. | 248 |
![]() | Parameter operand should be final. | 248 |
![]() | Expected @param tag for 'operand'. | 248 |
![]() | Line is longer than 80 characters. | 258 |
![]() | Method 'isLessEqual' is not designed for extension - needs to be abstract, final or empty. | 260 |
![]() | Parameter operand should be final. | 260 |
![]() | Expected @param tag for 'operand'. | 260 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Method 'isGreaterEqual' is not designed for extension - needs to be abstract, final or empty. | 272 |
![]() | Parameter operand should be final. | 272 |
![]() | Expected @param tag for 'operand'. | 272 |
![]() | Method 'isNegative' is not designed for extension - needs to be abstract, final or empty. | 283 |
![]() | Method 'isPositive' is not designed for extension - needs to be abstract, final or empty. | 290 |
![]() | Method 'isZero' is not designed for extension - needs to be abstract, final or empty. | 298 |
![]() | Method 'isNonZero' is not designed for extension - needs to be abstract, final or empty. | 306 |
![]() | Line is longer than 80 characters. | 311 |
![]() | Method 'negated' is not designed for extension - needs to be abstract, final or empty. | 313 |
![]() | Line is longer than 80 characters. | 320 |
![]() | Line has trailing spaces. | 322 |
![]() | Line is longer than 80 characters. | 323 |
![]() | Line has trailing spaces. | 324 |
![]() | Expected an @return tag. | 327 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 327 |
![]() | Parameter o should be final. | 327 |
![]() | Expected @param tag for 'o'. | 327 |
![]() | Line is longer than 80 characters. | 332 |
![]() | Line has trailing spaces. | 333 |
![]() | Expected an @return tag. | 336 |
![]() | Method 'compareTo' is not designed for extension - needs to be abstract, final or empty. | 336 |
![]() | Parameter k should be final. | 336 |
![]() | Expected @param tag for 'k'. | 336 |
![]() | Expected an @return tag. | 345 |
![]() | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 345 |
![]() | Parameter obj should be final. | 345 |
![]() | Expected @param tag for 'obj'. | 345 |
![]() | Line is longer than 80 characters. | 351 |
![]() | Line is longer than 80 characters. | 352 |
![]() | Line has trailing spaces. | 360 |
![]() | Expected an @return tag. | 363 |
![]() | Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 363 |
![]() | Expected an @return tag. | 370 |
![]() | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 370 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 19 |
![]() | Line is longer than 80 characters. | 20 |
![]() | First sentence should end with a period. | 27 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Expected an @return tag. | 30 |
![]() | Line contains a tab character. | 30 |
![]() | Redundant 'public' modifier. | 30 |
![]() | Expected @param tag for '<R>'. | 30 |
![]() | Expected @param tag for 'resourceName'. | 30 |
![]() | First sentence should end with a period. | 32 |
![]() | Line contains a tab character. | 32 |
![]() | Line contains a tab character. | 33 |
![]() | Line contains a tab character. | 34 |
![]() | Expected an @return tag. | 35 |
![]() | Line contains a tab character. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Expected @param tag for '<R>'. | 35 |
![]() | Expected @param tag for 'resourceClass'. | 35 |
![]() | Line contains a tab character. | 37 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Redundant 'public' modifier. | 37 |