Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
18 0 0 960

Rules

Rules Violations Severity
JavadocPackage
  • allowLegacy: "true"
8 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
FileLength 0 Errors Error
FileTabCharacter
  • eachLine: "true"
67 Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
213 Errors Error
JavadocMethod 94 Errors Error
JavadocType 12 Errors Error
JavadocVariable 47 Errors Error
JavadocStyle 0 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 1 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 2 Errors Error
LineLength 197 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 10 Errors Error
ParenPad 1 Errors Error
TypecastParenPad 0 Errors Error
WhitespaceAfter 14 Errors Error
WhitespaceAround 80 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 2 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 1 Errors Error
AvoidInlineConditionals 3 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 24 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 1 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 10 Errors Error
SimplifyBooleanExpression 2 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 79 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 1 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 91 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

org/kuali/student/security/cxf/interceptors/AttachmentInInterceptor.java

Violation Message Line
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 8
Errors Method 'handleMessage' is not designed for extension - needs to be abstract, final or empty. 12
Errors Missing a Javadoc comment. 12
Errors Parameter message should be final. 12
Errors Line is longer than 80 characters. 13
Errors '+' should be on a new line. 13
Errors Line is longer than 80 characters. 14
Errors '+' is not preceded with whitespace. 14
Errors '+' should be on a new line. 14
Errors Line is longer than 80 characters. 15
Errors '+' should be on a new line. 15
Errors Line is longer than 80 characters. 16
Errors '+' should be on a new line. 16
Errors Line is longer than 80 characters. 17
Errors '+' should be on a new line. 17
Errors Line is longer than 80 characters. 18
Errors Missing a Javadoc comment. 22
Errors Parameter messageParam should be final. 22

org/kuali/student/security/cxf/interceptors/AttachmentOutInterceptor.java

Violation Message Line
Errors Line is longer than 80 characters. 7
Errors Missing a Javadoc comment. 7
Errors Missing a Javadoc comment. 8
Errors Method 'handleMessage' is not designed for extension - needs to be abstract, final or empty. 12
Errors Missing a Javadoc comment. 12
Errors Parameter message should be final. 12
Errors Line is longer than 80 characters. 13
Errors '+' should be on a new line. 13
Errors Line is longer than 80 characters. 14
Errors '+' is not preceded with whitespace. 14
Errors '+' should be on a new line. 14
Errors Line is longer than 80 characters. 15
Errors '+' should be on a new line. 15
Errors Line is longer than 80 characters. 16
Errors '+' should be on a new line. 16
Errors Line is longer than 80 characters. 17
Errors '+' should be on a new line. 17
Errors Line is longer than 80 characters. 18
Errors Missing a Javadoc comment. 22
Errors Parameter messageParam should be final. 22

org/kuali/student/security/cxf/interceptors/IntercpetorContainer.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Missing a Javadoc comment. 9
Errors ',' is not followed by whitespace. 9
Errors Line has trailing spaces. 10
Errors Missing a Javadoc comment. 11
Errors Missing a Javadoc comment. 12
Errors Line has trailing spaces. 13
Errors Line has trailing spaces. 14
Errors Method 'getInInterceptors' is not designed for extension - needs to be abstract, final or empty. 15
Errors Missing a Javadoc comment. 15
Errors Method 'setInInterceptors' is not designed for extension - needs to be abstract, final or empty. 18
Errors Missing a Javadoc comment. 18
Errors Parameter inInterceptors should be final. 18
Errors 'inInterceptors' hides a field. 18
Errors Method 'getOutInterceptors' is not designed for extension - needs to be abstract, final or empty. 22
Errors Missing a Javadoc comment. 22
Errors Method 'setOutInterceptors' is not designed for extension - needs to be abstract, final or empty. 25
Errors Missing a Javadoc comment. 25
Errors Parameter outInterceptors should be final. 25
Errors 'outInterceptors' hides a field. 25
Errors Line has trailing spaces. 29
Errors Line has trailing spaces. 30

org/kuali/student/security/cxf/interceptors/SamlTokenCxfInInterceptor.java

