Toggle navigation
Home
org.sonar.server.issue.index.IssueDoc to org.sonar.db.issue.IssueDto
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
issue.key()
to
issue.getKey()
issue.filePath()
to
issue.getFilePath()
issue.ruleKey().repository()
to
issue.getRuleRepo()
issue.ruleKey().rule()
to
issue.getRule()
issue.checksum()
to
issue.getChecksum()
issue.assignee()
to
issue.getAssignee()
issue.line()
to
issue.getLine()
issue.message()
to
issue.getMessage()
org.sonar.scanner.protocol.Constants.Severity.valueOf(issue.severity())
to
org.sonar.scanner.protocol.Constants.Severity.valueOf(issue.getSeverity())
issue.status()
to
issue.getStatus()
issue.resolution()
to
issue.getResolution()
issue.type()
to
RuleType
issue.creationDate().getTime()
to
issue.getIssueCreationTime()