Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
62245

Rules

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

Details

org/apache/maven/plugins/scmpublish/AbstractScmPublishMojo.java

ViolationMessageLine
InfosMissing a Javadoc comment.182
InfosMissing a Javadoc comment.184
WarningsMissing a Javadoc comment.186
WarningsMissing a Javadoc comment.191
WarningsMissing a Javadoc comment.196
WarningsMissing a Javadoc comment.201
ErrorsMethod length is 153 lines (max allowed is 150).250
WarningsMissing a Javadoc comment.250
Warnings'scmBranch' hides a field.374
WarningsMissing a Javadoc comment.406
WarningsMissing a Javadoc comment.453

org/apache/maven/plugins/scmpublish/ScmPublishInventory.java

ViolationMessageLine
WarningsMissing a Javadoc comment.67
ErrorsLine is longer than 120 characters.70
ErrorsLine is longer than 120 characters.79
WarningsExpected an @return tag.82
WarningsExpected @param tag for 'inventory'.82
WarningsExpected @param tag for 'inventoryFile'.82
WarningsMissing a Javadoc comment.116

org/apache/maven/plugins/scmpublish/ScmPublishInventoryMojo.java

ViolationMessageLine
WarningsMissing a Javadoc comment.69

org/apache/maven/plugins/scmpublish/ScmPublishLifecycleMojo.java

ViolationMessageLine
WarningsMissing a Javadoc comment.37

org/apache/maven/plugins/scmpublish/ScmPublishPublishMojo.java

ViolationMessageLine
Errors'static' modifier out of order with the JLS suggestions.86
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.163
WarningsExpected @throws tag for 'MojoExecutionException'.231
WarningsMissing a Javadoc comment.261
WarningsExpected @throws tag for 'MojoFailureException'.303
WarningsExpected @throws tag for 'MojoExecutionException'.303
WarningsMissing a Javadoc comment.372

org/apache/maven/plugins/scmpublish/ScmPublishPublishScmMojo.java

ViolationMessageLine
Warnings'deleted' hides a field.93
ErrorsLine is longer than 120 characters.108
WarningsMissing a Javadoc comment.214