The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 2 | ![]() |
NewlineAtEndOfFile | 6 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 319 | ![]() |
RegexpSingleline
| 52 | ![]() |
JavadocMethod | 84 | ![]() |
JavadocType | 8 | ![]() |
JavadocVariable | 142 | ![]() |
JavadocStyle | 9 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 6 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
LineLength | 167 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 2 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 1 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 2 | ![]() |
WhitespaceAround | 44 | ![]() |
ModifierOrder | 47 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 51 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 0 | ![]() |
FinalClass | 6 | ![]() |
HideUtilityClassConstructor | 14 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 87 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line contains a tab character. | 22 |
![]() | Utility classes should not have a public or default constructor. | 22 |
![]() | 'static' modifier out of order with the JLS suggestions. | 22 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Missing a Javadoc comment. | 23 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Line contains a tab character. | 60 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '=' is not preceded with whitespace. | 60 |
![]() | '=' is not followed by whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line contains a tab character. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | '=' is not preceded with whitespace. | 66 |
![]() | '=' is not followed by whitespace. | 66 |
![]() | Line contains a tab character. | 67 |
![]() | Line contains a tab character. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | '=' is not preceded with whitespace. | 69 |
![]() | '=' is not followed by whitespace. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line contains a tab character. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | '=' is not preceded with whitespace. | 72 |
![]() | '=' is not followed by whitespace. | 72 |
![]() | Line contains a tab character. | 73 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Line has trailing spaces. | 77 |
![]() | Line is longer than 80 characters. | 78 |
![]() | Line contains a tab character. | 78 |
![]() | Missing a Javadoc comment. | 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 |
![]() | Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 |
![]() | Line has trailing spaces. | 84 |
![]() | Line contains a tab character. | 84 |
![]() | Line has trailing spaces. | 85 |
![]() | Line contains a tab character. | 85 |
![]() | Line has trailing spaces. | 86 |
![]() | Line contains a tab character. | 86 |
![]() | Line has trailing spaces. | 87 |
![]() | Line is longer than 80 characters. | 87 |
![]() | 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 has trailing spaces. | 99 |
![]() | Line is longer than 80 characters. | 101 |
![]() | 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 |
![]() | Parameter builder should be final. | 106 |
![]() | Line contains a tab character. | 111 |
![]() | 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. | 125 |
![]() | Line contains a tab character. | 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 |
![]() | 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. | 140 |
![]() | Line contains a tab character. | 141 |
![]() | Line contains a tab character. | 142 |
![]() | Line contains a tab character. | 143 |
![]() | Line has trailing spaces. | 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. | 155 |
![]() | Line is longer than 80 characters. | 156 |
![]() | Class Builder should be declared as final. | 158 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Line contains a tab character. | 159 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Line contains a tab character. | 160 |
![]() | Missing a Javadoc comment. | 160 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Missing a Javadoc comment. | 162 |
![]() | Missing a Javadoc comment. | 163 |
![]() | Missing a Javadoc comment. | 164 |
![]() | Missing a Javadoc comment. | 165 |
![]() | Missing a Javadoc comment. | 166 |
![]() | 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 |
![]() | Parameter code should be final. | 171 |
![]() | 'code' hides a field. | 171 |
![]() | Expected @param tag for 'code'. | 171 |
![]() | Line contains a tab character. | 173 |
![]() | Line has trailing spaces. | 178 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 181 |
![]() | Parameter code should be final. | 183 |
![]() | Line is longer than 80 characters. | 188 |
![]() | Line has trailing spaces. | 189 |
![]() | Line is longer than 80 characters. | 191 |
![]() | Parameter contract should be final. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Line contains a tab character. | 201 |
![]() | Line contains a tab character. | 209 |
![]() | Line is longer than 80 characters. | 210 |
![]() | Line contains a tab character. | 210 |
![]() | Line has trailing spaces. | 211 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | Line contains a tab character. | 213 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 213 |
![]() | Line contains a tab character. | 214 |
![]() | Parameter code should be final. | 215 |
![]() | 'code' hides a field. | 215 |
![]() | Line contains a tab character. | 222 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Parameter name should be final. | 222 |
![]() | 'name' hides a field. | 222 |
![]() | Line contains a tab character. | 223 |
![]() | Line contains a tab character. | 224 |
![]() | Line has trailing spaces. | 225 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Parameter shortName should be final. | 226 |
![]() | 'shortName' hides a field. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 228 |
![]() | Line has trailing spaces. | 229 |
![]() | Line contains a tab character. | 229 |
![]() | Line contains a tab character. | 230 |
![]() | Missing a Javadoc comment. | 230 |
![]() | Parameter campusType should be final. | 230 |
![]() | 'campusType' hides a field. | 230 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 234 |
![]() | Missing a Javadoc comment. | 234 |
![]() | Parameter active should be final. | 234 |
![]() | 'active' hides a field. | 234 |
![]() | Line contains a tab character. | 235 |
![]() | Line contains a tab character. | 236 |
![]() | Missing a Javadoc comment. | 238 |
![]() | Parameter versionNumber should be final. | 238 |
![]() | 'versionNumber' hides a field. | 238 |
![]() | '{' is not preceded with whitespace. | 238 |
![]() | Line has trailing spaces. | 241 |
![]() | Missing a Javadoc comment. | 242 |
![]() | Parameter objectId should be final. | 242 |
![]() | 'objectId' hides a field. | 242 |
![]() | Line contains a tab character. | 243 |
![]() | Line contains a tab character. | 246 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 249 |
![]() | Line contains a tab character. | 251 |
![]() | Line contains a tab character. | 252 |
![]() | Line contains a tab character. | 253 |
![]() | Line contains a tab character. | 254 |
![]() | Line has trailing spaces. | 255 |
![]() | Line contains a tab character. | 255 |
![]() | Line contains a tab character. | 256 |
![]() | Line contains a tab character. | 257 |
![]() | Line contains a tab character. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Line has trailing spaces. | 260 |
![]() | Line contains a tab character. | 260 |
![]() | Line has trailing spaces. | 261 |
![]() | Line contains a tab character. | 261 |
![]() | Line contains a tab character. | 262 |
![]() | Line contains a tab character. | 263 |
![]() | Line contains a tab character. | 264 |
![]() | Line has trailing spaces. | 265 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Line contains a tab character. | 269 |
![]() | Line contains a tab character. | 277 |
![]() | Line contains a tab character. | 278 |
![]() | Line contains a tab character. | 279 |
![]() | Line contains a tab character. | 281 |
![]() | Line is longer than 80 characters. | 282 |
![]() | Line contains a tab character. | 282 |
![]() | Line has trailing spaces. | 283 |
![]() | Line contains a tab character. | 283 |
![]() | Line contains a tab character. | 284 |
![]() | Line contains a tab character. | 285 |
![]() | Line has trailing spaces. | 290 |
![]() | Line contains a tab character. | 290 |
![]() | Line contains a tab character. | 292 |
![]() | 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. | 297 |
![]() | Line contains a tab character. | 298 |
![]() | Parameter obj should be final. | 298 |
![]() | Line is longer than 80 characters. | 299 |
![]() | Line contains a tab character. | 299 |
![]() | Line contains a tab character. | 300 |
![]() | Line contains a tab character. | 302 |
![]() | Line contains a tab character. | 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 contains a tab character. | 308 |
![]() | Line contains a tab character. | 309 |
![]() | Line contains a tab character. | 310 |
![]() | Utility classes should not have a public or default constructor. | 310 |
![]() | Line contains a tab character. | 311 |
![]() | Missing a Javadoc comment. | 311 |
![]() | 'static' modifier out of order with the JLS suggestions. | 311 |
![]() | Line contains a tab character. | 312 |
![]() | Missing a Javadoc comment. | 312 |
![]() | 'static' modifier out of order with the JLS suggestions. | 312 |
![]() | Line is longer than 80 characters. | 313 |
![]() | Line contains a tab character. | 313 |
![]() | Missing a Javadoc comment. | 313 |
![]() | 'static' modifier out of order with the JLS suggestions. | 313 |
![]() | '{' is followed by whitespace. | 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 is longer than 80 characters. | 317 |
![]() | Utility classes should not have a public or default constructor. | 320 |
![]() | Missing a Javadoc comment. | 321 |
![]() | 'static' modifier out of order with the JLS suggestions. | 321 |
![]() | Missing a Javadoc comment. | 322 |
![]() | 'static' modifier out of order with the JLS suggestions. | 322 |
![]() | Missing a Javadoc comment. | 323 |
![]() | 'static' modifier out of order with the JLS suggestions. | 323 |
![]() | Missing a Javadoc comment. | 324 |
![]() | 'static' modifier out of order with the JLS suggestions. | 324 |
![]() | Missing a Javadoc comment. | 325 |
![]() | 'static' modifier out of order with the JLS suggestions. | 325 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 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 contains a tab character. | 37 |
![]() | Line contains a tab character. | 38 |
![]() | Line contains a tab character. | 39 |
![]() | Line contains a tab character. | 40 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 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 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 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. | 64 |
![]() | Line contains a tab character. | 65 |
![]() | Line contains a tab character. | 66 |
![]() | Line contains a tab character. | 67 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 28 |
![]() | Missing a Javadoc comment. | 28 |
![]() | ')' is preceded with whitespace. | 28 |
![]() | Line is longer than 80 characters. | 29 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 36 |
![]() | Line is longer than 80 characters. | 37 |
![]() | Unused @throws tag for 'IllegalStateException'. | 37 |
![]() | Expected an @return tag. | 40 |
![]() | '=' is not preceded with whitespace. | 40 |
![]() | '=' is not followed by whitespace. | 40 |
![]() | Line has trailing spaces. | 42 |
![]() | Expected an @return tag. | 47 |
![]() | '=' is not preceded with whitespace. | 47 |
![]() | '=' is not followed by whitespace. | 47 |
![]() | Line has trailing spaces. | 49 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 54 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Unused @throws tag for 'IllegalStateException'. | 55 |
![]() | Expected an @return tag. | 58 |
![]() | '=' is not preceded with whitespace. | 58 |
![]() | '=' is not followed by whitespace. | 58 |
![]() | Line has trailing spaces. | 60 |
![]() | Expected an @return tag. | 65 |
![]() | '=' is not preceded with whitespace. | 65 |
![]() | '=' is not followed by whitespace. | 65 |
![]() | Line has trailing spaces. | 67 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 40 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 52 |
![]() | Line is longer than 80 characters. | 54 |
![]() | '{' is not preceded with whitespace. | 54 |
![]() | Line contains a tab character. | 55 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Line contains a tab character. | 57 |
![]() | Missing a Javadoc comment. | 57 |
![]() | '=' is not preceded with whitespace. | 57 |
![]() | '=' is not followed by whitespace. | 57 |
![]() | Line contains a tab character. | 58 |
![]() | Missing a Javadoc comment. | 60 |
![]() | '=' is not preceded with whitespace. | 60 |
![]() | '=' is not followed by whitespace. | 60 |
![]() | Line contains a tab character. | 61 |
![]() | Line contains a tab character. | 63 |
![]() | Missing a Javadoc comment. | 63 |
![]() | '=' is not preceded with whitespace. | 63 |
![]() | '=' is not followed by whitespace. | 63 |
![]() | Line contains a tab character. | 64 |
![]() | Line is longer than 80 characters. | 66 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line contains a tab character. | 70 |
![]() | Line has trailing spaces. | 71 |
![]() | Line contains a tab character. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() | Line has trailing spaces. | 75 |
![]() | Line contains a tab character. | 75 |
![]() | Line has trailing spaces. | 76 |
![]() | Line contains a tab character. | 76 |
![]() | Line has trailing spaces. | 77 |
![]() | Line is longer than 80 characters. | 77 |
![]() | Line contains a tab character. | 80 |
![]() | Line contains a tab character. | 81 |
![]() | Line contains a tab character. | 82 |
![]() | Line has trailing spaces. | 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 |
![]() | Parameter builder should be final. | 93 |
![]() | Line has trailing spaces. | 100 |
![]() | Line contains a tab character. | 101 |
![]() | Line contains a tab character. | 102 |
![]() | Line contains a tab character. | 103 |
![]() | Line contains a tab character. | 104 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Line contains a tab character. | 108 |
![]() | Line contains a tab character. | 109 |
![]() | Line contains a tab character. | 111 |
![]() | Line contains a tab character. | 112 |
![]() | Line has trailing spaces. | 113 |
![]() | Line contains a tab character. | 113 |
![]() | Line contains a tab character. | 114 |
![]() | Line has trailing spaces. | 120 |
![]() | Line contains a tab character. | 122 |
![]() | Line contains a tab character. | 123 |
![]() | Line contains a tab character. | 124 |
![]() | Line contains a tab character. | 126 |
![]() | Line is longer than 80 characters. | 127 |
![]() | Class Builder should be declared as final. | 129 |
![]() | Line is longer than 80 characters. | 129 |
![]() | Line is longer than 80 characters. | 130 |
![]() | Line contains a tab character. | 130 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Line has trailing spaces. | 131 |
![]() | Line contains a tab character. | 131 |
![]() | Line contains a tab character. | 132 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Missing a Javadoc comment. | 133 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Missing a Javadoc comment. | 135 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Line contains a tab character. | 138 |
![]() | Line is longer than 80 characters. | 139 |
![]() | Line contains a tab character. | 139 |
![]() | Line contains a tab character. | 140 |
![]() | Parameter code should be final. | 141 |
![]() | 'code' hides a field. | 141 |
![]() | Expected @param tag for 'code'. | 141 |
![]() | Line contains a tab character. | 143 |
![]() | Line has trailing spaces. | 148 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 151 |
![]() | Parameter code should be final. | 153 |
![]() | Line is longer than 80 characters. | 158 |
![]() | Line has trailing spaces. | 159 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Parameter contract should be final. | 163 |
![]() | Line contains a tab character. | 164 |
![]() | Line contains a tab character. | 175 |
![]() | Line is longer than 80 characters. | 176 |
![]() | Line contains a tab character. | 176 |
![]() | Line has trailing spaces. | 177 |
![]() | Line contains a tab character. | 177 |
![]() | Line contains a tab character. | 178 |
![]() | Line contains a tab character. | 179 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 179 |
![]() | Line contains a tab character. | 180 |
![]() | Parameter code should be final. | 181 |
![]() | 'code' hides a field. | 181 |
![]() | Line contains a tab character. | 188 |
![]() | Missing a Javadoc comment. | 188 |
![]() | Parameter name should be final. | 188 |
![]() | 'name' hides a field. | 188 |
![]() | Line contains a tab character. | 189 |
![]() | Line contains a tab character. | 190 |
![]() | Line contains a tab character. | 192 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Parameter active should be final. | 192 |
![]() | 'active' hides a field. | 192 |
![]() | Line contains a tab character. | 193 |
![]() | Line contains a tab character. | 194 |
![]() | Missing a Javadoc comment. | 196 |
![]() | Parameter versionNumber should be final. | 196 |
![]() | 'versionNumber' hides a field. | 196 |
![]() | Line has trailing spaces. | 199 |
![]() | Missing a Javadoc comment. | 200 |
![]() | Parameter objectId should be final. | 200 |
![]() | 'objectId' hides a field. | 200 |
![]() | Line contains a tab character. | 201 |
![]() | 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. | 209 |
![]() | Line contains a tab character. | 210 |
![]() | Line contains a tab character. | 211 |
![]() | Line contains a tab character. | 212 |
![]() | 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 has trailing spaces. | 223 |
![]() | Line contains a tab character. | 225 |
![]() | Line contains a tab character. | 226 |
![]() | Line contains a tab character. | 227 |
![]() | Line contains a tab character. | 229 |
![]() | Line is longer than 80 characters. | 230 |
![]() | Line contains a tab character. | 230 |
![]() | Line has trailing spaces. | 231 |
![]() | Line contains a tab character. | 231 |
![]() | Line contains a tab character. | 232 |
![]() | Line contains a tab character. | 233 |
![]() | Line has trailing spaces. | 238 |
![]() | Line contains a tab character. | 238 |
![]() | Line contains a tab character. | 240 |
![]() | 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. | 245 |
![]() | Line contains a tab character. | 246 |
![]() | Parameter obj should be final. | 246 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Line contains a tab character. | 247 |
![]() | Line contains a tab character. | 248 |
![]() | Line contains a tab character. | 250 |
![]() | Line contains a tab character. | 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 |
![]() | Utility classes should not have a public or default constructor. | 258 |
![]() | Line contains a tab character. | 259 |
![]() | Missing a Javadoc comment. | 259 |
![]() | 'static' modifier out of order with the JLS suggestions. | 259 |
![]() | Line contains a tab character. | 260 |
![]() | Missing a Javadoc comment. | 260 |
![]() | 'static' modifier out of order with the JLS suggestions. | 260 |
![]() | Line is longer than 80 characters. | 261 |
![]() | Line contains a tab character. | 261 |
![]() | Missing a Javadoc comment. | 261 |
![]() | 'static' modifier out of order with the JLS suggestions. | 261 |
![]() | '{' is followed by whitespace. | 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 is longer than 80 characters. | 265 |
![]() | Line contains a tab character. | 265 |
![]() | Line contains a tab character. | 266 |
![]() | Line contains a tab character. | 267 |
![]() | Line contains a tab character. | 268 |
![]() | Utility classes should not have a public or default constructor. | 268 |
![]() | Line contains a tab character. | 269 |
![]() | Missing a Javadoc comment. | 269 |
![]() | 'static' modifier out of order with the JLS suggestions. | 269 |
![]() | Line contains a tab character. | 270 |
![]() | Missing a Javadoc comment. | 270 |
![]() | 'static' modifier out of order with the JLS suggestions. | 270 |
![]() | Line contains a tab character. | 271 |
![]() | Missing a Javadoc comment. | 271 |
![]() | 'static' modifier out of order with the JLS suggestions. | 271 |
![]() | Line contains a tab character. | 272 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Line has trailing spaces. | 23 |
![]() | Line contains a tab character. | 23 |
![]() | Line contains a tab character. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line contains a tab character. | 25 |
![]() | Line contains a tab character. | 26 |
![]() | Line contains a tab character. | 27 |
![]() | Line contains a tab character. | 28 |
![]() | Line contains a tab character. | 29 |
![]() | Line contains a tab character. | 30 |
![]() | Line contains a tab character. | 31 |
![]() | Line contains a tab character. | 32 |
![]() | 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 |
![]() | Line contains a tab character. | 41 |
![]() | Line contains a tab character. | 42 |
![]() | Line contains a tab character. | 43 |
![]() | Line contains a tab character. | 46 |
![]() | Line has trailing spaces. | 47 |
![]() | Line contains a tab character. | 47 |
![]() | Line contains a tab character. | 48 |
![]() | Line contains a tab character. | 49 |
![]() | Line contains a tab character. | 50 |
![]() | Line contains a tab character. | 51 |
![]() | Line contains a tab character. | 52 |
![]() | Line contains a tab character. | 53 |
![]() | Line contains a tab character. | 54 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | '=' is not preceded with whitespace. | 19 |
![]() | '=' is not followed by whitespace. | 19 |
![]() | Missing a Javadoc comment. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 39 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Line is longer than 80 characters. | 72 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Parameter builder should be final. | 92 |
![]() | Line is longer than 80 characters. | 133 |
![]() | Parameter obj should be final. | 137 |
![]() | Line is longer than 80 characters. | 138 |
![]() | Class Builder should be declared as final. | 149 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Missing a Javadoc comment. | 150 |
![]() | 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. | 159 |
![]() | Parameter code should be final. | 159 |
![]() | 'code' hides a field. | 159 |
![]() | Parameter alternateCode should be final. | 159 |
![]() | 'alternateCode' hides a field. | 159 |
![]() | Parameter name should be final. | 159 |
![]() | 'name' hides a field. | 159 |
![]() | Parameter restricted should be final. | 160 |
![]() | 'restricted' hides a field. | 160 |
![]() | Parameter active should be final. | 160 |
![]() | 'active' hides a field. | 160 |
![]() | Line is longer than 80 characters. | 168 |
![]() | Missing a Javadoc comment. | 168 |
![]() | Parameter code should be final. | 168 |
![]() | Parameter alternatePostalCode should be final. | 168 |
![]() | Parameter name should be final. | 168 |
![]() | Parameter restricted should be final. | 169 |
![]() | Parameter active should be final. | 169 |
![]() | Line is longer than 80 characters. | 170 |
![]() | Missing a Javadoc comment. | 173 |
![]() | Parameter cc should be final. | 173 |
![]() | Parameter code should be final. | 190 |
![]() | 'code' hides a field. | 190 |
![]() | Line is longer than 80 characters. | 192 |
![]() | First sentence should end with a period. | 202 |
![]() | Parameter alternatePostalCode should be final. | 207 |
![]() | Expected @param tag for 'alternatePostalCode'. | 207 |
![]() | Parameter name should be final. | 221 |
![]() | 'name' hides a field. | 221 |
![]() | Expected @param tag for 'name'. | 221 |
![]() | Parameter active should be final. | 235 |
![]() | 'active' hides a field. | 235 |
![]() | Expected @param tag for 'active'. | 235 |
![]() | Parameter versionNumber should be final. | 249 |
![]() | 'versionNumber' hides a field. | 249 |
![]() | Expected @param tag for 'versionNumber'. | 249 |
![]() | First sentence should end with a period. | 258 |
![]() | Parameter restricted should be final. | 263 |
![]() | 'restricted' hides a field. | 263 |
![]() | Expected @param tag for 'restricted'. | 263 |
![]() | Line is longer than 80 characters. | 274 |
![]() | Utility classes should not have a public or default constructor. | 277 |
![]() | Missing a Javadoc comment. | 278 |
![]() | 'static' modifier out of order with the JLS suggestions. | 278 |
![]() | Missing a Javadoc comment. | 279 |
![]() | 'static' modifier out of order with the JLS suggestions. | 279 |
![]() | Missing a Javadoc comment. | 280 |
![]() | 'static' modifier out of order with the JLS suggestions. | 280 |
![]() | Missing a Javadoc comment. | 281 |
![]() | 'static' modifier out of order with the JLS suggestions. | 281 |
![]() | Missing a Javadoc comment. | 282 |
![]() | 'static' modifier out of order with the JLS suggestions. | 282 |
![]() | Utility classes should not have a public or default constructor. | 288 |
![]() | Missing a Javadoc comment. | 289 |
![]() | 'static' modifier out of order with the JLS suggestions. | 289 |
![]() | Missing a Javadoc comment. | 290 |
![]() | 'static' modifier out of order with the JLS suggestions. | 290 |
![]() | Line is longer than 80 characters. | 291 |
![]() | Missing a Javadoc comment. | 291 |
![]() | 'static' modifier out of order with the JLS suggestions. | 291 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 20 |
![]() | 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. | 39 |
![]() | Line is longer than 80 characters. | 47 |
![]() | Line is longer than 80 characters. | 62 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 39 |
![]() | First sentence should end with a period. | 46 |
![]() | Line is longer than 80 characters. | 50 |
![]() | Line is longer than 80 characters. | 52 |
![]() | Unused @throws tag for 'IllegalStateException'. | 52 |
![]() | First sentence should end with a period. | 69 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '=' is not preceded with whitespace. | 19 |
![]() | '=' is not followed by whitespace. | 19 |
![]() | Missing a Javadoc comment. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Line is longer than 80 characters. | 75 |
![]() | Missing a Javadoc comment. | 75 |
![]() | Missing a Javadoc comment. | 78 |
![]() | Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Parameter builder should be final. | 95 |
![]() | Line is longer than 80 characters. | 135 |
![]() | Class Builder should be declared as final. | 137 |
![]() | Line is longer than 80 characters. | 137 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Parameter code should be final. | 148 |
![]() | 'code' hides a field. | 148 |
![]() | Parameter name should be final. | 148 |
![]() | 'name' hides a field. | 148 |
![]() | Parameter countryCode should be final. | 148 |
![]() | 'countryCode' hides a field. | 148 |
![]() | Parameter stateCode should be final. | 148 |
![]() | 'stateCode' hides a field. | 148 |
![]() | Expected an @return tag. | 159 |
![]() | Line is longer than 80 characters. | 159 |
![]() | Parameter code should be final. | 159 |
![]() | Expected @param tag for 'code'. | 159 |
![]() | Parameter name should be final. | 159 |
![]() | Expected @param tag for 'name'. | 159 |
![]() | Parameter countryCode should be final. | 159 |
![]() | Expected @param tag for 'countryCode'. | 159 |
![]() | Parameter stateCode should be final. | 159 |
![]() | Expected @param tag for 'stateCode'. | 159 |
![]() | Line is longer than 80 characters. | 160 |
![]() | Expected an @return tag. | 168 |
![]() | Parameter contract should be final. | 168 |
![]() | Expected @param tag for 'contract'. | 168 |
![]() | Line is longer than 80 characters. | 169 |
![]() | Line is longer than 80 characters. | 183 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 183 |
![]() | Parameter code should be final. | 185 |
![]() | 'code' hides a field. | 185 |
![]() | Line is longer than 80 characters. | 201 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 201 |
![]() | Parameter name should be final. | 203 |
![]() | 'name' hides a field. | 203 |
![]() | Line is longer than 80 characters. | 217 |
![]() | Line is longer than 80 characters. | 219 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 219 |
![]() | Parameter countryCode should be final. | 222 |
![]() | 'countryCode' hides a field. | 222 |
![]() | Line is longer than 80 characters. | 236 |
![]() | Line is longer than 80 characters. | 238 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 238 |
![]() | Parameter stateCode should be final. | 241 |
![]() | 'stateCode' hides a field. | 241 |
![]() | Parameter active should be final. | 258 |
![]() | 'active' hides a field. | 258 |
![]() | Expected @param tag for 'active'. | 258 |
![]() | Missing a Javadoc comment. | 267 |
![]() | Parameter versionNumber should be final. | 267 |
![]() | 'versionNumber' hides a field. | 267 |
![]() | Line is longer than 80 characters. | 279 |
![]() | Parameter obj should be final. | 283 |
![]() | Line is longer than 80 characters. | 284 |
![]() | Utility classes should not have a public or default constructor. | 295 |
![]() | Missing a Javadoc comment. | 296 |
![]() | 'static' modifier out of order with the JLS suggestions. | 296 |
![]() | Missing a Javadoc comment. | 297 |
![]() | 'static' modifier out of order with the JLS suggestions. | 297 |
![]() | Line is longer than 80 characters. | 298 |
![]() | Missing a Javadoc comment. | 298 |
![]() | 'static' modifier out of order with the JLS suggestions. | 298 |
![]() | Line is longer than 80 characters. | 302 |
![]() | Utility classes should not have a public or default constructor. | 305 |
![]() | Missing a Javadoc comment. | 306 |
![]() | 'static' modifier out of order with the JLS suggestions. | 306 |
![]() | Missing a Javadoc comment. | 307 |
![]() | 'static' modifier out of order with the JLS suggestions. | 307 |
![]() | Missing a Javadoc comment. | 308 |
![]() | 'static' modifier out of order with the JLS suggestions. | 308 |
![]() | Missing a Javadoc comment. | 309 |
![]() | 'static' modifier out of order with the JLS suggestions. | 309 |
![]() | Missing a Javadoc comment. | 310 |
![]() | 'static' modifier out of order with the JLS suggestions. | 310 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 30 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Line is longer than 80 characters. | 31 |
![]() | Line is longer than 80 characters. | 49 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 49 |
![]() | '=' is not preceded with whitespace. | 51 |
![]() | '=' is not followed by whitespace. | 51 |
![]() | Line is longer than 80 characters. | 53 |
![]() | Line is longer than 80 characters. | 56 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 70 |
![]() | '=' is not preceded with whitespace. | 72 |
![]() | '=' is not followed by whitespace. | 72 |
![]() | Line is longer than 80 characters. | 75 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '=' is not preceded with whitespace. | 19 |
![]() | '=' is not followed by whitespace. | 19 |
![]() | Missing a Javadoc comment. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 41 |
![]() | Line is longer than 80 characters. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 64 |
![]() | Missing a Javadoc comment. | 67 |
![]() | Missing a Javadoc comment. | 70 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 76 |
![]() | Line is longer than 80 characters. | 79 |
![]() | Missing a Javadoc comment. | 79 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Parameter builder should be final. | 100 |
![]() | Line is longer than 80 characters. | 146 |
![]() | Class Builder should be declared as final. | 148 |
![]() | Line is longer than 80 characters. | 148 |
![]() | Missing a Javadoc comment. | 150 |
![]() | 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. | 160 |
![]() | Parameter code should be final. | 160 |
![]() | 'code' hides a field. | 160 |
![]() | Parameter countryCode should be final. | 160 |
![]() | 'countryCode' hides a field. | 160 |
![]() | Expected an @return tag. | 168 |
![]() | Parameter code should be final. | 168 |
![]() | Expected @param tag for 'code'. | 168 |
![]() | Parameter countryCode should be final. | 168 |
![]() | Expected @param tag for 'countryCode'. | 168 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Expected an @return tag. | 177 |
![]() | Parameter contract should be final. | 177 |
![]() | Expected @param tag for 'contract'. | 177 |
![]() | Line is longer than 80 characters. | 178 |
![]() | Line is longer than 80 characters. | 204 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 204 |
![]() | Parameter code should be final. | 206 |
![]() | 'code' hides a field. | 206 |
![]() | Line is longer than 80 characters. | 220 |
![]() | Line is longer than 80 characters. | 223 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 223 |
![]() | Parameter cityName should be final. | 225 |
![]() | 'cityName' hides a field. | 225 |
![]() | Line is longer than 80 characters. | 239 |
![]() | Line is longer than 80 characters. | 242 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 242 |
![]() | Parameter countryCode should be final. | 245 |
![]() | 'countryCode' hides a field. | 245 |
![]() | Line is longer than 80 characters. | 259 |
![]() | Line is longer than 80 characters. | 262 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 262 |
![]() | Parameter stateCode should be final. | 265 |
![]() | 'stateCode' hides a field. | 265 |
![]() | Line is longer than 80 characters. | 279 |
![]() | Line is longer than 80 characters. | 282 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 282 |
![]() | Parameter countyCode should be final. | 285 |
![]() | 'countyCode' hides a field. | 285 |
![]() | Missing a Javadoc comment. | 298 |
![]() | Parameter active should be final. | 298 |
![]() | 'active' hides a field. | 298 |
![]() | Missing a Javadoc comment. | 307 |
![]() | Parameter versionNumber should be final. | 307 |
![]() | 'versionNumber' hides a field. | 307 |
![]() | Line is longer than 80 characters. | 319 |
![]() | Parameter obj should be final. | 323 |
![]() | Line is longer than 80 characters. | 324 |
![]() | Utility classes should not have a public or default constructor. | 335 |
![]() | Missing a Javadoc comment. | 336 |
![]() | 'static' modifier out of order with the JLS suggestions. | 336 |
![]() | Missing a Javadoc comment. | 337 |
![]() | 'static' modifier out of order with the JLS suggestions. | 337 |
![]() | Line is longer than 80 characters. | 338 |
![]() | Missing a Javadoc comment. | 338 |
![]() | 'static' modifier out of order with the JLS suggestions. | 338 |
![]() | Line is longer than 80 characters. | 342 |
![]() | Utility classes should not have a public or default constructor. | 345 |
![]() | Missing a Javadoc comment. | 346 |
![]() | 'static' modifier out of order with the JLS suggestions. | 346 |
![]() | Missing a Javadoc comment. | 347 |
![]() | 'static' modifier out of order with the JLS suggestions. | 347 |
![]() | Missing a Javadoc comment. | 348 |
![]() | 'static' modifier out of order with the JLS suggestions. | 348 |
![]() | Missing a Javadoc comment. | 349 |
![]() | 'static' modifier out of order with the JLS suggestions. | 349 |
![]() | Missing a Javadoc comment. | 350 |
![]() | 'static' modifier out of order with the JLS suggestions. | 350 |
![]() | Missing a Javadoc comment. | 351 |
![]() | 'static' modifier out of order with the JLS suggestions. | 351 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 20 |
![]() | Line is longer than 80 characters. | 23 |
![]() | Line is longer than 80 characters. | 27 |
![]() | Line is longer than 80 characters. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Line is longer than 80 characters. | 51 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 51 |
![]() | '=' is not preceded with whitespace. | 53 |
![]() | '=' is not followed by whitespace. | 53 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 71 |
![]() | '=' is not preceded with whitespace. | 73 |
![]() | '=' is not followed by whitespace. | 73 |
![]() | Line is longer than 80 characters. | 76 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | '=' is not preceded with whitespace. | 19 |
![]() | '=' is not followed by whitespace. | 19 |
![]() | Missing a Javadoc comment. | 20 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Utility classes should not have a public or default constructor. | 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. | 33 |
![]() | Parameter serviceName should be final. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 49 |
![]() | Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 38 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 66 |
![]() | Line is longer than 80 characters. | 69 |
![]() | Missing a Javadoc comment. | 69 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Name '_futureElements' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Parameter builder should be final. | 88 |
![]() | Line is longer than 80 characters. | 122 |
![]() | Class Builder should be declared as final. | 124 |
![]() | Line is longer than 80 characters. | 124 |
![]() | Missing a Javadoc comment. | 126 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Parameter code should be final. | 138 |
![]() | 'code' hides a field. | 138 |
![]() | Parameter name should be final. | 138 |
![]() | 'name' hides a field. | 138 |
![]() | Parameter countryCode should be final. | 138 |
![]() | 'countryCode' hides a field. | 138 |
![]() | Line is longer than 80 characters. | 149 |
![]() | Line is longer than 80 characters. | 151 |
![]() | Parameter code should be final. | 151 |
![]() | Parameter name should be final. | 151 |
![]() | Parameter countryCode should be final. | 151 |
![]() | Expected an @return tag. | 160 |
![]() | Parameter contract should be final. | 160 |
![]() | Expected @param tag for 'contract'. | 160 |
![]() | Line is longer than 80 characters. | 161 |
![]() | Line is longer than 80 characters. | 175 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 175 |
![]() | Parameter code should be final. | 177 |
![]() | 'code' hides a field. | 177 |
![]() | Line is longer than 80 characters. | 193 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 193 |
![]() | Parameter name should be final. | 195 |
![]() | 'name' hides a field. | 195 |
![]() | Line is longer than 80 characters. | 209 |
![]() | Line is longer than 80 characters. | 211 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 211 |
![]() | Parameter countryCode should be final. | 213 |
![]() | 'countryCode' hides a field. | 213 |
![]() | Missing a Javadoc comment. | 226 |
![]() | Parameter active should be final. | 226 |
![]() | 'active' hides a field. | 226 |
![]() | Missing a Javadoc comment. | 235 |
![]() | Parameter versionNumber should be final. | 235 |
![]() | 'versionNumber' hides a field. | 235 |
![]() | Line is longer than 80 characters. | 247 |
![]() | Parameter obj should be final. | 251 |
![]() | Line is longer than 80 characters. | 252 |
![]() | Utility classes should not have a public or default constructor. | 263 |
![]() | Missing a Javadoc comment. | 264 |
![]() | 'static' modifier out of order with the JLS suggestions. | 264 |
![]() | Missing a Javadoc comment. | 265 |
![]() | 'static' modifier out of order with the JLS suggestions. | 265 |
![]() | Line is longer than 80 characters. | 266 |
![]() | Missing a Javadoc comment. | 266 |
![]() | 'static' modifier out of order with the JLS suggestions. | 266 |
![]() | Line is longer than 80 characters. | 270 |
![]() | Utility classes should not have a public or default constructor. | 273 |
![]() | Missing a Javadoc comment. | 274 |
![]() | 'static' modifier out of order with the JLS suggestions. | 274 |
![]() | Missing a Javadoc comment. | 275 |
![]() | 'static' modifier out of order with the JLS suggestions. | 275 |
![]() | Missing a Javadoc comment. | 276 |
![]() | 'static' modifier out of order with the JLS suggestions. | 276 |
![]() | Missing a Javadoc comment. | 277 |
![]() | 'static' modifier out of order with the JLS suggestions. | 277 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line contains a tab character. | 24 |
![]() | Line is longer than 80 characters. | 25 |
![]() | Line is longer than 80 characters. | 32 |
![]() | Line is longer than 80 characters. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 80 characters. | 4 |
![]() | Line is longer than 80 characters. | 33 |
![]() | Line is longer than 80 characters. | 34 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 51 |
![]() | Line is longer than 80 characters. | 55 |
![]() | Unused @throws tag for 'IllegalArgumentException'. | 71 |
![]() | Line is longer than 80 characters. | 76 |