public interface Issue
MeasureComputer| Modifier and Type | Method and Description |
|---|---|
Duration |
debt() |
String |
key() |
String |
resolution()
Available list of resolutions can be found in
Issue.RESOLUTIONS |
RuleKey |
ruleKey() |
String |
severity()
See constants in
Severity. |
String |
status()
Available list of status can be found in
Issue.STATUSES |
String status()
Issue.STATUSES@CheckForNull String resolution()
Issue.RESOLUTIONS@CheckForNull Duration debt()
Copyright © 2009–2015 SonarSource. All rights reserved.