Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
74510461043

Files

FilesInfosWarningsErrors
org/kuali/rice/core/api/parameter/ParameterEvaluator.java0110
org/kuali/rice/core/api/parameter/ParameterEvaluatorService.java0100
org/kuali/rice/core/impl/jaxb/DataXmlDTO.java0113
org/kuali/rice/core/impl/parameter/AlwaysSucceedParameterEvaluatorImpl.java020
org/kuali/rice/core/impl/parameter/ParameterEvaluatorImpl.java010110
org/kuali/rice/core/impl/parameter/ParameterEvaluatorServiceImpl.java00108
org/kuali/rice/core/util/jaxb/JaxbDateAdapter.java0018
org/kuali/rice/core/util/jaxb/NameAndNamespacePair.java008
org/kuali/rice/core/util/jaxb/NameAndNamespacePairValidatingAdapter.java032
org/kuali/rice/core/util/jaxb/RiceXmlExportList.java003
org/kuali/rice/core/util/jaxb/RiceXmlListGetterListener.java001
org/kuali/rice/core/util/jaxb/StringToDateTimeAdapter.java001
org/kuali/rice/core/util/jaxb/StringTrimmingAdapter.java001
org/kuali/rice/devtools/generators/dd/BeanDDCreator.java443346
org/kuali/rice/devtools/generators/dd/MaintDocDDCreator.java125958
org/kuali/rice/kim/api/jaxb/NameAndNamespacePairToKimTypeIdAdapter.java011
org/kuali/rice/kim/api/jaxb/NameAndNamespacePairToPermTemplateIdAdapter.java021
org/kuali/rice/kim/api/jaxb/PermissionDetailList.java008
org/kuali/rice/kim/api/jaxb/PermissionDetailListAdapter.java011
org/kuali/rice/kim/api/jaxb/QualificationList.java018
org/kuali/rice/kim/api/jaxb/QualificationListAdapter.java011
org/kuali/rice/kim/api/role/PassThruRoleTypeServiceBase.java0523
org/kuali/rice/kim/api/services/IdentityManagementService.java03040
org/kuali/rice/kim/client/acegi/KualiCasAuthenticationProvider.java002
org/kuali/rice/kim/client/acegi/KualiCasAuthoritiesPopulatorImpl.java001
org/kuali/rice/kim/client/acegi/KualiCasProxyTicketValidator.java0434
org/kuali/rice/kim/client/acegi/KualiDistributedSessionFilter.java001
org/kuali/rice/kim/client/acegi/KualiTestAuthenticationProvider.java025
org/kuali/rice/kim/client/acegi/KualiTicketResponse.java013
org/kuali/rice/kim/client/acegi/KualiUserDetailsServiceImpl.java007
org/kuali/rice/kim/client/acegi/LdapUserDetailsService.java005
org/kuali/rice/kim/impl/jaxb/KimImporterAndExporter.java030
org/kuali/rice/kim/impl/jaxb/KimXmlUtil.java022
org/kuali/rice/kim/impl/jaxb/PermissionDataXmlDTO.java009
org/kuali/rice/kim/impl/jaxb/PermissionXmlDTO.java0114
org/kuali/rice/kim/impl/jaxb/PermissionXmlUtil.java002
org/kuali/rice/kim/impl/jaxb/PermissionsXmlDTO.java0011
org/kuali/rice/kim/impl/jaxb/RoleDataXmlDTO.java0313
org/kuali/rice/kim/impl/jaxb/RoleMemberXmlDTO.java0433
org/kuali/rice/kim/impl/jaxb/RoleMembersXmlDTO.java0519
org/kuali/rice/kim/impl/jaxb/RolePermissionXmlDTO.java0419
org/kuali/rice/kim/impl/jaxb/RoleXmlDTO.java0116
org/kuali/rice/kim/impl/jaxb/RoleXmlUtil.java0273
org/kuali/rice/kim/impl/jaxb/RolesXmlDTO.java0212
org/kuali/rice/kim/service/impl/IdentityManagementServiceImpl.java0199247
org/kuali/rice/kim/sesn/DistributedSession.java0217
org/kuali/rice/kim/sesn/timeouthandlers/AbstractTimeoutHandler.java009
org/kuali/rice/kim/sesn/timeouthandlers/DisabledTimeoutHandler.java003
org/kuali/rice/kim/sesn/timeouthandlers/GlobalTimeoutHandler.java001
org/kuali/rice/kim/sesn/timeouthandlers/TimeoutHandler.java002
org/kuali/rice/krad/util/KualiObjectCachePerBrokerImpl.java020
org/kuali/rice/krad/util/PatternedStringBuilder.java010
org/kuali/rice/krad/util/TransactionalServiceUtils.java004
org/kuali/rice/krad/web/filter/SessionFilter.java001
org/kuali/rice/krad/web/filter/SetResponseBufferSizeFilter.java031
org/kuali/rice/ksb/config/xfire/XFireWSS4JInHandler.java0548
org/kuali/rice/ksb/config/xfire/XFireWSS4JOutHandler.java0547

Rules

RulesViolationsSeverity
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
767Errors Error
FinalClass0Infos Info
ArrayTypeStyle0Infos Info
MagicNumber
  • ignoreNumbers: "-1, 0, 1, 2, 1024, 255"
5Infos Info
RedundantImport0Infos Info
RedundantThrows0Infos Info
SimplifyBooleanReturn0Infos Info
SimplifyBooleanExpression0Infos Info
LineLength
  • id: "lineInfo"
  • max: "120"
114Warnings Warning
LineLength
  • id: "lineError"
  • max: "255"
0Errors Error
UnusedImports5Warnings 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"
0Warnings Warning
EmptyBlock
  • id: "emptyCatchBlock"
  • tokens: "LITERAL_CATCH"
  • option: "text"
0Warnings Warning
NeedBraces0Warnings Warning
ParameterNumber
  • max: "7"
0Errors Error
MethodLength
  • max: "150"
2Errors Error
AvoidStarImport
  • allowStaticMemberImports: "true"
0Errors Error
WhitespaceAfter52Errors Error
WhitespaceAround212Errors Error
LeftCurly6Errors Error
RightCurly4Errors 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
OperatorWrap140Warnings Warning
LocalFinalVariableName0Errors Error
ParameterName0Errors Error
MissingSwitchDefault0Errors Error
ParenPad776Warnings Warning
UpperEll0Errors Error
InterfaceIsType0Errors Error
NoWhitespaceAfter
  • tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
0Errors Error
PackageName0Errors Error
IllegalImport0Errors Error
EmptyForIteratorPad1Warnings Warning
MethodParamPad2Warnings 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
EqualsAvoidNull8Warnings 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/core/api/parameter/ParameterEvaluator.java

ViolationMessageLine
WarningsLine is longer than 120 characters.21
WarningsLine is longer than 120 characters.25
WarningsLine is longer than 120 characters.27
WarningsLine is longer than 120 characters.33
WarningsLine is longer than 120 characters.40
WarningsLine is longer than 120 characters.43
WarningsLine is longer than 120 characters.44
WarningsLine is longer than 120 characters.45
WarningsLine is longer than 120 characters.46
WarningsLine is longer than 120 characters.47
WarningsLine is longer than 120 characters.55

org/kuali/rice/core/api/parameter/ParameterEvaluatorService.java

ViolationMessageLine
WarningsLine is longer than 120 characters.20
WarningsLine is longer than 120 characters.30
WarningsLine is longer than 120 characters.41
WarningsLine is longer than 120 characters.48
WarningsLine is longer than 120 characters.51
WarningsLine is longer than 120 characters.59
WarningsLine is longer than 120 characters.62
WarningsLine is longer than 120 characters.69
WarningsLine is longer than 120 characters.72
WarningsLine is longer than 120 characters.79

org/kuali/rice/core/impl/jaxb/DataXmlDTO.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.42
Errors'=' is not followed by whitespace.42
Errors'=' is not preceded with whitespace.44
Errors'=' is not followed by whitespace.44
Errors'=' is not preceded with whitespace.44
Errors'=' is not followed by whitespace.44
Errors'}' is not preceded with whitespace.44
Errors'=' is not preceded with whitespace.49
Errors'=' is not followed by whitespace.49
Errors'=' is not preceded with whitespace.52
Errors'=' is not followed by whitespace.52
Errors'{' is not followed by whitespace.58
Errors'}' is not preceded with whitespace.58
WarningsLine is longer than 120 characters.98

org/kuali/rice/core/impl/parameter/AlwaysSucceedParameterEvaluatorImpl.java

ViolationMessageLine
WarningsLine is longer than 120 characters.22
WarningsLine is longer than 120 characters.40

org/kuali/rice/core/impl/parameter/ParameterEvaluatorImpl.java

ViolationMessageLine
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.32
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.42
ErrorsLine contains a tab character.43
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.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
WarningsLine is longer than 120 characters.54
ErrorsLine contains a tab character.54
WarningsLine is longer than 120 characters.55
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.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
WarningsLine is longer than 120 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
WarningsLine is longer than 120 characters.76
ErrorsLine contains a tab character.76
Warnings'(' is followed by whitespace.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
WarningsLine is longer than 120 characters.80
ErrorsLine contains a tab character.80
Warnings'(' is followed by whitespace.80
ErrorsLine contains a tab character.81
Warnings')' is preceded with whitespace.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.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
Warnings'(' is followed by whitespace.147
Warnings')' is preceded with whitespace.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151

org/kuali/rice/core/impl/parameter/ParameterEvaluatorServiceImpl.java

ViolationMessageLine
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.43
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.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
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.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185

org/kuali/rice/core/util/jaxb/JaxbDateAdapter.java

ViolationMessageLine
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.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.40
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.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48

org/kuali/rice/core/util/jaxb/NameAndNamespacePair.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.34
Errors'=' is not followed by whitespace.34
Errors'=' is not preceded with whitespace.39
Errors'=' is not followed by whitespace.39
Errors'=' is not preceded with whitespace.39
Errors'=' is not followed by whitespace.39
Errors'{' is not followed by whitespace.46
Errors'}' is not preceded with whitespace.46

