d4a5c81034554b675d64129e0bc077c8ad422513
Files Diff
- Added: 9
- Removed: 4
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Locale to LocaleSelection in method public invoke(localeStrings String...) : LocaleSelection in class org.keycloak.locale.LocaleNegotiator | From | To | |
Move Class | 2 | ||
Move Class org.keycloak.services.util.LocaleNegotiator moved to org.keycloak.locale.LocaleNegotiator | From | To | |
Move Class org.keycloak.services.util.LocaleNegotiatorTest moved to org.keycloak.locale.LocaleNegotiatorTest | From | To | |
Change Variable Type | 4 | ||
Change Variable Type actualLocale : Locale to actualLocale : LocaleSelection in method public shouldMatchWithPriorityNoCountryCode() : void in class org.keycloak.locale.LocaleNegotiatorTest | From | To | |
Change Variable Type actualLocale : Locale to actualLocale : LocaleSelection in method public shouldMatchWithPriorityCountryCode() : void in class org.keycloak.locale.LocaleNegotiatorTest | From | To | |
Change Variable Type actualLocale : Locale to actualLocale : LocaleSelection in method public shouldMatchOmittedCountryCodeWithBestFit() : void in class org.keycloak.locale.LocaleNegotiatorTest | From | To | |
Change Variable Type actualLocale : Locale to actualLocale : LocaleSelection in method public shouldMatchWithoutCountryCode() : void in class org.keycloak.locale.LocaleNegotiatorTest | From | To | |
Extract Variable | 4 | ||
Extract Variable expectedLocaleString : String in method public shouldMatchWithPriorityCountryCode() : void from class org.keycloak.locale.LocaleNegotiatorTest | From | To | |
Extract Variable expectedLocaleString : String in method public shouldMatchOmittedCountryCodeWithBestFit() : void from class org.keycloak.locale.LocaleNegotiatorTest | From | To | |
Extract Variable expectedLocaleString : String in method public shouldMatchWithoutCountryCode() : void from class org.keycloak.locale.LocaleNegotiatorTest | From | To | |
Extract Variable expectedLocaleString : String in method public shouldMatchWithPriorityNoCountryCode() : void from class org.keycloak.locale.LocaleNegotiatorTest | From | To | |
Change Package | 1 | ||
Change Package org.keycloak.services.util to org.keycloak.locale | From | To |