Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
2587852

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
25Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
77Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
4Errors Error
JavadocVariable
  • scope: "protected"
8Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports1Errors Error
MethodLength1Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
6Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround1Errors Error
ModifierOrder1Errors Error
RedundantModifier3Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment2Errors 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"
3Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows2Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn1Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/codehaus/mojo/wagon/AbstractCopyMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.32

org/codehaus/mojo/wagon/AbstractDoubleWagonMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4

org/codehaus/mojo/wagon/AbstractSingleWagonMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.50
WarningsExpected @param tag for 'wagon'.96
WarningsExpected @throws tag for 'MojoExecutionException'.97
WarningsExpected @throws tag for 'WagonException'.97
WarningsExpected @throws tag for 'IOException'.97

org/codehaus/mojo/wagon/AbstractWagonListMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.71

org/codehaus/mojo/wagon/AbstractWagonMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsExpected an @return tag.74
WarningsExpected @param tag for 'id'.74
WarningsExpected @param tag for 'url'.74
WarningsExpected @throws tag for 'MojoExecutionException'.75
ErrorsLine is longer than 120 characters.88
WarningsMissing a Javadoc comment.88

org/codehaus/mojo/wagon/CopyMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.72

org/codehaus/mojo/wagon/DownloadMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
WarningsMissing a Javadoc comment.42

org/codehaus/mojo/wagon/DownloadSingleMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
WarningsMissing a Javadoc comment.54

org/codehaus/mojo/wagon/ExistMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.45

org/codehaus/mojo/wagon/ListMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.35

org/codehaus/mojo/wagon/MergeMavenRepoMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.39

org/codehaus/mojo/wagon/UploadMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.91

org/codehaus/mojo/wagon/UploadSingleMojo.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
WarningsMissing a Javadoc comment.50

org/codehaus/mojo/wagon/shared/DefaultMavenRepoMerger.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.61
Errors'8192' is a magic number.194
Errors'20' is a magic number.210
Errors'0xff' is a magic number.220
WarningsMissing a Javadoc comment.235
Errors'(' is not followed by whitespace.235
Errors')' is not preceded with whitespace.235

org/codehaus/mojo/wagon/shared/DefaultWagonCopy.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.46

org/codehaus/mojo/wagon/shared/DefaultWagonDownload.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.57
Errors')' is not preceded with whitespace.66
WarningsExpected an @return tag.93
WarningsExpected @throws tag for 'WagonException'.94

org/codehaus/mojo/wagon/shared/DefaultWagonUpload.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.42
Errors')' is not preceded with whitespace.54
WarningsMissing a Javadoc comment.76
Errors')' is not preceded with whitespace.79
ErrorsLine is longer than 120 characters.87
Errors')' is not preceded with whitespace.102

org/codehaus/mojo/wagon/shared/MavenRepoMerger.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsMissing a Javadoc comment.24
InfosMissing a Javadoc comment.26
InfosMissing a Javadoc comment.28
InfosMissing a Javadoc comment.30
InfosMissing a Javadoc comment.32
InfosMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.36

org/codehaus/mojo/wagon/shared/SelectorUtils.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsConditional logic can be removed.106
ErrorsMethod length is 153 lines (max allowed is 150).148
ErrorsInner assignments should be avoided.383
ErrorsInner assignments should be avoided.407

org/codehaus/mojo/wagon/shared/WagonCopy.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
InfosMissing a Javadoc comment.29
WarningsExpected @param tag for 'fileset'.42
WarningsExpected @param tag for 'logger'.42
WarningsExpected @throws tag for 'WagonException'.43
WarningsExpected @throws tag for 'IOException'.43

org/codehaus/mojo/wagon/shared/WagonDirectoryScanner.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsMissing a Javadoc comment.28
Errors'static' modifier out of order with the JLS suggestions.30
WarningsMissing a Javadoc comment.223
Errors'+' is not followed by whitespace.305
WarningsMissing a Javadoc comment.397
WarningsMissing a Javadoc comment.402
WarningsMissing a Javadoc comment.407
Warnings'isCaseSensitive' hides a field.407
WarningsMissing a Javadoc comment.412
WarningsMissing a Javadoc comment.417
WarningsMissing a Javadoc comment.422

org/codehaus/mojo/wagon/shared/WagonDownload.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
InfosMissing a Javadoc comment.29
WarningsExpected @param tag for 'logger'.38
WarningsExpected @throws tag for 'WagonException'.39
ErrorsRedundant 'public' modifier.48
WarningsExpected @param tag for 'logger'.48
WarningsExpected @throws tag for 'WagonException'.49
WarningsExpected an @return tag.57
ErrorsRedundant 'public' modifier.57
WarningsExpected @throws tag for 'WagonException'.58

org/codehaus/mojo/wagon/shared/WagonFileSet.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.112
WarningsMissing a Javadoc comment.132
WarningsMissing a Javadoc comment.137
WarningsMissing a Javadoc comment.142
WarningsMissing a Javadoc comment.147

org/codehaus/mojo/wagon/shared/WagonUpload.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
InfosMissing a Javadoc comment.30
ErrorsRedundant 'public' modifier.40
WarningsExpected @param tag for 'fileset'.40
WarningsExpected @param tag for 'logger'.40
WarningsExpected @throws tag for 'WagonException'.41
WarningsExpected @throws tag for 'IOException'.41

org/codehaus/mojo/wagon/shared/WagonUtils.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
ErrorsUnused import - org.apache.maven.plugin.MojoExecutionException.21
ErrorsMissing a Javadoc comment.33
WarningsExpected an @return tag.46
WarningsExpected @param tag for 'id'.46
WarningsExpected @param tag for 'url'.46
WarningsExpected @param tag for 'wagonManager'.46
WarningsExpected @param tag for 'settings'.46
WarningsExpected @param tag for 'logger'.46
WarningsExpected @throws tag for 'WagonException'.47
WarningsExpected @throws tag for 'UnsupportedProtocolException'.47
ErrorsRedundant throws: 'UnsupportedProtocolException' is subclass of 'WagonException'.47
WarningsExpected @throws tag for 'WagonConfigurationException'.47
ErrorsRedundant throws: 'WagonConfigurationException' is subclass of 'WagonException'.47
WarningsMissing a Javadoc comment.75
WarningsExpected @param tag for 'settings'.105