The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 176 | 109 | 208 | 0 |
| Rules | Violations | Severity |
|---|---|---|
| JavadocMethod | 0 | Ignore |
| JavadocType | 0 | |
| JavadocVariable | 0 | Ignore |
| JavadocStyle | 1 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 0 | Ignore |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | Ignore |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 36 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 1 | |
| RightCurly | 0 | Ignore |
| AvoidInlineConditionals | 8 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 109 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 11 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 69 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 6 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 52 | |
GenericIllegalRegexp
| 0 | Ignore |
| TodoComment | 24 | |
| UpperEll | 0 | |
| PackageHtml | 0 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Method 'createBinaryDecoder' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Parameter encoding should be final. | 55 | |
| Method 'createStringDecoder' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter encoding should be final. | 71 |
| Violation | Message | Line |
|---|---|---|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Method 'setLevel' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| 'level' hides a field. | 228 | |
| Comment matches to-do format 'TODO:'. | 237 |
| Violation | Message | Line |
|---|---|---|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| 'calAddress' hides a field. | 167 |
| Violation | Message | Line |
|---|---|---|
| 'periods' hides a field. | 176 | |
| 'periods' hides a field. | 186 | |
| Parameter timezone should be final. | 254 |
| Violation | Message | Line |
|---|---|---|
| 'start' hides a field. | 95 | |
| 'end' hides a field. | 95 | |
| 'start' hides a field. | 116 | |
| 'duration' hides a field. | 116 | |
| Parameter inclusive should be final. | 173 | |
| Parameter period should be final. | 326 | |
| Method 'setUtc' is not designed for extension - needs to be abstract, final or empty. | 374 | |
| Parameter utc should be final. | 374 | |
| Avoid inline conditionals. | 469 |
| Violation | Message | Line |
|---|---|---|
| Parameter value should be final. | 148 | |
| 'calAddress' hides a field. | 230 |
| Violation | Message | Line |
|---|---|---|
| Parameter pid should be final. | 61 | |
| 'pid' hides a field. | 61 | |
| Parameter hostAddress should be final. | 68 | |
| 'hostAddress' hides a field. | 68 | |
| Parameter pid should be final. | 68 | |
| 'pid' hides a field. | 68 | |
| Method 'generateUid' is not designed for extension - needs to be abstract, final or empty. | 76 |
| Violation | Message | Line |
|---|---|---|
| 'minVersion' hides a field. | 127 | |
| 'maxVersion' hides a field. | 127 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 163 | |
| Method 'setMaxVersion' is not designed for extension - needs to be abstract, final or empty. | 194 | |
| 'maxVersion' hides a field. | 194 | |
| Method 'setMinVersion' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| 'minVersion' hides a field. | 201 | |
| Comment matches to-do format 'TODO:'. | 210 |
| Violation | Message | Line |
|---|---|---|
| 'day' hides a field. | 91 | |
| 'offset' hides a field. | 91 | |
| 'offset' hides a field. | 102 | |
| '6' is a magic number. | 157 |
| Violation | Message | Line |
|---|---|---|
| '4' is a magic number. | 99 | |
| '3' is a magic number. | 103 |
| Violation | Message | Line |
|---|---|---|
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. | 90 |
| Violation | Message | Line |
|---|---|---|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| 'name' hides a field. | 141 | |
| 'name' hides a field. | 150 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 197 | |
| Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| Parameter period should be final. | 225 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 204 |
| Violation | Message | Line |
|---|---|---|
| Parameter timezone should be final. | 112 | |
| Parameter value should be final. | 133 | |
| Parameter timezone should be final. | 133 |
| Violation | Message | Line |
|---|---|---|
| Variable 'calendar' must be private and have accessor methods. | 84 | |
| Variable 'component' must be private and have accessor methods. | 86 | |
| Variable 'subComponent' must be private and have accessor methods. | 88 | |
| Variable 'property' must be private and have accessor methods. | 90 | |
| 'parser' hides a field. | 104 | |
| 'registry' hides a field. | 112 | |
| 'parser' hides a field. | 122 | |
| 'registry' hides a field. | 123 | |
| Method 'build' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| Method 'build' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Method 'build' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| Method 'endComponent' is not designed for extension - needs to be abstract, final or empty. | 184 | |
| Method 'endProperty' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| Method 'parameter' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| Method 'propertyValue' is not designed for extension - needs to be abstract, final or empty. | 269 | |
| Method 'startCalendar' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| Method 'startComponent' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| Method 'startProperty' is not designed for extension - needs to be abstract, final or empty. | 307 |
| Violation | Message | Line |
|---|---|---|
| 'latitude' hides a field. | 170 | |
| 'longitude' hides a field. | 170 | |
| 'latitude' hides a field. | 181 | |
| 'longitude' hides a field. | 182 | |
| 'latitude' hides a field. | 223 | |
| 'longitude' hides a field. | 230 | |
| Comment matches to-do format 'TODO:'. | 239 |
| Violation | Message | Line |
|---|---|---|
| Parameter param should be final. | 113 | |
| Parameter parameters should be final. | 113 |
| Violation | Message | Line |
|---|---|---|
| 'property' hides a field. | 60 | |
| 'property' hides a field. | 70 | |
| 'matchEquals' hides a field. | 70 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 98 |
| Violation | Message | Line |
|---|---|---|
| Method 'createParser' is not designed for extension - needs to be abstract, final or empty. | 47 |
| Violation | Message | Line |
|---|---|---|
| Parameter properties should be final. | 69 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 |
| Violation | Message | Line |
|---|---|---|
| 'offset' hides a field. | 123 | |
| Comment matches to-do format 'TODO:'. | 132 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 |
| Violation | Message | Line |
|---|---|---|
| '-53' is a magic number. | 86 | |
| '53' is a magic number. | 86 | |
| '-366' is a magic number. | 115 | |
| '366' is a magic number. | 115 | |
| '-31' is a magic number. | 144 | |
| '31' is a magic number. | 144 |
| Violation | Message | Line |
|---|---|---|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Comment matches to-do format 'TODO:'. | 129 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 46 | |
| Line contains a tab character. | 47 | |
| Line contains a tab character. | 48 |
| Violation | Message | Line |
|---|---|---|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| Comment matches to-do format 'TODO:'. | 172 |
| Violation | Message | Line |
|---|---|---|
| Parameter timezone should be final. | 125 | |
| Parameter value should be final. | 146 | |
| Parameter timezone should be final. | 146 |
| Violation | Message | Line |
|---|---|---|
| 'lineNo' hides a field. | 51 | |
| 'lineNo' hides a field. | 60 | |
| 'lineNo' hides a field. | 71 |
| Violation | Message | Line |
|---|---|---|
| 'validating' hides a field. | 67 | |
| 'validating' hides a field. | 75 | |
| 'foldLength' hides a field. | 75 | |
| 'validating' hides a field. | 127 |
| Violation | Message | Line |
|---|---|---|
| 'observances' hides a field. | 154 | |
| 'observances' hides a field. | 165 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| Parameter arg0 should be final. | 285 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 298 | |
| Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 307 |
| Violation | Message | Line |
|---|---|---|
| Variable 'factories' must be private and have accessor methods. | 49 | |
| Method 'allowIllegalNames' is not designed for extension - needs to be abstract, final or empty. | 61 |
| Violation | Message | Line |
|---|---|---|
| Method 'getComponents' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Method 'getComponent' is not designed for extension - needs to be abstract, final or empty. | 90 |
| Violation | Message | Line |
|---|---|---|
| 'uri' hides a field. | 154 | |
| Comment matches to-do format 'TODO:'. | 163 |
| Violation | Message | Line |
|---|---|---|
| 'percentage' hides a field. | 111 | |
| Comment matches to-do format 'TODO:'. | 120 |
| Violation | Message | Line |
|---|---|---|
| 'time' hides a field. | 112 | |
| 'timezone' hides a field. | 156 | |
| Parameter value should be final. | 197 | |
| Parameter format should be final. | 197 | |
| Parameter tz should be final. | 197 | |
| 'time' hides a field. | 212 | |
| 'timezone' hides a field. | 246 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 289 | |
| Comment matches to-do format 'TODO:'. | 290 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 301 |
| Violation | Message | Line |
|---|---|---|
| Parameter stream should be final. | 545 |
| Violation | Message | Line |
|---|---|---|
| 'duration' hides a field. | 171 | |
| 'duration' hides a field. | 180 | |
| 'duration' hides a field. | 281 |
| Violation | Message | Line |
|---|---|---|
| 'duration' hides a field. | 114 | |
| 'duration' hides a field. | 123 | |
| 'duration' hides a field. | 166 | |
| Comment matches to-do format 'TODO:'. | 175 |
| Violation | Message | Line |
|---|---|---|
| 'foldLength' hides a field. | 67 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 160 |
| Violation | Message | Line |
|---|---|---|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 106 |
| Violation | Message | Line |
|---|---|---|
| Method 'setDateTime' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Method 'setTimeZone' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Parameter timezone should be final. | 87 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 95 |
| Violation | Message | Line |
|---|---|---|
| Parameter utc should be final. | 74 | |
| 'utc' hides a field. | 74 | |
| Avoid inline conditionals. | 75 | |
| Parameter utc should be final. | 93 | |
| 'utc' hides a field. | 93 | |
| Avoid inline conditionals. | 94 | |
| Parameter utc should be final. | 112 | |
| 'utc' hides a field. | 112 | |
| Avoid inline conditionals. | 113 |
| Violation | Message | Line |
|---|---|---|
| 'dates' hides a field. | 79 | |
| 'dates' hides a field. | 89 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 114 | |
| Method 'setTimeZone' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| 'timezone' hides a field. | 122 |
| Violation | Message | Line |
|---|---|---|
| 'weeks' hides a field. | 164 | |
| 'days' hides a field. | 180 | |
| 'hours' hides a field. | 180 | |
| 'minutes' hides a field. | 180 | |
| 'seconds' hides a field. | 181 | |
| Parameter start should be final. | 204 | |
| Parameter end should be final. | 204 | |
| Parameter duration should be final. | 310 | |
| Avoid inline conditionals. | 323 | |
| Avoid inline conditionals. | 352 | |
| 'if' construct must use '{}'s. | 396 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 444 | |
| Parameter obj should be final. | 444 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 454 | |
| Parameter stream should be final. | 506 |
| Violation | Message | Line |
|---|---|---|
| Method 'createRegistry' is not designed for extension - needs to be abstract, final or empty. | 47 |
| Violation | Message | Line |
|---|---|---|
| 'resourcePrefix' hides a field. | 91 |
| Violation | Message | Line |
|---|---|---|
| Parameter timezone should be final. | 146 | |
| Parameter value should be final. | 167 | |
| Parameter timezone should be final. | 167 |
| Violation | Message | Line |
|---|---|---|
| 'description' hides a field. | 195 | |
| 'exData' hides a field. | 202 | |
| 'statusCode' hides a field. | 209 |
| Violation | Message | Line |
|---|---|---|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| Comment matches to-do format 'TODO:'. | 169 |
| Violation | Message | Line |
|---|---|---|
| 'components' hides a field. | 144 | |
| Parameter c should be final. | 162 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 251 |
| Violation | Message | Line |
|---|---|---|
| 'vTimeZone' hides a field. | 62 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 92 | |
| Line contains a tab character. | 94 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 51 |
| Violation | Message | Line |
|---|---|---|
| 'uri' hides a field. | 154 | |
| Comment matches to-do format 'TODO:'. | 163 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 79 | |
| Avoid inline conditionals. | 161 | |
| '10' is a magic number. | 206 | |
| '100' is a magic number. | 241 | |
| Comment matches to-do format 'TODO:'. | 307 | |
| Parameter stream should be final. | 318 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 |
| Violation | Message | Line |
|---|---|---|
| 'rules' hides a field. | 83 | |
| 'type' hides a field. | 83 | |
| 'rules' hides a field. | 164 |
| Violation | Message | Line |
|---|---|---|
| Variable 'timezone' must be private and have accessor methods. | 68 | |
| Parameter timezone should be final. | 90 | |
| 'timezone' hides a field. | 90 | |
| 'date' hides a field. | 107 | |
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| Method 'setTimeZone' is not designed for extension - needs to be abstract, final or empty. | 156 | |
| 'timezone' hides a field. | 156 | |
| 'timezone' hides a field. | 167 | |
| Method 'validate' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 277 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 155 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 |
| Violation | Message | Line |
|---|---|---|
| 'recur' hides a field. | 118 | |
| Comment matches to-do format 'TODO:'. | 127 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 166 |
| Violation | Message | Line |
|---|---|---|
| 'offset' hides a field. | 124 | |
| Parameter stream should be final. | 182 |
| Violation | Message | Line |
|---|---|---|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| Comment matches to-do format 'TODO:'. | 174 |
| Violation | Message | Line |
|---|---|---|
| Parameter components should be final. | 69 |
| Violation | Message | Line |
|---|---|---|
| 'precision' hides a field. | 64 | |
| 'precision' hides a field. | 77 | |
| 'precision' hides a field. | 85 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| Method 'setTime' is not designed for extension - needs to be abstract, final or empty. | 120 |
| Violation | Message | Line |
|---|---|---|
| 'frequency' hides a field. | 213 | |
| 'until' hides a field. | 213 | |
| 'frequency' hides a field. | 224 | |
| 'count' hides a field. | 224 | |
| 'weekStartDay' hides a field. | 365 | |
| Avoid inline conditionals. | 606 | |
| 'count' hides a field. | 1061 | |
| 'frequency' hides a field. | 1070 | |
| 'interval' hides a field. | 1078 | |
| 'until' hides a field. | 1085 | |
| Parameter stream should be final. | 1095 |
| Violation | Message | Line |
|---|---|---|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| 'binary' hides a field. | 283 | |
| 'uri' hides a field. | 292 | |
| Parameter stream should be final. | 303 |
| Violation | Message | Line |
|---|---|---|
| 'offset' hides a field. | 115 | |
| Comment matches to-do format 'TODO:'. | 124 |
| Violation | Message | Line |
|---|---|---|
| Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 203 | |
| Comment matches to-do format 'TODO:'. | 220 |
| Violation | Message | Line |
|---|---|---|
| Method 'createBinaryEncoder' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| Parameter encoding should be final. | 55 | |
| Method 'createStringEncoder' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| Parameter encoding should be final. | 71 |
| Violation | Message | Line |
|---|---|---|
| 'type' hides a field. | 131 | |
| 'utc' hides a field. | 243 | |
| 'timeZone' hides a field. | 259 |
| Violation | Message | Line |
|---|---|---|
| Parameter utc should be final. | 67 | |
| 'utc' hides a field. | 67 | |
| 'utc' hides a field. | 264 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 53 |
| Violation | Message | Line |
|---|---|---|
| Comment matches to-do format 'TODO:'. | 120 |
| Violation | Message | Line |
|---|---|---|
| Parameter timezone should be final. | 123 | |
| Parameter value should be final. | 143 | |
| Parameter timezone should be final. | 143 |
| Violation | Message | Line |
|---|---|---|
| Method 'isCalendarProperty' is not designed for extension - needs to be abstract, final or empty. | 250 | |
| 'name' hides a field. | 286 | |
| 'name' hides a field. | 295 | |
| Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 348 |
| Violation | Message | Line |
|---|---|---|
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 50 | |
| Line contains a tab character. | 51 | |
| Line contains a tab character. | 52 |
| Violation | Message | Line |
|---|---|---|
| 'period' hides a field. | 54 |
| Violation | Message | Line |
|---|---|---|
| 'alarms' hides a field. | 246 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 658 | |
| Parameter arg0 should be final. | 658 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 669 | |
| Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 678 |
| Violation | Message | Line |
|---|---|---|
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| Parameter arg0 should be final. | 483 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 494 | |
| Method 'copy' is not designed for extension - needs to be abstract, final or empty. | 503 |