Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
107 0 596 8

Files

Files Infos Warnings Errors
org/mitre/data/AbstractPageOperationTemplate.java 0 11 0
org/mitre/discovery/util/WebfingerURLNormalizer.java 0 5 0
org/mitre/jose/keystore/JWKSetKeyStore.java 0 3 0
org/mitre/jwt/assertion/impl/NullAssertionValidator.java 0 1 0
org/mitre/jwt/assertion/impl/SelfAssertionValidator.java 0 2 0
org/mitre/jwt/assertion/impl/WhitelistedIssuerAssertionValidator.java 0 4 0
org/mitre/jwt/encryption/service/JWTEncryptionAndDecryptionService.java 0 2 0
org/mitre/jwt/encryption/service/impl/DefaultJWTEncryptionAndDecryptionService.java 0 2 0
org/mitre/jwt/signer/service/JWTSigningAndValidationService.java 0 2 1
org/mitre/jwt/signer/service/impl/ClientKeyCacheService.java 0 2 0
org/mitre/jwt/signer/service/impl/DefaultJWTSigningAndValidationService.java 0 6 0
org/mitre/jwt/signer/service/impl/JWKSetCacheService.java 0 4 0
org/mitre/jwt/signer/service/impl/SymmetricKeyJWTValidatorCacheService.java 0 5 0
org/mitre/oauth2/model/AuthenticationHolderEntity.java 0 62 0
org/mitre/oauth2/model/AuthorizationCodeEntity.java 0 1 0
org/mitre/oauth2/model/ClientDetailsEntity.java 0 160 0
org/mitre/oauth2/model/DeviceCode.java 0 18 0
org/mitre/oauth2/model/OAuth2AccessTokenEntity.java 0 19 0
org/mitre/oauth2/model/OAuth2RefreshTokenEntity.java 0 6 0
org/mitre/oauth2/model/PKCEAlgorithm.java 0 3 0
org/mitre/oauth2/model/RegisteredClient.java 0 1 0
org/mitre/oauth2/model/SavedUserAuthentication.java 0 18 0
org/mitre/oauth2/model/SystemScope.java 0 4 0
org/mitre/oauth2/model/convert/JWEAlgorithmStringConverter.java 0 1 1
org/mitre/oauth2/model/convert/JWEEncryptionMethodStringConverter.java 0 1 1
org/mitre/oauth2/model/convert/JWKSetStringConverter.java 0 1 0
org/mitre/oauth2/model/convert/JWSAlgorithmStringConverter.java 0 1 1
org/mitre/oauth2/model/convert/JWTStringConverter.java 0 1 0
org/mitre/oauth2/model/convert/JsonElementStringConverter.java 0 1 0
org/mitre/oauth2/model/convert/SerializableStringConverter.java 0 1 0
org/mitre/oauth2/repository/AuthorizationCodeRepository.java 0 2 0
org/mitre/oauth2/repository/OAuth2TokenRepository.java 0 1 0
org/mitre/oauth2/service/IntrospectionResultAssembler.java 0 1 0
org/mitre/oauth2/service/SystemScopeService.java 0 4 0
org/mitre/oauth2/service/impl/DefaultClientUserDetailsService.java 0 4 0
org/mitre/oauth2/service/impl/UriEncodedClientUserDetailsService.java 0 4 0
org/mitre/openid/connect/ClientDetailsEntityJsonProcessor.java 0 7 0
org/mitre/openid/connect/config/ConfigurationPropertiesBean.java 0 5 0
org/mitre/openid/connect/config/JWKSetEditor.java 0 1 0
org/mitre/openid/connect/config/ServerConfiguration.java 0 7 0
org/mitre/openid/connect/model/Address.java 0 1 0
org/mitre/openid/connect/model/ApprovedSite.java 0 21 0
org/mitre/openid/connect/model/BlacklistedSite.java 0 4 0
org/mitre/openid/connect/model/DefaultAddress.java 0 11 0
org/mitre/openid/connect/model/DefaultUserInfo.java 0 64 0
org/mitre/openid/connect/model/OIDCAuthenticationToken.java 0 2 0
org/mitre/openid/connect/model/PairwiseIdentifier.java 0 6 0
org/mitre/openid/connect/model/PendingOIDCAuthenticationToken.java 0 2 0
org/mitre/openid/connect/model/UserInfo.java 0 1 0
org/mitre/openid/connect/model/WhitelistedSite.java 0 15 0
org/mitre/openid/connect/model/convert/JsonObjectStringConverter.java 0 1 0
org/mitre/openid/connect/repository/AddressRepository.java 0 2 0
org/mitre/openid/connect/repository/ApprovedSiteRepository.java 0 8 0
org/mitre/openid/connect/repository/UserInfoRepository.java 0 3 0
org/mitre/openid/connect/repository/WhitelistedSiteRepository.java 0 7 0
org/mitre/openid/connect/service/ApprovedSiteService.java 0 8 0
org/mitre/openid/connect/service/MITREidDataService.java 0 4 1
org/mitre/openid/connect/service/MITREidDataServiceExtension.java 0 3 0
org/mitre/openid/connect/service/OIDCTokenService.java 0 2 1
org/mitre/openid/connect/service/StatsService.java 0 2 0
org/mitre/openid/connect/service/UserInfoService.java 0 1 0
org/mitre/openid/connect/service/WhitelistedSiteService.java 0 7 0
org/mitre/openid/connect/view/JWKSetView.java 0 2 0
org/mitre/openid/connect/web/UserInfoInterceptor.java 0 3 0
org/mitre/uma/model/Claim.java 0 3 0
org/mitre/uma/model/Permission.java 0 0 1
org/mitre/uma/model/Policy.java 0 2 0
org/mitre/uma/model/ResourceSet.java 0 3 0
org/mitre/uma/model/convert/RegisteredClientStringConverter.java 0 1 0
org/mitre/uma/repository/PermissionRepository.java 0 4 0
org/mitre/uma/service/PermissionService.java 0 0 1
org/mitre/util/JsonUtils.java 0 17 0
org/mitre/util/jpa/JpaUtil.java 0 2 0

Rules

