3ae8b942f4a50fce5bade30848d6d1275f0d01c8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public tearDown() : void renamed to public tearDownContext() : void in class org.cloudfoundry.identity.uaa.mock.audit.AuditCheckMvcMockTests | From | To | |
Rename Method public setUp() : void renamed to public setUpContext() : void in class org.cloudfoundry.identity.uaa.login.LoginMockMvcIntegrationTests | From | To | |
Rename Method public tearDown() : void renamed to public tearDownContext() : void in class org.cloudfoundry.identity.uaa.mock.token.TokenMvcMockTests | From | To | |
Rename Method public tearDown() : void renamed to public tearDownContext() : void in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpointsMockMvcTests | From | To | |
Rename Method public setUp() : void renamed to public setUpContext() : void in class org.cloudfoundry.identity.uaa.mock.token.TokenMvcMockTests | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type allowUnverifiedUsers : Boolean to allowUnverifiedUsers : boolean in method public setAllowUnverifiedUsers(allowUnverifiedUsers boolean) : void in class org.cloudfoundry.identity.uaa.authentication.manager.AuthzAuthenticationManager | From | To | |
Change Parameter Type fallbackToAuthcode : Boolean to fallbackToAuthcode : boolean in method public setFallbackToAuthcode(fallbackToAuthcode boolean) : void in class org.cloudfoundry.identity.uaa.authorization.UaaAuthorizationEndpoint | From | To | |
Rename Variable | 1 | ||
Rename Variable springSecurityFilterChain : FilterChainProxy to template : JdbcTemplate in method public setUp() : void in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpointsMockMvcTests | From | To | |
Change Variable Type | 1 | ||
Change Variable Type springSecurityFilterChain : FilterChainProxy to template : JdbcTemplate in method public setUp() : void in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpointsMockMvcTests | From | To | |
Split Attribute | 2 | ||
Split Attribute testAccounts : UaaTestAccounts to [testPassword : String, testUser : ScimUser] in class org.cloudfoundry.identity.uaa.mock.audit.AuditCheckMvcMockTests | From | To | |
Split Attribute webApplicationContext : XmlWebApplicationContext to [defaultExternalMembers : List<String>, originalDefaultExternalMembers : List<String>] in class org.cloudfoundry.identity.uaa.scim.endpoints.ScimGroupEndpointsMockMvcTests | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type fallbackToAuthcode : Boolean to fallbackToAuthcode : boolean in class org.cloudfoundry.identity.uaa.authorization.UaaAuthorizationEndpoint | From | To |