c3b57c9f809f8c9fdefcb9431682a18f6bae6ab9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getGenericPrincipal() : GenericPrincipal renamed to private getPrincipal() : Principal in class org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type request : Request to request : HttpServletRequest in method public MessageInfoImpl(request HttpServletRequest, response HttpServletResponse, authMandatory boolean) in class org.apache.catalina.authenticator.jaspic.MessageInfoImpl | From | To | |
Change Return Type | 1 | ||
Change Return Type GenericPrincipal to Principal in method private getPrincipal() : Principal in class org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type gp : GenericPrincipal to gp : Principal in method public handle(callbacks Callback[]) : void in class org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type request : Request to request : HttpServletRequest in class org.apache.catalina.authenticator.jaspic.MessageInfoImpl | From | To |