Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
100600

Rules

RulesViolationsSeverity
FileContentsHolder0Warnings Warning
JavadocStyle0Warnings Warning
ConstantName0Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName2Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
LineLength
  • max: "120"
  • tabWidth: "4"
3Warnings Warning
MethodLength
  • max: "50"
0Warnings Warning
ParameterNumber
  • max: "5"
1Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter
  • tokens: "BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
0Warnings Warning
ParenPad0Warnings Warning
TypecastParenPad0Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier0Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly0Warnings Warning
NeedBraces0Warnings Warning
RightCurly0Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MissingSwitchDefault0Warnings Warning
RedundantThrows
  • logLoadErrors: "true"
  • suppressLoadErrors: "true"
0Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension0 Ignore
FinalClass0Warnings Warning
HideUtilityClassConstructor0Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier5Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters49Warnings Warning
TodoComment0 Ignore
UpperEll0Warnings Warning
BooleanExpressionComplexity0Warnings Warning
ClassDataAbstractionCoupling0Warnings Warning
ClassFanOutComplexity0Warnings Warning
CyclomaticComplexity0Warnings Warning
JavaNCSS0Warnings Warning
NPathComplexity0Warnings Warning
AnonInnerLength0Warnings Warning
DefaultComesLast0Warnings Warning
CovariantEquals0Warnings Warning
FallThrough0Warnings Warning
IllegalCatch0 Ignore
IllegalThrows0Warnings Warning
ModifiedControlVariable0Warnings Warning
MultipleStringLiterals0 Ignore
NestedIfDepth
  • max: "2"
0Warnings Warning
NestedTryDepth
  • max: "2"
0Warnings Warning
PackageDeclaration0Warnings Warning
StringLiteralEquality0Warnings Warning
SuperFinalize0Warnings Warning
NewlineAtEndOfFile0 Ignore
Translation0Warnings Warning
SeverityMatchFilter0Warnings Warning
SuppressionFilter0Warnings Warning
SuppressionCommentFilter0Warnings Warning

Details

org/starobjects/jpa/tools/AbstractJpaTool.java

ViolationMessageLine
WarningsParameter configurationBuilder should be final.14
WarningsParameter specificationLoader should be final.24

org/starobjects/jpa/tools/AbstractTool.java

ViolationMessageLine
WarningsParameter flag should be final.17
WarningsParameter cmdLine should be final.21
WarningsParameter options should be final.21
WarningsParameter configurationBuilder should be final.62
WarningsParameter configurationLoader should be final.73

org/starobjects/jpa/tools/FixturesManager.java

ViolationMessageLine
WarningsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.16
WarningsVariable 'configDir' must be private and have accessor methods.19
WarningsParameter configDir should be final.21
WarningsParameter args should be final.26
WarningsParameter args should be final.39
WarningsParameter parameters should be final.61
WarningsParameter configurationBuilder should be final.69

org/starobjects/jpa/tools/Ping.java

ViolationMessageLine
WarningsParameter args should be final.15
WarningsLine is longer than 120 characters.33
WarningsParameter driver should be final.33
WarningsParameter url should be final.33
WarningsParameter user should be final.33
WarningsParameter password should be final.33

org/starobjects/jpa/tools/SchemaManager.java

ViolationMessageLine
WarningsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.18
WarningsVariable 'configDir' must be private and have accessor methods.21
WarningsVariable 'export' must be private and have accessor methods.22
WarningsVariable 'create' must be private and have accessor methods.23
WarningsVariable 'drop' must be private and have accessor methods.24
WarningsParameter configDir should be final.26
WarningsParameter export should be final.26
WarningsParameter create should be final.27
WarningsParameter drop should be final.27
WarningsParameter args should be final.35
WarningsParameter args should be final.47
WarningsLine is longer than 120 characters.50
WarningsParameter parameters should be final.77

org/starobjects/jpa/tools/internal/HibProperties.java

ViolationMessageLine
WarningsParameter dialect should be final.9
WarningsParameter driver should be final.23
WarningsParameter user should be final.23
WarningsParameter password should be final.23
WarningsParameter dialect should be final.23

org/starobjects/jpa/tools/internal/util/CmdLineUtil.java

ViolationMessageLine
WarningsMore than 5 parameters.18
WarningsParameter shortOpt should be final.18
WarningsParameter longOpt should be final.19
WarningsParameter hasArg should be final.19
WarningsParameter description should be final.19
WarningsParameter optionality should be final.19
WarningsParameter shortOpt should be final.27
WarningsParameter longOpt should be final.28
WarningsParameter hasArg should be final.28
WarningsParameter description should be final.28
WarningsParameter programName should be final.34
WarningsParameter options should be final.34
WarningsParameter args should be final.34
WarningsParameter programName should be final.46
WarningsParameter options should be final.46
WarningsLine is longer than 120 characters.51
WarningsParameter options should be final.55
WarningsParameter options should be final.59
WarningsParameter optionality should be final.59

org/starobjects/jpa/tools/internal/util/FileUtil.java

ViolationMessageLine
WarningsParameter file should be final.9

org/starobjects/jpa/tools/internal/util/StringUtil.java

ViolationMessageLine
WarningsParameter values should be final.7
WarningsParameter values should be final.16