The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
10 | 0 | 60 | 0 |
Rules | Violations | Severity |
---|---|---|
FileContentsHolder | 0 | ![]() |
JavadocStyle | 0 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 2 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
LineLength
| 3 | ![]() |
MethodLength
| 0 | ![]() |
ParameterNumber
| 1 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter
| 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 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 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows
| 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 0 | Ignore |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 5 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 49 | ![]() |
TodoComment | 0 | Ignore |
UpperEll | 0 | ![]() |
BooleanExpressionComplexity | 0 | ![]() |
ClassDataAbstractionCoupling | 0 | ![]() |
ClassFanOutComplexity | 0 | ![]() |
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 configurationBuilder should be final. | 14 |
![]() | Parameter specificationLoader should be final. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Parameter flag should be final. | 17 |
![]() | Parameter cmdLine should be final. | 21 |
![]() | Parameter options should be final. | 21 |
![]() | Parameter configurationBuilder should be final. | 62 |
![]() | Parameter configurationLoader should be final. | 73 |
Violation | Message | Line |
---|---|---|
![]() | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 16 |
![]() | Variable 'configDir' must be private and have accessor methods. | 19 |
![]() | Parameter configDir should be final. | 21 |
![]() | Parameter args should be final. | 26 |
![]() | Parameter args should be final. | 39 |
![]() | Parameter parameters should be final. | 61 |
![]() | Parameter configurationBuilder should be final. | 69 |
Violation | Message | Line |
---|---|---|
![]() | Parameter args should be final. | 15 |
![]() | Line is longer than 120 characters. | 33 |
![]() | Parameter driver should be final. | 33 |
![]() | Parameter url should be final. | 33 |
![]() | Parameter user should be final. | 33 |
![]() | Parameter password should be final. | 33 |
Violation | Message | Line |
---|---|---|
![]() | Name 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 18 |
![]() | Variable 'configDir' must be private and have accessor methods. | 21 |
![]() | Variable 'export' must be private and have accessor methods. | 22 |
![]() | Variable 'create' must be private and have accessor methods. | 23 |
![]() | Variable 'drop' must be private and have accessor methods. | 24 |
![]() | Parameter configDir should be final. | 26 |
![]() | Parameter export should be final. | 26 |
![]() | Parameter create should be final. | 27 |
![]() | Parameter drop should be final. | 27 |
![]() | Parameter args should be final. | 35 |
![]() | Parameter args should be final. | 47 |
![]() | Line is longer than 120 characters. | 50 |
![]() | Parameter parameters should be final. | 77 |
Violation | Message | Line |
---|---|---|
![]() | Parameter dialect should be final. | 9 |
![]() | Parameter driver should be final. | 23 |
![]() | Parameter user should be final. | 23 |
![]() | Parameter password should be final. | 23 |
![]() | Parameter dialect should be final. | 23 |
Violation | Message | Line |
---|---|---|
![]() | More than 5 parameters. | 18 |
![]() | Parameter shortOpt should be final. | 18 |
![]() | Parameter longOpt should be final. | 19 |
![]() | Parameter hasArg should be final. | 19 |
![]() | Parameter description should be final. | 19 |
![]() | Parameter optionality should be final. | 19 |
![]() | Parameter shortOpt should be final. | 27 |
![]() | Parameter longOpt should be final. | 28 |
![]() | Parameter hasArg should be final. | 28 |
![]() | Parameter description should be final. | 28 |
![]() | Parameter programName should be final. | 34 |
![]() | Parameter options should be final. | 34 |
![]() | Parameter args should be final. | 34 |
![]() | Parameter programName should be final. | 46 |
![]() | Parameter options should be final. | 46 |
![]() | Line is longer than 120 characters. | 51 |
![]() | Parameter options should be final. | 55 |
![]() | Parameter options should be final. | 59 |
![]() | Parameter optionality should be final. | 59 |
Violation | Message | Line |
---|---|---|
![]() | Parameter file should be final. | 9 |