Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
200135

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
1Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
35Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
18Errors Error
JavadocMethod18Errors Error
JavadocType1Errors Error
JavadocVariable0Errors Error
JavadocStyle1Errors 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
UnusedImports1Errors Error
LineLength39Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier7Errors 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
DesignForExtension7Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
ArrayTypeStyle0Errors Error
FinalParameters7Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/kuali/rice/kew/postprocessor/DefaultPostProcessorRemote.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.13
ErrorsLine contains a tab character.15
ErrorsMethod 'doRouteStatusChange' is not designed for extension - needs to be abstract, final or empty.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsParameter statusChangeEvent should be final.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.22
ErrorsMethod 'doRouteLevelChange' is not designed for extension - needs to be abstract, final or empty.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsParameter levelChangeEvent should be final.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.29
ErrorsMethod 'doDeleteRouteHeader' is not designed for extension - needs to be abstract, final or empty.29
ErrorsLine contains a tab character.30
ErrorsParameter event should be final.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsMethod 'doActionTaken' is not designed for extension - needs to be abstract, final or empty.35
ErrorsLine contains a tab character.36
ErrorsParameter event should be final.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.41
ErrorsMethod 'beforeProcess' is not designed for extension - needs to be abstract, final or empty.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsParameter event should be final.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
ErrorsMethod 'afterProcess' is not designed for extension - needs to be abstract, final or empty.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsParameter event should be final.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.51
ErrorsMethod 'getDocumentIdsToLock' is not designed for extension - needs to be abstract, final or empty.51
ErrorsLine contains a tab character.52
ErrorsParameter event should be final.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55

org/kuali/rice/kew/postprocessor/PostProcessorRemote.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.4
ErrorsLine is longer than 80 characters.5
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.10
ErrorsUnused import - org.kuali.rice.kew.exception.ResourceUnavailableException.28
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.35
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.37
ErrorsLine has trailing spaces.41
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.52
ErrorsUnused @param tag for 'msg'.52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.57
ErrorsRedundant 'public' modifier.57
ErrorsExpected @param tag for 'statusChangeEvent'.57
ErrorsExpected @throws tag for 'RemoteException'.57
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.69
ErrorsUnused @param tag for 'msg'.69
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.71
ErrorsUnused @throws tag for 'java.lang.Exception'.71
ErrorsLine is longer than 80 characters.72
ErrorsUnused @throws tag for 'ResourceUnavailableException'.72
ErrorsLine is longer than 80 characters.76
ErrorsRedundant 'public' modifier.76
ErrorsExpected @param tag for 'levelChangeEvent'.76
ErrorsExpected @throws tag for 'RemoteException'.76
ErrorsLine has trailing spaces.77
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.80
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.86
ErrorsUnused @throws tag for 'java.lang.Exception'.86
ErrorsLine is longer than 80 characters.87
ErrorsUnused @throws tag for 'ResourceUnavailableException'.87
ErrorsExpected an @return tag.89
ErrorsLine is longer than 80 characters.89
ErrorsRedundant 'public' modifier.89
ErrorsExpected @param tag for 'event'.89
ErrorsExpected @throws tag for 'RemoteException'.89
ErrorsLine has trailing spaces.90
ErrorsFirst sentence should end with a period.91
ErrorsLine has trailing spaces.93
ErrorsExpected an @return tag.98
ErrorsLine is longer than 80 characters.98
ErrorsRedundant 'public' modifier.98
ErrorsExpected @param tag for 'event'.98
ErrorsExpected @throws tag for 'RemoteException'.98
ErrorsLine has trailing spaces.99
ErrorsLine has trailing spaces.102
ErrorsLine is longer than 80 characters.105
ErrorsRedundant 'public' modifier.107
ErrorsLine has trailing spaces.111
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.114
ErrorsRedundant 'public' modifier.116
ErrorsLine has trailing spaces.117
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.120
ErrorsLine is longer than 80 characters.121
ErrorsLine has trailing spaces.123
ErrorsLine is longer than 80 characters.124
ErrorsLine is longer than 80 characters.125
ErrorsLine has trailing spaces.126
ErrorsLine is longer than 80 characters.127
ErrorsLine is longer than 80 characters.129
ErrorsRedundant 'public' modifier.129
ErrorsExpected @param tag for 'event'.129
ErrorsExpected @throws tag for 'Exception'.129
ErrorsLine has trailing spaces.130