Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
40062

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod12error Error
JavadocType0error Error
JavadocVariable18error Error
JavadocStyle0error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/home/anthill/anthill3/agent/var/jobs/projects/Geronimo_Server/modules/geronimo-jmx-remoting/target/checkstyle-header.txt"
3error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround1error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock2error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly1error Error
AvoidInlineConditionals2error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows1error Error
SimplifyBooleanExpression1error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters19error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
1error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/geronimo/jmxremoting/JMXConnector.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.57
errorParameter mbeanServerReference should be final.57
errorParameter objectName should be final.57
errorParameter classLoader should be final.57
errorParameter mbeanServer should be final.69
errorParameter objectName should be final.69
errorParameter classLoader should be final.69
errorParameter applicationConfigName should be final.93
errorExpected an @return tag.103
errorParameter protocol should be final.119
errorParameter host should be final.136
errorParameter port should be final.153
errorParameter urlPath should be final.171
errorMissing a Javadoc comment.175
errorMissing a Javadoc comment.194
errorMust have at least one statement.197
error'}' should be on the same line.202
errorMissing a Javadoc comment.209
errorMissing a Javadoc comment.218
errorMissing a Javadoc comment.236

org/apache/geronimo/jmxremoting/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/jmxremoting/Credentials.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.29
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorParameter username should be final.36
errorParameter password should be final.36
errorAvoid inline conditionals.38
errorMissing a Javadoc comment.41
errorParameter callbacks should be final.41
errorMissing a Javadoc comment.56
error'if' is not followed by whitespace.57

org/apache/geronimo/jmxremoting/Authenticator.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.39
errorParameter configName should be final.45
errorParameter cl should be final.45
errorExpected @param tag for 'cl'.45
errorMissing a Javadoc comment.50
errorParameter o should be final.50
errorRedundant throws: 'SecurityException' is unchecked exception.50
errorExpression can be simplified.51
errorAvoid inline conditionals.52
errorMissing a Javadoc comment.77
errorParameter notification should be final.77
errorParameter o should be final.77
errorMust have at least one statement.91