Violation Message Line
Errors Missing a Javadoc comment. 45
Errors Line contains a tab character. 47
Errors Missing a Javadoc comment. 47
Errors Line contains a tab character. 49
Errors Missing a Javadoc comment. 49
Errors Parameter properties should be final. 49
Errors Line contains a tab character. 50
Errors Line contains a tab character. 51
Errors Line contains a tab character. 53
Errors Method 'computeAction' is not designed for extension - needs to be abstract, final or empty. 53
Errors Line contains a tab character. 54
Errors Parameter msg should be final. 54
Errors Parameter reqData should be final. 54
Errors Line contains a tab character. 55
Errors Line contains a tab character. 56
Errors Line contains a tab character. 58
Errors Method 'doResults' is not designed for extension - needs to be abstract, final or empty. 58
Errors Line is longer than 80 characters. 59
Errors Line contains a tab character. 59
Errors Parameter msg should be final. 59
Errors Parameter actor should be final. 59
Errors Parameter doc should be final. 59
Errors Parameter wsResult should be final. 59
Errors Line contains a tab character. 60
Errors Line is longer than 80 characters. 62
Errors Line contains a tab character. 62
Errors Line contains a tab character. 63
Errors Line contains a tab character. 64
Errors Line contains a tab character. 66
Errors Line is longer than 80 characters. 67
Errors Line contains a tab character. 67
Errors Line is longer than 80 characters. 68
Errors Line contains a tab character. 68
Errors Line contains a tab character. 69
Errors Line contains a tab character. 71
Errors Line contains a tab character. 72
Errors Line is longer than 80 characters. 74
Errors Line contains a tab character. 74
Errors Line is longer than 80 characters. 75
Errors Line contains a tab character. 75
Errors Line contains a tab character. 77
Errors Line is longer than 80 characters. 78
Errors Line contains a tab character. 78
Errors Line is longer than 80 characters. 80
Errors Line contains a tab character. 80
Errors Line is longer than 80 characters. 81
Errors Line contains a tab character. 81
Errors Line is longer than 80 characters. 82
Errors Line contains a tab character. 82
Errors Line contains a tab character. 83
Errors Line contains a tab character. 84
Errors Line contains a tab character. 85
Errors Line is longer than 80 characters. 86
Errors Line contains a tab character. 86
Errors Line contains a tab character. 87
Errors Line contains a tab character. 88
Errors Line contains a tab character. 89
Errors Line contains a tab character. 90
Errors Line is longer than 80 characters. 92
Errors Line contains a tab character. 92
Errors Line contains a tab character. 93
Errors Line contains a tab character. 94
Errors Line contains a tab character. 95
Errors Line contains a tab character. 96
Errors Line is longer than 80 characters. 98
Errors Line contains a tab character. 98
Errors Line contains a tab character. 99
Errors Line contains a tab character. 100
Errors Line contains a tab character. 101
Errors Line contains a tab character. 102
Errors Line contains a tab character. 103
Errors Line contains a tab character. 104
Errors Line contains a tab character. 105
Errors Line contains a tab character. 106
Errors Line contains a tab character. 107
Errors Line contains a tab character. 109
Errors Line contains a tab character. 110
Errors Line contains a tab character. 112
Errors Method 'handleMessage' is not designed for extension - needs to be abstract, final or empty. 112
Errors Line contains a tab character. 113
Errors Parameter msg should be final. 113
Errors Redundant throws: 'Fault' is unchecked exception. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line contains a tab character. 117
Errors Method 'setIgnoreActions' is not designed for extension - needs to be abstract, final or empty. 117
Errors Line contains a tab character. 118
Errors Parameter i should be final. 118
Errors Line contains a tab character. 119
Errors Line contains a tab character. 120
Errors Line contains a tab character. 122
Errors Method 'getSamlIssuerForUser' is not designed for extension - needs to be abstract, final or empty. 122
Errors Missing a Javadoc comment. 122
Errors Line contains a tab character. 123
Errors Line contains a tab character. 124
Errors Line contains a tab character. 126
Errors Method 'setSamlIssuerForUser' is not designed for extension - needs to be abstract, final or empty. 126
Errors Missing a Javadoc comment. 126
Errors Parameter samlIssuerForUser should be final. 126
Errors 'samlIssuerForUser' hides a field. 126
Errors Line contains a tab character. 127
Errors Line contains a tab character. 128

org/kuali/student/security/cxf/interceptors/SamlTokenCxfOutInterceptor.java

