Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
382454204

Files

FilesInfosWarningsErrors
org/kuali/rice/kew/framework/KewFrameworkServiceLocator.java031
org/kuali/rice/kew/framework/actionlist/ActionListCustomizationHandlerService.java120
org/kuali/rice/kew/framework/document/search/AttributeFields.java021
org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfiguration.java030
org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizationHandlerService.java7112
org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.java030
org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizerBase.java010
org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.java010
org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfigurationContract.java010
org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.java010
org/kuali/rice/kew/framework/document/search/DocumentSearchResultValueContract.java010
org/kuali/rice/kew/framework/document/search/DocumentSearchResultValues.java030
org/kuali/rice/kew/framework/document/search/NullDocumentSearchCustomizer.java002
org/kuali/rice/kew/framework/document/search/StandardResultField.java027
org/kuali/rice/kew/framework/document/security/DocumentSecurityDirective.java030
org/kuali/rice/kew/framework/document/security/DocumentSecurityHandlerService.java120
org/kuali/rice/kew/framework/peopleflow/PeopleFlowTypeService.java2311
org/kuali/rice/kew/framework/postprocessor/ActionTakenEvent.java0021
org/kuali/rice/kew/framework/postprocessor/AfterProcessEvent.java1122
org/kuali/rice/kew/framework/postprocessor/BeforeProcessEvent.java1019
org/kuali/rice/kew/framework/postprocessor/DeleteEvent.java100
org/kuali/rice/kew/framework/postprocessor/DocumentLockingEvent.java0015
org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.java109
org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.java1038
org/kuali/rice/kew/framework/postprocessor/PostProcessor.java0013
org/kuali/rice/kew/framework/postprocessor/ProcessDocReport.java0025
org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeHandlerService.java7814
org/kuali/rice/kew/framework/validation/RuleValidationAttributeExporterService.java130
org/kuali/rice/kew/postprocessor/DefaultPostProcessor.java004

Rules

RulesViolationsSeverity
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
176Errors Error
FinalClass0Infos Info
ArrayTypeStyle0Infos Info
MagicNumber
  • ignoreNumbers: "-1, 0, 1, 2, 1024, 255"
0Infos Info
RedundantImport5Infos Info
RedundantThrows19Infos Info
SimplifyBooleanReturn0Infos Info
SimplifyBooleanExpression0Infos Info
LineLength
  • id: "lineInfo"
  • max: "120"
50Warnings Warning
LineLength
  • id: "lineError"
  • max: "255"
0Errors Error
UnusedImports1Warnings Warning
EmptyBlock
  • id: "emptyBlock"
  • tokens: "LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_IF, LITERAL_FOR, LITERAL_TRY, LITERAL_WHILE, INSTANCE_INIT, STATIC_INIT"
  • option: "stmt"
1Warnings Warning
EmptyBlock
  • id: "emptyCatchBlock"
  • tokens: "LITERAL_CATCH"
  • option: "text"
1Warnings Warning
NeedBraces0Warnings Warning
ParameterNumber
  • max: "7"
0Errors Error
MethodLength
  • max: "150"
0Errors Error
AvoidStarImport
  • allowStaticMemberImports: "true"
0Errors Error
WhitespaceAfter2Errors Error
WhitespaceAround26Errors Error
LeftCurly0Errors Error
RightCurly0Errors Error
StaticVariableName0Errors Error
MemberName
  • format: "^[a-z_][a-zA-Z0-9]*$"
0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
AvoidNestedBlocks0Errors Error
LocalVariableName0Errors Error
ConstantName
  • format: "(^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$)|log|logger"
0Errors Error
TypeName0Errors Error
MethodName0Errors Error
EmptyStatement0Warnings Warning
EqualsHashCode0Errors Error
InnerAssignment0Warnings Warning
OperatorWrap0Warnings Warning
LocalFinalVariableName0Errors Error
ParameterName0Errors Error
MissingSwitchDefault0Errors Error
ParenPad2Warnings Warning
UpperEll0Errors Error
InterfaceIsType0Errors Error
NoWhitespaceAfter
  • tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
0Errors Error
PackageName0Errors Error
IllegalImport0Errors Error
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceBefore0Warnings Warning
TypecastParenPad0Warnings Warning
IllegalInstantiation
  • classes: "java.lang.Boolean"