org/kuali/rice/core/util/jaxb/NameAndNamespacePairValidatingAdapter.java

ViolationMessageLine
Errors',' is not followed by whitespace.33
Errors'}' should be alone on a line.46
WarningsLine is longer than 120 characters.47
Warnings'+' should be on a new line.47
WarningsLine is longer than 120 characters.68

org/kuali/rice/core/util/jaxb/RiceXmlExportList.java

ViolationMessageLine
Errors',' is not followed by whitespace.40
Errors',' is not followed by whitespace.45
Errors',' is not followed by whitespace.55

org/kuali/rice/core/util/jaxb/RiceXmlListGetterListener.java

ViolationMessageLine
Errors',' is not followed by whitespace.34

org/kuali/rice/core/util/jaxb/StringToDateTimeAdapter.java

ViolationMessageLine
Errors',' is not followed by whitespace.31

org/kuali/rice/core/util/jaxb/StringTrimmingAdapter.java

ViolationMessageLine
Errors',' is not followed by whitespace.30

org/kuali/rice/devtools/generators/dd/BeanDDCreator.java

ViolationMessageLine
ErrorsMethod length is 185 lines (max allowed is 150).33
Errors'cast' is not followed by whitespace.35
Warnings'(' is followed by whitespace.35
Warnings')' is preceded with whitespace.35
Warnings'(' is followed by whitespace.36
Warnings')' is preceded with whitespace.36
Warnings'(' is followed by whitespace.38
Infos'4000' is a magic number.38
Warnings')' is preceded with whitespace.38
Warnings'(' is followed by whitespace.39
Warnings'+' should be on a new line.39
ErrorsLine contains a tab character.40
Warnings'+' should be on a new line.40
ErrorsLine contains a tab character.41
Warnings'+' should be on a new line.41
ErrorsLine contains a tab character.42
Warnings'+' should be on a new line.42
ErrorsLine contains a tab character.43
Warnings'+' should be on a new line.43
ErrorsLine contains a tab character.44
Warnings'+' should be on a new line.44
ErrorsLine contains a tab character.45
Warnings')' is preceded with whitespace.45
Warnings'(' is followed by whitespace.46
Warnings')' is preceded with whitespace.46
Warnings'(' is followed by whitespace.47
Warnings')' is preceded with whitespace.47
Warnings'(' is followed by whitespace.48
Warnings')' is preceded with whitespace.48
Warnings'(' is followed by whitespace.49
Warnings'+' should be on a new line.49
ErrorsLine contains a tab character.50
Warnings'+' should be on a new line.50
ErrorsLine contains a tab character.51
Warnings')' is preceded with whitespace.51
Warnings'(' is followed by whitespace.52
Warnings')' is preceded with whitespace.52
Warnings'(' is followed by whitespace.53
Warnings'+' should be on a new line.53
ErrorsLine contains a tab character.54
Warnings')' is preceded with whitespace.54
Warnings'(' is followed by whitespace.55
Warnings')' is preceded with whitespace.55
Warnings'(' is followed by whitespace.56
Warnings')' is preceded with whitespace.56
Warnings'(' is followed by whitespace.57
Warnings')' is preceded with whitespace.57
Warnings'(' is followed by whitespace.58
Warnings')' is preceded with whitespace.58
Warnings'(' is followed by whitespace.59
Warnings')' is preceded with whitespace.59
Warnings'(' is followed by whitespace.60
Warnings')' is preceded with whitespace.60
Warnings'(' is followed by whitespace.61
Warnings'(' is followed by whitespace.61
Warnings')' is preceded with whitespace.61
Warnings')' is preceded with whitespace.61
Warnings'(' is followed by whitespace.62
Warnings')' is preceded with whitespace.62
Warnings'(' is followed by whitespace.63
Warnings')' is preceded with whitespace.63
Warnings'(' is followed by whitespace.64
Warnings')' is preceded with whitespace.64
Warnings'(' is followed by whitespace.65
Warnings')' is preceded with whitespace.65
Warnings'(' is followed by whitespace.66
Warnings')' is preceded with whitespace.66
Warnings'(' is followed by whitespace.67
Warnings')' is preceded with whitespace.67
Warnings'(' is followed by whitespace.68
Warnings')' is preceded with whitespace.68
Warnings'(' is followed by whitespace.69
Warnings'+' should be on a new line.69
ErrorsLine contains a tab character.70
Warnings')' is preceded with whitespace.70
Warnings'(' is followed by whitespace.71
Warnings')' is preceded with whitespace.71
Warnings'(' is followed by whitespace.72
Warnings')' is preceded with whitespace.72
Warnings'(' is followed by whitespace.73
Warnings')' is preceded with whitespace.73
Warnings'(' is followed by whitespace.73
Warnings')' is preceded with whitespace.73
Warnings'(' is followed by whitespace.73
Warnings')' is preceded with whitespace.73
Warnings'(' is followed by whitespace.74
Warnings')' is preceded with whitespace.74
Warnings'(' is followed by whitespace.75
Warnings')' is preceded with whitespace.75
Warnings'(' is followed by whitespace.79
Warnings'+' should be on a new line.79
ErrorsLine contains a tab character.80
Warnings'+' should be on a new line.80
ErrorsLine contains a tab character.81
Warnings'+' should be on a new line.81
ErrorsLine contains a tab character.82
Warnings')' is preceded with whitespace.82
Warnings'(' is followed by whitespace.83
Warnings')' is preceded with whitespace.83
Warnings'(' is followed by whitespace.84
Warnings')' is preceded with whitespace.84
Warnings'(' is followed by whitespace.86
WarningsString literal expressions should be on the left side of an equals comparison.86
Warnings'(' is followed by whitespace.86
Warnings')' is preceded with whitespace.86
Warnings')' is preceded with whitespace.86
Warnings'(' is followed by whitespace.87
Warnings'(' is followed by whitespace.87
Warnings')' is preceded with whitespace.87
Warnings')' is preceded with whitespace.87
WarningsLine is longer than 120 characters.88
Warnings'(' is followed by whitespace.88
Warnings')' is preceded with whitespace.88
Warnings')' is preceded with whitespace.88
Warnings'(' is followed by whitespace.90
Warnings')' is preceded with whitespace.90
Warnings')' is preceded with whitespace.90
Warnings'(' is followed by whitespace.91
Warnings'(' is followed by whitespace.91
Warnings')' is preceded with whitespace.91
Warnings')' is preceded with whitespace.91
Warnings'(' is followed by whitespace.92
Warnings')' is preceded with whitespace.92
Warnings')' is preceded with whitespace.92
Warnings'(' is followed by whitespace.94
Warnings')' is preceded with whitespace.94
Warnings')' is preceded with whitespace.94
Warnings'(' is followed by whitespace.95
Warnings'(' is followed by whitespace.95
Warnings')' is preceded with whitespace.95
Warnings')' is preceded with whitespace.95
Warnings'(' is followed by whitespace.96
Warnings')' is preceded with whitespace.96
Warnings')' is preceded with whitespace.96
Warnings'(' is followed by whitespace.98
Warnings')' is preceded with whitespace.98
Warnings')' is preceded with whitespace.98
Warnings'(' is followed by whitespace.99
Warnings'(' is followed by whitespace.99
Warnings')' is preceded with whitespace.99
Warnings')' is preceded with whitespace.99
Warnings'(' is followed by whitespace.100
Warnings')' is preceded with whitespace.100
Warnings')' is preceded with whitespace.100
Warnings'(' is followed by whitespace.102
WarningsString literal expressions should be on the left side of an equals comparison.102
Warnings')' is preceded with whitespace.102
Warnings')' is preceded with whitespace.102
Warnings'(' is followed by whitespace.103
Warnings'(' is followed by whitespace.103
Warnings')' is preceded with whitespace.103
Warnings')' is preceded with whitespace.103
WarningsLine is longer than 120 characters.104
Warnings'(' is followed by whitespace.104
Warnings')' is preceded with whitespace.104
Warnings')' is preceded with whitespace.104
Warnings'(' is followed by whitespace.106
WarningsString literal expressions should be on the left side of an equals comparison.106
Warnings')' is preceded with whitespace.106
Warnings')' is preceded with whitespace.106
Warnings'(' is followed by whitespace.107
Warnings'(' is followed by whitespace.107
Warnings')' is preceded with whitespace.107
Warnings')' is preceded with whitespace.107
WarningsLine is longer than 120 characters.108
Warnings'(' is followed by whitespace.108
Warnings')' is preceded with whitespace.108
Warnings')' is preceded with whitespace.108
Warnings'(' is followed by whitespace.110
Warnings')' is preceded with whitespace.110
Warnings'(' is followed by whitespace.111
Warnings'(' is followed by whitespace.111
Warnings')' is preceded with whitespace.111
Warnings')' is preceded with whitespace.111
WarningsLine is longer than 120 characters.112
Warnings'(' is followed by whitespace.112
Warnings')' is preceded with whitespace.112
Warnings')' is preceded with whitespace.112
Warnings'(' is followed by whitespace.116
Warnings'(' is followed by whitespace.116
Warnings')' is preceded with whitespace.116
Warnings')' is preceded with whitespace.116
Warnings'(' is followed by whitespace.118
Warnings')' is preceded with whitespace.118
Warnings'(' is followed by whitespace.118
Warnings')' is preceded with whitespace.118
Warnings'(' is followed by whitespace.118
Warnings')' is preceded with whitespace.118
WarningsLine is longer than 120 characters.119
Warnings'(' is followed by whitespace.119
Warnings')' is preceded with whitespace.119
Warnings'(' is followed by whitespace.119
Warnings')' is preceded with whitespace.119
Warnings'(' is followed by whitespace.120
Warnings')' is preceded with whitespace.120
Warnings'(' is followed by whitespace.120
Warnings')' is preceded with whitespace.120
Warnings'(' is followed by whitespace.120
Warnings')' is preceded with whitespace.120
Warnings'(' is followed by whitespace.121
Warnings')' is preceded with whitespace.121
Warnings'(' is followed by whitespace.122
Warnings')' is preceded with whitespace.122
Warnings'(' is followed by whitespace.122
Warnings')' is preceded with whitespace.122
Warnings'(' is followed by whitespace.122
Warnings')' is preceded with whitespace.122
Warnings'(' is followed by whitespace.123
Warnings')' is preceded with whitespace.123
Warnings'(' is followed by whitespace.123
Warnings')' is preceded with whitespace.123
Warnings'(' is followed by whitespace.123
Warnings')' is preceded with whitespace.123
Warnings'(' is followed by whitespace.124
Warnings')' is preceded with whitespace.124
Warnings'(' is followed by whitespace.125
Warnings')' is preceded with whitespace.125
Warnings'(' is followed by whitespace.126
Warnings'+' should be on a new line.126
Warnings'+' should be on a new line.127
Warnings'+' should be on a new line.128
Warnings'+' should be on a new line.129
Warnings'+' should be on a new line.130
Warnings'+' should be on a new line.131
Warnings'+' should be on a new line.132
Warnings'+' should be on a new line.133
Warnings')' is preceded with whitespace.134
Warnings'(' is followed by whitespace.137
Warnings')' is preceded with whitespace.137
Warnings'(' is followed by whitespace.142
Warnings'(' is followed by whitespace.142
Warnings')' is preceded with whitespace.142
Warnings')' is preceded with whitespace.142
Warnings'(' is followed by whitespace.143
Warnings')' is preceded with whitespace.143
Warnings'(' is followed by whitespace.144
Warnings')' is preceded with whitespace.144
Warnings'(' is followed by whitespace.145
Warnings')' is preceded with whitespace.145
Warnings'(' is followed by whitespace.146
Warnings'+' should be on a new line.146
ErrorsLine contains a tab character.147
Warnings')' is preceded with whitespace.147
Warnings'(' is followed by whitespace.148
Warnings')' is preceded with whitespace.148
Warnings')' is preceded with whitespace.148
Warnings'(' is followed by whitespace.149
Warnings'+' should be on a new line.149
ErrorsLine contains a tab character.150
Warnings'+' should be on a new line.150
ErrorsLine contains a tab character.151
Warnings'+' should be on a new line.151
ErrorsLine contains a tab character.152
Warnings'+' should be on a new line.152
ErrorsLine contains a tab character.153
Warnings')' is preceded with whitespace.153
Warnings'(' is followed by whitespace.154
Warnings')' is preceded with whitespace.154
Warnings')' is preceded with whitespace.154
Warnings'(' is followed by whitespace.155
Warnings'+' should be on a new line.155
ErrorsLine contains a tab character.156
Warnings'+' should be on a new line.156
ErrorsLine contains a tab character.157
Warnings'+' should be on a new line.157
ErrorsLine contains a tab character.158
Warnings')' is preceded with whitespace.158
Warnings'(' is followed by whitespace.159
Warnings')' is preceded with whitespace.159
Warnings'(' is followed by whitespace.160
Warnings')' is preceded with whitespace.160
Warnings')' is preceded with whitespace.161
Warnings'(' is followed by whitespace.162
Warnings')' is preceded with whitespace.162
Warnings'(' is followed by whitespace.162
Warnings')' is preceded with whitespace.162
Warnings'(' is followed by whitespace.165
Warnings'+' should be on a new line.165
ErrorsLine contains a tab character.166
Warnings'+' should be on a new line.166
ErrorsLine contains a tab character.167
Warnings'+' should be on a new line.167
ErrorsLine contains a tab character.168
Warnings'+' should be on a new line.168
ErrorsLine contains a tab character.169
Warnings'+' should be on a new line.169
ErrorsLine contains a tab character.170
Warnings'+' should be on a new line.170
ErrorsLine contains a tab character.171
Warnings')' is preceded with whitespace.171
Warnings'(' is followed by whitespace.173
Warnings'(' is followed by whitespace.173
Warnings')' is preceded with whitespace.173
Warnings')' is preceded with whitespace.173
Warnings'(' is followed by whitespace.174
Warnings')' is preceded with whitespace.174
Warnings'(' is followed by whitespace.175
Warnings')' is preceded with whitespace.175
Warnings'(' is followed by whitespace.176
Warnings')' is preceded with whitespace.176
Warnings'(' is followed by whitespace.177
Warnings'+' should be on a new line.177
Warnings')' is preceded with whitespace.178
Warnings'(' is followed by whitespace.179
Warnings')' is preceded with whitespace.179
Warnings')' is preceded with whitespace.179
Warnings'(' is followed by whitespace.180
Warnings')' is preceded with whitespace.180
Warnings'(' is followed by whitespace.183
Warnings')' is preceded with whitespace.183
Warnings'(' is followed by whitespace.184
Warnings'+' should be on a new line.184
ErrorsLine contains a tab character.185
Warnings'+' should be on a new line.185
ErrorsLine contains a tab character.186
Warnings'+' should be on a new line.186
ErrorsLine contains a tab character.187
Warnings'+' should be on a new line.187
ErrorsLine contains a tab character.188
Warnings'+' should be on a new line.188
ErrorsLine contains a tab character.189
Warnings'+' should be on a new line.189
ErrorsLine contains a tab character.190
Warnings'+' should be on a new line.190
ErrorsLine contains a tab character.191
Warnings'+' should be on a new line.191
ErrorsLine contains a tab character.192
Warnings'+' should be on a new line.192
ErrorsLine contains a tab character.193
Warnings'+' should be on a new line.193
ErrorsLine contains a tab character.194
Warnings'+' should be on a new line.194
ErrorsLine contains a tab character.195
Warnings')' is preceded with whitespace.195
Warnings'(' is followed by whitespace.196
Warnings')' is preceded with whitespace.196
Warnings'(' is followed by whitespace.197
Warnings')' is preceded with whitespace.197
Warnings')' is preceded with whitespace.198
Warnings'(' is followed by whitespace.199
Warnings')' is preceded with whitespace.199
Warnings'(' is followed by whitespace.199
Warnings')' is preceded with whitespace.199
Warnings'(' is followed by whitespace.202
Warnings'+' should be on a new line.202
ErrorsLine contains a tab character.203
Warnings'+' should be on a new line.203
ErrorsLine contains a tab character.204
Warnings'+' should be on a new line.204
ErrorsLine contains a tab character.205
Warnings')' is preceded with whitespace.205
Warnings'(' is followed by whitespace.206
Warnings')' is preceded with whitespace.206
Warnings'(' is followed by whitespace.207
Warnings')' is preceded with whitespace.207
Warnings')' is preceded with whitespace.208
Warnings'(' is followed by whitespace.209
Warnings')' is preceded with whitespace.209
Warnings'(' is followed by whitespace.209
Warnings')' is preceded with whitespace.209
Warnings'(' is followed by whitespace.212
Warnings'+' should be on a new line.212
ErrorsLine contains a tab character.213
Warnings'+' should be on a new line.213
ErrorsLine contains a tab character.214
Warnings')' is preceded with whitespace.214
Warnings'(' is followed by whitespace.215
Warnings')' is preceded with whitespace.215
Warnings'(' is followed by whitespace.216
Warnings')' is preceded with whitespace.216
WarningsLine is longer than 120 characters.219
Warnings'(' is followed by whitespace.219
Warnings')' is preceded with whitespace.219
Warnings'(' is followed by whitespace.220
Infos'100' is a magic number.220
Warnings')' is preceded with whitespace.220
Warnings'(' is followed by whitespace.221
Warnings')' is preceded with whitespace.221
Warnings'(' is followed by whitespace.222
Warnings')' is preceded with whitespace.222
Warnings'(' is followed by whitespace.223
Warnings')' is preceded with whitespace.223
Warnings'(' is followed by whitespace.223
Warnings')' is preceded with whitespace.223
Warnings'(' is followed by whitespace.223
Warnings')' is preceded with whitespace.223
Warnings'(' is followed by whitespace.224
Warnings')' is preceded with whitespace.224
Warnings'(' is followed by whitespace.224
Warnings')' is preceded with whitespace.224
Warnings'(' is followed by whitespace.225
Warnings')' is preceded with whitespace.225
Warnings'(' is followed by whitespace.225
Warnings')' is preceded with whitespace.225
Warnings'(' is followed by whitespace.225
Warnings')' is preceded with whitespace.225
Warnings'(' is followed by whitespace.226
Warnings')' is preceded with whitespace.226
WarningsLine is longer than 120 characters.230
Warnings'(' is followed by whitespace.230
Warnings')' is preceded with whitespace.230
Warnings'(' is followed by whitespace.231
Infos'100' is a magic number.231
Warnings')' is preceded with whitespace.231
Warnings'(' is followed by whitespace.232
Warnings')' is preceded with whitespace.232
Warnings'(' is followed by whitespace.233
Warnings')' is preceded with whitespace.233
Warnings'(' is followed by whitespace.234
Warnings')' is preceded with whitespace.234
Warnings'(' is followed by whitespace.234
Warnings')' is preceded with whitespace.234
Warnings'(' is followed by whitespace.234
Warnings')' is preceded with whitespace.234
Warnings'(' is followed by whitespace.235
Warnings')' is preceded with whitespace.235
Warnings'(' is followed by whitespace.235
Warnings')' is preceded with whitespace.235
Warnings'(' is followed by whitespace.236
Warnings')' is preceded with whitespace.236
Warnings'(' is followed by whitespace.236
Warnings')' is preceded with whitespace.236
Warnings'(' is followed by whitespace.236
Warnings')' is preceded with whitespace.236
Warnings'(' is followed by whitespace.237
Warnings')' is preceded with whitespace.237
Warnings'(' is followed by whitespace.237
Warnings')' is preceded with whitespace.237
Warnings'(' is followed by whitespace.237
Warnings')' is preceded with whitespace.237
Warnings'(' is followed by whitespace.238
Warnings')' is preceded with whitespace.238
Warnings'(' is followed by whitespace.242
Warnings')' is preceded with whitespace.242
Warnings'(' is followed by whitespace.243
Infos'100' is a magic number.243
Warnings')' is preceded with whitespace.243
Warnings'(' is followed by whitespace.244
Warnings')' is preceded with whitespace.244
Warnings'(' is followed by whitespace.245
Warnings')' is preceded with whitespace.245
Warnings'(' is followed by whitespace.246
Warnings')' is preceded with whitespace.246
Warnings'(' is followed by whitespace.246
Warnings')' is preceded with whitespace.246
Warnings'(' is followed by whitespace.246
Warnings')' is preceded with whitespace.246
Warnings'(' is followed by whitespace.247
Warnings')' is preceded with whitespace.247
Warnings'(' is followed by whitespace.248
Warnings')' is preceded with whitespace.248
Warnings'(' is followed by whitespace.248
Warnings')' is preceded with whitespace.248
Warnings'(' is followed by whitespace.248
Warnings')' is preceded with whitespace.248
Warnings'(' is followed by whitespace.252
Warnings')' is preceded with whitespace.252
Errors'!=' is not preceded with whitespace.253
Warnings'(' is followed by whitespace.254
Warnings')' is preceded with whitespace.254
WarningsString literal expressions should be on the left side of an equals comparison.255
Warnings'(' is followed by whitespace.255
Warnings')' is preceded with whitespace.255
WarningsString literal expressions should be on the left side of an equals comparison.256
Warnings'(' is followed by whitespace.256
Warnings')' is preceded with whitespace.256
Warnings'(' is followed by whitespace.257
Warnings')' is preceded with whitespace.257
Warnings'(' is followed by whitespace.258
Warnings')' is preceded with whitespace.258
WarningsString literal expressions should be on the left side of an equals comparison.259
Warnings'(' is followed by whitespace.259
Warnings')' is preceded with whitespace.259
Warnings'(' is followed by whitespace.262
Warnings')' is preceded with whitespace.262
Warnings'(' is followed by whitespace.263
Warnings')' is preceded with whitespace.263
Warnings'(' is followed by whitespace.267
Warnings')' is preceded with whitespace.267
Warnings'(' is followed by whitespace.268
Warnings')' is preceded with whitespace.268
Warnings'(' is followed by whitespace.274
Warnings')' is preceded with whitespace.274

