cd96a36db6438e47721332f7bef8b3e3a8a7f94c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable anotherOrganization : OrganizationDto to organization2 : OrganizationDto in method public without_organization_parameter_is_cross_organization() : void in class org.sonar.server.issue.ws.TagsActionTest | From | To | |
Rename Variable organization : OrganizationDto to organization1 : OrganizationDto in method public without_organization_parameter_is_cross_organization() : void in class org.sonar.server.issue.ws.TagsActionTest | From | To | |
Rename Attribute | 2 | ||
Rename Attribute dbTester : DbTester to db : DbTester in class org.sonar.server.issue.ws.TagsActionTest | From | To | |
Rename Attribute ruleIndex : RuleIndex to componentFinder : ComponentFinder in class org.sonar.server.issue.ws.TagsAction | From | To | |
Change Variable Type | 5 | ||
Change Variable Type result : String to result : TagsResponse in method public do_not_return_issues_without_permission() : void in class org.sonar.server.issue.ws.TagsActionTest | From | To | |
Change Variable Type result : String to result : TagsResponse in method public without_organization_parameter_is_cross_organization() : void in class org.sonar.server.issue.ws.TagsActionTest | From | To | |
Change Variable Type result : String to result : TagsResponse in method public return_limited_size() : void in class org.sonar.server.issue.ws.TagsActionTest | From | To | |
Change Variable Type result : String to result : TagsResponse in method public empty_list() : void in class org.sonar.server.issue.ws.TagsActionTest | From | To | |
Change Variable Type organization : OrganizationDto to organization : Optional<OrganizationDto> in method public handle(request Request, response Response) : void in class org.sonar.server.issue.ws.TagsAction | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type ruleIndex : RuleIndex to componentFinder : ComponentFinder in class org.sonar.server.issue.ws.TagsAction | From | To | |
Rename Parameter | 1 | ||
Rename Parameter maxNumberOfTags : int to size : int in method private listTermsMatching(fieldName String, query IssueQuery, textQuery String, termsOrder Terms.Order, size int) : Terms in class org.sonar.server.issue.index.IssueIndex | From | To |