Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
900197

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile1error Error
Translation0error Error
JavadocMethod53error Error
JavadocType2error Error
JavadocVariable14error Error
JavadocStyle3error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/Users/jason/ws/geronimo/server/maven-plugins/car-maven-plugin/target/checkstyle-header.txt"
8error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports1error Error
FileLength0error Error
LineLength
  • max: "120"
11error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad2error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter5error Error
WhitespaceAround7error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly9error Error
NeedBraces0error Error
RightCurly20error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
6error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows1error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier8error Error
ArrayTypeStyle0error Error
FinalParameters29error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
14error Error
TodoComment2error Error
UpperEll0error Error

Details

org/apache/geronimo/plugin/car/PackageMojo.java

ViolationMessageLine
errorLine does not match expected header line of 'JSch 0.0.* was released under the GNU LGPL license. Later, we have switched '.1
error'{' should be on the previous line.76
errorLine is longer than 120 characters.80
errorLine is longer than 120 characters.155
errorMissing a Javadoc comment.222
error'}' should be on the same line.245
error'archive' hides a field.251
errorMissing a Javadoc comment.257
errorMissing a Javadoc comment.270
errorExpected an @return tag.289
errorExpected @throws tag for 'MojoExecutionException'.289
error'}' should be on the same line.312
errorMissing a Javadoc comment.318
error'=' is not preceded with whitespace.321
error'=' is not followed by whitespace.321
errorComment matches to-do format 'TODO:'.325
error'<' is not preceded with whitespace.344
errorMissing a Javadoc comment.358
errorMissing a Javadoc comment.366
errorMissing a Javadoc comment.368
errorMissing a Javadoc comment.370
errorMissing a Javadoc comment.372
error'kernel' hides a field.376
errorExpected an @return tag.416
errorExpected @throws tag for 'Exception'.416
errorExpected @throws tag for 'Exception'.452
error'bootstrap' hides a field.458
errorLine is longer than 120 characters.463
errorLine is longer than 120 characters.469
errorLine is longer than 120 characters.476
errorUnused @throws tag for 'IllegalStateException'.520
error'kernel' hides a field.522
error'cast' is not followed by whitespace.530
errorMissing a Javadoc comment.538
errorLine is longer than 120 characters.554
errorMissing a Javadoc comment.554
error'kernel' hides a field.554

org/apache/geronimo/plugin/car/PlanProcessorMojo.java

ViolationMessageLine
errorLine does not match expected header line of 'JSch 0.0.* was released under the GNU LGPL license. Later, we have switched '.1
errorUnused import - org.apache.xmlbeans.XmlCursor.TokenType.48
errorComment matches to-do format 'TODO:'.51
errorFirst sentence should end with a period.54
errorLine has trailing spaces.56
error'{' should be on the previous line.63
errorMissing a Javadoc comment.64
errorLine is longer than 120 characters.66
errorMissing a Javadoc comment.66
errorVariable 'sourceDir' must be private and have accessor methods.72
errorVariable 'targetDir' must be private and have accessor methods.78
errorVariable 'planFileName' must be private and have accessor methods.84
errorVariable 'targetFile' must be private and have accessor methods.90
errorMissing a Javadoc comment.92
errorMissing a Javadoc comment.110
errorLine has trailing spaces.116
errorLine has trailing spaces.136
error'}' should be on the same line.141
errorLine has trailing spaces.149
error'}' should be on the same line.151
errorMissing a Javadoc comment.157
errorLine has trailing spaces.167
error'}' should be on the same line.190
errorMissing a Javadoc comment.196
errorParameter xmlCursor should be final.196
errorRedundant throws: 'AssertionError' is unchecked exception.196
errorLine has trailing spaces.199
errorLine has trailing spaces.203
errorMissing a Javadoc comment.209
error'}' should be on the same line.228
errorMissing a Javadoc comment.234
errorMissing a Javadoc comment.260
error'}' should be on the same line.276
error'}' should be on the same line.279
error'}' should be on the same line.282
error'}' should be on the same line.285
errorMissing a Javadoc comment.292
errorMissing a Javadoc comment.301
errorMissing a Javadoc comment.302

org/apache/geronimo/plugin/car/MavenConfigStore.java

ViolationMessageLine
errorLine does not match expected header line of 'JSch 0.0.* was released under the GNU LGPL license. Later, we have switched '.1
error'{' should be on the previous line.46
errorMissing a Javadoc comment.47
errorParameter kernel should be final.47
errorParameter objectName should be final.47
errorParameter repository should be final.47
errorMissing a Javadoc comment.51
errorParameter repository should be final.51
errorMissing a Javadoc comment.55
errorParameter configId should be final.55
error'}' should be on the same line.67
errorMissing a Javadoc comment.74
errorParameter configurationData should be final.74
errorMissing a Javadoc comment.84
errorParameter configID should be final.84
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.93
errorMissing a Javadoc comment.95