org/kuali/rice/devtools/generators/dd/MaintDocDDCreator.java

ViolationMessageLine
ErrorsMethod length is 168 lines (max allowed is 150).29
Warnings'(' is followed by whitespace.29
Warnings')' is preceded with whitespace.29
Warnings'(' is followed by whitespace.31
Warnings')' is preceded with whitespace.31
Warnings'(' is followed by whitespace.32
Warnings')' is preceded with whitespace.32
Warnings'(' is followed by whitespace.34
Infos'4000' is a magic number.34
Warnings')' is preceded with whitespace.34
Warnings'(' is followed by whitespace.35
Warnings'+' should be on a new line.35
Warnings'+' should be on a new line.36
Warnings'+' should be on a new line.37
Warnings'+' should be on a new line.38
Warnings'+' should be on a new line.39
Warnings'+' should be on a new line.40
Warnings')' is preceded with whitespace.41
Warnings'(' is followed by whitespace.42
Warnings')' is preceded with whitespace.42
Warnings'(' is followed by whitespace.43
Warnings')' is preceded with whitespace.43
Warnings'(' is followed by whitespace.44
Warnings')' is preceded with whitespace.44
Warnings'(' is followed by whitespace.45
Warnings'+' should be on a new line.45
Warnings'+' should be on a new line.46
Warnings')' is preceded with whitespace.47
Warnings'(' is followed by whitespace.48
Warnings')' is preceded with whitespace.48
Warnings'(' is followed by whitespace.49
Warnings'+' should be on a new line.49
Warnings')' is preceded with whitespace.50
Warnings'(' is followed by whitespace.51
Warnings')' is preceded with whitespace.51
Warnings'(' is followed by whitespace.52
Warnings')' is preceded with whitespace.52
Warnings'(' is followed by whitespace.53
Warnings')' is preceded with whitespace.53
Warnings'(' is followed by whitespace.54
Warnings')' is preceded with whitespace.54
Warnings'(' is followed by whitespace.55
Warnings')' is preceded with whitespace.55
Warnings'(' is followed by whitespace.56
Warnings')' is preceded with whitespace.56
Warnings'(' is followed by whitespace.57
Warnings'(' is followed by whitespace.57
Warnings')' is preceded with whitespace.57
Warnings')' is preceded with whitespace.57
Warnings'(' is followed by whitespace.58
Warnings')' is preceded with whitespace.58
Warnings'(' is followed by whitespace.59
Warnings')' is preceded with whitespace.59
Warnings'(' is followed by whitespace.60
Warnings'(' is followed by whitespace.60
Warnings')' is preceded with whitespace.60
Warnings')' is preceded with whitespace.60
Warnings'(' is followed by whitespace.61
Warnings')' is preceded with whitespace.61
Warnings'(' is followed by whitespace.62
Warnings')' is preceded with whitespace.62
Warnings'(' is followed by whitespace.63
Warnings')' is preceded with whitespace.63
Warnings'(' is followed by whitespace.64
Warnings')' is preceded with whitespace.64
Warnings'(' is followed by whitespace.65
Warnings')' is preceded with whitespace.65
Warnings'(' is followed by whitespace.66
Warnings')' is preceded with whitespace.66
Warnings'(' is followed by whitespace.67
Warnings')' is preceded with whitespace.67
Warnings'(' is followed by whitespace.68
Warnings')' is preceded with whitespace.68
Warnings'(' is followed by whitespace.69
Warnings')' is preceded with whitespace.69
Warnings'(' is followed by whitespace.70
Warnings')' is preceded with whitespace.70
Warnings'(' is followed by whitespace.71
Warnings')' is preceded with whitespace.71
Warnings'(' is followed by whitespace.72
Warnings')' is preceded with whitespace.72
Warnings'(' is followed by whitespace.73
Warnings')' is preceded with whitespace.73
Warnings'(' is followed by whitespace.74
Warnings')' is preceded with whitespace.74
Warnings'(' is followed by whitespace.75
Warnings')' is preceded with whitespace.75
Warnings'(' is followed by whitespace.76
Warnings')' is preceded with whitespace.76
Warnings'(' is followed by whitespace.77
Warnings')' is preceded with whitespace.77
Warnings'(' is followed by whitespace.78
Warnings')' is preceded with whitespace.78
Warnings'(' is followed by whitespace.79
Warnings')' is preceded with whitespace.79
Warnings'(' is followed by whitespace.80
Warnings')' is preceded with whitespace.80
Warnings'(' is followed by whitespace.82
Warnings'+' should be on a new line.82
ErrorsLine contains a tab character.83
Warnings'+' should be on a new line.83
ErrorsLine contains a tab character.84
Warnings'+' should be on a new line.84
ErrorsLine contains a tab character.85
Warnings'+' should be on a new line.85
ErrorsLine contains a tab character.86
Warnings'+' should be on a new line.86
ErrorsLine contains a tab character.87
Warnings'+' should be on a new line.87
ErrorsLine contains a tab character.88
Warnings'+' should be on a new line.88
ErrorsLine contains a tab character.89
Warnings'+' should be on a new line.89
ErrorsLine contains a tab character.90
Warnings'+' should be on a new line.90
ErrorsLine contains a tab character.91
Warnings'+' should be on a new line.91
ErrorsLine contains a tab character.92
Warnings'+' should be on a new line.92
ErrorsLine contains a tab character.93
Warnings'+' should be on a new line.93
ErrorsLine contains a tab character.94
Warnings')' is preceded with whitespace.94
Warnings'(' is followed by whitespace.95
Warnings'+' should be on a new line.95
ErrorsLine contains a tab character.96
Warnings'+' should be on a new line.96
ErrorsLine contains a tab character.97
Warnings'+' should be on a new line.97
ErrorsLine contains a tab character.98
Warnings'+' should be on a new line.98
ErrorsLine contains a tab character.99
Warnings'+' should be on a new line.99
ErrorsLine contains a tab character.100
Warnings'(' is followed by whitespace.101
Warnings'+' should be on a new line.101
ErrorsLine contains a tab character.102
Warnings')' is preceded with whitespace.102
Warnings'(' is followed by whitespace.103
Warnings')' is preceded with whitespace.103
Warnings'(' is followed by whitespace.104
Warnings')' is preceded with whitespace.104
Warnings'(' is followed by whitespace.105
Warnings'(' is followed by whitespace.105
Warnings')' is preceded with whitespace.105
Warnings')' is preceded with whitespace.105
Warnings'(' is followed by whitespace.106
Warnings'+' should be on a new line.106
ErrorsLine contains a tab character.107
Warnings'+' should be on a new line.107
ErrorsLine contains a tab character.108
Warnings')' is preceded with whitespace.108
Warnings'(' is followed by whitespace.109
Warnings'+' should be on a new line.109
ErrorsLine contains a tab character.110
Warnings'+' should be on a new line.110
ErrorsLine contains a tab character.111
Warnings')' is preceded with whitespace.111
Warnings'(' is followed by whitespace.112
Warnings')' is preceded with whitespace.112
Warnings'(' is followed by whitespace.113
Warnings'(' is followed by whitespace.114
Warnings'+' should be on a new line.114
ErrorsLine contains a tab character.115
Warnings')' is preceded with whitespace.115
Warnings'(' is followed by whitespace.116
Warnings')' is preceded with whitespace.116
Warnings'(' is followed by whitespace.117
Warnings'+' should be on a new line.117
ErrorsLine contains a tab character.118
Warnings'+' should be on a new line.118
ErrorsLine contains a tab character.119
Warnings'+' should be on a new line.119
ErrorsLine contains a tab character.120
Warnings')' is preceded with whitespace.120
Warnings'(' is followed by whitespace.123
Warnings'+' should be on a new line.123
ErrorsLine contains a tab character.124
Warnings'+' should be on a new line.124
ErrorsLine contains a tab character.125
Warnings')' is preceded with whitespace.125
Warnings'(' is followed by whitespace.127
Warnings'+' should be on a new line.127
ErrorsLine contains a tab character.128
Warnings'+' should be on a new line.128
ErrorsLine contains a tab character.129
Warnings')' is preceded with whitespace.129
Warnings'(' is followed by whitespace.130
Warnings')' is preceded with whitespace.130
Warnings'(' is followed by whitespace.131
Warnings'+' should be on a new line.131
ErrorsLine contains a tab character.132
Warnings'+' should be on a new line.132
ErrorsLine contains a tab character.133
Warnings'+' should be on a new line.133
ErrorsLine contains a tab character.134
Warnings'(' is followed by whitespace.136
Warnings')' is preceded with whitespace.136
Warnings'(' is followed by whitespace.137
Warnings')' is preceded with whitespace.137
Warnings'(' is followed by whitespace.138
Warnings')' is preceded with whitespace.138
Warnings'(' is followed by whitespace.139
Warnings')' is preceded with whitespace.139
Warnings'(' is followed by whitespace.140
Warnings'+' should be on a new line.140
Warnings'+' should be on a new line.141
Warnings')' is preceded with whitespace.142
Warnings'(' is followed by whitespace.143
Warnings')' is preceded with whitespace.143
WarningsLine is longer than 120 characters.144
Warnings'(' is followed by whitespace.144
Warnings'+' should be on a new line.144
Warnings')' is preceded with whitespace.145
Warnings'(' is followed by whitespace.146
Warnings'(' is followed by whitespace.146
Warnings')' is preceded with whitespace.146
Warnings')' is preceded with whitespace.146
Warnings'(' is followed by whitespace.147
Warnings'+' should be on a new line.147
ErrorsLine contains a tab character.148
Warnings'+' should be on a new line.148
ErrorsLine contains a tab character.149
Warnings'+' should be on a new line.149
ErrorsLine contains a tab character.150
Warnings')' is preceded with whitespace.150
Warnings'(' is followed by whitespace.151
Warnings')' is preceded with whitespace.151
Warnings'(' is followed by whitespace.152
Warnings')' is preceded with whitespace.152
Warnings')' is preceded with whitespace.152
Warnings'(' is followed by whitespace.154
Warnings'+' should be on a new line.154
ErrorsLine contains a tab character.155
Warnings')' is preceded with whitespace.155
Warnings'(' is followed by whitespace.156
Warnings')' is preceded with whitespace.156
Warnings'(' is followed by whitespace.157
Warnings')' is preceded with whitespace.157
Warnings')' is preceded with whitespace.157
Warnings'(' is followed by whitespace.158
Warnings'+' should be on a new line.158
Warnings')' is preceded with whitespace.159
Warnings'(' is followed by whitespace.160
WarningsString literal expressions should be on the left side of an equals comparison.160
Warnings')' is preceded with whitespace.160
Warnings')' is preceded with whitespace.160
Warnings'(' is followed by whitespace.161
Warnings')' is preceded with whitespace.161
Warnings'(' is followed by whitespace.163
Warnings'+' should be on a new line.163
Warnings')' is preceded with whitespace.164
Warnings'(' is followed by whitespace.168
Warnings'+' should be on a new line.168
ErrorsLine contains a tab character.169
Warnings'+' should be on a new line.169
ErrorsLine contains a tab character.170
Warnings'+' should be on a new line.170
ErrorsLine contains a tab character.171
Warnings')' is preceded with whitespace.171
Warnings'(' is followed by whitespace.172
Warnings')' is preceded with whitespace.172
Warnings'(' is followed by whitespace.173
Warnings')' is preceded with whitespace.173
Warnings'(' is followed by whitespace.174
Warnings')' is preceded with whitespace.174
Warnings'(' is followed by whitespace.175
Warnings')' is preceded with whitespace.175
Warnings'(' is followed by whitespace.176
Warnings'+' should be on a new line.176
ErrorsLine contains a tab character.177
Warnings'+' should be on a new line.177
ErrorsLine contains a tab character.178
Warnings')' is preceded with whitespace.178
Warnings'(' is followed by whitespace.179
Warnings')' is preceded with whitespace.179
WarningsLine is longer than 120 characters.180
Warnings'(' is followed by whitespace.180
Warnings'+' should be on a new line.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
WarningsLine is longer than 120 characters.186
ErrorsLine contains a tab character.186
WarningsLine is longer than 120 characters.187
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
Warnings')' is preceded with whitespace.194
Warnings'(' is followed by whitespace.195
Warnings')' is preceded with whitespace.195
Warnings'(' is followed by whitespace.198
Warnings')' is preceded with whitespace.198
Warnings'(' is followed by whitespace.199
Warnings')' is preceded with whitespace.199
Warnings'(' is followed by whitespace.203
Warnings')' is preceded with whitespace.203
Warnings'(' is followed by whitespace.204
Warnings')' is preceded with whitespace.204
Warnings'(' is followed by whitespace.212
Warnings')' is preceded with whitespace.212
Errors'!=' is not preceded with whitespace.213
Warnings'(' is followed by whitespace.214
Warnings')' is preceded with whitespace.214
Warnings'(' is followed by whitespace.215
Warnings')' is preceded with whitespace.215
Warnings'(' is followed by whitespace.216
Warnings')' is preceded with whitespace.216
WarningsString literal expressions should be on the left side of an equals comparison.217
Warnings'(' is followed by whitespace.217
Warnings')' is preceded with whitespace.217