Rules Violations Severity
NewlineAtEndOfFile
  • lineSeparator: "lf"
6 Errors Error
RegexpSingleline
  • format: "((//.*)|(\*.*))FIXME"
  • message: "TODO is preferred to FIXME."
0 Warnings Warning
RedundantImport 0 Errors Error
ImportOrder
  • tokens: "STATIC_IMPORT, IMPORT"
  • option: "top"
43 Warnings Warning
AvoidStarImport 0 Warnings Warning
UnusedImports 2 Errors Error
JavadocStyle 112 Warnings Warning
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]{1,})*$"
0 Warnings Warning
TypeNameCheck 0 Warnings Warning
ConstantNameCheck
  • applyToPackage: "true"
  • format: "^([A-Z][A-Z0-9]*(_[A-Z0-9]+)*|FLAG_.*)$"
  • applyToPublic: "true"
  • applyToProtected: "true"
  • applyToPrivate: "false"
3 Warnings Warning
StaticVariableNameCheck
  • applyToPackage: "true"
  • format: "^[a-z][a-zA-Z0-9]*_?$"
  • applyToPublic: "true"
  • applyToProtected: "true"
  • applyToPrivate: "true"
4 Warnings Warning
MemberNameCheck
  • applyToPackage: "true"
  • format: "^[a-z][a-zA-Z0-9]*$"
  • applyToPublic: "true"
  • applyToProtected: "true"
  • applyToPrivate: "true"
0 Warnings Warning
MethodNameCheck
  • format: "^[a-z][a-zA-Z0-9]*(_[a-zA-Z0-9]+)*$"
0 Warnings Warning
ParameterName 1 Warnings Warning
LocalFinalVariableName 0 Warnings Warning
LocalVariableName 0 Warnings Warning
LineLength
  • max: "250"
  • ignorePattern: "^(package .*;\s*)|(import .*;\s*)|( *\* *https?://.*)$"
1 Warnings Warning
LeftCurly 0 Warnings Warning
RightCurly
  • option: "same"
2 Warnings Warning
NeedBraces
  • tokens: "LITERAL_IF, LITERAL_ELSE, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO"
0 Warnings Warning
UpperEll 0 Errors Error
FallThrough
  • reliefPattern: "fall through|Fall through|fallthru|Fallthru|falls through|Falls through|fallthrough|Fallthrough|No break|NO break|no break|continue on"
0 Errors Error
AnnotationUseStyle 0 Warnings Warning
ArrayTypeStyle 0 Warnings Warning
AvoidNestedBlocks 0 Errors Error
CovariantEquals 0 Errors Error
DeclarationOrder 7 Warnings Warning
DefaultComesLast 0 Warnings Warning
EmptyStatement 0 Warnings Warning
MultipleStringLiterals
  • allowedDuplicates: "1"
39 Warnings Warning
NeedBraces 0 Errors Error
PackageDeclaration 0 Errors Error
BooleanExpressionComplexity
  • max: "10"
0 Warnings Warning
CyclomaticComplexity
  • max: "10"
14 Warnings Warning
NPathComplexity
  • max: "200"
13 Warnings Warning
ModifierOrder 0 Errors Error
WhitespaceAround
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LE, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, SL, SL_ASSIGN, SR_ASSIGN, STAR, STAR_ASSIGN"
352 Warnings Warning
WhitespaceAfter
  • tokens: "COMMA, SEMI, TYPECAST"
5 Warnings Warning
NoWhitespaceAfter
  • tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
  • allowLineBreaks: "true"
0 Warnings Warning
NoWhitespaceBefore
  • tokens: "SEMI, DOT, POST_DEC, POST_INC"
  • allowLineBreaks: "true"
0 Warnings Warning
ParenPad 0 Warnings Warning

Details

org/mitre/data/AbstractPageOperationTemplate.java

Violation Message Line
Warnings Name 'DEFAULT_MAX_PAGES' must match pattern '^[a-z][a-zA-Z0-9]*_?$'. 36
Warnings Name 'DEFAULT_MAX_TIME_MILLIS' must match pattern '^[a-z][a-zA-Z0-9]*_?$'. 37
Warnings First sentence should end with a period. 39
Warnings First sentence should end with a period. 46
Warnings First sentence should end with a period. 65
Warnings First sentence should end with a period. 74
Warnings The String "[" appears 3 times in the file. 96
Warnings '<' is not preceded with whitespace. 107
Warnings 'if' is not followed by whitespace. 109
Warnings 'if' is not followed by whitespace. 118
Warnings 'for' is not followed by whitespace. 162

org/mitre/discovery/util/WebfingerURLNormalizer.java

Violation Message Line
Warnings Wrong order for 'com.google.common.base.Strings' import. 29
Warnings First sentence should end with a period. 39
Warnings The String "acct" appears 2 times in the file. 112
Warnings Cyclomatic Complexity is 17 (max allowed is 10). 131
Warnings NPath Complexity is 217 (max allowed is 200). 131

org/mitre/jose/keystore/JWKSetKeyStore.java

Violation Message Line
Warnings Wrong order for 'com.google.common.base.Charsets' import. 30
Warnings The String "Key Set resource could not be read: " appears 2 times in the file. 68
Warnings '}' should be on a new line. 70

org/mitre/jwt/assertion/impl/NullAssertionValidator.java

Violation Message Line
Warnings Wrong order for 'com.nimbusds.jwt.JWT' import. 21

org/mitre/jwt/assertion/impl/SelfAssertionValidator.java

Violation Message Line
Warnings Wrong order for 'com.google.common.base.Strings' import. 29
Warnings First sentence should end with a period. 34

org/mitre/jwt/assertion/impl/WhitelistedIssuerAssertionValidator.java

Violation Message Line
Warnings Wrong order for 'com.google.common.base.Strings' import. 30
Warnings First sentence should end with a period. 35
Warnings First sentence should end with a period. 44
Warnings Instance variable definition in wrong order. 63

org/mitre/jwt/encryption/service/JWTEncryptionAndDecryptionService.java

Violation Message Line
Warnings Wrong order for 'com.nimbusds.jose.EncryptionMethod' import. 23
Warnings First sentence should end with a period. 50

