Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
30036

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod10error Error
JavadocType0error Error
JavadocVariable0error Error
JavadocStyle1error 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/selenium-maven-plugin/target/checkstyle-header.txt"
2error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
1error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter3error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock1error Error
LeftCurly2error Error
NeedBraces0error Error
RightCurly4error Error
AvoidInlineConditionals1error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber1error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression1error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier1error Error
ArrayTypeStyle0error Error
FinalParameters0error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
7error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/geronimo/mavenplugins/selenium/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/mavenplugins/selenium/StartMojo.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.31

org/apache/geronimo/mavenplugins/selenium/StartServerMojo.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.56
errorFirst sentence should end with a period.85
errorLine has trailing spaces.116
errorVariable 'logOutput' must be private and have accessor methods.122
errorLine has trailing spaces.123
errorMissing a Javadoc comment.153
errorMissing a Javadoc comment.161
errorMissing a Javadoc comment.166
error'cast' is not followed by whitespace.167
errorMissing a Javadoc comment.175
error'cast' is not followed by whitespace.178
errorLine has trailing spaces.179
errorLine has trailing spaces.181
errorLine has trailing spaces.185
errorLine has trailing spaces.190
errorLine has trailing spaces.194
errorLine is longer than 120 characters.200
errorExpression can be simplified.211
errorAvoid inline conditionals.211
error'}' should be on the same line.251
error'cast' is not followed by whitespace.271
error'}' should be on the same line.279
errorMust have at least one statement.280
error'1000' is a magic number.284
errorExpected an @return tag.299
errorExpected @param tag for 'name'.299
errorExpected @throws tag for 'MalformedURLException'.299
errorExpected @throws tag for 'MojoFailureException'.299
error'}' should be on the same line.307
error'}' should be on the same line.311
errorExpected an @return tag.329
errorExpected @throws tag for 'Exception'.329