d3327283227d107ebc9f8e0fe1616d60609a0228
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public getCurrentApprovalsByClientId() : Map<String,List<DescribedApproval>> from class org.cloudfoundry.identity.uaa.approval.LoginUaaApprovalsService to public getCurrentApprovalsForUser(userId String) : Map<String,List<DescribedApproval>> from class org.cloudfoundry.identity.uaa.account.ProfileController | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type approvalsService : ApprovalsService to approvalsService : ApprovalStore in method package profileController(approvalsService ApprovalStore, clientDetailsService ClientServicesExtension, securityContextAccessor SecurityContextAccessor) : ProfileController in class org.cloudfoundry.identity.uaa.login.ProfileControllerTests.ContextConfiguration | From | To | |
Change Parameter Type approvalsService : ApprovalsService to approvalsService : ApprovalStore in method public ProfileController(approvalsService ApprovalStore, clientDetailsService ClientServicesExtension, securityContextAccessor SecurityContextAccessor) in class org.cloudfoundry.identity.uaa.account.ProfileController | From | To | |
Change Return Type | 1 | ||
Change Return Type ApprovalsService to ApprovalStore in method package approvalsService() : ApprovalStore in class org.cloudfoundry.identity.uaa.login.ProfileControllerTests.ContextConfiguration | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public USER_ID : String in class org.cloudfoundry.identity.uaa.login.ProfileControllerTests | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type approvalsService : ApprovalsService to approvalsService : ApprovalStore in class org.cloudfoundry.identity.uaa.account.ProfileController | From | To |