Violation Message Line
Errors Line is longer than 80 characters. 56
Errors Line is longer than 80 characters. 57
Errors Line has trailing spaces. 58
Errors Line has trailing spaces. 59
Errors Line is longer than 80 characters. 59
Errors Line has trailing spaces. 60
Errors Line is longer than 80 characters. 60
Errors Line has trailing spaces. 62
Errors Line is longer than 80 characters. 62
Errors Line is longer than 80 characters. 63
Errors Line is longer than 80 characters. 64
Errors Line has trailing spaces. 65
Errors Missing a Javadoc comment. 67
Errors Missing a Javadoc comment. 68
Errors Missing a Javadoc comment. 71
Errors Missing a Javadoc comment. 75
Errors Missing a Javadoc comment. 76
Errors Missing a Javadoc comment. 77
Errors Line has trailing spaces. 78
Errors Line is longer than 80 characters. 79
Errors Line is longer than 80 characters. 80
Errors Line is longer than 80 characters. 82
Errors Missing a Javadoc comment. 82
Errors ',' is not followed by whitespace. 82
Errors ',' is not followed by whitespace. 82
Errors Line is longer than 80 characters. 83
Errors Missing a Javadoc comment. 83
Errors Line has trailing spaces. 84
Errors Missing a Javadoc comment. 85
Errors Line has trailing spaces. 89
Errors Line has trailing spaces. 92
Errors Missing a Javadoc comment. 93
Errors Parameter props should be final. 93
Errors Line has trailing spaces. 97
Errors Method 'isAllowMTOM' is not designed for extension - needs to be abstract, final or empty. 98
Errors Missing a Javadoc comment. 98
Errors Method 'setAllowMTOM' is not designed for extension - needs to be abstract, final or empty. 106
Errors Parameter allowMTOM should be final. 106
Errors Expected @param tag for 'allowMTOM'. 106
Errors Method 'handleMessage' is not designed for extension - needs to be abstract, final or empty. 110
Errors Missing a Javadoc comment. 110
Errors Parameter mc should be final. 110
Errors Redundant throws: 'Fault' is unchecked exception. 110
Errors Line has trailing spaces. 116
Errors Line has trailing spaces. 120
Errors Line has trailing spaces. 122
Errors Method 'handleFault' is not designed for extension - needs to be abstract, final or empty. 123
Errors Missing a Javadoc comment. 123
Errors Parameter message should be final. 123
Errors Line has trailing spaces. 125
Errors Line has trailing spaces. 126
Errors Missing a Javadoc comment. 127
Errors Line has trailing spaces. 130
Errors Line has trailing spaces. 131
Errors Missing a Javadoc comment. 131
Errors Missing a Javadoc comment. 133
Errors Line has trailing spaces. 136
Errors Missing a Javadoc comment. 137
Errors Parameter mc should be final. 137
Errors Redundant throws: 'Fault' is unchecked exception. 137
Errors Line is longer than 80 characters. 138
Errors Line has trailing spaces. 140
Errors Line has trailing spaces. 144
Errors Line has trailing spaces. 148
Errors Line has trailing spaces. 152
Errors Line has trailing spaces. 156
Errors Line is longer than 80 characters. 157
Errors Line is longer than 80 characters. 158
Errors Line is longer than 80 characters. 159
Errors Line has trailing spaces. 161
Errors Line has trailing spaces. 163
Errors Line is longer than 80 characters. 165
Errors Line has trailing spaces. 178
Errors Line has trailing spaces. 183
Errors Line is longer than 80 characters. 186
Errors Line is longer than 80 characters. 188
Errors Line is longer than 80 characters. 191
Errors Line has trailing spaces. 197
Errors Line is longer than 80 characters. 203
Errors Line is longer than 80 characters. 208
Errors Line is longer than 80 characters. 219
Errors Line is longer than 80 characters. 221
Errors Line is longer than 80 characters. 224
Errors Line is longer than 80 characters. 225
Errors Line is longer than 80 characters. 226
Errors Line has trailing spaces. 230
Errors Line is longer than 80 characters. 232
Errors Line has trailing spaces. 236
Errors Line has trailing spaces. 245
Errors Line has trailing spaces. 249
Errors Line is longer than 80 characters. 250
Errors Line is longer than 80 characters. 251
Errors Line has trailing spaces. 255
Errors Line has trailing spaces. 258
Errors Line has trailing spaces. 259
Errors Line is longer than 80 characters. 261
Errors Line has trailing spaces. 262
Errors Line has trailing spaces. 270
Errors Line is longer than 80 characters. 272
Errors Line is longer than 80 characters. 275
Errors Line has trailing spaces. 282
Errors Missing a Javadoc comment. 283
Errors Missing a Javadoc comment. 287
Errors Missing a Javadoc comment. 291
Errors Missing a Javadoc comment. 295
Errors Missing a Javadoc comment. 299
Errors Parameter message should be final. 299
Errors Line has trailing spaces. 302
Errors Line is longer than 80 characters. 303
Errors Missing a Javadoc comment. 304
Errors Parameter msg should be final. 304
Errors Redundant throws: 'Fault' is unchecked exception. 304
Errors Line has trailing spaces. 307
Errors Line has trailing spaces. 313
Errors Line has trailing spaces. 316
Errors Line has trailing spaces. 317
Errors Line is longer than 80 characters. 319
Errors Line is longer than 80 characters. 320
Errors Line is longer than 80 characters. 323
Errors Line has trailing spaces. 324
Errors Line is longer than 80 characters. 326
Errors Line is longer than 80 characters. 328
Errors Line has trailing spaces. 330
Errors Line is longer than 80 characters. 332
Errors Line has trailing spaces. 336
Errors Line has trailing spaces. 340
Errors Line has trailing spaces. 341
Errors Line has trailing spaces. 346
Errors Line has trailing spaces. 349
Errors Line has trailing spaces. 352
Errors Line has trailing spaces. 356
Errors Line has trailing spaces. 358
Errors Line is longer than 80 characters. 360
Errors Line is longer than 80 characters. 361
Errors Line is longer than 80 characters. 363
Errors Line has trailing spaces. 366
Errors 'try' is not followed by whitespace. 367
Errors '{' is not preceded with whitespace. 367
Errors 'catch' is not followed by whitespace. 369
Errors '{' is not preceded with whitespace. 369
Errors Line is longer than 80 characters. 370
Errors Line is longer than 80 characters. 371
Errors Line has trailing spaces. 373
Errors 'try' is not followed by whitespace. 374
Errors '{' is not preceded with whitespace. 374
Errors Line has trailing spaces. 381
Errors Line has trailing spaces. 382
Errors Line has trailing spaces. 384
Errors Line is longer than 80 characters. 386
Errors Line has trailing spaces. 387
Errors 'if' is not followed by whitespace. 389
Errors ')' is preceded with whitespace. 389
Errors '{' is not preceded with whitespace. 389
Errors 'cast' is not followed by whitespace. 390
Errors Line has trailing spaces. 391
Errors Line has trailing spaces. 394
Errors Line is longer than 80 characters. 395
Errors 'catch' is not followed by whitespace. 400
Errors '{' is not preceded with whitespace. 400
Errors Line has trailing spaces. 405
Errors Missing a Javadoc comment. 406
Errors Parameter bodyElement should be final. 406
Errors Line is longer than 80 characters. 410
Errors Line has trailing spaces. 411
Errors Line is longer than 80 characters. 412
Errors Line is longer than 80 characters. 413
Errors Line has trailing spaces. 418
Errors Method 'setSamlProperties' is not designed for extension - needs to be abstract, final or empty. 419
Errors Missing a Javadoc comment. 419
Errors Parameter samlProperties should be final. 419
Errors '{' is not preceded with whitespace. 419
Errors Method 'getSamlProperties' is not designed for extension - needs to be abstract, final or empty. 424
Errors Missing a Javadoc comment. 424
Errors Method 'getSamlAssertion' is not designed for extension - needs to be abstract, final or empty. 429
Errors Missing a Javadoc comment. 429
Errors Method 'setSamlAssertion' is not designed for extension - needs to be abstract, final or empty. 433
Errors Missing a Javadoc comment. 433
Errors Parameter samlAssertion should be final. 433

org/kuali/student/security/exceptions/KSSecurityException.java

Violation Message Line
Errors Line is longer than 80 characters. 20
Errors Missing a Javadoc comment. 20
Errors '=' is not preceded with whitespace. 20
Errors '=' is not followed by whitespace. 20
Errors '=' is not preceded with whitespace. 20
Errors '=' is not followed by whitespace. 20
Errors Missing a Javadoc comment. 23
Errors Line has trailing spaces. 27
Errors Line has trailing spaces. 35
Errors Parameter message should be final. 39
Errors Expected @param tag for 'message'. 39
Errors Parameter cause should be final. 39
Errors Expected @param tag for 'cause'. 39
Errors Line has trailing spaces. 45
Errors Parameter message should be final. 48
Errors Expected @param tag for 'message'. 48
Errors Line has trailing spaces. 54
Errors Parameter cause should be final. 57
Errors Expected @param tag for 'cause'. 57

