58459340305c92c8602e27958fe43a3a740f8b6c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type listener : RegistrationListener to listener : RegistrationListenerWrapper in method private addListener(listener RegistrationListenerWrapper) : void in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl.RegistrationContextImpl | From | To | |
Rename Variable | 1 | ||
Rename Variable results : List<String> to result : List<String> in method public getRegistrationIDs(provider AuthConfigProvider) : String[] in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable results : List<String> to result : List<String> in method private findProvider(provider AuthConfigProvider, registrations Map<String,RegistrationContextImpl>, result List<String>) : void in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type listeners : List<RegistrationListener> to listeners : List<RegistrationListenerWrapper> in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl.RegistrationContextImpl | From | To | |
Extract Method | 6 | ||
Extract Method private savePersistentProviders(providers Providers, registrations Map<String,RegistrationContextImpl>) : void extracted from private savePersistentRegistrations() : void in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl | From | To | |
Extract Method private savePersistentProvider(providers Providers, registrationContextImpl RegistrationContextImpl) : void extracted from private savePersistentRegistrations() : void in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl | From | To | |
Extract Method private findProvider(provider AuthConfigProvider, registrations Map<String,RegistrationContextImpl>, result List<String>) : void extracted from public getRegistrationIDs(provider AuthConfigProvider) : String[] in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl | From | To |