ab9805fd7b22aa2c488d59d38d8f0cf707e7763d
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public handleEmailAlreadyExistsError(e EmailAlreadyExistsException, response HttpServletResponse) : void renamed to public handleUnauthorizedError(e UnauthorizedException, response HttpServletResponse) : void in class org.sonar.server.authentication.AuthenticationError | From | To | |
Rename Method public redirect_when_failing_because_of_EmailAlreadyExistsException() : void renamed to public redirect_when_failing_because_of_UnauthorizedExceptionException() : void in class org.sonar.server.authentication.InitFilterTest | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method public redirect_when_failing_because_of_NotAllowUserToSignUpException() : void from class org.sonar.server.authentication.InitFilterTest to public redirect_when_failing_because_of_UnauthorizedExceptionException() : void from class org.sonar.server.authentication.OAuth2CallbackFilterTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type e : EmailAlreadyExistsException to e : UnauthorizedException in method public handleUnauthorizedError(e UnauthorizedException, response HttpServletResponse) : void in class org.sonar.server.authentication.AuthenticationError | From | To | |
Move Attribute | 1 | ||
Move Attribute private UNAUTHORIZED_PATH : String from class org.sonar.server.authentication.AuthenticationError to public UNAUTHORIZED_PATH : String from class org.sonar.api.server.authentication.UnauthorizedException | From | To | |
Rename Class | 1 | ||
Rename Class org.sonar.server.authentication.InitFilterTest.FailWithEmailAlreadyExistsExceptionIdProvider renamed to org.sonar.server.authentication.InitFilterTest.FailWithUnauthorizedExceptionIdProvider | From | To |