0Warnings Warning
AnnotationUseStyle
  • elementStyle: "ignore"
  • trailingArrayComma: "never"
  • closingParens: "ignore"
0Errors Error
MissingDeprecated0Errors Error
MissingOverride0Errors Error
PackageAnnotation0Errors Error
CovariantEquals0Errors Error
EqualsAvoidNull0Warnings Warning
StringLiteralEquality0Errors Error
NoFinalizer0Errors Error
SuperClone0Errors Error
OuterTypeFilename0Errors Error
SuppressionFilter
  • file: "/org/kuali/cm/checkstyle/rice-legacy-suppressions.xml"
0Errors Error

Details

org/kuali/rice/kew/framework/KewFrameworkServiceLocator.java

ViolationMessageLine
WarningsLine is longer than 120 characters.34
WarningsLine is longer than 120 characters.46
Errors'cast' is not followed by whitespace.46
WarningsLine is longer than 120 characters.71

org/kuali/rice/kew/framework/actionlist/ActionListCustomizationHandlerService.java

ViolationMessageLine
WarningsLine is longer than 120 characters.39
WarningsLine is longer than 120 characters.40
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.66

org/kuali/rice/kew/framework/document/search/AttributeFields.java

ViolationMessageLine
ErrorsLine contains a tab character.55
WarningsLine is longer than 120 characters.83
WarningsLine is longer than 120 characters.132

org/kuali/rice/kew/framework/document/search/DocumentSearchCriteriaConfiguration.java

ViolationMessageLine
WarningsLine is longer than 120 characters.49
WarningsLine is longer than 120 characters.73
WarningsLine is longer than 120 characters.94

org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizationHandlerService.java

ViolationMessageLine
WarningsLine is longer than 120 characters.40
WarningsLine is longer than 120 characters.41
WarningsLine is longer than 120 characters.54
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
WarningsLine is longer than 120 characters.71
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.71
WarningsLine is longer than 120 characters.82
WarningsLine is longer than 120 characters.98
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.100
WarningsLine is longer than 120 characters.107
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.125
WarningsLine is longer than 120 characters.132
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.150
WarningsLine is longer than 120 characters.157
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.178
WarningsLine is longer than 120 characters.185
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.202
WarningsLine is longer than 120 characters.205
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.231

org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizer.java

ViolationMessageLine
WarningsLine is longer than 120 characters.128
WarningsLine is longer than 120 characters.168
WarningsLine is longer than 120 characters.178

org/kuali/rice/kew/framework/document/search/DocumentSearchCustomizerBase.java

ViolationMessageLine
WarningsLine is longer than 120 characters.45

org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfiguration.java

ViolationMessageLine
WarningsLine is longer than 120 characters.119

org/kuali/rice/kew/framework/document/search/DocumentSearchResultSetConfigurationContract.java

ViolationMessageLine
WarningsLine is longer than 120 characters.45

org/kuali/rice/kew/framework/document/search/DocumentSearchResultValue.java

ViolationMessageLine
WarningsLine is longer than 120 characters.134

org/kuali/rice/kew/framework/document/search/DocumentSearchResultValueContract.java

ViolationMessageLine
WarningsUnused import - java.util.Map.21

org/kuali/rice/kew/framework/document/search/DocumentSearchResultValues.java

ViolationMessageLine
WarningsLine is longer than 120 characters.49
WarningsMust have at least one statement.113
WarningsLine is longer than 120 characters.145

org/kuali/rice/kew/framework/document/search/NullDocumentSearchCustomizer.java

ViolationMessageLine
Errors'{' is not followed by whitespace.23
Errors'}' is not preceded with whitespace.23

org/kuali/rice/kew/framework/document/search/StandardResultField.java

ViolationMessageLine
WarningsLine is longer than 120 characters.65
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.94
WarningsLine is longer than 120 characters.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96

org/kuali/rice/kew/framework/document/security/DocumentSecurityDirective.java

ViolationMessageLine
WarningsLine is longer than 120 characters.37
WarningsLine is longer than 120 characters.39
WarningsLine is longer than 120 characters.129