org/kuali/rice/kim/api/jaxb/NameAndNamespacePairToKimTypeIdAdapter.java

ViolationMessageLine
Errors',' is not followed by whitespace.33
WarningsLine is longer than 120 characters.44

org/kuali/rice/kim/api/jaxb/NameAndNamespacePairToPermTemplateIdAdapter.java

ViolationMessageLine
Errors',' is not followed by whitespace.32
WarningsLine is longer than 120 characters.40
WarningsLine is longer than 120 characters.43

org/kuali/rice/kim/api/jaxb/PermissionDetailList.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.36
Errors'=' is not followed by whitespace.36
Errors'=' is not preceded with whitespace.36
Errors'=' is not followed by whitespace.36
Errors'}' is not preceded with whitespace.36
Errors'=' is not preceded with whitespace.41
Errors'=' is not followed by whitespace.41
Errors',' is not followed by whitespace.50

org/kuali/rice/kim/api/jaxb/PermissionDetailListAdapter.java

ViolationMessageLine
Errors',' is not followed by whitespace.35
WarningsLine is longer than 120 characters.50

org/kuali/rice/kim/api/jaxb/QualificationList.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.36
Errors'=' is not followed by whitespace.36
Errors'=' is not preceded with whitespace.36
Errors'=' is not followed by whitespace.36
Errors'}' is not preceded with whitespace.36
Errors'=' is not preceded with whitespace.41
Errors'=' is not followed by whitespace.41
Warnings'(' is preceded with whitespace.44
Errors',' is not followed by whitespace.50