org/kuali/student/security/exceptions/KSSecurityExceptionFaultBean.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line is longer than 80 characters. 23
Errors Missing a Javadoc comment. 23
Errors Line is longer than 80 characters. 25
Errors Missing a Javadoc comment. 28
Errors Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 30
Errors Missing a Javadoc comment. 30
Errors Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. 34
Errors Missing a Javadoc comment. 34
Errors Parameter newMessage should be final. 34

org/kuali/student/security/filter/AuthenticationGwtRpcFilter.java

Violation Message Line
Errors Line has trailing spaces. 29
Errors Line is longer than 80 characters. 29
Errors Line has trailing spaces. 30
Errors Line has trailing spaces. 35
Errors Line is longer than 80 characters. 36
Errors Method 'doFilterHttp' is not designed for extension - needs to be abstract, final or empty. 36
Errors Missing a Javadoc comment. 36
Errors Parameter request should be final. 36
Errors Parameter response should be final. 36
Errors Parameter filterChain should be final. 36
Errors '{' is not preceded with whitespace. 36
Errors Line has trailing spaces. 37
Errors Name 'URI' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Errors Line has trailing spaces. 39
Errors 'if' is not followed by whitespace. 40
Errors '{' is not preceded with whitespace. 40
Errors Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. 47
Errors Missing a Javadoc comment. 47
Errors '{' is not preceded with whitespace. 47

org/kuali/student/security/filter/KSLogoutFilter.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 37
Errors Line has trailing spaces. 38
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 48
Errors Variable 'invalidateSession' must be private and have accessor methods. 48
Errors Line has trailing spaces. 49
Errors Missing a Javadoc comment. 50
Errors '{' is not preceded with whitespace. 50
Errors Line has trailing spaces. 60
Errors Missing a Javadoc comment. 61
Errors Parameter logoutSuccessUrl should be final. 61
Errors 'logoutSuccessUrl' hides a field. 61
Errors Parameter handlers should be final. 61
Errors 'handlers' hides a field. 61
Errors Line is longer than 80 characters. 64
Errors Line is longer than 80 characters. 68
Errors Method 'doFilterHttp' is not designed for extension - needs to be abstract, final or empty. 68
Errors Missing a Javadoc comment. 68
Errors Parameter request should be final. 68
Errors Parameter response should be final. 68
Errors Parameter chain should be final. 68
Errors Line is longer than 80 characters. 72
Errors Line is longer than 80 characters. 75
Errors Line is longer than 80 characters. 98
Errors Line is longer than 80 characters. 100
Errors Method 'requiresLogout' is not designed for extension - needs to be abstract, final or empty. 100
Errors Parameter request should be final. 100
Errors Parameter response should be final. 100
Errors Line has trailing spaces. 119
Errors Line has trailing spaces. 121
Errors Line is longer than 80 characters. 122
Errors Line is longer than 80 characters. 123
Errors Line has trailing spaces. 126
Errors Line has trailing spaces. 127
Errors Line is longer than 80 characters. 132
Errors Line is longer than 80 characters. 133
Errors Expected an @return tag. 136
Errors Line is longer than 80 characters. 136
Errors Method 'determineTargetUrl' is not designed for extension - needs to be abstract, final or empty. 136
Errors Parameter request should be final. 136
Errors Expected @param tag for 'request'. 136
Errors Parameter response should be final. 136
Errors Expected @param tag for 'response'. 136
Errors 'if' is not followed by whitespace. 139
Errors Line has trailing spaces. 145
Errors Line is longer than 80 characters. 163
Errors Method 'sendRedirect' is not designed for extension - needs to be abstract, final or empty. 163
Errors Parameter request should be final. 163
Errors Parameter response should be final. 163
Errors Parameter url should be final. 163
Errors Method 'setFilterProcessesUrl' is not designed for extension - needs to be abstract, final or empty. 169
Errors Missing a Javadoc comment. 169
Errors Parameter filterProcessesUrl should be final. 169
Errors 'filterProcessesUrl' hides a field. 169
Errors Line is longer than 80 characters. 171
Errors Method 'getLogoutSuccessUrl' is not designed for extension - needs to be abstract, final or empty. 175
Errors Missing a Javadoc comment. 175
Errors Line has trailing spaces. 177
Errors Line has trailing spaces. 178
Errors Method 'getFilterProcessesUrl' is not designed for extension - needs to be abstract, final or empty. 179
Errors Missing a Javadoc comment. 179
Errors Method 'setUseRelativeContext' is not designed for extension - needs to be abstract, final or empty. 183
Errors Missing a Javadoc comment. 183
Errors Parameter useRelativeContext should be final. 183
Errors 'useRelativeContext' hides a field. 183
Errors Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. 187
Errors Missing a Javadoc comment. 187

org/kuali/student/security/filter/ProxyTicketRetrieverFilter.java