org/mitre/jwt/encryption/service/impl/DefaultJWTEncryptionAndDecryptionService.java

Violation Message Line
Warnings Wrong order for 'com.google.common.base.Strings' import. 35
Warnings First sentence should end with a period. 60

org/mitre/jwt/signer/service/JWTSigningAndValidationService.java

Violation Message Line
Errors Unused import - java.security.NoSuchAlgorithmException. 20
Warnings Wrong order for 'com.nimbusds.jose.JWSAlgorithm' import. 24
Warnings First sentence should end with a period. 30

org/mitre/jwt/signer/service/impl/ClientKeyCacheService.java

Violation Message Line
Warnings Wrong order for 'com.google.common.base.Strings' import. 32
Warnings Cyclomatic Complexity is 16 (max allowed is 10). 77

org/mitre/jwt/signer/service/impl/DefaultJWTSigningAndValidationService.java

Violation Message Line
Warnings Wrong order for 'com.google.common.base.Strings' import. 34
Warnings First sentence should end with a period. 59
Warnings Static variable definition in wrong order. 62
Warnings '!=' is not preceded with whitespace. 102
Warnings Cyclomatic Complexity is 11 (max allowed is 10). 158
Warnings The String "Failed to sign JWT, error was: " appears 2 times in the file. 227

org/mitre/jwt/signer/service/impl/JWKSetCacheService.java

Violation Message Line
Warnings Wrong order for 'com.google.common.cache.CacheBuilder' import. 39
Warnings First sentence should end with a period. 57
Warnings The String "Couldn't load JWK Set from " appears 2 times in the file. 89
Warnings The String ": " appears 2 times in the file. 89

org/mitre/jwt/signer/service/impl/SymmetricKeyJWTValidatorCacheService.java

Violation Message Line
Warnings Wrong order for 'com.google.common.base.Strings' import. 30
Warnings First sentence should end with a period. 50
Warnings First sentence should end with a period. 66
Warnings The String "Problem loading client validator" appears 2 times in the file. 87
Warnings The String "Couldn't create symmetric validator for client" appears 2 times in the file. 112

org/mitre/oauth2/model/AuthenticationHolderEntity.java

Violation Message Line
Warnings '=' is not preceded with whitespace. 140
Warnings '=' is not followed by whitespace. 140
Warnings '=' is not preceded with whitespace. 158
Warnings '=' is not followed by whitespace. 158
Warnings '=' is not preceded with whitespace. 159
Warnings '=' is not followed by whitespace. 159
Warnings '=' is not preceded with whitespace. 159
Warnings '=' is not followed by whitespace. 159
Warnings '=' is not preceded with whitespace. 162
Warnings '=' is not followed by whitespace. 162
Warnings '=' is not preceded with whitespace. 179
Warnings '=' is not followed by whitespace. 179
Warnings '=' is not preceded with whitespace. 180
Warnings '=' is not followed by whitespace. 180
Warnings '=' is not preceded with whitespace. 180
Warnings '=' is not followed by whitespace. 180
Warnings '=' is not preceded with whitespace. 182
Warnings '=' is not followed by whitespace. 182
Warnings '=' is not preceded with whitespace. 198
Warnings '=' is not followed by whitespace. 198
Warnings '=' is not preceded with whitespace. 214
Warnings '=' is not followed by whitespace. 214
Warnings '=' is not preceded with whitespace. 231
Warnings '=' is not followed by whitespace. 231
Warnings '=' is not preceded with whitespace. 232
Warnings '=' is not followed by whitespace. 232
Warnings '=' is not preceded with whitespace. 232
Warnings '=' is not followed by whitespace. 232
Warnings '=' is not preceded with whitespace. 234
Warnings '=' is not followed by whitespace. 234
Warnings '=' is not preceded with whitespace. 251
Warnings '=' is not followed by whitespace. 251
Warnings '=' is not preceded with whitespace. 252
Warnings '=' is not followed by whitespace. 252
Warnings '=' is not preceded with whitespace. 252
Warnings '=' is not followed by whitespace. 252
Warnings '=' is not preceded with whitespace. 254
Warnings '=' is not followed by whitespace. 254
Warnings '=' is not preceded with whitespace. 255
Warnings '=' is not followed by whitespace. 255
Warnings '=' is not preceded with whitespace. 256
Warnings '=' is not followed by whitespace. 256
Warnings '=' is not preceded with whitespace. 272
Warnings '=' is not followed by whitespace. 272
Warnings '=' is not preceded with whitespace. 289
Warnings '=' is not followed by whitespace. 289
Warnings '=' is not preceded with whitespace. 290
Warnings '=' is not followed by whitespace. 290
Warnings '=' is not preceded with whitespace. 290
Warnings '=' is not followed by whitespace. 290
Warnings '=' is not preceded with whitespace. 292
Warnings '=' is not followed by whitespace. 292
Warnings '=' is not preceded with whitespace. 309
Warnings '=' is not followed by whitespace. 309
Warnings '=' is not preceded with whitespace. 310
Warnings '=' is not followed by whitespace. 310
Warnings '=' is not preceded with whitespace. 310
Warnings '=' is not followed by whitespace. 310
Warnings '=' is not preceded with whitespace. 312
Warnings '=' is not followed by whitespace. 312
Warnings '=' is not preceded with whitespace. 313
Warnings '=' is not followed by whitespace. 313

org/mitre/oauth2/model/AuthorizationCodeEntity.java

Violation Message Line
Warnings First sentence should end with a period. 35

org/mitre/oauth2/model/ClientDetailsEntity.java

