Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
900139

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile1error Error
Translation0error Error
JavadocMethod22error Error
JavadocType0error Error
JavadocVariable0error Error
JavadocStyle0error 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/genesis/plugins/tools-maven-plugin/target/checkstyle-header.txt"
8error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports1error Error
FileLength0error Error
LineLength
  • max: "120"
1error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap8error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter3error Error
WhitespaceAround10error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly8error Error
NeedBraces0error Error
RightCurly9error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier8error Error
ArrayTypeStyle0error Error
FinalParameters0error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
56error Error
TodoComment2error Error
UpperEll0error Error

Details

org/apache/geronimo/genesis/plugins/tools/ShowDependenciesMojo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.39
error'{' should be on the previous line.44
errorLine has trailing spaces.47
errorVariable 'project' must be private and have accessor methods.62
errorVariable 'repository' must be private and have accessor methods.69
errorMissing a Javadoc comment.71
errorLine has trailing spaces.73
errorMissing a Javadoc comment.77
errorMissing a Javadoc comment.82
errorLine has trailing spaces.97

org/apache/geronimo/genesis/plugins/tools/CopyLegalFilesMojo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.45
errorVariable 'basedir' must be private and have accessor methods.73
errorLine has trailing spaces.81
errorLine has trailing spaces.88
errorVariable 'project' must be private and have accessor methods.105
errorMissing a Javadoc comment.107
errorMissing a Javadoc comment.115
errorMissing a Javadoc comment.121
error'}' should be on the same line.140
errorLine has trailing spaces.144
error'cast' is not followed by whitespace.150
error'=' is not preceded with whitespace.156
error'=' is not followed by whitespace.156
error'<' is not preceded with whitespace.156
error'<' is not followed by whitespace.156
errorMissing a Javadoc comment.165
error'project' hides a field.165
errorComment matches to-do format 'TODO:'.169
errorLine has trailing spaces.171

org/apache/geronimo/genesis/plugins/tools/ShowPropertiesMojo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.41
errorVariable 'project' must be private and have accessor methods.49
errorMissing a Javadoc comment.51
errorLine has trailing spaces.54
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.60
errorLine has trailing spaces.64
error'cast' is not followed by whitespace.67
errorLine has trailing spaces.72
errorMissing a Javadoc comment.73
errorMissing a Javadoc comment.80

org/apache/geronimo/genesis/plugins/tools/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/genesis/plugins/tools/RequireJavaVersionMojo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.38
errorLine has trailing spaces.52
errorLine has trailing spaces.59
errorMissing a Javadoc comment.60
errorLine has trailing spaces.64
errorLine has trailing spaces.66
errorLine has trailing spaces.69
errorLine has trailing spaces.71
errorLine has trailing spaces.73
errorLine has trailing spaces.76
errorLine has trailing spaces.78
error'+' should be on a new line.78
errorLine has trailing spaces.79
error'+' should be on a new line.79
error'}' should be on the same line.82
errorLine has trailing spaces.85
errorLine has trailing spaces.87
errorLine has trailing spaces.89
errorLine has trailing spaces.92
errorLine has trailing spaces.94
error'+' should be on a new line.94
error'}' should be on the same line.97
errorLine has trailing spaces.100
errorLine has trailing spaces.102
errorLine has trailing spaces.105
errorLine has trailing spaces.107
error'+' should be on a new line.107

org/apache/geronimo/genesis/plugins/tools/SetProjectFileMojo.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.42
errorVariable 'project' must be private and have accessor methods.50
errorLine has trailing spaces.54
errorMissing a Javadoc comment.60
errorLine has trailing spaces.62

org/apache/geronimo/genesis/plugins/tools/VerifyLegalFilesMojo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.47
errorVariable 'project' must be private and have accessor methods.78
errorMissing a Javadoc comment.80
error'cast' is not followed by whitespace.87
error'}' should be on the same line.105
error'}' should be on the same line.110
errorMissing a Javadoc comment.117
error'||' should be on a new line.120
errorMissing a Javadoc comment.124
error'=' is not preceded with whitespace.128
error'=' is not followed by whitespace.128
errorLine has trailing spaces.131

org/apache/geronimo/genesis/plugins/tools/RuntimeEnvironmentMojo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - org.apache.maven.artifact.Artifact.24
error'{' should be on the previous line.36
errorVariable 'project' must be private and have accessor methods.44
errorMissing a Javadoc comment.46
errorComment matches to-do format 'TODO:'.48

org/apache/geronimo/genesis/plugins/tools/RequireMavenVersionMojo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.38
errorLine has trailing spaces.52
errorLine has trailing spaces.59
errorLine has trailing spaces.64
errorMissing a Javadoc comment.65
errorLine is longer than 120 characters.66
errorLine has trailing spaces.70
error'}' should be on the same line.74
errorLine has trailing spaces.78
errorLine has trailing spaces.81
errorExpected an @return tag.85
errorExpected @param tag for 'input'.85
errorLine has trailing spaces.87
error'=' is not preceded with whitespace.90
error'=' is not followed by whitespace.90
error'<' is not preceded with whitespace.90
error'<' is not followed by whitespace.90
error'}' should be on the same line.97
errorLine has trailing spaces.105
errorLine has trailing spaces.108
errorMissing a Javadoc comment.109
errorLine has trailing spaces.113
errorLine has trailing spaces.120
errorLine has trailing spaces.122
errorLine has trailing spaces.124
errorLine has trailing spaces.127
errorLine has trailing spaces.129
errorLine has trailing spaces.131
error'+' should be on a new line.131
error'}' should be on the same line.134
errorLine has trailing spaces.137
errorLine has trailing spaces.139
errorLine has trailing spaces.141
errorLine has trailing spaces.143
error'+' should be on a new line.143
error'}' should be on the same line.146
errorLine has trailing spaces.149
errorLine has trailing spaces.151
errorLine has trailing spaces.153
error'+' should be on a new line.153