863e69eba0e6f35d246ef18ef91d0db3ed5f1f8c
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type config : ProxyConfig to config : JwtHandlerConfig in method public JsonWebTokenHandler(config JwtHandlerConfig) in class com.facebook.presto.proxy.JsonWebTokenHandler | From | To | |
| Move Method | 5 | ||
| Move Method public getJwtKeyId() : String from class com.facebook.presto.proxy.ProxyConfig to public getJwtKeyId() : String from class com.facebook.presto.proxy.JwtHandlerConfig | From | To | |
| Move Method public getJwtKeyFile() : File from class com.facebook.presto.proxy.ProxyConfig to public getJwtKeyFile() : File from class com.facebook.presto.proxy.JwtHandlerConfig | From | To | |
| Move Method public getJwtIssuer() : String from class com.facebook.presto.proxy.ProxyConfig to public getJwtIssuer() : String from class com.facebook.presto.proxy.JwtHandlerConfig | From | To | |
| Move Method public getJwtKeyFilePassword() : String from class com.facebook.presto.proxy.ProxyConfig to public getJwtKeyFilePassword() : String from class com.facebook.presto.proxy.JwtHandlerConfig | From | To | |
| Move Method public getJwtAudience() : String from class com.facebook.presto.proxy.ProxyConfig to public getJwtAudience() : String from class com.facebook.presto.proxy.JwtHandlerConfig | From | To | |
| Move Attribute | 5 | ||
| Move Attribute private jwtKeyFile : File from class com.facebook.presto.proxy.ProxyConfig to private jwtKeyFile : File from class com.facebook.presto.proxy.JwtHandlerConfig | From | To | |
| Move Attribute private jwtAudience : String from class com.facebook.presto.proxy.ProxyConfig to private jwtAudience : String from class com.facebook.presto.proxy.JwtHandlerConfig | From | To | |
| Move Attribute private jwtKeyId : String from class com.facebook.presto.proxy.ProxyConfig to private jwtKeyId : String from class com.facebook.presto.proxy.JwtHandlerConfig | From | To | |
| Move Attribute private jwtKeyFilePassword : String from class com.facebook.presto.proxy.ProxyConfig to private jwtKeyFilePassword : String from class com.facebook.presto.proxy.JwtHandlerConfig | From | To | |
| Move Attribute private jwtIssuer : String from class com.facebook.presto.proxy.ProxyConfig to private jwtIssuer : String from class com.facebook.presto.proxy.JwtHandlerConfig | From | To | |
| Extract Class | 1 | ||
| Extract Class com.facebook.presto.proxy.JwtHandlerConfig from class com.facebook.presto.proxy.ProxyConfig | From | To |