The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
64 | 0 | 104 | 0 |
Rules | Violations | Severity |
---|---|---|
FileContentsHolder | 0 | ![]() |
JavadocStyle | 5 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 2 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 1 | ![]() |
MethodName | 4 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
LineLength
| 52 | ![]() |
MethodLength
| 1 | ![]() |
ParameterNumber
| 1 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter
| 0 | ![]() |
ParenPad | 1 | ![]() |
TypecastParenPad | 0 | ![]() |
ModifierOrder | 2 | ![]() |
RedundantModifier | 3 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows
| 1 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 0 | Ignore |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 12 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 14 | ![]() |
TodoComment | 0 | Ignore |
UpperEll | 0 | ![]() |
BooleanExpressionComplexity | 0 | ![]() |
ClassDataAbstractionCoupling | 2 | ![]() |
ClassFanOutComplexity | 2 | ![]() |
CyclomaticComplexity | 0 | ![]() |
JavaNCSS | 0 | ![]() |
NPathComplexity | 0 | ![]() |
AnonInnerLength | 0 | ![]() |
DefaultComesLast | 0 | ![]() |
CovariantEquals | 0 | ![]() |
FallThrough | 0 | ![]() |
IllegalCatch | 0 | Ignore |
IllegalThrows | 0 | ![]() |
ModifiedControlVariable | 0 | ![]() |
MultipleStringLiterals | 0 | Ignore |
NestedIfDepth
| 0 | ![]() |
NestedTryDepth
| 0 | ![]() |
PackageDeclaration | 0 | ![]() |
StringLiteralEquality | 0 | ![]() |
SuperFinalize | 0 | ![]() |
NewlineAtEndOfFile | 0 | Ignore |
Translation | 0 | ![]() |
SeverityMatchFilter | 0 | ![]() |
SuppressionFilter | 0 | ![]() |
SuppressionCommentFilter | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Parameter cls should be final. | 28 |
![]() | Parameter resource should be final. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Parameter servletRequest should be final. | 17 |
![]() | Parameter servletResponse should be final. | 18 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 26 |
![]() | ')' is preceded with whitespace. | 34 |
Violation | Message | Line |
---|---|---|
![]() | Unclosed HTML tag found: <tt>web.xml<tt> file. | 15 |
Violation | Message | Line |
---|---|---|
![]() | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 31 |
![]() | Line is longer than 120 characters. | 86 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Class Data Abstraction Coupling is 11 (max allowed is 7) classes [ArrayList, Attribute, Element, ElementBuilderXom, ResourceContext, TableColumnFacetDisabling, TableColumnFacetFacetType, TableColumnFacetHiding, TableColumnFacetImplementation, TableColumnFacetValidating, XhtmlRendererXom]. | 56 |
![]() | Class Fan-Out Complexity is 40 (max allowed is 20). | 56 |
![]() | 'static' modifier out of order with the JLS suggestions. | 58 |
![]() | Variable 'xhtmlRenderer' must be private and have accessor methods. | 65 |
![]() | Variable 'elementBuilder' must be private and have accessor methods. | 66 |
![]() | Variable 'httpHeaders' must be private and have accessor methods. | 69 |
![]() | Variable 'uriInfo' must be private and have accessor methods. | 72 |
![]() | Variable 'request' must be private and have accessor methods. | 75 |
![]() | Variable 'httpServletRequest' must be private and have accessor methods. | 78 |
![]() | Variable 'httpServletResponse' must be private and have accessor methods. | 81 |
![]() | Variable 'securityContext' must be private and have accessor methods. | 84 |
![]() | Line is longer than 120 characters. | 95 |
![]() | Line is longer than 120 characters. | 139 |
![]() | Line is longer than 120 characters. | 162 |
![]() | Redundant throws: 'IllegalArgumentException' is unchecked exception. | 163 |
![]() | Name 'dt_dd' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 |
![]() | Line is longer than 120 characters. | 200 |
![]() | Line is longer than 120 characters. | 211 |
![]() | Parameter reason should be final. | 235 |
![]() | Parameter reason should be final. | 243 |
![]() | Parameter reason should be final. | 247 |
![]() | Parameter reason should be final. | 255 |
![]() | Parameter reason should be final. | 263 |
Violation | Message | Line |
---|---|---|
![]() | Class Data Abstraction Coupling is 27 (max allowed is 7) classes [ArrayList, Element, NakedObject, NakedObjectAction, TableColumnNakedObjectActionInvoke, TableColumnNakedObjectActionName, TableColumnNakedObjectActionParamCount, TableColumnNakedObjectActionRealTarget, TableColumnNakedObjectActionReturnType, TableColumnNakedObjectActionType, TableColumnNakedObjectAssociationType, TableColumnNakedObjectMemberDisabled, TableColumnNakedObjectMemberDisabledReason, TableColumnNakedObjectMemberHidden, TableColumnOneToManyAssociationAccess, TableColumnOneToManyAssociationAddTo, TableColumnOneToManyAssociationInvalidReason, TableColumnOneToManyAssociationName, TableColumnOneToManyAssociationRemoveFrom, TableColumnOneToOneAssociationAccess, TableColumnOneToOneAssociationClear, TableColumnOneToOneAssociationInvalidReason, TableColumnOneToOneAssociationModify, TableColumnOneToOneAssociationName, TableColumnOneToOneAssociationParseable, WebApplicationException, XhtmlTemplate]. | 65 |
![]() | Class Fan-Out Complexity is 44 (max allowed is 20). | 65 |
![]() | Line is longer than 120 characters. | 114 |
![]() | Line is longer than 120 characters. | 115 |
![]() | Line is longer than 120 characters. | 117 |
![]() | Line is longer than 120 characters. | 118 |
![]() | Line is longer than 120 characters. | 137 |
![]() | Line is longer than 120 characters. | 138 |
![]() | Line is longer than 120 characters. | 139 |
![]() | Line is longer than 120 characters. | 167 |
![]() | Line is longer than 120 characters. | 168 |
![]() | Line is longer than 120 characters. | 169 |
![]() | Line is longer than 120 characters. | 215 |
![]() | Line is longer than 120 characters. | 254 |
![]() | Line is longer than 120 characters. | 298 |
![]() | Line is longer than 120 characters. | 331 |
![]() | Line is longer than 120 characters. | 338 |
![]() | Line is longer than 120 characters. | 376 |
![]() | Method length is 77 lines (max allowed is 50). | 400 |
![]() | Line is longer than 120 characters. | 425 |
![]() | Must have at least one statement. | 469 |
![]() | Parameter encodedStrings should be final. | 481 |
![]() | Name 'div_p' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 508 |
![]() | Line is longer than 120 characters. | 555 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 12 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 12 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 11 |
Violation | Message | Line |
---|---|---|
![]() | Parameter action should be final. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 11 |
Violation | Message | Line |
---|---|---|
![]() | 'static' modifier out of order with the JLS suggestions. | 19 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Line is longer than 120 characters. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 15 |
![]() | Line is longer than 120 characters. | 32 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 39 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 39 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 39 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 39 |
![]() | Line is longer than 120 characters. | 50 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 30 |
![]() | Line is longer than 120 characters. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 14 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 36 |
![]() | Line is longer than 120 characters. | 37 |
Violation | Message | Line |
---|---|---|
![]() | Line is longer than 120 characters. | 56 |
![]() | Parameter o1 should be final. | 71 |
![]() | Parameter o2 should be final. | 72 |
![]() | Line is longer than 120 characters. | 117 |
![]() | Line is longer than 120 characters. | 133 |
![]() | Line is longer than 120 characters. | 151 |
![]() | Line is longer than 120 characters. | 279 |
![]() | Line is longer than 120 characters. | 316 |
![]() | Line is longer than 120 characters. | 319 |
![]() | Line is longer than 120 characters. | 365 |
![]() | Line is longer than 120 characters. | 368 |
![]() | Line is longer than 120 characters. | 412 |
![]() | Line is longer than 120 characters. | 414 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'dt' must be private and have accessor methods. | 10 |
![]() | Variable 'dd' must be private and have accessor methods. | 11 |
Violation | Message | Line |
---|---|---|
![]() | More than 5 parameters. | 25 |
Violation | Message | Line |
---|---|---|
![]() | Redundant 'public' modifier. | 11 |
![]() | Redundant 'public' modifier. | 13 |
![]() | Redundant 'public' modifier. | 15 |