d2036d862042f34fd5eae0995b2202bf251375f7
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public testCORSPrefligh() : void renamed to public testCORSPreflight() : void in class org.infinispan.rest.RestOperationsTest | From | To | |
| Rename Method public getCorsAllowOrigins() : List<String> renamed to public getCorsRules() : List<CorsConfig> in class org.infinispan.rest.configuration.RestServerConfiguration | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type corsAllowOrigins : List<String> to corsRules : List<CorsConfig> in method package RestServerConfiguration(defaultCacheName String, name String, extendedHeaders ExtendedHeaders, host String, port int, ignoredCaches Set<String>, ssl SslConfiguration, startTransport boolean, contextPath String, adminOperationsHandler AdminOperationsHandler, maxContentLength int, corsRules List<CorsConfig>, compressionLevel int) in class org.infinispan.rest.configuration.RestServerConfiguration | From | To | |
| Change Return Type | 1 | ||
| Change Return Type List<String> to List<CorsConfig> in method public getCorsRules() : List<CorsConfig> in class org.infinispan.rest.configuration.RestServerConfiguration | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute corsAllowOrigins : List<String> to corsRules : List<CorsConfig> in method package Http11To2UpgradeHandler(restServer RestServer) in class org.infinispan.rest.Http11To2UpgradeHandler | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute corsAllowOrigins : List<String> to corsRules : List<CorsConfig> in class org.infinispan.rest.configuration.RestServerConfigurationBuilder | From | To | |
| Rename Attribute corsAllowOrigins : List<String> to corsRules : List<CorsConfig> in class org.infinispan.rest.configuration.RestServerConfiguration | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type corsAllowOrigins : List<String> to corsRules : List<CorsConfig> in method package Http11To2UpgradeHandler(restServer RestServer) in class org.infinispan.rest.Http11To2UpgradeHandler | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type corsAllowOrigins : List<String> to corsRules : List<CorsConfig> in class org.infinispan.rest.configuration.RestServerConfigurationBuilder | From | To | |
| Change Attribute Type corsAllowOrigins : List<String> to corsRules : List<CorsConfig> in class org.infinispan.rest.configuration.RestServerConfiguration | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter corsAllowOrigins : List<String> to corsRules : List<CorsConfig> in method package RestServerConfiguration(defaultCacheName String, name String, extendedHeaders ExtendedHeaders, host String, port int, ignoredCaches Set<String>, ssl SslConfiguration, startTransport boolean, contextPath String, adminOperationsHandler AdminOperationsHandler, maxContentLength int, corsRules List<CorsConfig>, compressionLevel int) in class org.infinispan.rest.configuration.RestServerConfiguration | From | To |