The following document contains the results of Checkstyle. 
| Files | I | W | E |
|---|---|---|---|
| org/kuali/rice/ksb/messaging/KSBClientProxy.java | 0 | 0 | 29 |
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 0 | |
RegexpSingleline
| 6 | |
| JavadocMethod | 3 | |
| JavadocType | 0 | |
| JavadocVariable | 3 | |
| JavadocStyle | 0 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| LineLength | 3 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 1 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 2 | |
| WhitespaceAround | 2 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 0 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 1 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 2 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 6 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 30 | |
| Line has trailing spaces. | 33 | |
| Missing a Javadoc comment. | 39 | |
| Line has trailing spaces. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Variable 'serviceName' must be private and have accessor methods. | 41 | |
| Missing a Javadoc comment. | 42 | |
| Variable 'service' must be private and have accessor methods. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Parameter serviceQName should be final. | 45 | |
| Parameter interfaceClass should be final. | 45 | |
| Line is longer than 80 characters. | 46 | |
| 'cast' is not followed by whitespace. | 46 | |
| '{' is followed by whitespace. | 46 | |
| Missing a Javadoc comment. | 49 | |
| Parameter serviceQName should be final. | 49 | |
| '{' is not preceded with whitespace. | 49 | |
| Line has trailing spaces. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Method 'invoke' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| Missing a Javadoc comment. | 53 | |
| Parameter proxy should be final. | 53 | |
| Parameter method should be final. | 53 | |
| Parameter args should be final. | 53 | |
| '{' is not preceded with whitespace. | 54 | |
| Line has trailing spaces. | 59 | |
| Line has trailing spaces. | 65 |