3476a33f6659f8728b74c13e1380532b3ef4dff1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testAreEqualsBothNull() : void renamed to public testAreEqualsOk() : void in class org.pac4j.core.util.CommonHelperTests | From | To | |
Rename Method public testAreEqualsDifferentValue() : void renamed to public testAreEqualsFails() : void in class org.pac4j.core.util.CommonHelperTests | From | To | |
Extract Method | 2 | ||
Extract Method private internalTestClientOnRequestAllowedList(parameterName String, names String) : void extracted from public testClientOnRequestAllowedList() : void in class org.pac4j.core.client.finder.DefaultClientFinderTests | From | To | |
Extract Method private internalTestClientOnRequestAllowedList(parameterName String, names String) : void extracted from public testClientOnRequestAllowed() : void in class org.pac4j.core.client.finder.DefaultClientFinderTests | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public areEqualsIgnoreCaseAndTrim(s1 String, s2 String) : boolean extracted from public findClient(name String) : Client in class org.pac4j.core.client.Clients & moved to class org.pac4j.core.util.CommonHelper | From | To |