org/apache/geronimo/plugin/car/MavenAttributeStore.java

ViolationMessageLine
errorLine does not match expected header line of 'JSch 0.0.* was released under the GNU LGPL license. Later, we have switched '.1
error'{' should be on the previous line.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.46
errorParameter configurationName should be final.46
errorParameter datas should be final.46
errorParameter classLoader should be final.46
errorMissing a Javadoc comment.50
errorParameter configurationName should be final.50
errorParameter gbean should be final.50
errorParameter attribute should be final.50
errorParameter value should be final.50
errorLine is longer than 120 characters.53
errorMissing a Javadoc comment.53
errorParameter configurationName should be final.53
errorParameter gbean should be final.53
errorParameter reference should be final.53
errorParameter patterns should be final.53
errorMissing a Javadoc comment.56
errorParameter configurationName should be final.56
errorParameter gbean should be final.56
errorParameter load should be final.56
errorMissing a Javadoc comment.59
errorParameter configurationName should be final.59
errorParameter gbeanData should be final.59
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.67

org/apache/geronimo/plugin/car/InstallArtifactsMojo.java

ViolationMessageLine
errorLine does not match expected header line of 'JSch 0.0.* was released under the GNU LGPL license. Later, we have switched '.1
error'{' should be on the previous line.41
errorMissing a Javadoc comment.65
error'}' should be on the same line.69
error'=' is not preceded with whitespace.77
error'=' is not followed by whitespace.77
error'<' is not preceded with whitespace.77
error'<' is not followed by whitespace.77
error'}' should be on the same line.90
errorExpected an @return tag.103
errorExpected @param tag for 'artifact'.103

org/apache/geronimo/plugin/car/ClasspathElement.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of 'JSch 0.0.* was released under the GNU LGPL license. Later, we have switched '.1
error'{' should be on the previous line.32

org/apache/geronimo/plugin/car/AbstractCarMojo.java

ViolationMessageLine
errorLine does not match expected header line of 'JSch 0.0.* was released under the GNU LGPL license. Later, we have switched '.1
error'{' should be on the previous line.55
errorVariable 'project' must be private and have accessor methods.63
errorVariable 'basedir' must be private and have accessor methods.72
errorVariable 'projectHelper' must be private and have accessor methods.81
errorMissing a Javadoc comment.87
errorMissing a Javadoc comment.98
errorMissing a Javadoc comment.109
errorVariable 'artifactRepository' must be private and have accessor methods.118
errorMissing a Javadoc comment.120
errorMissing a Javadoc comment.128
error'project' hides a field.128
errorMissing a Javadoc comment.177
errorLine has trailing spaces.180
errorMissing a Javadoc comment.181
error'cast' is not followed by whitespace.188
errorLine is longer than 120 characters.190
errorMissing a Javadoc comment.202
errorParameter classifier should be final.202
error'}' should be on the same line.205

org/apache/geronimo/plugin/car/InstallConfigMojo.java

ViolationMessageLine
errorLine does not match expected header line of 'JSch 0.0.* was released under the GNU LGPL license. Later, we have switched '.1
errorLine has trailing spaces.56
error'{' should be on the previous line.61
errorLine has trailing spaces.71
errorFirst sentence should end with a period.77
errorFirst sentence should end with a period.86
errorLine has trailing spaces.93
errorMissing a Javadoc comment.111
errorMissing a Javadoc comment.113
errorMissing a Javadoc comment.115
errorMissing a Javadoc comment.117
errorMissing a Javadoc comment.119
errorLine has trailing spaces.121
errorLine has trailing spaces.129
error'(' is followed by whitespace.141
error')' is preceded with whitespace.141
error'}' should be on the same line.144
errorLine is longer than 120 characters.150
errorMissing a Javadoc comment.177
error'cast' is not followed by whitespace.201
error'}' should be on the same line.202
error'}' should be on the same line.219
error'}' should be on the same line.222
error'}' should be on the same line.226
errorLine is longer than 120 characters.229
error'cast' is not followed by whitespace.237
error'}' should be on the same line.238
errorLine has trailing spaces.247
error'cast' is not followed by whitespace.250
errorMissing a Javadoc comment.255
error'{' should be on the previous line.257
errorMissing a Javadoc comment.258
errorMissing a Javadoc comment.260
errorMissing a Javadoc comment.264
errorParameter fileDescription should be final.264
errorParameter fileSize should be final.264
errorMissing a Javadoc comment.268
errorParameter bytes should be final.268
errorMissing a Javadoc comment.272
errorParameter bytes should be final.272

org/apache/geronimo/plugin/car/package.html

ViolationMessageLine
errorMissing package documentation file.0