org/kuali/rice/kew/framework/document/security/DocumentSecurityHandlerService.java

ViolationMessageLine
WarningsLine is longer than 120 characters.37
WarningsLine is longer than 120 characters.38
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.72

org/kuali/rice/kew/framework/peopleflow/PeopleFlowTypeService.java

ViolationMessageLine
WarningsLine is longer than 120 characters.41
Errors'=' is not preceded with whitespace.51
Errors'=' is not followed by whitespace.51
Errors'=' is not preceded with whitespace.68
Errors'=' is not followed by whitespace.68
Errors',' is not followed by whitespace.71
Errors'=' is not preceded with whitespace.85
Errors'=' is not followed by whitespace.85
Warnings'(' is followed by whitespace.87
Warnings')' is preceded with whitespace.87
Errors'=' is not preceded with whitespace.98
Errors'=' is not followed by whitespace.98
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.110
Errors'=' is not preceded with whitespace.123
Errors'=' is not followed by whitespace.123
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.139

org/kuali/rice/kew/framework/postprocessor/ActionTakenEvent.java

ViolationMessageLine
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51

org/kuali/rice/kew/framework/postprocessor/AfterProcessEvent.java

ViolationMessageLine
InfosRedundant import from the same package - org.kuali.rice.kew.framework.postprocessor.IDocumentEvent.18
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
WarningsLine is longer than 120 characters.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50

org/kuali/rice/kew/framework/postprocessor/BeforeProcessEvent.java

ViolationMessageLine
InfosRedundant import from the same package - org.kuali.rice.kew.framework.postprocessor.IDocumentEvent.18
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47

org/kuali/rice/kew/framework/postprocessor/DeleteEvent.java

ViolationMessageLine
InfosRedundant import from the same package - org.kuali.rice.kew.framework.postprocessor.IDocumentEvent.19

org/kuali/rice/kew/framework/postprocessor/DocumentLockingEvent.java

ViolationMessageLine
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41

org/kuali/rice/kew/framework/postprocessor/DocumentRouteLevelChange.java

ViolationMessageLine
InfosRedundant import from the same package - org.kuali.rice.kew.framework.postprocessor.IDocumentEvent.18
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.89

org/kuali/rice/kew/framework/postprocessor/DocumentRouteStatusChange.java

ViolationMessageLine
InfosRedundant import from the same package - org.kuali.rice.kew.framework.postprocessor.IDocumentEvent.18
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86

org/kuali/rice/kew/framework/postprocessor/PostProcessor.java

ViolationMessageLine
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47

org/kuali/rice/kew/framework/postprocessor/ProcessDocReport.java

ViolationMessageLine
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60

org/kuali/rice/kew/framework/rule/attribute/WorkflowRuleAttributeHandlerService.java

ViolationMessageLine
WarningsLine is longer than 120 characters.42
WarningsLine is longer than 120 characters.43
Errors'=' is not preceded with whitespace.71
Errors'=' is not followed by whitespace.71
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.72
Errors'=' is not preceded with whitespace.88
Errors'=' is not followed by whitespace.88
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.89
Errors'=' is not preceded with whitespace.109
Errors'=' is not followed by whitespace.109
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.110
WarningsLine is longer than 120 characters.115
WarningsLine is longer than 120 characters.116
Errors'=' is not preceded with whitespace.128
Errors'=' is not followed by whitespace.128
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.133
WarningsLine is longer than 120 characters.138
WarningsLine is longer than 120 characters.139
Errors'=' is not preceded with whitespace.151
Errors'=' is not followed by whitespace.151
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.156
WarningsLine is longer than 120 characters.161
WarningsLine is longer than 120 characters.162
Errors'=' is not preceded with whitespace.174
Errors'=' is not followed by whitespace.174
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.179
Errors'=' is not preceded with whitespace.195
Errors'=' is not followed by whitespace.195
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.196

org/kuali/rice/kew/framework/validation/RuleValidationAttributeExporterService.java

ViolationMessageLine
WarningsLine is longer than 120 characters.37
WarningsLine is longer than 120 characters.38
WarningsLine is longer than 120 characters.51
InfosRedundant throws: 'RiceIllegalArgumentException' is unchecked exception.51

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

ViolationMessageLine
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69