Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
10029

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
1Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
6Errors Error
JavadocMethod3Errors Error
JavadocType0Errors Error
JavadocVariable3Errors Error
JavadocStyle0Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength3Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter1Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter2Errors Error
WhitespaceAround2Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension1Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier2Errors Error
ArrayTypeStyle0Errors Error
FinalParameters6Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/kuali/rice/ksb/messaging/KSBClientProxy.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.33
ErrorsMissing a Javadoc comment.39
ErrorsLine has trailing spaces.40
ErrorsMissing a Javadoc comment.41
ErrorsVariable 'serviceName' must be private and have accessor methods.41
ErrorsMissing a Javadoc comment.42
ErrorsVariable 'service' must be private and have accessor methods.42
ErrorsMissing a Javadoc comment.44
ErrorsLine is longer than 80 characters.45
ErrorsParameter serviceQName should be final.45
ErrorsParameter interfaceClass should be final.45
ErrorsLine is longer than 80 characters.46
Errors'cast' is not followed by whitespace.46
Errors'{' is followed by whitespace.46
ErrorsMissing a Javadoc comment.49
ErrorsParameter serviceQName should be final.49
Errors'{' is not preceded with whitespace.49
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.53
ErrorsMethod 'invoke' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsParameter proxy should be final.53
ErrorsParameter method should be final.53
ErrorsParameter args should be final.53
Errors'{' is not preceded with whitespace.54
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.65