Toggle navigation
Home
org.sonar.core.issue.DefaultIssue to org.sonar.batch.issue.tracking.TrackedIssue
No. of Instances - 34
No. of Commits - 1
No. of Projects - {'sonarqube'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
issue.getLine()
to
issue.endLine()
issue.getMessage()
to
issue.message()
issue.getRuleKey().toString()
to
issue.ruleKey().toString()
getRuleName(issue.getRuleKey())
to
getRuleName(issue.ruleKey())
issue.getRuleKey()
to
issue.ruleKey()
issue.getRuleKey()
to
issue.ruleKey()
Rename Method invocation
setLine
to
setEndLine
setLine
to
setStartLine
line
to
startLine
setLine
to
setStartLine
setLine
to
setEndLine
Cascading Type Change (Similar)
DefaultIssue
to
TrackedIssue
Other
null
to
newLine