org/kuali/rice/kim/api/jaxb/QualificationListAdapter.java

ViolationMessageLine
Errors',' is not followed by whitespace.35
WarningsLine is longer than 120 characters.50

org/kuali/rice/kim/api/role/PassThruRoleTypeServiceBase.java

ViolationMessageLine
WarningsLine is longer than 120 characters.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
WarningsLine is longer than 120 characters.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.39
WarningsLine is longer than 120 characters.53
ErrorsLine contains a tab character.53
WarningsLine is longer than 120 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.151
WarningsLine is longer than 120 characters.152
ErrorsLine contains a tab character.152
Errors'{' is not preceded with whitespace.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.179

org/kuali/rice/kim/api/services/IdentityManagementService.java

ViolationMessageLine
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.57
Warnings'(' is followed by whitespace.57
ErrorsLine contains a tab character.58
Warnings'(' is followed by whitespace.58
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.65
Warnings'(' is followed by whitespace.65
ErrorsLine contains a tab character.66
Warnings'(' is followed by whitespace.66
ErrorsLine contains a tab character.67
Warnings'(' is followed by whitespace.67
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
Warnings'(' is followed by whitespace.73
ErrorsLine contains a tab character.74
Warnings'(' is followed by whitespace.74
ErrorsLine contains a tab character.75
Warnings'(' is followed by whitespace.75
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.79
Warnings'(' is followed by whitespace.79
ErrorsLine contains a tab character.80
Warnings'(' is followed by whitespace.80
ErrorsLine contains a tab character.81
Warnings'(' is followed by whitespace.81
ErrorsLine contains a tab character.82
Warnings'(' is followed by whitespace.82
ErrorsLine contains a tab character.83
Warnings'(' is followed by whitespace.83
ErrorsLine contains a tab character.84
Warnings'(' is followed by whitespace.84
ErrorsLine contains a tab character.85
Warnings'(' is followed by whitespace.85
ErrorsLine contains a tab character.86
Warnings'(' is followed by whitespace.86
ErrorsLine contains a tab character.87
Warnings'(' is followed by whitespace.87
ErrorsLine contains a tab character.88
Warnings'(' is followed by whitespace.88
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.94
Warnings'(' is followed by whitespace.94
Warnings'(' is followed by whitespace.101
Warnings'(' is followed by whitespace.102
Warnings'(' is followed by whitespace.105
Warnings'(' is followed by whitespace.114
Warnings'(' is followed by whitespace.122
Warnings'(' is followed by whitespace.123
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.143
Warnings'(' is followed by whitespace.143
ErrorsLine contains a tab character.144
Warnings'(' is followed by whitespace.144
Warnings'(' is followed by whitespace.166
Warnings'(' is followed by whitespace.167
Warnings'(' is followed by whitespace.248
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313

