Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
1 0 0 29

Files

Files Infos Warnings Errors
org/kuali/rice/ksb/messaging/KSBClientProxy.java 0 0 29

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
1 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
6 Errors Error
JavadocMethod 3 Errors Error
JavadocType 0 Errors Error
JavadocVariable 3 Errors Error
JavadocStyle 0 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
LineLength 3 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 1 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 2 Errors Error
WhitespaceAround 2 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 1 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 2 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 6 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

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

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