9a94004fc907d2b54b25f967d24c7515ea4963f4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 36
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type conf : Map to conf : Map<String,String> in method private newRequiredAction(alias String, name String, enabled boolean, defaultAction boolean, conf Map<String,String>) : RequiredActionProviderRepresentation in class org.keycloak.testsuite.admin.authentication.RequiredActionsTest | From | To | |
Change Parameter Type conf : Map to conf : Map<String,String> in method private addRequiredAction(target List<RequiredActionProviderRepresentation>, alias String, name String, enabled boolean, defaultAction boolean, conf Map<String,String>) : void in class org.keycloak.testsuite.admin.authentication.RequiredActionsTest | From | To | |
Change Variable Type | 3 | ||
Change Variable Type httpClient : DefaultHttpClient to httpClient : CloseableHttpClient in method public acceptLanguageHeader() : void in class org.keycloak.testsuite.i18n.LoginPageTest | From | To | |
Change Variable Type roles : List<Map> to roles : List<Map<String,Object>> in method public testAdminWithoutPermissionsToTypedResource() : void in class org.keycloak.testsuite.adapter.example.authorization.AbstractPhotozExampleAdapterTest | From | To | |
Change Variable Type roles : List<Map> to roles : List<Map<String,Object>> in method public testClientRoleNotRequired() : void in class org.keycloak.testsuite.adapter.example.authorization.AbstractPhotozExampleAdapterTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type customContext : Map to customContext : Map<Object,Object> in class org.keycloak.testsuite.arquillian.TestContext | From | To |