Violation Message Line
Warnings Wrong order for 'com.nimbusds.jose.EncryptionMethod' import. 61
Warnings First sentence should end with a period. 90
Warnings First sentence should end with a period. 109
Warnings First sentence should end with a period. 135
Warnings First sentence should end with a period. 142
Warnings First sentence should end with a period. 152
Warnings First sentence should end with a period. 155
Warnings First sentence should end with a period. 158
Warnings Static variable definition in wrong order. 171
Warnings Static variable definition in wrong order. 197
Warnings Static variable definition in wrong order. 223
Warnings First sentence should end with a period. 243
Warnings '=' is not preceded with whitespace. 281
Warnings '=' is not followed by whitespace. 281
Warnings '=' is not preceded with whitespace. 306
Warnings '=' is not followed by whitespace. 306
Warnings '=' is not preceded with whitespace. 321
Warnings '=' is not followed by whitespace. 321
Warnings '=' is not preceded with whitespace. 337
Warnings '=' is not followed by whitespace. 337
Warnings '=' is not preceded with whitespace. 357
Warnings '=' is not followed by whitespace. 357
Warnings '=' is not preceded with whitespace. 400
Warnings '=' is not followed by whitespace. 400
Warnings '=' is not preceded with whitespace. 417
Warnings '=' is not followed by whitespace. 417
Warnings '=' is not preceded with whitespace. 434
Warnings '=' is not followed by whitespace. 434
Warnings '=' is not preceded with whitespace. 435
Warnings '=' is not followed by whitespace. 435
Warnings '=' is not preceded with whitespace. 435
Warnings '=' is not followed by whitespace. 435
Warnings '=' is not preceded with whitespace. 438
Warnings '=' is not followed by whitespace. 438
Warnings '=' is not preceded with whitespace. 455
Warnings '=' is not followed by whitespace. 455
Warnings '=' is not preceded with whitespace. 456
Warnings '=' is not followed by whitespace. 456
Warnings '=' is not preceded with whitespace. 456
Warnings '=' is not followed by whitespace. 456
Warnings '=' is not preceded with whitespace. 458
Warnings '=' is not followed by whitespace. 458
Warnings First sentence should end with a period. 470
Warnings '=' is not preceded with whitespace. 484
Warnings '=' is not followed by whitespace. 484
Warnings '=' is not preceded with whitespace. 485
Warnings '=' is not followed by whitespace. 485
Warnings '=' is not preceded with whitespace. 485
Warnings '=' is not followed by whitespace. 485
Warnings '=' is not preceded with whitespace. 489
Warnings '=' is not followed by whitespace. 489
Warnings '=' is not preceded with whitespace. 503
Warnings '=' is not followed by whitespace. 503
Warnings '=' is not preceded with whitespace. 517
Warnings '=' is not followed by whitespace. 517
Warnings '=' is not preceded with whitespace. 534
Warnings '=' is not followed by whitespace. 534
Warnings '=' is not preceded with whitespace. 535
Warnings '=' is not followed by whitespace. 535
Warnings '=' is not preceded with whitespace. 535
Warnings '=' is not followed by whitespace. 535
Warnings '=' is not preceded with whitespace. 537
Warnings '=' is not followed by whitespace. 537
Warnings First sentence should end with a period. 549
Warnings '=' is not preceded with whitespace. 564
Warnings '=' is not followed by whitespace. 564
Warnings '=' is not preceded with whitespace. 565
Warnings '=' is not followed by whitespace. 565
Warnings '=' is not preceded with whitespace. 565
Warnings '=' is not followed by whitespace. 565
Warnings '=' is not preceded with whitespace. 567
Warnings '=' is not followed by whitespace. 567
Warnings '=' is not preceded with whitespace. 598
Warnings '=' is not followed by whitespace. 598
Warnings '=' is not preceded with whitespace. 608
Warnings '=' is not followed by whitespace. 608
Warnings '=' is not preceded with whitespace. 618
Warnings '=' is not followed by whitespace. 618
Warnings '=' is not preceded with whitespace. 628
Warnings '=' is not followed by whitespace. 628
Warnings '=' is not preceded with whitespace. 639
Warnings '=' is not followed by whitespace. 639
Warnings '=' is not preceded with whitespace. 640
Warnings '=' is not followed by whitespace. 640
Warnings '=' is not preceded with whitespace. 640
Warnings '=' is not followed by whitespace. 640
Warnings '=' is not preceded with whitespace. 642
Warnings '=' is not followed by whitespace. 642
Warnings '=' is not preceded with whitespace. 652
Warnings '=' is not followed by whitespace. 652
Warnings '=' is not preceded with whitespace. 662
Warnings '=' is not followed by whitespace. 662
Warnings '=' is not preceded with whitespace. 675
Warnings '=' is not followed by whitespace. 675
Warnings '=' is not preceded with whitespace. 691
Warnings '=' is not followed by whitespace. 691
Warnings '=' is not preceded with whitespace. 704
Warnings '=' is not followed by whitespace. 704
Warnings '=' is not preceded with whitespace. 717
Warnings '=' is not followed by whitespace. 717
Warnings '=' is not preceded with whitespace. 731
Warnings '=' is not followed by whitespace. 731
Warnings '=' is not preceded with whitespace. 785
Warnings '=' is not followed by whitespace. 785
Warnings '=' is not preceded with whitespace. 818
Warnings '=' is not followed by whitespace. 818
Warnings '=' is not preceded with whitespace. 829
Warnings '=' is not followed by whitespace. 829
Warnings '=' is not preceded with whitespace. 839
Warnings '=' is not followed by whitespace. 839
Warnings '=' is not preceded with whitespace. 853
Warnings '=' is not followed by whitespace. 853
Warnings '=' is not preceded with whitespace. 854
Warnings '=' is not followed by whitespace. 854
Warnings '=' is not preceded with whitespace. 854
Warnings '=' is not followed by whitespace. 854
Warnings '=' is not preceded with whitespace. 856
Warnings '=' is not followed by whitespace. 856
Warnings '=' is not preceded with whitespace. 873
Warnings '=' is not followed by whitespace. 873
Warnings '=' is not preceded with whitespace. 874
Warnings '=' is not followed by whitespace. 874
Warnings '=' is not preceded with whitespace. 874
Warnings '=' is not followed by whitespace. 874
Warnings '=' is not preceded with whitespace. 876
Warnings '=' is not followed by whitespace. 876
Warnings '=' is not preceded with whitespace. 892
Warnings '=' is not followed by whitespace. 892
Warnings '=' is not preceded with whitespace. 909
Warnings '=' is not followed by whitespace. 909
Warnings '=' is not preceded with whitespace. 910
Warnings '=' is not followed by whitespace. 910
Warnings '=' is not preceded with whitespace. 910
Warnings '=' is not followed by whitespace. 910
Warnings '=' is not preceded with whitespace. 912
Warnings '=' is not followed by whitespace. 912
Warnings '=' is not preceded with whitespace. 929
Warnings '=' is not followed by whitespace. 929
Warnings '=' is not preceded with whitespace. 930
Warnings '=' is not followed by whitespace. 930
Warnings '=' is not preceded with whitespace. 930
Warnings '=' is not followed by whitespace. 930
Warnings '=' is not preceded with whitespace. 932
Warnings '=' is not followed by whitespace. 932
Warnings '=' is not preceded with whitespace. 948
Warnings '=' is not followed by whitespace. 948
Warnings '=' is not preceded with whitespace. 989
Warnings '=' is not followed by whitespace. 989
Warnings '=' is not preceded with whitespace. 990
Warnings '=' is not followed by whitespace. 990
Warnings '=' is not preceded with whitespace. 990
Warnings '=' is not followed by whitespace. 990
Warnings '=' is not preceded with whitespace. 992
Warnings '=' is not followed by whitespace. 992
Warnings '=' is not preceded with whitespace. 1042
Warnings '=' is not followed by whitespace. 1042
Warnings '=' is not preceded with whitespace. 1058
Warnings '=' is not followed by whitespace. 1058
Warnings '=' is not preceded with whitespace. 1074
Warnings '=' is not followed by whitespace. 1074

