2a1556bcfafd4beb3ef4cb00d1901c50e084014b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type authenticators : Set<Authenticator> to authenticators : List<Authenticator> in method public AuthenticationFilter(authenticators List<Authenticator>) in class com.facebook.presto.server.security.AuthenticationFilter | From | To | |
Change Parameter Type authenticationTypes : Set<AuthenticationType> to authenticationTypes : List<AuthenticationType> in method public setAuthenticationTypes(authenticationTypes List<AuthenticationType>) : SecurityConfig in class com.facebook.presto.server.security.SecurityConfig | From | To | |
Change Return Type | 1 | ||
Change Return Type Set<AuthenticationType> to List<AuthenticationType> in method public getAuthenticationTypes() : List<AuthenticationType> in class com.facebook.presto.server.security.SecurityConfig | From | To | |
Change Variable Type | 1 | ||
Change Variable Type authTypes : Set<AuthenticationType> to authTypes : List<AuthenticationType> in method protected setup(binder Binder) : void in class com.facebook.presto.server.security.ServerSecurityModule | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type authenticationTypes : Set<AuthenticationType> to authenticationTypes : List<AuthenticationType> in class com.facebook.presto.server.security.SecurityConfig | From | To | |
Change Attribute Type authenticators : Set<Authenticator> to authenticators : List<Authenticator> in class com.facebook.presto.server.security.AuthenticationFilter | From | To |