Toggle navigation
Home
org.sonar.server.issue.IssueService to org.sonar.server.issue.index.IssueIndex
No. of Instances - 11
No. of Commits - 3
No. of Projects - {'sonarqube'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Variable
service
to
issueIndex
issueService
to
issueIndex
issueService
to
issueIndex
issueService
to
issueIndex
service
to
issueIndex
service
to
issueIndex
service
to
issueIndex
service
to
issueIndex
service
to
issueIndex
service
to
issueIndex
service
to
issueIndex
service
to
issueIndex
service
to
issueIndex
Add or Remove Method invocation
when(service.listTagsForComponent(any(IssueQuery.class),eq(5)))
to
when(service.countTags(any(IssueQuery.class),eq(5)))
when(service.listTagsForComponent(any(IssueQuery.class),eq(5)))
to
when(service.countTags(any(IssueQuery.class),eq(5)))
service
to
issueIndex.countTags(query,pageSize)
service.listTagsForComponent(query,pageSize)
to
issueIndex