org/mitre/oauth2/model/DeviceCode.java

Violation Message Line
Warnings '=' is not preceded with whitespace. 137
Warnings '=' is not followed by whitespace. 137
Warnings '=' is not preceded with whitespace. 138
Warnings '=' is not followed by whitespace. 138
Warnings '=' is not preceded with whitespace. 138
Warnings '=' is not followed by whitespace. 138
Warnings '=' is not preceded with whitespace. 140
Warnings '=' is not followed by whitespace. 140
Warnings '=' is not preceded with whitespace. 184
Warnings '=' is not followed by whitespace. 184
Warnings '=' is not preceded with whitespace. 185
Warnings '=' is not followed by whitespace. 185
Warnings '=' is not preceded with whitespace. 185
Warnings '=' is not followed by whitespace. 185
Warnings '=' is not preceded with whitespace. 187
Warnings '=' is not followed by whitespace. 187
Warnings '=' is not preceded with whitespace. 188
Warnings '=' is not followed by whitespace. 188

org/mitre/oauth2/model/OAuth2AccessTokenEntity.java

Violation Message Line
Warnings Wrong order for 'com.nimbusds.jwt.JWT' import. 59
Warnings First sentence should end with a period. 121
Warnings '=' is not preceded with whitespace. 211
Warnings '=' is not followed by whitespace. 211
Warnings '=' is not preceded with whitespace. 222
Warnings '=' is not followed by whitespace. 222
Warnings 'cast' is not followed by whitespace. 236
Warnings '=' is not preceded with whitespace. 240
Warnings '=' is not followed by whitespace. 240
Warnings '=' is not preceded with whitespace. 242
Warnings '=' is not followed by whitespace. 242
Warnings '=' is not preceded with whitespace. 242
Warnings '=' is not followed by whitespace. 242
Warnings '=' is not preceded with whitespace. 243
Warnings '=' is not followed by whitespace. 243
Warnings '=' is not preceded with whitespace. 263
Warnings '=' is not followed by whitespace. 263
Warnings '=' is not preceded with whitespace. 313
Warnings '=' is not followed by whitespace. 313

org/mitre/oauth2/model/OAuth2RefreshTokenEntity.java

Violation Message Line
Warnings Wrong order for 'com.nimbusds.jwt.JWT' import. 44
Warnings First sentence should end with a period. 105
Warnings First sentence should end with a period. 124
Warnings First sentence should end with a period. 173
Warnings '=' is not preceded with whitespace. 178
Warnings '=' is not followed by whitespace. 178

org/mitre/oauth2/model/PKCEAlgorithm.java

Violation Message Line
Warnings Variable access definition in wrong order. 33
Warnings Variable 'plain' should be in ALL_CAPS (if it is a constant) or be private (otherwise). 33
Warnings Variable access definition in wrong order. 35

org/mitre/oauth2/model/RegisteredClient.java

Violation Message Line
Warnings Wrong order for 'com.google.gson.JsonObject' import. 32

org/mitre/oauth2/model/SavedUserAuthentication.java

Violation Message Line
Warnings '=' is not preceded with whitespace. 47
Warnings '=' is not followed by whitespace. 47
Warnings First sentence should end with a period. 62
Warnings First sentence should end with a period. 78
Warnings '=' is not preceded with whitespace. 104
Warnings '=' is not followed by whitespace. 104
Warnings '=' is not preceded with whitespace. 112
Warnings '=' is not followed by whitespace. 112
Warnings '=' is not preceded with whitespace. 113
Warnings '=' is not followed by whitespace. 113
Warnings '=' is not preceded with whitespace. 113
Warnings '=' is not followed by whitespace. 113
Warnings '=' is not preceded with whitespace. 116
Warnings '=' is not followed by whitespace. 116
Warnings '=' is not preceded with whitespace. 141
Warnings '=' is not followed by whitespace. 141
Warnings '=' is not preceded with whitespace. 155
Warnings '=' is not followed by whitespace. 155

org/mitre/oauth2/model/SystemScope.java

Violation Message Line
Warnings First sentence should end with a period. 57
Warnings First sentence should end with a period. 64
Warnings Cyclomatic Complexity is 18 (max allowed is 10). 182
Warnings NPath Complexity is 8,192 (max allowed is 200). 182

org/mitre/oauth2/model/convert/JWEAlgorithmStringConverter.java

Violation Message Line
Errors File does not end with a newline. 0
Warnings Wrong order for 'com.nimbusds.jose.JWEAlgorithm' import. 22

org/mitre/oauth2/model/convert/JWEEncryptionMethodStringConverter.java

Violation Message Line
Errors File does not end with a newline. 0
Warnings Wrong order for 'com.nimbusds.jose.EncryptionMethod' import. 22

