Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
4 0 24 9

Rules

Rule Violations Severity
Translation 0  Error
FileLength 0  Error
RegexpHeader
  • fileExtensions: "java"
  • headerFile: "target/checkstyle-header.txt"
1  Error
FileTabCharacter
  • eachLine: "true"
0  Error
LeftCurly
  • option: "nl"
0  Error
RightCurly
  • option: "alone"
0  Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
4  Error
MemberName 0  Error
JavadocMethod
  • scope: "protected"
6  Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0  Error
JavadocVariable
  • scope: "protected"
0  Info
ConstantName 2  Error
LocalFinalVariableName 0  Error
LocalVariableName 0  Error
MethodName 0  Error
PackageName 0  Error
ParameterName 0  Error
StaticVariableName 0  Error
TypeName 0  Error
AvoidStarImport 0  Error
IllegalImport 0  Error
RedundantImport 0  Error
UnusedImports 1  Error
MethodLength 1  Error
ParameterNumber 0  Error
EmptyForIteratorPad
  • option: "space"
0  Error
OperatorWrap 0  Error
ParenPad
  • option: "space"
0  Error
WhitespaceAfter 0  Error
WhitespaceAround 0  Error
ModifierOrder 0  Error
RedundantModifier 0  Error
AvoidNestedBlocks 0  Error
EmptyBlock
  • option: "text"
0  Error
NeedBraces 0  Error
EmptyStatement 0  Error
EqualsHashCode 0  Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
18  Warning
IllegalInstantiation 0  Error
InnerAssignment 0  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  Error
MissingSwitchDefault 0  Error
RedundantThrows 0  Error
SimplifyBooleanExpression 0  Error
SimplifyBooleanReturn 0  Error
InterfaceIsType 0  Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0  Error
UpperEll 0  Error

Details

org/apache/maven/plugin/deploy/AbstractDeployMojo.java

Severity Message Line
 Warning Missing a Javadoc comment. 95
 Warning Missing a Javadoc comment. 100
 Warning Missing a Javadoc comment. 105
 Warning Missing a Javadoc comment. 110
 Warning 'localRepository' hides a field. 158
 Warning 'retryFailedDeploymentCount' hides a field. 158
 Error Line is longer than 120 characters (found 124). 169

org/apache/maven/plugin/deploy/DeployFileMojo.java

Severity Message Line
 Error Method length is 173 lines (max allowed is 150). 221
 Warning Missing a Javadoc comment. 221
 Warning 'file' hides a field. 340
 Error Line is longer than 120 characters (found 132). 386
 Warning 'pomFile' hides a field. 452

org/apache/maven/plugin/deploy/DeployMojo.java

Severity Message Line
 Error Unused import - org.apache.maven.plugins.annotations.Component. 30
 Error Name 'readyProjectsCounter' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 63
 Error Name 'deployRequests' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 65
 Error Line is longer than 120 characters (found 121). 78
 Warning Missing a Javadoc comment. 152
 Error Line is longer than 120 characters (found 361). 165
 Warning 'artifact' hides a field. 199
 Warning 'packaging' hides a field. 200
 Warning 'pomFile' hides a field. 201
 Warning 'attachedArtifacts' hides a field. 204
 Warning 'project' hides a field. 288
 Warning 'altDeploymentRepository' hides a field. 288
 Warning 'altReleaseDeploymentRepository' hides a field. 289
 Warning 'altSnapshotDeploymentRepository' hides a field. 290

org/apache/maven/plugin/deploy/DeployRequest.java

Severity Message Line
 Error Line does not match expected header line of '^/\*\s*$'. 3
 Warning 'updateReleaseInfo' hides a field. 59
 Warning 'retryFailedDeploymentCount' hides a field. 76
 Warning 'project' hides a field. 93
 Warning 'altDeploymentRepository' hides a field. 110
 Warning 'altSnapshotDeploymentRepository' hides a field. 127
 Warning 'altReleaseDeploymentRepository' hides a field. 144