The following document contains the results of Checkstyle. 
| Files | I | W | E |
|---|---|---|---|
| org/kuali/rice/kew/postprocessor/DefaultPostProcessorRemote.java | 0 | 0 | 52 |
| org/kuali/rice/kew/postprocessor/PostProcessorRemote.java | 0 | 0 | 83 |
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 1 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 35 | |
RegexpSingleline
| 18 | |
| JavadocMethod | 18 | |
| JavadocType | 1 | |
| JavadocVariable | 0 | |
| JavadocStyle | 1 | |
| 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 | 1 | |
| LineLength | 39 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 7 | |
| 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 | 7 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 7 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Line contains a tab character. | 15 | |
| Method 'doRouteStatusChange' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Line contains a tab character. | 16 | |
| Line contains a tab character. | 17 | |
| Parameter statusChangeEvent should be final. | 17 | |
| Line contains a tab character. | 18 | |
| Line contains a tab character. | 19 | |
| Line contains a tab character. | 20 | |
| Line contains a tab character. | 22 | |
| Method 'doRouteLevelChange' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Line contains a tab character. | 23 | |
| Line contains a tab character. | 24 | |
| Parameter levelChangeEvent should be final. | 24 | |
| Line contains a tab character. | 25 | |
| Line contains a tab character. | 26 | |
| Line contains a tab character. | 27 | |
| Line contains a tab character. | 29 | |
| Method 'doDeleteRouteHeader' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Line contains a tab character. | 30 | |
| Parameter event should be final. | 30 | |
| Line contains a tab character. | 31 | |
| Line contains a tab character. | 32 | |
| Line contains a tab character. | 33 | |
| Line contains a tab character. | 35 | |
| Method 'doActionTaken' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| Line contains a tab character. | 36 | |
| Parameter event should be final. | 36 | |
| Line contains a tab character. | 37 | |
| Line contains a tab character. | 38 | |
| Line contains a tab character. | 39 | |
| Line contains a tab character. | 41 | |
| Method 'beforeProcess' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Line contains a tab character. | 42 | |
| Parameter event should be final. | 42 | |
| Line contains a tab character. | 43 | |
| Line contains a tab character. | 44 | |
| Line contains a tab character. | 46 | |
| Method 'afterProcess' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Line is longer than 80 characters. | 47 | |
| Line contains a tab character. | 47 | |
| Parameter event should be final. | 47 | |
| Line contains a tab character. | 48 | |
| Line contains a tab character. | 49 | |
| Line contains a tab character. | 51 | |
| Method 'getDocumentIdsToLock' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| Line contains a tab character. | 52 | |
| Parameter event should be final. | 52 | |
| Line contains a tab character. | 53 | |
| Line contains a tab character. | 54 | |
| Line contains a tab character. | 55 |
| Violation | Message | Line |
|---|---|---|
| Missing package-info.java file. | 0 | |
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 10 | |
| Unused import - org.kuali.rice.kew.exception.ResourceUnavailableException. | 28 | |
| Line is longer than 80 characters. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line has trailing spaces. | 35 | |
| Line is longer than 80 characters. | 35 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 41 | |
| Line is longer than 80 characters. | 43 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 46 | |
| Line is longer than 80 characters. | 52 | |
| Unused @param tag for 'msg'. | 52 | |
| Line is longer than 80 characters. | 53 | |
| Line is longer than 80 characters. | 57 | |
| Redundant 'public' modifier. | 57 | |
| Expected @param tag for 'statusChangeEvent'. | 57 | |
| Expected @throws tag for 'RemoteException'. | 57 | |
| Line is longer than 80 characters. | 60 | |
| Line is longer than 80 characters. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Line is longer than 80 characters. | 69 | |
| Unused @param tag for 'msg'. | 69 | |
| Line is longer than 80 characters. | 70 | |
| Line is longer than 80 characters. | 71 | |
| Unused @throws tag for 'java.lang.Exception'. | 71 | |
| Line is longer than 80 characters. | 72 | |
| Unused @throws tag for 'ResourceUnavailableException'. | 72 | |
| Line is longer than 80 characters. | 76 | |
| Redundant 'public' modifier. | 76 | |
| Expected @param tag for 'levelChangeEvent'. | 76 | |
| Expected @throws tag for 'RemoteException'. | 76 | |
| Line has trailing spaces. | 77 | |
| Line is longer than 80 characters. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 86 | |
| Unused @throws tag for 'java.lang.Exception'. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Unused @throws tag for 'ResourceUnavailableException'. | 87 | |
| Expected an @return tag. | 89 | |
| Line is longer than 80 characters. | 89 | |
| Redundant 'public' modifier. | 89 | |
| Expected @param tag for 'event'. | 89 | |
| Expected @throws tag for 'RemoteException'. | 89 | |
| Line has trailing spaces. | 90 | |
| First sentence should end with a period. | 91 | |
| Line has trailing spaces. | 93 | |
| Expected an @return tag. | 98 | |
| Line is longer than 80 characters. | 98 | |
| Redundant 'public' modifier. | 98 | |
| Expected @param tag for 'event'. | 98 | |
| Expected @throws tag for 'RemoteException'. | 98 | |
| Line has trailing spaces. | 99 | |
| Line has trailing spaces. | 102 | |
| Line is longer than 80 characters. | 105 | |
| Redundant 'public' modifier. | 107 | |
| Line has trailing spaces. | 111 | |
| Line is longer than 80 characters. | 112 | |
| Line is longer than 80 characters. | 114 | |
| Redundant 'public' modifier. | 116 | |
| Line has trailing spaces. | 117 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 120 | |
| Line is longer than 80 characters. | 121 | |
| Line has trailing spaces. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 125 | |
| Line has trailing spaces. | 126 | |
| Line is longer than 80 characters. | 127 | |
| Line is longer than 80 characters. | 129 | |
| Redundant 'public' modifier. | 129 | |
| Expected @param tag for 'event'. | 129 | |
| Expected @throws tag for 'Exception'. | 129 | |
| Line has trailing spaces. | 130 |