org/mitre/oauth2/model/convert/JWKSetStringConverter.java

Violation Message Line
Warnings Wrong order for 'com.nimbusds.jose.jwk.JWKSet' import. 27

org/mitre/oauth2/model/convert/JWSAlgorithmStringConverter.java

Violation Message Line
Errors File does not end with a newline. 0
Warnings Wrong order for 'com.nimbusds.jose.JWSAlgorithm' import. 22

org/mitre/oauth2/model/convert/JWTStringConverter.java

Violation Message Line
Warnings Wrong order for 'com.nimbusds.jwt.JWT' import. 27

org/mitre/oauth2/model/convert/JsonElementStringConverter.java

Violation Message Line
Warnings Wrong order for 'com.google.common.base.Strings' import. 22

org/mitre/oauth2/model/convert/SerializableStringConverter.java

Violation Message Line
Warnings 'cast' is not followed by whitespace. 52

org/mitre/oauth2/repository/AuthorizationCodeRepository.java

Violation Message Line
Warnings First sentence should end with a period. 33
Warnings First sentence should end with a period. 49

org/mitre/oauth2/repository/OAuth2TokenRepository.java

Violation Message Line
Warnings Name 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36

org/mitre/oauth2/service/IntrospectionResultAssembler.java

Violation Message Line
Warnings Variable 'dateFormat' should be in ALL_CAPS (if it is a constant) or be private (otherwise). 42

org/mitre/oauth2/service/SystemScopeService.java

Violation Message Line
Warnings Wrong order for 'com.google.common.collect.Sets' import. 27
Warnings Variable 'reservedScopes' should be in ALL_CAPS (if it is a constant) or be private (otherwise). 42
Warnings First sentence should end with a period. 50
Warnings First sentence should end with a period. 92

org/mitre/oauth2/service/impl/DefaultClientUserDetailsService.java

Violation Message Line
Warnings Wrong order for 'com.google.common.base.Strings' import. 39
Warnings First sentence should end with a period. 41
Warnings Name 'ROLE_CLIENT' must match pattern '^[a-z][a-zA-Z0-9]*_?$'. 50
Warnings The String "Client not found: " appears 2 times in the file. 88

org/mitre/oauth2/service/impl/UriEncodedClientUserDetailsService.java

Violation Message Line
Warnings Wrong order for 'com.google.common.base.Strings' import. 39
Warnings Name 'ROLE_CLIENT' must match pattern '^[a-z][a-zA-Z0-9]*_?$'. 52
Warnings The String "UTF-8" appears 2 times in the file. 64
Warnings The String "Client not found: " appears 2 times in the file. 92

org/mitre/openid/connect/ClientDetailsEntityJsonProcessor.java

Violation Message Line
Warnings Wrong order for 'com.google.common.base.Joiner' import. 43
Warnings Wrong order for 'org.mitre.oauth2.model.RegisteredClientFields.APPLICATION_TYPE' import. 54
Warnings Cyclomatic Complexity is 15 (max allowed is 10). 121
Warnings NPath Complexity is 1,297 (max allowed is 200). 121
Warnings First sentence should end with a period. 235
Warnings Cyclomatic Complexity is 23 (max allowed is 10). 272
Warnings NPath Complexity is 1,179,649 (max allowed is 200). 272

org/mitre/openid/connect/config/ConfigurationPropertiesBean.java

Violation Message Line
Warnings Wrong order for 'com.google.common.collect.Lists' import. 30
Warnings First sentence should end with a period. 45
Warnings '}' should be on the same line. 86
Warnings First sentence should end with a period. 232
Warnings First sentence should end with a period. 240

org/mitre/openid/connect/config/JWKSetEditor.java

Violation Message Line
Warnings Wrong order for 'com.google.common.base.Strings' import. 22

org/mitre/openid/connect/config/ServerConfiguration.java

Violation Message Line
Warnings Wrong order for 'com.nimbusds.jose.EncryptionMethod' import. 22
Warnings First sentence should end with a period. 28
Warnings Line is longer than 250 characters (found 347). 56
Warnings Cyclomatic Complexity is 39 (max allowed is 10). 681
Warnings NPath Complexity is 274,877,906,944 (max allowed is 200). 681
Warnings Cyclomatic Complexity is 118 (max allowed is 10). 822
Warnings NPath Complexity is 604,462,909,807,314,587,353,088 (max allowed is 200). 822

org/mitre/openid/connect/model/Address.java

Violation Message Line
Warnings First sentence should end with a period. 24

org/mitre/openid/connect/model/ApprovedSite.java

Violation Message Line
Warnings '=' is not preceded with whitespace. 40
Warnings '=' is not followed by whitespace. 40
Warnings First sentence should end with a period. 79
Warnings '=' is not preceded with whitespace. 107
Warnings '=' is not followed by whitespace. 107
Warnings '=' is not preceded with whitespace. 123
Warnings '=' is not followed by whitespace. 123
Warnings '=' is not preceded with whitespace. 140
Warnings '=' is not followed by whitespace. 140
Warnings '=' is not preceded with whitespace. 157
Warnings '=' is not followed by whitespace. 157
Warnings '=' is not preceded with whitespace. 174
Warnings '=' is not followed by whitespace. 174
Warnings '=' is not preceded with whitespace. 175
Warnings '=' is not followed by whitespace. 175
Warnings '=' is not preceded with whitespace. 175
Warnings '=' is not followed by whitespace. 175
Warnings '=' is not preceded with whitespace. 177
Warnings '=' is not followed by whitespace. 177
Warnings '=' is not preceded with whitespace. 194
Warnings '=' is not followed by whitespace. 194

org/mitre/openid/connect/model/BlacklistedSite.java

Violation Message Line
Warnings '=' is not preceded with whitespace. 38
Warnings '=' is not followed by whitespace. 38
Warnings '=' is not preceded with whitespace. 74
Warnings '=' is not followed by whitespace. 74

org/mitre/openid/connect/model/DefaultAddress.java