Violation Message Line
Errors Missing a Javadoc comment. 38
Errors Line has trailing spaces. 39
Errors Missing a Javadoc comment. 40
Errors Missing a Javadoc comment. 41
Errors Missing a Javadoc comment. 42
Errors Line has trailing spaces. 43
Errors Method 'doFilterHttp' is not designed for extension - needs to be abstract, final or empty. 44
Errors Line is longer than 80 characters. 45
Errors Parameter request should be final. 45
Errors Parameter response should be final. 45
Errors Parameter filterChain should be final. 45
Errors Line is longer than 80 characters. 47
Errors Line has trailing spaces. 48
Errors 'if' is not followed by whitespace. 49
Errors '{' is not preceded with whitespace. 49
Errors Line is longer than 80 characters. 50
Errors Line is longer than 80 characters. 51
Errors Line has trailing spaces. 55
Errors 'if' is not followed by whitespace. 58
Errors '{' is not preceded with whitespace. 58
Errors Line is longer than 80 characters. 59
Errors 'if' is not followed by whitespace. 60
Errors '{' is not preceded with whitespace. 60
Errors Line is longer than 80 characters. 61
Errors Line has trailing spaces. 66
Errors Line has trailing spaces. 70
Errors 'try' is not followed by whitespace. 71
Errors '{' is not preceded with whitespace. 71
Errors Line is longer than 80 characters. 72
Errors 'if' is not followed by whitespace. 73
Errors '{' is not preceded with whitespace. 73
Errors Line is longer than 80 characters. 74
Errors Line is longer than 80 characters. 76
Errors Line has trailing spaces. 78
Errors Line is longer than 80 characters. 79
Errors Line has trailing spaces. 81
Errors Line is longer than 80 characters. 83
Errors Line has trailing spaces. 84
Errors Line has trailing spaces. 87
Errors 'catch' is not followed by whitespace. 88
Errors '{' is not preceded with whitespace. 88
Errors Line has trailing spaces. 91
Errors Line has trailing spaces. 97
Errors Missing a Javadoc comment. 98
Errors '{' is not preceded with whitespace. 98
Errors Line is longer than 80 characters. 99
Errors 'if' is not followed by whitespace. 100
Errors '{' is not preceded with whitespace. 100
Errors Method 'getOrder' is not designed for extension - needs to be abstract, final or empty. 106
Errors Method 'getProxyTargetService' is not designed for extension - needs to be abstract, final or empty. 111
Errors Missing a Javadoc comment. 111
Errors Method 'setProxyTargetService' is not designed for extension - needs to be abstract, final or empty. 115
Errors Missing a Javadoc comment. 115
Errors Parameter proxyTargetService should be final. 115
Errors 'proxyTargetService' hides a field. 115
Errors Method 'getSamlIssuerService' is not designed for extension - needs to be abstract, final or empty. 119
Errors Missing a Javadoc comment. 119
Errors Method 'setSamlIssuerService' is not designed for extension - needs to be abstract, final or empty. 123
Errors Missing a Javadoc comment. 123
Errors Parameter samlIssuerService should be final. 123
Errors 'samlIssuerService' hides a field. 123
Errors Method 'getUseCasProxyMechanism' is not designed for extension - needs to be abstract, final or empty. 127
Errors Missing a Javadoc comment. 127
Errors Method 'setUseCasProxyMechanism' is not designed for extension - needs to be abstract, final or empty. 131
Errors Missing a Javadoc comment. 131
Errors Parameter useCasProxyMechanism should be final. 131
Errors 'useCasProxyMechanism' hides a field. 131

org/kuali/student/security/kim/KimAuthenticationProvider.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Unused import - org.springframework.security.providers.AuthenticationProvider. 23
Errors Line is longer than 80 characters. 24
Errors Line is longer than 80 characters. 25
Errors Unused import - org.springframework.security.providers.dao.DaoAuthenticationProvider. 26
Errors Line is longer than 80 characters. 36
Errors Line has trailing spaces. 37
Errors Line is longer than 80 characters. 41
Errors Line has trailing spaces. 42
Errors Line is longer than 80 characters. 43
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 49
Errors Missing a Javadoc comment. 51
Errors Line is longer than 80 characters. 53
Errors Method 'additionalAuthenticationChecks' is not designed for extension - needs to be abstract, final or empty. 55
Errors Missing a Javadoc comment. 55
Errors Parameter userDetails should be final. 55
Errors Line is longer than 80 characters. 56
Errors Parameter authentication should be final. 56
Errors Redundant throws: 'AuthenticationException' is unchecked exception. 56
Errors Line is longer than 80 characters. 65
Errors Avoid inline conditionals. 66
Errors Line is longer than 80 characters. 71
Errors Line is longer than 80 characters. 73
Errors Avoid inline conditionals. 74
Errors Method 'doAfterPropertiesSet' is not designed for extension - needs to be abstract, final or empty. 78
Errors Missing a Javadoc comment. 78
Errors Line is longer than 80 characters. 79
Errors Line is longer than 80 characters. 82
Errors Missing a Javadoc comment. 82
Errors Parameter username should be final. 82
Errors Parameter authentication should be final. 82
Errors Redundant throws: 'AuthenticationException' is unchecked exception. 83
Errors Line is longer than 80 characters. 86
Errors Line is longer than 80 characters. 87
Errors 'if' is not followed by whitespace. 87
Errors '{' is not preceded with whitespace. 87
Errors Line is longer than 80 characters. 89
Errors Line has trailing spaces. 91
Errors Line is longer than 80 characters. 93
Errors Line is longer than 80 characters. 94
Errors 'cast' is not followed by whitespace. 94
Errors '}' should be on the same line. 95
Errors Line is longer than 80 characters. 97
Errors Line is longer than 80 characters. 102
Errors Line is longer than 80 characters. 108
Errors Method 'setPasswordEncoder' is not designed for extension - needs to be abstract, final or empty. 113
Errors Parameter passwordEncoder should be final. 113
Errors 'passwordEncoder' hides a field. 113
Errors Method 'getPasswordEncoder' is not designed for extension - needs to be abstract, final or empty. 117
Errors Missing a Javadoc comment. 117
Errors Line is longer than 80 characters. 124
Errors Line is longer than 80 characters. 126
Errors Method 'setSaltSource' is not designed for extension - needs to be abstract, final or empty. 128
Errors Parameter saltSource should be final. 128
Errors 'saltSource' hides a field. 128
Errors Method 'getSaltSource' is not designed for extension - needs to be abstract, final or empty. 132
Errors Missing a Javadoc comment. 132
Errors Method 'setUserDetailsService' is not designed for extension - needs to be abstract, final or empty. 136
Errors Missing a Javadoc comment. 136
Errors Parameter userDetailsService should be final. 136
Errors 'userDetailsService' hides a field. 136
Errors Method 'getUserDetailsService' is not designed for extension - needs to be abstract, final or empty. 140
Errors Missing a Javadoc comment. 140
Errors Method 'isIncludeDetailsObject' is not designed for extension - needs to be abstract, final or empty. 144
Errors Missing a Javadoc comment. 144

org/kuali/student/security/saml/service/SamlIssuerService.java

