9db1633a54787945706da2a4b3edd746f4757f74
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getHttpsConfiguration() : HttpsConfiguration renamed to public getTlsConfiguration() : TlsConfiguration in class org.apache.james.webadmin.WebAdminConfiguration | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type httpsConfiguration : HttpsConfiguration to tlsConfiguration : TlsConfiguration in method package WebAdminConfiguration(enabled boolean, port Port, tlsConfiguration TlsConfiguration, enableCORS boolean, urlCORSOrigin String) in class org.apache.james.webadmin.WebAdminConfiguration | From | To | |
Change Parameter Type httpsConfiguration : HttpsConfiguration to tlsConfiguration : TlsConfiguration in method public https(tlsConfiguration TlsConfiguration) : Builder in class org.apache.james.webadmin.WebAdminConfiguration.Builder | From | To | |
Rename Variable | 2 | ||
Rename Variable httpsConfiguration : HttpsConfiguration to tlsConfiguration : TlsConfiguration in method public builderShouldAcceptHttps() : void in class org.apache.james.webadmin.WebAdminConfigurationTest | From | To | |
Rename Variable httpsConfiguration : HttpsConfiguration to tlsConfiguration : TlsConfiguration in method private configureHTTPS() : void in class org.apache.james.webadmin.WebAdminServer | From | To | |
Change Return Type | 3 | ||
Change Return Type HttpsConfiguration to TlsConfiguration in method private readHttpsConfiguration(configurationFile PropertiesConfiguration) : TlsConfiguration in class org.apache.james.modules.server.WebAdminServerModule | From | To | |
Change Return Type HttpsConfiguration to TlsConfiguration in method public build() : TlsConfiguration in class org.apache.james.webadmin.TlsConfiguration.Builder | From | To | |
Change Return Type HttpsConfiguration to TlsConfiguration in method public getTlsConfiguration() : TlsConfiguration in class org.apache.james.webadmin.WebAdminConfiguration | From | To | |
Rename Class | 2 | ||
Rename Class org.apache.james.webadmin.HttpsConfigurationTest renamed to org.apache.james.webadmin.TlsConfigurationTest | From | To | |
Rename Class org.apache.james.webadmin.HttpsConfiguration renamed to org.apache.james.webadmin.TlsConfiguration | From | To | |
Rename Attribute | 1 | ||
Rename Attribute httpsConfiguration : HttpsConfiguration to tlsConfiguration : TlsConfiguration in class org.apache.james.webadmin.WebAdminConfiguration | From | To | |
Change Variable Type | 3 | ||
Change Variable Type httpsConfiguration : HttpsConfiguration to tlsConfiguration : TlsConfiguration in method public builderShouldAcceptHttps() : void in class org.apache.james.webadmin.WebAdminConfigurationTest | From | To | |
Change Variable Type that : HttpsConfiguration to that : TlsConfiguration in method public equals(o Object) : boolean in class org.apache.james.webadmin.TlsConfiguration | From | To | |
Change Variable Type httpsConfiguration : HttpsConfiguration to tlsConfiguration : TlsConfiguration in method private configureHTTPS() : void in class org.apache.james.webadmin.WebAdminServer | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type httpsConfiguration : Optional<HttpsConfiguration> to httpsConfiguration : Optional<TlsConfiguration> in class org.apache.james.webadmin.WebAdminConfiguration.Builder | From | To | |
Change Attribute Type httpsConfiguration : HttpsConfiguration to tlsConfiguration : TlsConfiguration in class org.apache.james.webadmin.WebAdminConfiguration | From | To | |
Rename Parameter | 2 | ||
Rename Parameter httpsConfiguration : HttpsConfiguration to tlsConfiguration : TlsConfiguration in method package WebAdminConfiguration(enabled boolean, port Port, tlsConfiguration TlsConfiguration, enableCORS boolean, urlCORSOrigin String) in class org.apache.james.webadmin.WebAdminConfiguration | From | To | |
Rename Parameter httpsConfiguration : HttpsConfiguration to tlsConfiguration : TlsConfiguration in method public https(tlsConfiguration TlsConfiguration) : Builder in class org.apache.james.webadmin.WebAdminConfiguration.Builder | From | To |