The following document contains the results of Checkstyle.
Rule | Violations | Severity |
---|---|---|
Translation | 0 | Error |
FileLength | 0 | Error |
RegexpHeader
|
1 | Error |
FileTabCharacter
|
0 | Error |
LeftCurly
|
0 | Error |
RightCurly
|
0 | Error |
LineLength
|
4 | Error |
MemberName | 0 | Error |
JavadocMethod
|
6 | Warning |
JavadocType
|
0 | Error |
JavadocVariable
|
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
|
0 | Error |
OperatorWrap | 0 | Error |
ParenPad
|
0 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 0 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
|
0 | Error |
NeedBraces | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
|
18 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
|
0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier
|
0 | Error |
UpperEll | 0 | Error |
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 |
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 |
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 |
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 |