Violation Message Line
Errors Line is longer than 80 characters. 24
Errors Missing a Javadoc comment. 24
Errors Line is longer than 80 characters. 25
Errors Line has trailing spaces. 29
Errors Line is longer than 80 characters. 29
Errors Missing a Javadoc comment. 29
Errors Redundant 'public' modifier. 29
Errors '=' is not preceded with whitespace. 29
Errors '=' is not followed by whitespace. 29
Errors Line is longer than 80 characters. 30
Errors '=' is not preceded with whitespace. 30
Errors '=' is not followed by whitespace. 30
Errors Line has trailing spaces. 31
Errors Line is longer than 80 characters. 33
Errors Missing a Javadoc comment. 33
Errors Redundant 'public' modifier. 33
Errors '=' is not preceded with whitespace. 33
Errors '=' is not followed by whitespace. 33

org/kuali/student/security/saml/service/SamlIssuerServiceImpl.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line is longer than 80 characters. 41
Errors Missing a Javadoc comment. 41
Errors Line has trailing spaces. 43
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 46
Errors Line has trailing spaces. 47
Errors Line is longer than 80 characters. 48
Errors Method 'validateCasProxyTicket' is not designed for extension - needs to be abstract, final or empty. 48
Errors Missing a Javadoc comment. 48
Errors Parameter proxyTicketId should be final. 48
Errors Parameter proxyTargetService should be final. 48
Errors '{' is not preceded with whitespace. 48
Errors Line has trailing spaces. 49
Errors Line has trailing spaces. 52
Errors Line is longer than 80 characters. 57
Errors '255' is a magic number. 60
Errors Line has trailing spaces. 66
Errors Line is longer than 80 characters. 68
Errors Line is longer than 80 characters. 75
Errors Line has trailing spaces. 77
Errors ',' is not followed by whitespace. 78
Errors ',' is not followed by whitespace. 78
Errors Line has trailing spaces. 83
Errors Line has trailing spaces. 86
Errors Line has trailing spaces. 88
Errors Line is longer than 80 characters. 89
Errors Line has trailing spaces. 93
Errors Line has trailing spaces. 96
Errors Line has trailing spaces. 99
Errors Line has trailing spaces. 101
Errors Line has trailing spaces. 103
Errors Line has trailing spaces. 112
Errors Line is longer than 80 characters. 113
Errors Missing a Javadoc comment. 113
Errors Parameter proxyTicketId should be final. 113
Errors Parameter proxyTargetService should be final. 113
Errors '{' is not preceded with whitespace. 113
Errors Line has trailing spaces. 115
Errors Line is longer than 80 characters. 115
Errors Avoid inline conditionals. 115
Errors Line has trailing spaces. 116
Errors Line is longer than 80 characters. 116
Errors Line has trailing spaces. 123
Errors Method 'getSamlPrincipal' is not designed for extension - needs to be abstract, final or empty. 126
Errors Missing a Javadoc comment. 126
Errors Parameter principal should be final. 126
Errors '{' is not preceded with whitespace. 126
Errors Line has trailing spaces. 127
Errors ',' is not followed by whitespace. 128
Errors ',' is not followed by whitespace. 128
Errors Line has trailing spaces. 133
Errors Line has trailing spaces. 136
Errors Line has trailing spaces. 138
Errors Line is longer than 80 characters. 139
Errors Line has trailing spaces. 143
Errors Line has trailing spaces. 146
Errors Line has trailing spaces. 149
Errors Line has trailing spaces. 151
Errors Line has trailing spaces. 153
Errors Line has trailing spaces. 156
Errors Line has trailing spaces. 159
Errors Method 'getCasServerUrl' is not designed for extension - needs to be abstract, final or empty. 160
Errors Missing a Javadoc comment. 160
Errors Method 'setCasServerUrl' is not designed for extension - needs to be abstract, final or empty. 164
Errors Missing a Javadoc comment. 164
Errors Parameter casServerUrl should be final. 164
Errors 'casServerUrl' hides a field. 164
Errors Method 'getSamlIssuerForUser' is not designed for extension - needs to be abstract, final or empty. 168
Errors Missing a Javadoc comment. 168
Errors Method 'setSamlIssuerForUser' is not designed for extension - needs to be abstract, final or empty. 172
Errors Missing a Javadoc comment. 172
Errors Parameter samlIssuerForUser should be final. 172
Errors 'samlIssuerForUser' hides a field. 172
Errors Method 'getProxyCallBackUrl' is not designed for extension - needs to be abstract, final or empty. 176
Errors Missing a Javadoc comment. 176
Errors Method 'setProxyCallBackUrl' is not designed for extension - needs to be abstract, final or empty. 180
Errors Missing a Javadoc comment. 180
Errors Parameter proxyCallBackUrl should be final. 180
Errors 'proxyCallBackUrl' hides a field. 180

org/kuali/student/security/spring/KSDefaultUserDetailsService.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line has trailing spaces. 26
Errors Line is longer than 80 characters. 26
Errors Line has trailing spaces. 27
Errors '{' is not preceded with whitespace. 31
Errors Missing a Javadoc comment. 33
Errors Missing a Javadoc comment. 34
Errors Line has trailing spaces. 35
Errors Missing a Javadoc comment. 36
Errors Missing a Javadoc comment. 37
Errors Line has trailing spaces. 38
Errors Line has trailing spaces. 39
Errors Line has trailing spaces. 41
Errors Missing a Javadoc comment. 41
Errors Line is longer than 80 characters. 42
Errors Line has trailing spaces. 43
Errors Line is longer than 80 characters. 44
Errors Method 'loadUserByUsername' is not designed for extension - needs to be abstract, final or empty. 44
Errors Missing a Javadoc comment. 44
Errors Parameter username should be final. 44
Errors Redundant throws: 'UsernameNotFoundException' is unchecked exception. 44
Errors Line has trailing spaces. 45
Errors 'if' is not followed by whitespace. 46
Errors '==' is not preceded with whitespace. 46
Errors '==' is not followed by whitespace. 46
Errors '{' is not preceded with whitespace. 46
Errors Line is longer than 80 characters. 47
Errors Line has trailing spaces. 50
Errors Line is longer than 80 characters. 51
Errors Line has trailing spaces. 52
Errors Line has trailing spaces. 55
Errors Method 'setAuthorities' is not designed for extension - needs to be abstract, final or empty. 56
Errors Missing a Javadoc comment. 56
Errors Parameter roles should be final. 56

