Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
8 6 11 13

Rules

Rules Violations Severity
LeftCurly
  • option : "nl"
0 error Error
RightCurly
  • option : "alone"
0 error Error
LineLength
  • ignorePattern : "@version|@see|@todo|TODO"
  • max : "120"
0 error Error
MemberName 0 error Error
JavadocMethod 10 warning Warning
JavadocType 0 error Error
JavadocVariable 6 info Info
ConstantName 1 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 0 error Error
MethodName 0 error Error
PackageName 0 error Error
ParameterName 0 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
RegexpHeader
  • headerFile : "/Users/brett/scm/codehaus/mojo/jpox-maven-plugin/target/checkout/target/checkstyle-header.txt"
8 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 1 error Error
FileLength 0 error Error
MethodLength 0 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad
  • option : "space"
0 error Error
OperatorWrap 0 error Error
ParenPad
  • option : "space"
0 error Error
TabCharacter 0 error Error
WhitespaceAfter 0 error Error
WhitespaceAround 0 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock
  • option : "text"
0 error Error
NeedBraces 3 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField
  • ignoreConstructorParameter : "true"
  • ignoreSetter : "true"
1 warning Warning
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MagicNumber 0 error Error
MissingSwitchDefault 0 error Error
RedundantThrows 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier
  • protectedAllowed : "true"
0 error Error
UpperEll 0 error Error

Details

org/codehaus/mojo/jpox/JpoxSchemaDatabaseInfoMojo.java

Violation Message Line
error Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
info Missing a Javadoc comment. 41

org/codehaus/mojo/jpox/JpoxSchemaInfoMojo.java

Violation Message Line
error Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
info Missing a Javadoc comment. 40

org/codehaus/mojo/jpox/JpoxSchemaDeleteMojo.java

Violation Message Line
error Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
info Missing a Javadoc comment. 38

org/codehaus/mojo/jpox/JpoxSchemaValidateMojo.java

Violation Message Line
error Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
info Missing a Javadoc comment. 40

org/codehaus/mojo/jpox/AbstractJpoxMojo.java

Violation Message Line
error Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
warning Missing a Javadoc comment. 75
error 'if' construct must use '{}'s. 77
warning Expected an @return tag. 110
warning Expected @throws tag for 'MojoExecutionException'. 110
warning 'pluginArtifacts' hides a field. 165
warning Expected @param tag for 'pluginArtifacts'. 165
warning Expected @param tag for 'log4jProperties'. 165
warning Expected @param tag for 'files'. 165
warning Expected @throws tag for 'CommandLineException'. 166
warning Expected @throws tag for 'MojoExecutionException'. 166

org/codehaus/mojo/jpox/JpoxEnhancerMojo.java

Violation Message Line
error Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
info Missing a Javadoc comment. 45
warning Expected @throws tag for 'MojoExecutionException'. 70

org/codehaus/mojo/jpox/JpoxSchemaCreateMojo.java

Violation Message Line
error Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
info Missing a Javadoc comment. 37

org/codehaus/mojo/jpox/AbstractJpoxSchemaMojo.java

Violation Message Line
error Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
error Unused import - org.jpox.SchemaTool. 30
error Name 'requiredProperties' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 114
warning Expected @throws tag for 'MojoExecutionException'. 153
error 'if' construct must use '{}'s. 178
error 'if' construct must use '{}'s. 185