Violation Message Line
Warnings '=' is not preceded with whitespace. 27
Warnings '=' is not followed by whitespace. 27
Warnings First sentence should end with a period. 40
Warnings '=' is not preceded with whitespace. 81
Warnings '=' is not followed by whitespace. 81
Warnings '=' is not preceded with whitespace. 129
Warnings '=' is not followed by whitespace. 129
Warnings '=' is not preceded with whitespace. 162
Warnings '=' is not followed by whitespace. 162
Warnings Cyclomatic Complexity is 25 (max allowed is 10). 195
Warnings NPath Complexity is 131,072 (max allowed is 200). 195

org/mitre/openid/connect/model/DefaultUserInfo.java

Violation Message Line
Warnings Wrong order for 'com.google.gson.JsonObject' import. 40
Warnings '=' is not preceded with whitespace. 44
Warnings '=' is not followed by whitespace. 44
Warnings '=' is not preceded with whitespace. 46
Warnings '=' is not followed by whitespace. 46
Warnings '=' is not preceded with whitespace. 47
Warnings '=' is not followed by whitespace. 47
Warnings The String "email" appears 3 times in the file. 55
Warnings '=' is not preceded with whitespace. 87
Warnings '=' is not followed by whitespace. 87
Warnings '=' is not preceded with whitespace. 103
Warnings '=' is not followed by whitespace. 103
Warnings '=' is not preceded with whitespace. 119
Warnings '=' is not followed by whitespace. 119
Warnings '=' is not preceded with whitespace. 151
Warnings '=' is not followed by whitespace. 151
Warnings '=' is not preceded with whitespace. 167
Warnings '=' is not followed by whitespace. 167
Warnings '=' is not preceded with whitespace. 183
Warnings '=' is not followed by whitespace. 183
Warnings '=' is not preceded with whitespace. 279
Warnings '=' is not followed by whitespace. 279
Warnings '=' is not preceded with whitespace. 311
Warnings '=' is not followed by whitespace. 311
Warnings '=' is not preceded with whitespace. 343
Warnings '=' is not followed by whitespace. 343
Warnings '=' is not preceded with whitespace. 359
Warnings '=' is not followed by whitespace. 359
Warnings '=' is not preceded with whitespace. 375
Warnings '=' is not followed by whitespace. 375
Warnings '=' is not preceded with whitespace. 395
Warnings '=' is not followed by whitespace. 395
Warnings '=' is not preceded with whitespace. 412
Warnings '=' is not followed by whitespace. 412
Warnings The String "sub" appears 2 times in the file. 430
Warnings The String "name" appears 2 times in the file. 432
Warnings The String "preferred_username" appears 2 times in the file. 433
Warnings The String "given_name" appears 2 times in the file. 434
Warnings The String "family_name" appears 2 times in the file. 435
Warnings The String "middle_name" appears 2 times in the file. 436
Warnings The String "nickname" appears 2 times in the file. 437
Warnings The String "profile" appears 2 times in the file. 438
Warnings The String "picture" appears 2 times in the file. 439
Warnings The String "website" appears 2 times in the file. 440
Warnings The String "gender" appears 2 times in the file. 441
Warnings The String "zoneinfo" appears 2 times in the file. 442
Warnings The String "locale" appears 2 times in the file. 443
Warnings The String "updated_at" appears 2 times in the file. 444
Warnings The String "birthdate" appears 2 times in the file. 445
Warnings The String "email_verified" appears 4 times in the file. 448
Warnings The String "phone_number" appears 2 times in the file. 450
Warnings The String "phone_number_verified" appears 4 times in the file. 451
Warnings The String "formatted" appears 2 times in the file. 456
Warnings The String "street_address" appears 2 times in the file. 457
Warnings The String "locality" appears 2 times in the file. 458
Warnings The String "region" appears 2 times in the file. 459
Warnings The String "postal_code" appears 2 times in the file. 460
Warnings The String "country" appears 2 times in the file. 461
Warnings The String "address" appears 4 times in the file. 463
Warnings Cyclomatic Complexity is 22 (max allowed is 10). 548
Warnings NPath Complexity is 2,097,152 (max allowed is 200). 548
Warnings Cyclomatic Complexity is 67 (max allowed is 10). 579
Warnings NPath Complexity is 35,184,372,088,832 (max allowed is 200). 579
Warnings 'cast' is not followed by whitespace. 758

org/mitre/openid/connect/model/OIDCAuthenticationToken.java

Violation Message Line
Warnings Wrong order for 'com.google.common.collect.ImmutableMap' import. 29
Warnings 'cast' is not followed by whitespace. 152

org/mitre/openid/connect/model/PairwiseIdentifier.java

Violation Message Line
Warnings '=' is not preceded with whitespace. 43
Warnings '=' is not followed by whitespace. 43
Warnings '=' is not preceded with whitespace. 44
Warnings '=' is not followed by whitespace. 44
Warnings '=' is not preceded with whitespace. 63
Warnings '=' is not followed by whitespace. 63

org/mitre/openid/connect/model/PendingOIDCAuthenticationToken.java

Violation Message Line
Warnings Wrong order for 'com.google.common.collect.ImmutableMap' import. 29
Warnings 'cast' is not followed by whitespace. 152

org/mitre/openid/connect/model/UserInfo.java

Violation Message Line
Warnings Wrong order for 'com.google.gson.JsonObject' import. 22

org/mitre/openid/connect/model/WhitelistedSite.java

Violation Message Line
Warnings '=' is not preceded with whitespace. 43
Warnings '=' is not followed by whitespace. 43
Warnings First sentence should end with a period. 71
Warnings '=' is not preceded with whitespace. 99
Warnings '=' is not followed by whitespace. 99
Warnings '=' is not preceded with whitespace. 116
Warnings '=' is not followed by whitespace. 116
Warnings '=' is not preceded with whitespace. 117
Warnings '=' is not followed by whitespace. 117
Warnings '=' is not preceded with whitespace. 117
Warnings '=' is not followed by whitespace. 117
Warnings '=' is not preceded with whitespace. 119
Warnings '=' is not followed by whitespace. 119
Warnings '=' is not preceded with whitespace. 132
Warnings '=' is not followed by whitespace. 132

org/mitre/openid/connect/model/convert/JsonObjectStringConverter.java

