The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 17 | 0 | 0 | 95 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 0 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
JavadocMethod
| 47 | |
| JavadocType | 0 | |
| JavadocVariable | 2 | |
| JavadocStyle | 0 | |
| ConstantName | 2 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
RegexpHeader
| 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
| FileLength | 0 | |
LineLength
| 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
NoWhitespaceAfter
| 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 4 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 6 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 23 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 0 | |
| ArrayTypeStyle | 8 | |
GenericIllegalRegexp
| 1 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.shale.util.TokenProcessor. | 20 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 113 | |
| Redundant throws: 'EvaluationException' is unchecked exception. | 114 | |
| Redundant throws: 'PropertyNotFoundException' is subclass of 'EvaluationException'. | 114 | |
| Redundant throws: 'PropertyNotFoundException' is unchecked exception. | 114 | |
| Expected an @return tag. | 201 | |
| Redundant throws: 'EvaluationException' is unchecked exception. | 202 | |
| Redundant throws: 'PropertyNotFoundException' is subclass of 'EvaluationException'. | 202 | |
| Redundant throws: 'PropertyNotFoundException' is unchecked exception. | 202 | |
| Expected an @return tag. | 234 | |
| Redundant throws: 'EvaluationException' is unchecked exception. | 235 | |
| Redundant throws: 'PropertyNotFoundException' is subclass of 'EvaluationException'. | 235 | |
| Redundant throws: 'PropertyNotFoundException' is unchecked exception. | 235 | |
| Expected an @return tag. | 289 | |
| Redundant throws: 'EvaluationException' is unchecked exception. | 290 | |
| Redundant throws: 'PropertyNotFoundException' is subclass of 'EvaluationException'. | 290 | |
| Redundant throws: 'PropertyNotFoundException' is unchecked exception. | 290 | |
| Redundant throws: 'EvaluationException' is unchecked exception. | 315 | |
| Redundant throws: 'PropertyNotFoundException' is subclass of 'EvaluationException'. | 315 | |
| Redundant throws: 'PropertyNotFoundException' is unchecked exception. | 315 | |
| Expected an @return tag. | 338 | |
| Redundant throws: 'EvaluationException' is unchecked exception. | 339 | |
| Redundant throws: 'PropertyNotFoundException' is subclass of 'EvaluationException'. | 339 | |
| Redundant throws: 'PropertyNotFoundException' is unchecked exception. | 339 | |
| Expected an @return tag. | 362 | |
| Redundant throws: 'EvaluationException' is unchecked exception. | 363 | |
| Redundant throws: 'PropertyNotFoundException' is subclass of 'EvaluationException'. | 363 | |
| Redundant throws: 'PropertyNotFoundException' is unchecked exception. | 363 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| Expected an @return tag. | 89 | |
| Expected an @return tag. | 122 | |
| Expected an @return tag. | 159 | |
| Expected an @return tag. | 298 | |
| Expected an @return tag. | 329 | |
| Expected an @return tag. | 361 | |
| '3' is a magic number. | 362 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 63 | |
| Expected an @return tag. | 84 | |
| Expected an @return tag. | 109 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 277 | |
| Expected an @return tag. | 298 | |
| Expected an @return tag. | 317 | |
| Expected an @return tag. | 343 | |
| Expected an @return tag. | 369 | |
| Missing a Javadoc comment. | 397 | |
| Missing a Javadoc comment. | 398 | |
| Missing a Javadoc comment. | 400 | |
| Missing a Javadoc comment. | 401 | |
| Array brackets at illegal position. | 401 | |
| Missing a Javadoc comment. | 404 | |
| Missing a Javadoc comment. | 405 | |
| Line has trailing spaces. | 411 | |
| Expected an @return tag. | 417 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 58 | |
| Array brackets at illegal position. | 66 | |
| Array brackets at illegal position. | 75 | |
| Expected an @return tag. | 142 | |
| Array brackets at illegal position. | 142 | |
| '0xf0' is a magic number. | 146 | |
| '4' is a magic number. | 146 | |
| '16' is a magic number. | 146 | |
| '0x0f' is a magic number. | 147 | |
| '16' is a magic number. | 147 |
| Violation | Message | Line |
|---|---|---|
| Array brackets at illegal position. | 129 | |
| Expected an @return tag. | 146 | |
| Redundant throws: 'EvaluationException' is unchecked exception. | 147 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 56 | |
| Expected an @return tag. | 87 | |
| Expected an @return tag. | 110 | |
| Expected an @return tag. | 165 | |
| Array brackets at illegal position. | 174 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.shale.component.Token. | 25 | |
| Expected an @return tag. | 70 | |
| Expected an @return tag. | 78 | |
| Expected an @return tag. | 102 | |
| Expected an @return tag. | 127 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 144 | |
| Expected an @return tag. | 175 | |
| Expected an @return tag. | 204 | |
| Expected an @return tag. | 219 | |
| Array brackets at illegal position. | 219 | |
| Expected an @return tag. | 233 | |
| '+' should be on a new line. | 240 | |
| Expected an @return tag. | 258 | |
| Array brackets at illegal position. | 258 | |
| Expected an @return tag. | 282 | |
| '+' should be on a new line. | 300 | |
| Expected an @return tag. | 316 |
| Violation | Message | Line |
|---|---|---|
| Name 'defaultLocale' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 104 | |
| Expected an @return tag. | 120 | |
| Expected an @return tag. | 148 | |
| Redundant throws: 'IllegalStateException' is unchecked exception. | 148 | |
| '+' should be on a new line. | 167 | |
| '+' should be on a new line. | 168 | |
| Expected an @return tag. | 304 |