public interface Issue
Sensor.| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | Issue.Flow | 
| Modifier and Type | Method and Description | 
|---|---|
| Double | effortToFix()Deprecated. 
 since 5.5 use  gap() | 
| List<Issue.Flow> | flows()List of flows for this issue. | 
| Double | gap()Gap used to compute the effort for fixing the issue. | 
| Severity | overriddenSeverity()Overridden severity. | 
| IssueLocation | primaryLocation()Primary locations for this issue. | 
| RuleKey | ruleKey()The  RuleKeyof this issue. | 
@CheckForNull @Deprecated Double effortToFix()
gap()@CheckForNull Double gap()
@CheckForNull Severity overriddenSeverity()
IssueLocation primaryLocation()
List<Issue.Flow> flows()
Copyright © 2009–2016 SonarSource. All rights reserved.