3ce1c2a232a9cb46364e64932df902d957f514b8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public fail_if_insufficient_permissions() : void renamed to public throw_ForbiddenException_if_not_project_administrator() : void in class org.sonar.server.projectanalysis.ws.CreateEventActionTest | From | To | |
Extract Variable | 10 | ||
Extract Variable project : ComponentDto in method public fail_if_category_other_than_authorized() : void from class org.sonar.server.projectanalysis.ws.CreateEventActionTest | From | To | |
Extract Variable project : ComponentDto in method public create_version_event() : void from class org.sonar.server.projectanalysis.ws.CreateEventActionTest | From | To | |
Extract Variable project : ComponentDto in method public create_event_without_description() : void from class org.sonar.server.projectanalysis.ws.CreateEventActionTest | From | To | |
Extract Variable project : ComponentDto in method public create_event_in_db() : void from class org.sonar.server.projectanalysis.ws.CreateEventActionTest | From | To | |
Extract Variable project : ComponentDto in method public create_other_event_with_ws_response() : void from class org.sonar.server.projectanalysis.ws.CreateEventActionTest | From | To | |
Extract Variable project : ComponentDto in method public fail_if_2_other_events_on_same_analysis_with_same_name() : void from class org.sonar.server.projectanalysis.ws.CreateEventActionTest | From | To | |
Extract Variable project : ComponentDto in method public fail_if_not_blank_name() : void from class org.sonar.server.projectanalysis.ws.CreateEventActionTest | From | To | |
Extract Variable view : ComponentDto in method public fail_if_create_on_other_than_a_project() : void from class org.sonar.server.projectanalysis.ws.CreateEventActionTest | From | To | |
Extract Variable project : ComponentDto in method public fail_if_2_version_events_on_the_same_analysis() : void from class org.sonar.server.projectanalysis.ws.CreateEventActionTest | From | To | |
Extract Variable project : ComponentDto in method public create_event_as_project_admin() : void from class org.sonar.server.projectanalysis.ws.CreateEventActionTest | From | To |