7b8f17f59f0221478e08c28d13741a47e25a9f02
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type values : List<String> to value : Object in method public getAttributes(name String, value Object) : List<Attribute> in class org.cloudfoundry.identity.uaa.login.saml.LoginSamlAuthenticationProviderTests | From | To | |
Change Parameter Type values : Map<String,List<String>> to values : Map<String,Object> in method public getAttributes(values Map<String,Object>) : List<Attribute> in class org.cloudfoundry.identity.uaa.login.saml.LoginSamlAuthenticationProviderTests | From | To | |
Change Variable Type | 2 | ||
Change Variable Type attributes : Map<String,List<String>> to attributes : Map<String,Object> in method public configureProvider() : void in class org.cloudfoundry.identity.uaa.login.saml.LoginSamlAuthenticationProviderTests | From | To | |
Change Variable Type entry : Map.Entry<String,List<String>> to entry : Map.Entry<String,Object> in method public getAttributes(values Map<String,Object>) : List<Attribute> in class org.cloudfoundry.identity.uaa.login.saml.LoginSamlAuthenticationProviderTests | From | To | |
Rename Parameter | 1 | ||
Rename Parameter values : List<String> to value : Object in method public getAttributes(name String, value Object) : List<Attribute> in class org.cloudfoundry.identity.uaa.login.saml.LoginSamlAuthenticationProviderTests | From | To |