Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
4 7 41 1

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
1 Errors Error
MemberName 0 Errors Error
JavadocMethod 40 Warnings Warning
JavadocType 0 Errors Error
JavadocVariable 7 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/plugin/antrun/AbstractAntMojo.java

Violation Message Line
Warnings Expected @param tag for 'antTasks'. 56
Warnings Expected @param tag for 'mavenProject'. 56
Warnings Expected @throws tag for 'MojoExecutionException'. 57
Warnings Expected @param tag for 'antTasks'. 67
Warnings Expected @param tag for 'mavenProject'. 67
Warnings Expected @param tag for 'pluginArtifacts'. 67
Warnings Expected @throws tag for 'MojoExecutionException'. 68
Warnings Expected @param tag for 'artifacts'. 145
Warnings Expected @param tag for 'antProject'. 145
Warnings Expected @throws tag for 'DependencyResolutionRequiredException'. 146

org/apache/maven/plugin/antrun/AntPropertyHelper.java

Violation Message Line
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 49
Warnings Expected @param tag for 'project'. 56
Warnings Expected @param tag for 'l'. 56
Errors Line is longer than 120 characters. 63
Warnings Expected @param tag for 'exprEvaluator'. 67
Warnings Expected @param tag for 'l'. 67
Warnings Expected @param tag for 'exprEvaluator'. 77
Warnings Expected @param tag for 'artifacts'. 77
Warnings Expected @param tag for 'l'. 77
Warnings Expected an @return tag. 100
Warnings Expected @param tag for 'ns'. 100
Warnings Expected @param tag for 'name'. 100
Warnings Expected @param tag for 'user'. 100
Warnings Expected @param tag for 'ns'. 157
Warnings Expected @param tag for 'name'. 157
Warnings Expected @param tag for 'user'. 157
Warnings 'mavenProject' hides a field. 157
Warnings Expected @param tag for 'mavenProject'. 157

org/apache/maven/plugin/antrun/AntRunMojo.java

Violation Message Line
Warnings Expected @throws tag for 'MojoExecutionException'. 96

org/apache/maven/plugin/antrun/components/AntTargetConverter.java

Violation Message Line
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
Warnings Expected an @return tag. 55
Warnings Expected @param tag for 'type'. 55
Warnings Expected an @return tag. 63
Warnings Expected @param tag for 'converterLookup'. 63
Warnings Expected @param tag for 'configuration'. 63
Warnings Expected @param tag for 'type'. 63
Warnings Expected @param tag for 'baseType'. 64
Warnings Expected @param tag for 'classLoader'. 64
Warnings Expected @param tag for 'expressionEvaluator'. 64
Warnings Expected @param tag for 'listener'. 65
Warnings Expected @throws tag for 'ComponentConfigurationException'. 66
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 116
Warnings Missing a Javadoc comment. 185