290b1915477bf6c9760fe66f61368dc41b76476e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 29
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Replace Attribute | 1 | ||
| Replace Attribute private DEFAULT_PORT_HTTPS : int from class org.pac4j.saml.util.UriUtils with public DEFAULT_HTTPS_PORT : int from class org.pac4j.core.context.HttpConstants | From | To | |
| Pull Up Attribute | 2 | ||
| Pull Up Attribute private SCHEME_HTTPS : String from class org.pac4j.saml.util.UriUtils to public SCHEME_HTTPS : String from class org.pac4j.core.context.HttpConstants | From | To | |
| Pull Up Attribute private SCHEME_HTTP : String from class org.pac4j.saml.util.UriUtils to public SCHEME_HTTP : String from class org.pac4j.core.context.HttpConstants | From | To | |
| Move And Rename Attribute | 1 | ||
| Move And Rename Attribute private DEFAULT_PORT_HTTP : int renamed to public DEFAULT_HTTP_PORT : int and moved from class org.pac4j.saml.util.UriUtils to class org.pac4j.core.context.HttpConstants | From | To | |
| Extract Variable | 1 | ||
| Extract Variable sessionId : String in method public recordSession(context WebContext, ticket String) : void from class org.pac4j.cas.logout.CasSingleSignOutHandler | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter obj : Object to o : Object in method public equals(o Object) : boolean in class org.pac4j.core.profile.FormattedDate | From | To |