be5552b150a28447800c588202a0cf78694bf3e3
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public generate_state_on_secured_server() : void renamed to public generate_state() : void in class org.sonar.server.authentication.JwtCsrfVerifierTest | From | To | |
Rename Method public generate_state_on_secured_server() : void renamed to public generate_state() : void in class org.sonar.server.authentication.OAuthCsrfVerifierTest | From | To | |
Move Method | 1 | ||
Move Method private createCookie(name String, value String, expirationInSeconds int) : Cookie from class org.sonar.server.authentication.JwtHttpHandler to public createCookie(name String, value String, httpOnly boolean, expiry int, request HttpServletRequest) : Cookie from class org.sonar.server.authentication.CookieUtils | From | To | |
Rename Parameter | 1 | ||
Rename Parameter expirationInSeconds : int to expiry : int in method public createCookie(name String, value String, httpOnly boolean, expiry int, request HttpServletRequest) : Cookie in class org.sonar.server.authentication.CookieUtils | From | To |