bdba06b66eca5042178e969a3a5fb5aba24b941c
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable keyGenerator : KeyPairGenerator to keyGen : KeyPairGenerator in method public testPemJwt() : void in class org.pac4j.jwt.JwtTests | From | To | |
Inline Method | 1 | ||
Inline Method private createECKeyPair(spec AlgorithmParameterSpec) : KeyPair inlined to public testPemJwt() : void in class org.pac4j.jwt.JwtTests | From | To | |
Rename Class | 1 | ||
Rename Class org.pac4j.jwt.JwtConstants renamed to org.pac4j.jwt.JwtClaims | From | To | |
Move And Rename Attribute | 1 | ||
Move And Rename Attribute private JWT_KEY : String renamed to public MAC_SECRET : String and moved from class org.pac4j.jwt.JwtTests to class org.pac4j.core.util.TestsConstants | From | To | |
Rename Attribute | 1 | ||
Rename Attribute JWT_KEY2 : String to KEY2 : String in class org.pac4j.jwt.JwtTests | From | To | |
Extract Method | 1 | ||
Extract Method protected internalGenerate(claimsSet JWTClaimsSet) : String extracted from public generate(profile U) : String in class org.pac4j.jwt.profile.JwtGenerator | From | To |