9a10e533c2169f07bad83529a35f235312dcfcc2
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public getMechanism() : Mechanism renamed to public getClientType() : ClientType in class org.pac4j.core.client.MockBaseClient | From | To | |
Rename Method public abstract getMechanism() : Mechanism renamed to public abstract getClientType() : ClientType in class org.pac4j.core.client.BaseClient | From | To | |
Rename Method public getMechanism() : Mechanism renamed to public getClientType() : ClientType in class org.pac4j.core.client.FakeClient | From | To | |
Rename Method protected abstract getMechanism() : Mechanism renamed to protected abstract getClientType() : ClientType in class org.pac4j.core.client.ClientIT | From | To | |
Rename Method public testMechanism() : void renamed to public testClientType() : void in class org.pac4j.core.client.ClientIT | From | To | |
Change Return Type | 4 | ||
Change Return Type Mechanism to ClientType in method public getClientType() : ClientType in class org.pac4j.core.client.MockBaseClient | From | To | |
Change Return Type Mechanism to ClientType in method public abstract getClientType() : ClientType in class org.pac4j.core.client.BaseClient | From | To | |
Change Return Type Mechanism to ClientType in method public getClientType() : ClientType in class org.pac4j.core.client.FakeClient | From | To | |
Change Return Type Mechanism to ClientType in method protected abstract getClientType() : ClientType in class org.pac4j.core.client.ClientIT | From | To | |
Rename Class | 1 | ||
Rename Class org.pac4j.core.client.Mechanism renamed to org.pac4j.core.client.ClientType | From | To |