157fc3a6f07d00c4bef220dfe8d9f652aaf43870
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public bootstrap_scim_groups_from_yaml() : void renamed to public bootstrap_commaSeparated_scim_groups_from_yaml() : void in class org.cloudfoundry.identity.uaa.login.BootstrapTests | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type commaSeparatedGroups : String to groups : Map<String,String> in method public setGroups(groups Map<String,String>) : void in class org.cloudfoundry.identity.uaa.scim.bootstrap.ScimGroupBootstrap | From | To | |
Rename Variable | 1 | ||
Rename Variable groups : List<ScimGroup> to bootstrappedGroups : List<ScimGroup> in method public prefersNonBlankYmlOverMessagesProperties() : void in class org.cloudfoundry.identity.uaa.scim.bootstrap.ScimGroupBootstrapTests | From | To | |
Change Return Type | 4 | ||
Change Return Type BiConsumer<Map<K,V>,T> to BiConsumer<HashMap<K,V>,T> in method public accumulator() : BiConsumer<HashMap<K,V>,T> in class org.cloudfoundry.identity.uaa.util.MapCollector | From | To | |
Change Return Type BinaryOperator<Map<K,V>> to BinaryOperator<HashMap<K,V>> in method public combiner() : BinaryOperator<HashMap<K,V>> in class org.cloudfoundry.identity.uaa.util.MapCollector | From | To | |
Change Return Type Supplier<Map<K,V>> to Supplier<HashMap<K,V>> in method public supplier() : Supplier<HashMap<K,V>> in class org.cloudfoundry.identity.uaa.util.MapCollector | From | To | |
Change Return Type Function<Map<K,V>,Map<K,V>> to Function<HashMap<K,V>,HashMap<K,V>> in method public finisher() : Function<HashMap<K,V>,HashMap<K,V>> in class org.cloudfoundry.identity.uaa.util.MapCollector | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private collector : MapCollector<String,String,String> in class org.cloudfoundry.identity.uaa.scim.bootstrap.ScimGroupBootstrap | From | To | |
Rename Parameter | 1 | ||
Rename Parameter commaSeparatedGroups : String to groups : Map<String,String> in method public setGroups(groups Map<String,String>) : void in class org.cloudfoundry.identity.uaa.scim.bootstrap.ScimGroupBootstrap | From | To |