c2cf1c6d5b3ce3019f689dad4f1c23789957ed73
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public toString() : String from class org.pac4j.http.credentials.authenticator.IpRegexpAuthenticator to public toString() : String from class org.pac4j.http.credentials.authenticator.AbstractRegexpAuthenticator | From | To | |
Pull Up Method public setRegexpPattern(regexpPattern String) : void from class org.pac4j.http.credentials.authenticator.IpRegexpAuthenticator to public setRegexpPattern(regexpPattern String) : void from class org.pac4j.http.credentials.authenticator.AbstractRegexpAuthenticator | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private pattern : Pattern from class org.pac4j.http.credentials.authenticator.IpRegexpAuthenticator to protected pattern : Pattern from class org.pac4j.http.credentials.authenticator.AbstractRegexpAuthenticator | From | To | |
Pull Up Attribute protected logger : Logger from class org.pac4j.http.credentials.authenticator.IpRegexpAuthenticator to protected logger : Logger from class org.pac4j.http.credentials.authenticator.AbstractRegexpAuthenticator | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.pac4j.http.credentials.authenticator.AbstractRegexpAuthenticator from classes [org.pac4j.http.credentials.authenticator.IpRegexpAuthenticator] | From | To |