org/kuali/rice/kim/client/acegi/KualiCasAuthenticationProvider.java

ViolationMessageLine
Errors'cast' is not followed by whitespace.119
Errors'cast' is not followed by whitespace.128

org/kuali/rice/kim/client/acegi/KualiCasAuthoritiesPopulatorImpl.java

ViolationMessageLine
Errors'cast' is not followed by whitespace.51

org/kuali/rice/kim/client/acegi/KualiCasProxyTicketValidator.java

ViolationMessageLine
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
Errors'=' is not preceded with whitespace.90
Errors'=' is not followed by whitespace.90
Errors'<' is not preceded with whitespace.90
Errors'<' is not followed by whitespace.90
ErrorsLine contains a tab character.91
Errors'cast' is not followed by whitespace.91
Errors'cast' is not followed by whitespace.91
ErrorsLine contains a tab character.92
Warnings'(' is followed by whitespace.92
Errors'cast' is not followed by whitespace.92
Warnings')' is preceded with whitespace.92
ErrorsLine contains a tab character.93
Errors'cast' is not followed by whitespace.93
ErrorsLine contains a tab character.94
Warnings'(' is followed by whitespace.94
Errors'cast' is not followed by whitespace.94
Warnings')' is preceded with whitespace.94
ErrorsLine contains a tab character.95
Errors'cast' is not followed by whitespace.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.113

org/kuali/rice/kim/client/acegi/KualiDistributedSessionFilter.java

ViolationMessageLine
Errors'}' should be on the same line.139

org/kuali/rice/kim/client/acegi/KualiTestAuthenticationProvider.java

ViolationMessageLine
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.42
WarningsLine is longer than 120 characters.46
WarningsLine is longer than 120 characters.47
ErrorsLine contains a tab character.47

org/kuali/rice/kim/client/acegi/KualiTicketResponse.java

ViolationMessageLine
Errors'{' is not preceded with whitespace.30
WarningsLine is longer than 120 characters.57
Errors',' is not followed by whitespace.58
Errors',' is not followed by whitespace.58

org/kuali/rice/kim/client/acegi/KualiUserDetailsServiceImpl.java

ViolationMessageLine
Errors'{' is not followed by whitespace.37
Errors'}' is not preceded with whitespace.37
Errors'=' is not preceded with whitespace.47
Errors'{' should be on the previous line.60
Errors'+' is not preceded with whitespace.78
Errors'+' is not followed by whitespace.78
Errors'=' is not preceded with whitespace.80

org/kuali/rice/kim/client/acegi/LdapUserDetailsService.java

ViolationMessageLine
Errors'{' should be on the previous line.34
Errors'{' should be on the previous line.40
Errors'{' should be on the previous line.48
Errors'{' should be on the previous line.58
Errors'{' should be on the previous line.63

org/kuali/rice/kim/impl/jaxb/KimImporterAndExporter.java

ViolationMessageLine
WarningsLine is longer than 120 characters.53
WarningsLine is longer than 120 characters.59
WarningsLine is longer than 120 characters.67

org/kuali/rice/kim/impl/jaxb/KimXmlUtil.java

ViolationMessageLine
Errors'{' is not followed by whitespace.38
Errors'}' is not preceded with whitespace.38
Warnings'?' should be on a new line.63
Warnings'?' should be on a new line.65

org/kuali/rice/kim/impl/jaxb/PermissionDataXmlDTO.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.67
Errors'=' is not followed by whitespace.67
Errors'=' is not preceded with whitespace.67
Errors'=' is not followed by whitespace.67
Errors'}' is not preceded with whitespace.67
Errors'=' is not preceded with whitespace.70
Errors'=' is not followed by whitespace.70
Errors'{' is not followed by whitespace.73
Errors'}' is not preceded with whitespace.73

org/kuali/rice/kim/impl/jaxb/PermissionXmlDTO.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.41
Errors'=' is not followed by whitespace.41
Errors'=' is not preceded with whitespace.41
Errors'=' is not followed by whitespace.41
Errors'=' is not preceded with whitespace.51
Errors'=' is not followed by whitespace.51
Errors'=' is not preceded with whitespace.55
Errors'=' is not followed by whitespace.55
Errors'=' is not preceded with whitespace.59
Errors'=' is not followed by whitespace.59
Errors'=' is not preceded with whitespace.63
Errors'=' is not followed by whitespace.63
Errors'=' is not preceded with whitespace.66
Errors'=' is not followed by whitespace.66
Warnings'?' should be on a new line.79

org/kuali/rice/kim/impl/jaxb/PermissionXmlUtil.java

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

org/kuali/rice/kim/impl/jaxb/PermissionsXmlDTO.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.41
Errors'=' is not followed by whitespace.41
Errors'=' is not preceded with whitespace.41
Errors'=' is not followed by whitespace.41
Errors'}' is not preceded with whitespace.41
Errors',' is not followed by whitespace.43
Errors'=' is not preceded with whitespace.47
Errors'=' is not followed by whitespace.47
Errors'{' is not followed by whitespace.50
Errors'}' is not preceded with whitespace.50
Errors',' is not followed by whitespace.53

org/kuali/rice/kim/impl/jaxb/RoleDataXmlDTO.java

ViolationMessageLine
WarningsLine is longer than 120 characters.45
WarningsLine is longer than 120 characters.49
WarningsLine is longer than 120 characters.56
Errors'=' is not preceded with whitespace.152
Errors'=' is not followed by whitespace.152
Errors'=' is not preceded with whitespace.152
Errors'=' is not followed by whitespace.152
Errors'}' is not preceded with whitespace.152
Errors'=' is not preceded with whitespace.157
Errors'=' is not followed by whitespace.157
Errors'=' is not preceded with whitespace.160
Errors'=' is not followed by whitespace.160
Errors'=' is not preceded with whitespace.163
Errors'=' is not followed by whitespace.163
Errors'{' is not followed by whitespace.166
Errors'}' is not preceded with whitespace.166

org/kuali/rice/kim/impl/jaxb/RoleMemberXmlDTO.java

ViolationMessageLine
WarningsUnused import - org.jacorb.idl.Member.19
WarningsUnused import - org.kuali.rice.kim.api.KimConstants.KimUIConstants.25
WarningsUnused import - org.kuali.rice.kim.api.role.RoleMemberContract.31
Errors'=' is not preceded with whitespace.57
Errors'=' is not followed by whitespace.57
Errors'=' is not preceded with whitespace.61
Errors'=' is not followed by whitespace.61
Errors'=' is not preceded with whitespace.65
Errors'=' is not followed by whitespace.65
Errors'=' is not preceded with whitespace.69
Errors'=' is not followed by whitespace.69
Errors'=' is not preceded with whitespace.73
Errors'=' is not followed by whitespace.73
Errors'=' is not preceded with whitespace.77
Errors'=' is not followed by whitespace.77
Errors'=' is not preceded with whitespace.81
Errors'=' is not followed by whitespace.81
Errors'=' is not preceded with whitespace.85
Errors'=' is not followed by whitespace.85
Errors'=' is not preceded with whitespace.89
Errors'=' is not followed by whitespace.89
Errors'{' is not followed by whitespace.99
Errors'}' is not preceded with whitespace.99
Warnings'+' should be on a new line.147
Errors'=' is not preceded with whitespace.391
Errors'=' is not followed by whitespace.391
Errors'=' is not preceded with whitespace.391
Errors'=' is not followed by whitespace.391
Errors'=' is not preceded with whitespace.399
Errors'=' is not followed by whitespace.399
Errors'=' is not preceded with whitespace.403
Errors'=' is not followed by whitespace.403
Errors'=' is not preceded with whitespace.477
Errors'=' is not followed by whitespace.477
Errors'=' is not preceded with whitespace.477
Errors'=' is not followed by whitespace.477
Errors'cast' is not followed by whitespace.499

org/kuali/rice/kim/impl/jaxb/RoleMembersXmlDTO.java

ViolationMessageLine
WarningsUnused import - java.util.Collections.20
WarningsLine is longer than 120 characters.52
Errors'=' is not preceded with whitespace.76
Errors'=' is not followed by whitespace.76
Errors'=' is not preceded with whitespace.76
Errors'=' is not followed by whitespace.76
Errors'}' is not preceded with whitespace.76
Errors'=' is not preceded with whitespace.81
Errors'=' is not followed by whitespace.81
Errors'=' is not preceded with whitespace.121
Errors'=' is not followed by whitespace.121
Errors'=' is not preceded with whitespace.121
Errors'=' is not followed by whitespace.121
Errors'}' is not preceded with whitespace.121
Errors',' is not followed by whitespace.123
Errors'=' is not preceded with whitespace.127
Errors'=' is not followed by whitespace.127
Errors'{' is not followed by whitespace.136
Errors'}' is not preceded with whitespace.136
WarningsLine is longer than 120 characters.166
WarningsLine is longer than 120 characters.185
Errors'cast' is not followed by whitespace.191
Errors',' is not followed by whitespace.222
WarningsLine is longer than 120 characters.236

org/kuali/rice/kim/impl/jaxb/RolePermissionXmlDTO.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.47
Errors'=' is not followed by whitespace.47
Errors'=' is not preceded with whitespace.51
Errors'=' is not followed by whitespace.51
Errors'{' is not followed by whitespace.58
Errors'}' is not preceded with whitespace.58
WarningsLine is longer than 120 characters.107
WarningsLine is longer than 120 characters.116
Errors'=' is not preceded with whitespace.138
Errors'=' is not followed by whitespace.138
Errors'=' is not preceded with whitespace.138
Errors'=' is not followed by whitespace.138
Errors'=' is not preceded with whitespace.145
Errors'=' is not followed by whitespace.145
Errors'=' is not preceded with whitespace.149
Errors'=' is not followed by whitespace.149
WarningsLine is longer than 120 characters.201
WarningsLine is longer than 120 characters.210
Errors'=' is not preceded with whitespace.225
Errors'=' is not followed by whitespace.225
Errors'=' is not preceded with whitespace.225
Errors'=' is not followed by whitespace.225
Errors'cast' is not followed by whitespace.245

