6d8c772e83d6d05ba7669a5ff1afec86cc5f7bff
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getRequest() : HttpServletRequest renamed to public getNativeRequest() : HttpServletRequest in class org.pac4j.core.context.JEEContext | From | To | |
Rename Method public getResponse() : HttpServletResponse renamed to public getNativeResponse() : HttpServletResponse in class org.pac4j.core.context.JEEContext | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public setResponseStatus(code int) : void moved from class org.pac4j.core.context.JEEContext to class org.pac4j.core.http.adapter.JEEHttpActionAdapter & inlined to public adapt(action HttpAction, context JEEContext) : Object | From | To | |
Extract Interface | 2 | ||
Extract Interface org.pac4j.core.exception.http.WithContentAction from classes [org.pac4j.core.exception.http.OkAction] | From | To | |
Extract Interface org.pac4j.core.exception.http.WithLocationAction from classes [org.pac4j.core.exception.http.FoundAction, org.pac4j.core.exception.http.SeeOtherAction] | From | To |