Violation Message Line
Warnings Wrong order for 'com.google.common.base.Strings' import. 22

org/mitre/openid/connect/repository/AddressRepository.java

Violation Message Line
Warnings First sentence should end with a period. 22
Warnings First sentence should end with a period. 30

org/mitre/openid/connect/repository/ApprovedSiteRepository.java

Violation Message Line
Warnings First sentence should end with a period. 24
Warnings First sentence should end with a period. 32
Warnings First sentence should end with a period. 41
Warnings First sentence should end with a period. 48
Warnings First sentence should end with a period. 58
Warnings First sentence should end with a period. 66
Warnings First sentence should end with a period. 75
Warnings First sentence should end with a period. 82

org/mitre/openid/connect/repository/UserInfoRepository.java

Violation Message Line
Warnings First sentence should end with a period. 22
Warnings First sentence should end with a period. 30
Warnings First sentence should end with a period. 37

org/mitre/openid/connect/repository/WhitelistedSiteRepository.java

Violation Message Line
Warnings First sentence should end with a period. 24
Warnings First sentence should end with a period. 32
Warnings First sentence should end with a period. 39
Warnings First sentence should end with a period. 48
Warnings First sentence should end with a period. 56
Warnings First sentence should end with a period. 64
Warnings First sentence should end with a period. 72

org/mitre/openid/connect/service/ApprovedSiteService.java

Violation Message Line
Warnings First sentence should end with a period. 29
Warnings First sentence should end with a period. 40
Warnings First sentence should end with a period. 47
Warnings First sentence should end with a period. 57
Warnings First sentence should end with a period. 65
Warnings First sentence should end with a period. 74
Warnings First sentence should end with a period. 82
Warnings First sentence should end with a period. 89

org/mitre/openid/connect/service/MITREidDataService.java

Violation Message Line
Errors File does not end with a newline. 0
Warnings Wrong order for 'com.google.gson.stream.JsonReader' import. 22
Warnings First sentence should end with a period. 31
Warnings First sentence should end with a period. 49
Warnings First sentence should end with a period. 57

org/mitre/openid/connect/service/MITREidDataServiceExtension.java

Violation Message Line
Warnings Wrong order for 'com.google.gson.stream.JsonReader' import. 21
Warnings First sentence should end with a period. 55
Warnings First sentence should end with a period. 60

org/mitre/openid/connect/service/OIDCTokenService.java

Violation Message Line
Errors File does not end with a newline. 0
Warnings Wrong order for 'com.nimbusds.jwt.JWT' import. 26
Warnings First sentence should end with a period. 67

org/mitre/openid/connect/service/StatsService.java

Violation Message Line
Warnings First sentence should end with a period. 33
Warnings First sentence should end with a period. 43

org/mitre/openid/connect/service/UserInfoService.java

Violation Message Line
Warnings First sentence should end with a period. 22

org/mitre/openid/connect/service/WhitelistedSiteService.java

Violation Message Line
Warnings First sentence should end with a period. 24
Warnings First sentence should end with a period. 32
Warnings First sentence should end with a period. 39
Warnings First sentence should end with a period. 48
Warnings First sentence should end with a period. 58
Warnings First sentence should end with a period. 66
Warnings First sentence should end with a period. 75

org/mitre/openid/connect/view/JWKSetView.java

Violation Message Line
Warnings Wrong order for 'com.nimbusds.jose.jwk.JWK' import. 37
Warnings First sentence should end with a period. 48

org/mitre/openid/connect/web/UserInfoInterceptor.java

Violation Message Line
Warnings Wrong order for 'com.google.gson.Gson' import. 39
Warnings The String "userInfo" appears 3 times in the file. 82
Warnings The String "userInfoJson" appears 3 times in the file. 83

org/mitre/uma/model/Claim.java

Violation Message Line
Warnings Wrong order for 'com.google.gson.JsonElement' import. 36
Warnings Cyclomatic Complexity is 25 (max allowed is 10). 193
Warnings NPath Complexity is 131,072 (max allowed is 200). 193

org/mitre/uma/model/Permission.java

Violation Message Line
Errors File does not end with a newline. 0

org/mitre/uma/model/Policy.java

Violation Message Line
Warnings Cyclomatic Complexity is 16 (max allowed is 10). 150
Warnings NPath Complexity is 2,048 (max allowed is 200). 150

org/mitre/uma/model/ResourceSet.java

Violation Message Line
Warnings NPath Complexity is 512 (max allowed is 200). 228
Warnings Cyclomatic Complexity is 31 (max allowed is 10). 247
Warnings NPath Complexity is 2,097,152 (max allowed is 200). 247

org/mitre/uma/model/convert/RegisteredClientStringConverter.java

Violation Message Line
Warnings Wrong order for 'com.google.common.base.Strings' import. 25

org/mitre/uma/repository/PermissionRepository.java

Violation Message Line
Warnings First sentence should end with a period. 48
Warnings First sentence should end with a period. 55
Warnings First sentence should end with a period. 63
Warnings First sentence should end with a period. 71

org/mitre/uma/service/PermissionService.java

Violation Message Line
Errors Unused import - org.springframework.security.oauth2.common.exceptions.InsufficientScopeException. 23

org/mitre/util/JsonUtils.java

Violation Message Line
Warnings Wrong order for 'com.google.common.collect.Lists' import. 36
Warnings First sentence should end with a period. 59
Warnings First sentence should end with a period. 66
Warnings First sentence should end with a period. 91
Warnings First sentence should end with a period. 107
Warnings First sentence should end with a period. 119
Warnings First sentence should end with a period. 131
Warnings First sentence should end with a period. 143
Warnings First sentence should end with a period. 158
Warnings First sentence should end with a period. 174
Warnings First sentence should end with a period. 190
Warnings First sentence should end with a period. 206
Warnings First sentence should end with a period. 221
Warnings First sentence should end with a period. 236
Warnings First sentence should end with a period. 252
Warnings First sentence should end with a period. 268
Warnings 'while' is not followed by whitespace. 287

org/mitre/util/jpa/JpaUtil.java

Violation Message Line
Warnings '*' is not preceded with whitespace. 58
Warnings '*' is not followed by whitespace. 58