The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
3 | 0 | 27 | 33 |
Files | I | W | E |
---|---|---|---|
org/apache/maven/plugin/ant/AntBuildWriter.java | 0 | 6 | 18 |
org/apache/maven/plugin/ant/AntBuildWriterUtil.java | 0 | 6 | 15 |
org/apache/maven/plugin/ant/ArtifactResolverWrapper.java | 0 | 15 | 0 |
Rules | Violations | Severity |
---|---|---|
LeftCurly
|
0 | Error |
RightCurly
|
0 | Error |
LineLength
|
25 | Error |
MemberName | 0 | Error |
JavadocMethod
|
27 | Warning |
JavadocType
|
0 | Error |
JavadocVariable
|
0 | Info |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
RegexpHeader
|
0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
FileLength | 0 | Error |
MethodLength | 3 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad
|
0 | Error |
OperatorWrap | 0 | Error |
ParenPad
|
0 | Error |
TabCharacter | 0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
|
0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
|
0 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
|
5 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
|
0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'project'. | 97 | |
Expected @param tag for 'artifactResolverWrapper'. | 97 | |
Expected @param tag for 'settings'. | 97 | |
Expected @param tag for 'overwrite'. | 98 | |
Expected @throws tag for 'IOException'. | 113 | |
Expected @throws tag for 'IOException'. | 126 | |
Line is longer than 120 characters. | 143 | |
Line is longer than 120 characters. | 149 | |
Line is longer than 120 characters. | 169 | |
Line is longer than 120 characters. | 170 | |
Line is longer than 120 characters. | 176 | |
Line is longer than 120 characters. | 184 | |
Line is longer than 120 characters. | 445 | |
Line is longer than 120 characters. | 462 | |
Line is longer than 120 characters. | 474 | |
Line is longer than 120 characters. | 493 | |
Line is longer than 120 characters. | 505 | |
Method length is 155 lines (max allowed is 150). | 766 | |
'35' is a magic number. | 907 | |
'35' is a magic number. | 907 | |
'79' is a magic number. | 915 | |
Line is longer than 120 characters. | 932 | |
Line is longer than 120 characters. | 948 | |
Line is longer than 120 characters. | 1294 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'compileSourceRoots'. | 61 | |
Expected @param tag for 'includes'. | 87 | |
Expected @param tag for 'excludes'. | 87 | |
Expected @param tag for 'writer'. | 116 | |
'21' is a magic number. | 121 | |
'21' is a magic number. | 122 | |
Expected @param tag for 'writer'. | 142 | |
Method length is 239 lines (max allowed is 150). | 172 | |
Line is longer than 120 characters. | 217 | |
Line is longer than 120 characters. | 232 | |
Line is longer than 120 characters. | 428 | |
Line is longer than 120 characters. | 508 | |
Expected @param tag for 'mavenProject'. | 585 | |
Line is longer than 120 characters. | 608 | |
Line is longer than 120 characters. | 630 | |
Line is longer than 120 characters. | 653 | |
Line is longer than 120 characters. | 675 | |
Line is longer than 120 characters. | 698 | |
Line is longer than 120 characters. | 720 | |
Line is longer than 120 characters. | 928 | |
Method length is 172 lines (max allowed is 150). | 939 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'resolver'. | 82 | |
Expected @param tag for 'factory'. | 82 | |
Expected @param tag for 'localRepository'. | 83 | |
Expected @param tag for 'remoteRepositories'. | 83 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 108 | |
Missing a Javadoc comment. | 113 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 123 | |
Expected @param tag for 'groupId'. | 138 | |
Expected @param tag for 'artifactId'. | 138 | |
Expected @param tag for 'version'. | 138 |