78cb1c1c8b12c4120baa2d47c9686e789eff8871
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testRestProtocol() : void renamed to public testRestProtocolForm() : void in class org.pac4j.test.cas.client.rest.CasClientRestProtocolIT | From | To | |
Rename Attribute | 2 | ||
Rename Attribute endpointURL : URL to casRestUrl : String in class org.pac4j.cas.client.rest.CasRestAuthenticator | From | To | |
Rename Attribute ticketValidator : TicketValidator to casServerPrefixUrl : String in class org.pac4j.cas.client.rest.CasRestAuthenticator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type client : CasRestClient to client : CasRestFormClient in method public testRestProtocolForm() : void in class org.pac4j.test.cas.client.rest.CasClientRestProtocolIT | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type ticketValidator : TicketValidator to casServerPrefixUrl : String in class org.pac4j.cas.client.rest.CasRestAuthenticator | From | To | |
Change Attribute Type endpointURL : URL to casRestUrl : String in class org.pac4j.cas.client.rest.CasRestAuthenticator | From | To | |
Extract Method | 1 | ||
Extract Method public getCasServerPrefixUrl() : String extracted from public getTicketValidator() : TicketValidator in class org.pac4j.cas.client.rest.CasRestAuthenticator | From | To |