org/kuali/rice/kim/impl/jaxb/RoleXmlDTO.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.40
Errors'=' is not followed by whitespace.40
Errors'=' is not preceded with whitespace.40
Errors'=' is not followed by whitespace.40
Errors'=' is not preceded with whitespace.50
Errors'=' is not followed by whitespace.50
Errors'=' is not preceded with whitespace.54
Errors'=' is not followed by whitespace.54
Errors'=' is not preceded with whitespace.58
Errors'=' is not followed by whitespace.58
Errors'=' is not preceded with whitespace.62
Errors'=' is not followed by whitespace.62
Errors'=' is not preceded with whitespace.65
Errors'=' is not followed by whitespace.65
Errors'=' is not preceded with whitespace.68
Errors'=' is not followed by whitespace.68
WarningsLine is longer than 120 characters.81

org/kuali/rice/kim/impl/jaxb/RoleXmlUtil.java

ViolationMessageLine
WarningsUnused import - org.kuali.rice.kim.api.KimConstants.KimUIConstants.23
Errors'{' is not followed by whitespace.52
Errors'}' is not preceded with whitespace.52
Warnings'&&' should be on a new line.108
Errors':' is not followed by whitespace.181
Warnings'+' should be on a new line.224
Warnings'+' should be on a new line.232
Warnings'+' should be on a new line.233
Warnings'+' should be on a new line.264
Warnings'+' should be on a new line.270
Warnings'+' should be on a new line.278
Warnings'+' should be on a new line.290
Warnings'+' should be on a new line.296
Warnings'+' should be on a new line.297
Warnings'+' should be on a new line.306
Warnings'+' should be on a new line.312
Warnings'+' should be on a new line.313
Warnings'+' should be on a new line.322
Warnings'+' should be on a new line.325
Warnings'+' should be on a new line.331
Warnings'+' should be on a new line.332
Warnings'+' should be on a new line.333
Warnings'+' should be on a new line.359
Warnings'+' should be on a new line.365
Warnings'+' should be on a new line.366
Warnings'+' should be on a new line.373
Warnings'+' should be on a new line.388
Warnings'+' should be on a new line.394
Warnings'+' should be on a new line.395
Warnings'+' should be on a new line.401

org/kuali/rice/kim/impl/jaxb/RolesXmlDTO.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.42
Errors'=' is not followed by whitespace.42
Errors'=' is not preceded with whitespace.42
Errors'=' is not followed by whitespace.42
Errors'}' is not preceded with whitespace.42
WarningsLine is longer than 120 characters.43
Errors',' is not followed by whitespace.43
Errors'=' is not preceded with whitespace.47
Errors'=' is not followed by whitespace.47
Errors'{' is not followed by whitespace.50
Errors'}' is not preceded with whitespace.50
Errors',' is not followed by whitespace.53
Errors'cast' is not followed by whitespace.104
WarningsLine is longer than 120 characters.105

org/kuali/rice/kim/service/impl/IdentityManagementServiceImpl.java

ViolationMessageLine
ErrorsLine contains a tab character.46
Warnings'(' is followed by whitespace.46
Warnings')' is preceded with whitespace.46
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.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
WarningsLine is longer than 120 characters.77
ErrorsLine contains a tab character.78
Warnings'(' is followed by whitespace.78
Warnings')' is preceded with whitespace.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
WarningsLine is longer than 120 characters.81
Warnings'(' is followed by whitespace.82
Warnings')' is preceded with whitespace.82
Warnings'(' is followed by whitespace.83
Warnings')' is preceded with whitespace.83
ErrorsLine contains a tab character.85
WarningsLine is longer than 120 characters.89
Warnings')' is preceded with whitespace.89
ErrorsLine contains a tab character.90
Warnings'(' is followed by whitespace.90
Warnings')' is preceded with whitespace.90
ErrorsLine contains a tab character.91
Warnings'(' is followed by whitespace.91
Warnings')' is preceded with whitespace.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
Warnings'(' is followed by whitespace.93
Warnings')' is preceded with whitespace.93
WarningsLine is longer than 120 characters.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
WarningsLine is longer than 120 characters.96
ErrorsLine contains a tab character.97
Warnings'(' is followed by whitespace.97
Warnings')' is preceded with whitespace.97
ErrorsLine contains a tab character.98
Warnings'(' is followed by whitespace.98
Warnings')' is preceded with whitespace.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
WarningsLine is longer than 120 characters.104
ErrorsLine contains a tab character.105
Warnings'(' is followed by whitespace.105
Warnings')' is preceded with whitespace.105
WarningsLine is longer than 120 characters.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
WarningsLine is longer than 120 characters.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.111
Warnings'(' is followed by whitespace.111
Warnings')' is preceded with whitespace.111
ErrorsLine contains a tab character.112
Warnings'(' is followed by whitespace.112
Warnings')' is preceded with whitespace.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
WarningsLine is longer than 120 characters.118
Warnings')' is preceded with whitespace.118
ErrorsLine contains a tab character.119
Warnings'(' is followed by whitespace.119
Warnings')' is preceded with whitespace.119
WarningsLine is longer than 120 characters.120
ErrorsLine contains a tab character.120
Warnings'(' is followed by whitespace.120
Warnings')' is preceded with whitespace.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
Warnings'(' is followed by whitespace.122
Warnings')' is preceded with whitespace.122
WarningsLine is longer than 120 characters.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
WarningsLine is longer than 120 characters.125
ErrorsLine contains a tab character.125
Warnings'(' is followed by whitespace.125
Warnings')' is preceded with whitespace.125
ErrorsLine contains a tab character.126
Warnings'(' is followed by whitespace.126
Warnings')' is preceded with whitespace.126
ErrorsLine contains a tab character.127
Warnings'(' is followed by whitespace.127
Warnings')' is preceded with whitespace.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
WarningsLine is longer than 120 characters.134
WarningsLine is longer than 120 characters.135
ErrorsLine contains a tab character.135
WarningsLine is longer than 120 characters.140
WarningsLine is longer than 120 characters.141
ErrorsLine contains a tab character.141
WarningsLine is longer than 120 characters.145
ErrorsLine contains a tab character.151
WarningsLine is longer than 120 characters.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
WarningsLine is longer than 120 characters.161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
Warnings')' is preceded with whitespace.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
Warnings')' is preceded with whitespace.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.227
Warnings'(' is followed by whitespace.227
Warnings')' is preceded with whitespace.227
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.289
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.307
ErrorsLine contains a tab character.325
Warnings'(' is followed by whitespace.325
Warnings')' is preceded with whitespace.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
Warnings'(' is followed by whitespace.330
Warnings')' is preceded with whitespace.330
ErrorsLine contains a tab character.331
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.335
Warnings'(' is followed by whitespace.335
Warnings')' is preceded with whitespace.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.340
Warnings'(' is followed by whitespace.340
Warnings')' is preceded with whitespace.340
ErrorsLine contains a tab character.341
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.344
Warnings'(' is followed by whitespace.344
Warnings')' is preceded with whitespace.344
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.348
Warnings'(' is followed by whitespace.348
Warnings')' is preceded with whitespace.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.352
Warnings'(' is followed by whitespace.352
Warnings')' is preceded with whitespace.352
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.356
Warnings'(' is followed by whitespace.356
Warnings')' is preceded with whitespace.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.360
Warnings'(' is followed by whitespace.360
Warnings')' is preceded with whitespace.360
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.364
Warnings'(' is followed by whitespace.364
Warnings')' is preceded with whitespace.364
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.366
ErrorsLine contains a tab character.373
ErrorsLine contains a tab character.374
Warnings'(' is followed by whitespace.374
Warnings')' is preceded with whitespace.374
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.378
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.380
ErrorsLine contains a tab character.381
Warnings'(' is followed by whitespace.381
Warnings')' is preceded with whitespace.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.386
Warnings'(' is followed by whitespace.386
ErrorsLine contains a tab character.387
ErrorsLine contains a tab character.388
ErrorsLine contains a tab character.391
Warnings'(' is followed by whitespace.391
ErrorsLine contains a tab character.392
WarningsLine is longer than 120 characters.393
ErrorsLine contains a tab character.393
Warnings'(' is followed by whitespace.393
Warnings')' is preceded with whitespace.394
ErrorsLine contains a tab character.395
ErrorsLine contains a tab character.398
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.400
WarningsLine is longer than 120 characters.401
ErrorsLine contains a tab character.401
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.406
ErrorsLine contains a tab character.407
ErrorsLine contains a tab character.408
WarningsLine is longer than 120 characters.409
ErrorsLine contains a tab character.409
ErrorsLine contains a tab character.411
WarningsLine is longer than 120 characters.413
Warnings')' is preceded with whitespace.413
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
Warnings'(' is followed by whitespace.415
Warnings')' is preceded with whitespace.415
WarningsLine is longer than 120 characters.416
ErrorsLine contains a tab character.416
Warnings'(' is followed by whitespace.416
Warnings')' is preceded with whitespace.416
Warnings'(' is followed by whitespace.416
Warnings')' is preceded with whitespace.416
Warnings'(' is followed by whitespace.416
Warnings')' is preceded with whitespace.416
Warnings'(' is followed by whitespace.416
Warnings')' is preceded with whitespace.416
Warnings'(' is followed by whitespace.416
Warnings')' is preceded with whitespace.416
Warnings'(' is followed by whitespace.416
Warnings')' is preceded with whitespace.416
Warnings'(' is followed by whitespace.416
Warnings')' is preceded with whitespace.416
ErrorsLine contains a tab character.417
Warnings'(' is followed by whitespace.417
Warnings')' is preceded with whitespace.417
Warnings'(' is followed by whitespace.417
Warnings')' is preceded with whitespace.417
ErrorsLine contains a tab character.418
Warnings'(' is followed by whitespace.418
Warnings')' is preceded with whitespace.418
ErrorsLine contains a tab character.419
Warnings'(' is followed by whitespace.419
Warnings')' is preceded with whitespace.419
ErrorsLine contains a tab character.420
Warnings'(' is followed by whitespace.420
Warnings')' is preceded with whitespace.420
ErrorsLine contains a tab character.421
Warnings'(' is followed by whitespace.421
Warnings')' is preceded with whitespace.421
Warnings'(' is followed by whitespace.421
Warnings')' is preceded with whitespace.421
Warnings'(' is followed by whitespace.421
Warnings')' is preceded with whitespace.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
ErrorsLine contains a tab character.424
Warnings'(' is followed by whitespace.424
Warnings')' is preceded with whitespace.424
ErrorsLine contains a tab character.425
Warnings'(' is followed by whitespace.425
Warnings')' is preceded with whitespace.425
ErrorsLine contains a tab character.426
Warnings'(' is followed by whitespace.426
Warnings')' is preceded with whitespace.426
ErrorsLine contains a tab character.427
Warnings'(' is followed by whitespace.427
ErrorsLine contains a tab character.428
ErrorsLine contains a tab character.429
Warnings'(' is followed by whitespace.429
Warnings')' is preceded with whitespace.429
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
Warnings'(' is followed by whitespace.431
Warnings')' is preceded with whitespace.431
ErrorsLine contains a tab character.432
Warnings'(' is followed by whitespace.432
Warnings')' is preceded with whitespace.432
ErrorsLine contains a tab character.433
Warnings'(' is followed by whitespace.433
ErrorsLine contains a tab character.434
ErrorsLine contains a tab character.435
Warnings'(' is followed by whitespace.435
Warnings')' is preceded with whitespace.435
ErrorsLine contains a tab character.436
ErrorsLine contains a tab character.437
ErrorsLine contains a tab character.438
Warnings'(' is followed by whitespace.438
ErrorsLine contains a tab character.439
ErrorsLine contains a tab character.440
ErrorsLine contains a tab character.441
WarningsLine is longer than 120 characters.444
Warnings')' is preceded with whitespace.444
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
Warnings'(' is followed by whitespace.446
Warnings')' is preceded with whitespace.446
WarningsLine is longer than 120 characters.447
ErrorsLine contains a tab character.447
Warnings'(' is followed by whitespace.447
Warnings')' is preceded with whitespace.447
Warnings'(' is followed by whitespace.447
Warnings')' is preceded with whitespace.447
Warnings'(' is followed by whitespace.447
Warnings')' is preceded with whitespace.447
Warnings'(' is followed by whitespace.447
Warnings')' is preceded with whitespace.447
Warnings'(' is followed by whitespace.447
Warnings')' is preceded with whitespace.447
Warnings'(' is followed by whitespace.447
Warnings')' is preceded with whitespace.447
Warnings'(' is followed by whitespace.447
Warnings')' is preceded with whitespace.447
ErrorsLine contains a tab character.448
Warnings'(' is followed by whitespace.448
Warnings')' is preceded with whitespace.448
Warnings'(' is followed by whitespace.448
Warnings')' is preceded with whitespace.448
ErrorsLine contains a tab character.449
Warnings'(' is followed by whitespace.449
Warnings')' is preceded with whitespace.449
ErrorsLine contains a tab character.450
Warnings'(' is followed by whitespace.450
Warnings')' is preceded with whitespace.450
ErrorsLine contains a tab character.451
Warnings'(' is followed by whitespace.451
Warnings')' is preceded with whitespace.451
ErrorsLine contains a tab character.452
Warnings'(' is followed by whitespace.452
Warnings')' is preceded with whitespace.452
Warnings'(' is followed by whitespace.452
Warnings')' is preceded with whitespace.452
Warnings'(' is followed by whitespace.452
Warnings')' is preceded with whitespace.452
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
ErrorsLine contains a tab character.455
Warnings'(' is followed by whitespace.455
Warnings')' is preceded with whitespace.455
ErrorsLine contains a tab character.456
Warnings'(' is followed by whitespace.456
Warnings')' is preceded with whitespace.456
ErrorsLine contains a tab character.457
Warnings'(' is followed by whitespace.457
Warnings')' is preceded with whitespace.457
ErrorsLine contains a tab character.458
Warnings'(' is followed by whitespace.458
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.460
Warnings'(' is followed by whitespace.460
Warnings')' is preceded with whitespace.460
ErrorsLine contains a tab character.461
ErrorsLine contains a tab character.462
ErrorsLine contains a tab character.463
Warnings'(' is followed by whitespace.463
Warnings'(' is followed by whitespace.463
Warnings')' is preceded with whitespace.463
ErrorsLine contains a tab character.464
ErrorsLine contains a tab character.465
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.469
ErrorsLine contains a tab character.471
ErrorsLine contains a tab character.472
Warnings'(' is followed by whitespace.472
Warnings')' is preceded with whitespace.472
ErrorsLine contains a tab character.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsLine contains a tab character.476
ErrorsLine contains a tab character.478
ErrorsLine contains a tab character.479
Warnings'(' is followed by whitespace.479
Warnings')' is preceded with whitespace.479
ErrorsLine contains a tab character.480
ErrorsLine contains a tab character.481
ErrorsLine contains a tab character.482
ErrorsLine contains a tab character.483
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
Warnings'(' is followed by whitespace.486
Warnings')' is preceded with whitespace.486
ErrorsLine contains a tab character.487
ErrorsLine contains a tab character.488
ErrorsLine contains a tab character.489
ErrorsLine contains a tab character.490
ErrorsLine contains a tab character.492
ErrorsLine contains a tab character.493
Warnings'(' is followed by whitespace.493
Warnings')' is preceded with whitespace.493
ErrorsLine contains a tab character.494
ErrorsLine contains a tab character.495
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497

