1b181d06e75aaebc188155ab60888bb6ba98226c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 3 | ||
Move And Rename Method private defineLogoutAction(controller NewController) : void from class org.sonar.server.authentication.ws.AuthenticationWs to public define(controller WebService.NewController) : void from class org.sonar.server.authentication.ws.LogoutAction | From | To | |
Move And Rename Method private defineValidateAction(controller NewController) : void from class org.sonar.server.authentication.ws.AuthenticationWs to public define(controller WebService.NewController) : void from class org.sonar.server.authentication.ws.ValidateAction | From | To | |
Move And Rename Method private defineLoginAction(controller NewController) : void from class org.sonar.server.authentication.ws.AuthenticationWs to public define(controller WebService.NewController) : void from class org.sonar.server.authentication.ws.LoginAction | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type controller : NewController to controller : WebService.NewController in method public define(controller WebService.NewController) : void in class org.sonar.server.authentication.ws.ValidateAction | From | To | |
Change Parameter Type controller : NewController to controller : WebService.NewController in method public define(controller WebService.NewController) : void in class org.sonar.server.authentication.ws.LogoutAction | From | To | |
Change Parameter Type controller : NewController to controller : WebService.NewController in method public define(controller WebService.NewController) : void in class org.sonar.server.authentication.ws.LoginAction | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public AUTHENTICATION_CONTROLLER : String in class org.sonar.server.authentication.ws.AuthenticationWs | From | To | |
Rename Attribute | 3 | ||
Rename Attribute AUTH_LOGOUT_URL : String to LOGOUT_URL : String in class org.sonar.server.authentication.ws.LogoutAction | From | To | |
Rename Attribute AUTH_VALIDATE_URL : String to VALIDATE_URL : String in class org.sonar.server.authentication.ws.ValidateAction | From | To | |
Rename Attribute AUTH_LOGIN_URL : String to LOGIN_URL : String in class org.sonar.server.authentication.ws.LoginAction | From | To |