org/kuali/student/security/spring/KSRiceDefaultUserDetailsService.java

Violation Message Line
Errors Line is longer than 80 characters. 24
Errors Line has trailing spaces. 32
Errors Line has trailing spaces. 33
Errors '{' is not preceded with whitespace. 37
Errors Missing a Javadoc comment. 39
Errors Missing a Javadoc comment. 40
Errors Line has trailing spaces. 41
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 43
Errors Line has trailing spaces. 44
Errors Missing a Javadoc comment. 45
Errors Line has trailing spaces. 46
Errors Line has trailing spaces. 47
Errors Line has trailing spaces. 49
Errors Missing a Javadoc comment. 49
Errors Line is longer than 80 characters. 50
Errors Line has trailing spaces. 51
Errors Line is longer than 80 characters. 52
Errors Method 'loadUserByUsername' is not designed for extension - needs to be abstract, final or empty. 52
Errors Missing a Javadoc comment. 52
Errors Parameter username should be final. 52
Errors Redundant throws: 'UsernameNotFoundException' is unchecked exception. 52
Errors 'if' is not followed by whitespace. 53
Errors '==' is not preceded with whitespace. 53
Errors '==' is not followed by whitespace. 53
Errors '{' is not preceded with whitespace. 53
Errors Line is longer than 80 characters. 54
Errors Line has trailing spaces. 56
Errors Line has trailing spaces. 59
Errors Line has trailing spaces. 60
Errors 'if' is not followed by whitespace. 62
Errors Expression can be simplified. 62
Errors '{' is not preceded with whitespace. 62
Errors Line is longer than 80 characters. 63
Errors Line has trailing spaces. 65
Errors Line is longer than 80 characters. 67
Errors Line has trailing spaces. 68
Errors Line is longer than 80 characters. 74
Errors Line is longer than 80 characters. 75
Errors Line is longer than 80 characters. 76
Errors Line has trailing spaces. 77
Errors Line is longer than 80 characters. 77
Errors Line is longer than 80 characters. 79
Errors Line has trailing spaces. 83
Errors Line is longer than 80 characters. 84
Errors Method 'loadUserByUsernameAndToken' is not designed for extension - needs to be abstract, final or empty. 84
Errors Missing a Javadoc comment. 84
Errors Parameter username should be final. 84
Errors Parameter authentication should be final. 84
Errors Redundant throws: 'UsernameNotFoundException' is unchecked exception. 84
Errors 'if' is not followed by whitespace. 85
Errors '==' is not preceded with whitespace. 85
Errors '==' is not followed by whitespace. 85
Errors '{' is not preceded with whitespace. 85
Errors Line is longer than 80 characters. 86
Errors Line has trailing spaces. 88
Errors Line has trailing spaces. 91
Errors Line has trailing spaces. 92
Errors 'if' is not followed by whitespace. 94
Errors Expression can be simplified. 94
Errors '{' is not preceded with whitespace. 94
Errors Line has trailing spaces. 97
Errors 'cast' is not followed by whitespace. 98
Errors Line has trailing spaces. 99
Errors Line has trailing spaces. 101
Errors Line is longer than 80 characters. 102
Errors Line is longer than 80 characters. 108
Errors Line is longer than 80 characters. 109
Errors Line is longer than 80 characters. 110
Errors Line has trailing spaces. 112
Errors Line is longer than 80 characters. 112
Errors Line is longer than 80 characters. 114
Errors Line has trailing spaces. 118
Errors Method 'setAuthorities' is not designed for extension - needs to be abstract, final or empty. 119
Errors Missing a Javadoc comment. 119
Errors Parameter roles should be final. 119
Errors Method 'setIdentityService' is not designed for extension - needs to be abstract, final or empty. 123
Errors Missing a Javadoc comment. 123
Errors Parameter identityService should be final. 123
Errors 'identityService' hides a field. 123

org/kuali/student/security/spring/KimUserNotFoundException.java

Violation Message Line
Errors Line has trailing spaces. 22
Errors Line is longer than 80 characters. 23
Errors Line is longer than 80 characters. 24
Errors Line has trailing spaces. 25
Errors Line is longer than 80 characters. 26
Errors '{' is not preceded with whitespace. 30
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 34
Errors Parameter msg should be final. 34
Errors Missing a Javadoc comment. 38
Errors Parameter msg should be final. 38
Errors Parameter t should be final. 38
Errors Missing a Javadoc comment. 42
Errors Parameter msg should be final. 42
Errors Parameter extraInformation should be final. 42