org/kuali/rice/kim/sesn/DistributedSession.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.38
Errors'=' is not followed by whitespace.38
Warnings'(' is preceded with whitespace.68
Errors',' is not followed by whitespace.68
Errors',' is not followed by whitespace.78
Errors',' is not followed by whitespace.87
Errors'cast' is not followed by whitespace.88
Errors'cast' is not followed by whitespace.88
Errors',' is not followed by whitespace.93
Warnings';' is followed by whitespace.93
Errors',' is not followed by whitespace.94
Errors',' is not followed by whitespace.94
Errors'cast' is not followed by whitespace.94
Errors'if' is not followed by whitespace.99
Errors',' is not followed by whitespace.185
Errors'cast' is not followed by whitespace.186
Errors'cast' is not followed by whitespace.190
Errors'-' is not preceded with whitespace.224
Errors'-' is not followed by whitespace.224

org/kuali/rice/kim/sesn/timeouthandlers/AbstractTimeoutHandler.java

ViolationMessageLine
Errors'{' is not preceded with whitespace.25
Errors'=' is not preceded with whitespace.27
Errors'=' is not followed by whitespace.27
Errors'=' is not preceded with whitespace.28
Errors'=' is not followed by whitespace.28
Errors'=' is not preceded with whitespace.29
Errors'=' is not followed by whitespace.29
Errors'=' is not preceded with whitespace.30
Errors'=' is not followed by whitespace.30

org/kuali/rice/kim/sesn/timeouthandlers/DisabledTimeoutHandler.java

ViolationMessageLine
Errors'{' is not preceded with whitespace.26
Errors',' is not followed by whitespace.32
Errors',' is not followed by whitespace.44

org/kuali/rice/kim/sesn/timeouthandlers/GlobalTimeoutHandler.java

ViolationMessageLine
Errors'cast' is not followed by whitespace.67

org/kuali/rice/kim/sesn/timeouthandlers/TimeoutHandler.java

ViolationMessageLine
Errors',' is not followed by whitespace.35
Errors',' is not followed by whitespace.45

org/kuali/rice/krad/util/KualiObjectCachePerBrokerImpl.java

ViolationMessageLine
WarningsLine is longer than 120 characters.58
WarningsLine is longer than 120 characters.64

org/kuali/rice/krad/util/PatternedStringBuilder.java

ViolationMessageLine
WarningsLine is longer than 120 characters.57

org/kuali/rice/krad/util/TransactionalServiceUtils.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

org/kuali/rice/krad/web/filter/SessionFilter.java

ViolationMessageLine
Errors'}' should be on the same line.35

org/kuali/rice/krad/web/filter/SetResponseBufferSizeFilter.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsLine is longer than 120 characters.31
Errors'}' should be on the same line.60
WarningsLine is longer than 120 characters.72

org/kuali/rice/ksb/config/xfire/XFireWSS4JInHandler.java

ViolationMessageLine
Errors'{' is not preceded with whitespace.31
Errors'{' is not followed by whitespace.31
Errors'}' is not preceded with whitespace.31
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
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
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.53
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
WarningsLine is longer than 120 characters.63
ErrorsLine contains a tab character.63
WarningsLine is longer than 120 characters.64
ErrorsLine contains a tab character.64
WarningsLine is longer than 120 characters.65
ErrorsLine contains a tab character.65
WarningsLine is longer than 120 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.68
WarningsLine is longer than 120 characters.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87

org/kuali/rice/ksb/config/xfire/XFireWSS4JOutHandler.java

ViolationMessageLine
Errors'{' is not followed by whitespace.30
Errors'}' is not preceded with whitespace.30
ErrorsLine contains a tab character.35
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.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.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
WarningsLine is longer than 120 characters.64
ErrorsLine contains a tab character.64
WarningsLine is longer than 120 characters.65
ErrorsLine contains a tab character.65
WarningsLine is longer than 120 characters.66
ErrorsLine contains a tab character.66
WarningsLine is longer than 120 characters.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.69
WarningsLine is longer than 120 characters.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
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.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89