|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.batch.analyzer.issue.internal.DefaultAnalyzerIssue
public class DefaultAnalyzerIssue
| Method Summary | |
|---|---|
Double |
effortToFix()
Effort to fix the issue. |
boolean |
equals(Object o)
|
int |
hashCode()
|
InputFile |
inputFile()
The InputFile this issue belongs to. |
String |
key()
|
Integer |
line()
Line of the issue. |
String |
message()
Message of the issue. |
RuleKey |
ruleKey()
The RuleKey of this issue. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String key()
@Nullable public InputFile inputFile()
AnalyzerIssueInputFile this issue belongs to. Returns null if issue is global to the project.
inputFile in interface AnalyzerIssuepublic RuleKey ruleKey()
AnalyzerIssueRuleKey of this issue.
ruleKey in interface AnalyzerIssuepublic String message()
AnalyzerIssue
message in interface AnalyzerIssuepublic Integer line()
AnalyzerIssue
line in interface AnalyzerIssue@Nullable public Double effortToFix()
AnalyzerIssue
effortToFix in interface AnalyzerIssuepublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||