Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
5 0 32 33

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
25 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
32 Warnings Warning
JavadocType
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
0 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 3 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"
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"
5 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/plugin/ant/AntBuildWriter.java

Violation Message Line
Warnings Expected @param tag for 'project'. 103
Warnings Expected @param tag for 'artifactResolverWrapper'. 103
Warnings Expected @param tag for 'settings'. 103
Warnings Expected @param tag for 'overwrite'. 104
Warnings Expected @param tag for 'executionProperties'. 104
Warnings Expected @throws tag for 'IOException'. 120
Warnings Expected @throws tag for 'IOException'. 133
Errors Line is longer than 120 characters. 150
Errors Line is longer than 120 characters. 156
Errors Line is longer than 120 characters. 176
Errors Line is longer than 120 characters. 177
Errors Line is longer than 120 characters. 183
Errors Line is longer than 120 characters. 191
Errors Line is longer than 120 characters. 452
Errors Line is longer than 120 characters. 469
Errors Line is longer than 120 characters. 481
Errors Line is longer than 120 characters. 500
Errors Line is longer than 120 characters. 512
Errors Method length is 155 lines (max allowed is 150). 813
Errors '35' is a magic number. 954
Errors '35' is a magic number. 954
Errors '79' is a magic number. 962
Errors Line is longer than 120 characters. 979
Errors Line is longer than 120 characters. 995
Errors Line is longer than 120 characters. 1345

org/apache/maven/plugin/ant/AntBuildWriterUtil.java

Violation Message Line
Warnings Expected @param tag for 'compileSourceRoots'. 61
Warnings Expected @param tag for 'includes'. 87
Warnings Expected @param tag for 'excludes'. 87
Warnings Expected @param tag for 'writer'. 116
Errors '21' is a magic number. 121
Errors '21' is a magic number. 122
Warnings Expected @param tag for 'writer'. 142
Errors Method length is 239 lines (max allowed is 150). 172
Errors Line is longer than 120 characters. 217
Errors Line is longer than 120 characters. 232
Errors Line is longer than 120 characters. 428
Errors Line is longer than 120 characters. 508
Warnings Expected @param tag for 'mavenProject'. 576
Warnings Expected @param tag for 'mavenProject'. 589
Warnings Expected @param tag for 'mavenProject'. 598
Warnings Expected @param tag for 'mavenProject'. 607
Warnings Expected @param tag for 'mavenProject'. 616
Errors Line is longer than 120 characters. 639
Errors Line is longer than 120 characters. 661
Errors Line is longer than 120 characters. 684
Errors Line is longer than 120 characters. 706
Errors Line is longer than 120 characters. 729
Errors Line is longer than 120 characters. 751
Errors Line is longer than 120 characters. 959
Errors Method length is 172 lines (max allowed is 150). 970

org/apache/maven/plugin/ant/ArtifactResolverWrapper.java

Violation Message Line
Warnings Expected @param tag for 'resolver'. 82
Warnings Expected @param tag for 'factory'. 82
Warnings Expected @param tag for 'localRepository'. 83
Warnings Expected @param tag for 'remoteRepositories'. 83
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 93
Warnings Missing a Javadoc comment. 98
Warnings Missing a Javadoc comment. 103
Warnings Missing a Javadoc comment. 108
Warnings Missing a Javadoc comment. 113
Warnings Missing a Javadoc comment. 118
Warnings Missing a Javadoc comment. 123
Warnings Expected @param tag for 'groupId'. 138
Warnings Expected @param tag for 'artifactId'. 138
Warnings Expected @param tag for 'version'. 138