org/kuali/student/security/util/SamlUtils.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line has trailing spaces. 58
Errors Line is longer than 80 characters. 58
Errors Line has trailing spaces. 59
Errors Line has trailing spaces. 68
Errors Missing a Javadoc comment. 70
Errors Missing a Javadoc comment. 71
Errors Missing a Javadoc comment. 72
Errors Missing a Javadoc comment. 73
Errors Missing a Javadoc comment. 74
Errors Missing a Javadoc comment. 75
Errors Line has trailing spaces. 76
Errors Line is longer than 80 characters. 77
Errors Missing a Javadoc comment. 77
Errors ',' is not followed by whitespace. 77
Errors ',' is not followed by whitespace. 77
Errors Line has trailing spaces. 78
Errors Line is longer than 80 characters. 79
Errors Missing a Javadoc comment. 79
Errors '{' is not preceded with whitespace. 79
Errors Line has trailing spaces. 80
Errors Line has trailing spaces. 86
Errors Line has trailing spaces. 89
Errors Line is longer than 80 characters. 91
Errors Line has trailing spaces. 96
Errors Line is longer than 80 characters. 98
Errors Line is longer than 80 characters. 100
Errors Line has trailing spaces. 102
Errors Line has trailing spaces. 108
Errors Line has trailing spaces. 112
Errors Line has trailing spaces. 115
Errors Line has trailing spaces. 118
Errors 'cast' is not followed by whitespace. 119
Errors Line has trailing spaces. 121
Errors Line has trailing spaces. 125
Errors Line has trailing spaces. 126
Errors Line has trailing spaces. 128
Errors Missing a Javadoc comment. 129
Errors Parameter samlProperties should be final. 129
Errors '{' is not preceded with whitespace. 129
Errors Missing a Javadoc comment. 134
Errors Line has trailing spaces. 138
Errors Line has trailing spaces. 139
Errors Line is longer than 80 characters. 139
Errors Missing a Javadoc comment. 139
Errors Parameter assertion should be final. 139
Errors Line has trailing spaces. 140
Errors Line is longer than 80 characters. 140
Errors Line is longer than 80 characters. 141
Errors Redundant throws: 'DOMException' is unchecked exception. 141
Errors Line has trailing spaces. 143
Errors Line is longer than 80 characters. 152
Errors Line has trailing spaces. 153
Errors Line is longer than 80 characters. 162
Errors Line is longer than 80 characters. 163
Errors Line has trailing spaces. 164
Errors Line has trailing spaces. 168
Errors Line is longer than 80 characters. 169
Errors Line is longer than 80 characters. 170
Errors Line is longer than 80 characters. 172
Errors Line is longer than 80 characters. 175
Errors Line has trailing spaces. 180
Errors Line is longer than 80 characters. 184
Errors Line has trailing spaces. 193
Errors Line is longer than 80 characters. 196
Errors Line has trailing spaces. 202
Errors Line is longer than 80 characters. 206
Errors Missing a Javadoc comment. 206
Errors Parameter doc should be final. 206
Errors Line is longer than 80 characters. 209
Errors Line has trailing spaces. 210
Errors Line is longer than 80 characters. 211
Errors Line has trailing spaces. 212
Errors Line has trailing spaces. 214
Errors Line has trailing spaces. 216
Errors Line has trailing spaces. 222
Errors Line has trailing spaces. 228
Errors Line is longer than 80 characters. 230
Errors Line is longer than 80 characters. 234
Errors Line has trailing spaces. 236
Errors 'if' is not followed by whitespace. 238
Errors '{' is not preceded with whitespace. 238
Errors Line has trailing spaces. 241
Errors 'for' is not followed by whitespace. 242
Errors '=' is not preceded with whitespace. 242
Errors '=' is not followed by whitespace. 242
Errors '{' is not preceded with whitespace. 242
Errors Line is longer than 80 characters. 244
Errors 'if' is not followed by whitespace. 244
Errors '{' is not preceded with whitespace. 244
Errors Line is longer than 80 characters. 245
Errors 'cast' is not followed by whitespace. 245
Errors Line has trailing spaces. 250
Errors Line has trailing spaces. 253
Errors Method 'getKeystoreType' is not designed for extension - needs to be abstract, final or empty. 257
Errors Method 'setKeystoreType' is not designed for extension - needs to be abstract, final or empty. 264
Errors Parameter keystoreType should be final. 264
Errors 'keystoreType' hides a field. 264
Errors Method 'getKeystoreFile' is not designed for extension - needs to be abstract, final or empty. 271
Errors Method 'setKeystoreFile' is not designed for extension - needs to be abstract, final or empty. 278
Errors Parameter keystoreFile should be final. 278
Errors 'keystoreFile' hides a field. 278
Errors Method 'getKeystorePass' is not designed for extension - needs to be abstract, final or empty. 285
Errors Method 'setKeystorePass' is not designed for extension - needs to be abstract, final or empty. 292
Errors Parameter keystorePass should be final. 292
Errors 'keystorePass' hides a field. 292
Errors Method 'getPrivateKeyAlias' is not designed for extension - needs to be abstract, final or empty. 299
Errors Method 'setPrivateKeyAlias' is not designed for extension - needs to be abstract, final or empty. 306
Errors Parameter privateKeyAlias should be final. 306
Errors 'privateKeyAlias' hides a field. 306
Errors Method 'getPrivateKeyPass' is not designed for extension - needs to be abstract, final or empty. 313
Errors Method 'setPrivateKeyPass' is not designed for extension - needs to be abstract, final or empty. 320
Errors Parameter privateKeyPass should be final. 320
Errors 'privateKeyPass' hides a field. 320
Errors Method 'getCertificateAlias' is not designed for extension - needs to be abstract, final or empty. 327
Errors Method 'setCertificateAlias' is not designed for extension - needs to be abstract, final or empty. 334
Errors Parameter certificateAlias should be final. 334
Errors 'certificateAlias' hides a field. 334

org/kuali/student/security/ws/beans/SecureCxfJaxWsProxyClientFactory.java

Violation Message Line
Errors Missing package-info.java file. 0
Errors Line is longer than 80 characters. 6
Errors Missing a Javadoc comment. 6
Errors Missing a Javadoc comment. 7
Errors Line has trailing spaces. 8
Errors Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 9
Errors Line has trailing spaces. 11
Errors 'if' is not followed by whitespace. 12
Errors '{' is not preceded with whitespace. 12
Errors Line has trailing spaces. 15
Errors Method 'getSamlTokenInInterceptor' is not designed for extension - needs to be abstract, final or empty. 19
Errors Missing a Javadoc comment. 19
Errors Line is longer than 80 characters. 23
Errors Method 'setSamlTokenInInterceptor' is not designed for extension - needs to be abstract, final or empty. 23
Errors Missing a Javadoc comment. 23
Errors Parameter samlTokenInInterceptor should be final. 23
Errors 'samlTokenInInterceptor' hides a field. 23
Errors Line has trailing spaces. 26
Errors Line contains a tab character. 26