|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Beta public interface AnalyzerIssue
Issue reported by an Analyzer
| Method Summary | |
|---|---|
Double |
effortToFix()
Effort to fix the issue. |
InputFile |
inputFile()
The InputFile this issue belongs to. |
Integer |
line()
Line of the issue. |
String |
message()
Message of the issue. |
RuleKey |
ruleKey()
The RuleKey of this issue. |
| Method Detail |
|---|
@Nullable InputFile inputFile()
InputFile this issue belongs to. Returns null if issue is global to the project.
RuleKey ruleKey()
RuleKey of this issue.
String message()
Integer line()
@Nullable Double effortToFix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||