Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
7 1 40 20

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
  • scope: "protected"
40 Warnings Warning
JavadocType
  • scope: "protected"
1 Errors Error
JavadocVariable
  • scope: "protected"
1 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"
6 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 5 Errors Error
ModifierOrder 7 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"
0 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
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/ant/tasks/AttachArtifactTask.java

Violation Message Line
Errors Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 105
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 115
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 125
Warnings Missing a Javadoc comment. 130

org/apache/maven/ant/tasks/DependencyFilesetsTask.java

Violation Message Line
Infos Missing a Javadoc comment. 48
Errors 'static' modifier out of order with the JLS suggestions. 48
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 85
Warnings Missing a Javadoc comment. 90
Warnings Missing a Javadoc comment. 125
Warnings Missing a Javadoc comment. 130
Warnings Missing a Javadoc comment. 135
Warnings Expected @param tag for 'prefix'. 147
Warnings Missing a Javadoc comment. 152
Warnings Missing a Javadoc comment. 157
Warnings Missing a Javadoc comment. 162
Warnings Missing a Javadoc comment. 167
Warnings Expected an @return tag. 178
Warnings Expected @param tag for 'artifacts'. 178

org/apache/maven/ant/tasks/support/SpecificScopesArtifactFilter.java

Violation Message Line
Errors '=' is not preceded with whitespace. 54
Errors '=' is not followed by whitespace. 54
Errors '<' is not preceded with whitespace. 54
Errors '<' is not followed by whitespace. 54
Errors ')' is not preceded with whitespace. 56
Errors ')' is not preceded with whitespace. 60
Errors ')' is not preceded with whitespace. 64
Errors ')' is not preceded with whitespace. 68
Errors ')' is not preceded with whitespace. 72
Warnings Missing a Javadoc comment. 79

org/apache/maven/ant/tasks/support/TypesArtifactFilter.java

Violation Message Line
Warnings Expected @param tag for 'types'. 42
Warnings Missing a Javadoc comment. 54

org/apache/maven/ant/tasks/support/VersionMapper.java

Violation Message Line
Warnings Missing a Javadoc comment. 44
Warnings Expected @param tag for 'from'. 71
Warnings Expected @param tag for 'to'. 82
Warnings Missing a Javadoc comment. 87

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

Violation Message Line
Errors 'static' modifier out of order with the JLS suggestions. 72
Errors 'static' modifier out of order with the JLS suggestions. 77
Errors 'static' modifier out of order with the JLS suggestions. 82
Errors 'static' modifier out of order with the JLS suggestions. 87
Errors 'static' modifier out of order with the JLS suggestions. 97
Errors 'static' modifier out of order with the JLS suggestions. 102
Warnings Expected @throws tag for 'MojoExecutionException'. 202
Warnings Expected @param tag for 'artifacts'. 309
Warnings Expected @param tag for 'antProject'. 309
Warnings Expected @throws tag for 'DependencyResolutionRequiredException'. 310
Warnings Expected @param tag for 'mavenProject'. 341
Warnings Expected @param tag for 'antProject'. 341
Errors '(' is not followed by whitespace. 355
Errors Line is longer than 120 characters. 362
Warnings Expected @param tag for 'artifact'. 421
Warnings Missing a Javadoc comment. 439
Errors '+' is not followed by whitespace. 487
Warnings Missing a Javadoc comment. 520

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

Violation Message Line
Warnings Missing a Javadoc comment. 38