public interface Hint extends Serializable
InlineHintModel, however it contains no dependencies on having an open instance of the graph in order to operate.| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
This contains the column number within that line.
|
int |
getEffort()
This contains the effort level as an integer (Story Points).
|
File |
getFile()
|
String |
getHint()
This contains descriptive text describing the problem and how the problem can be solved.
|
Object |
getID()
Contains a unique identifier for this hint.
|
IssueCategory |
getIssueCategory()
This is a hint as to the severity of the problem.
|
int |
getLength()
This contains the length of the code section being referenced.
|
int |
getLineNumber()
This contains the line number of the problem.
|
List<Link> |
getLinks()
This contains a list of
Links for further information about the problem and its solution. |
Iterable<Quickfix> |
getQuickfixes()
This contains a list of
Quickfixs for follow up in tools |
String |
getRuleID()
This contains the id of the rule that produced this
Classification. |
String |
getSourceSnippit()
This contains the original source code itself (for example, "proprietaryobject.doStuff()").
|
String |
getTitle()
Contains a title for this hint.
|
Object getID()
File getFile()
String getTitle()
String getHint()
IssueCategory getIssueCategory()
int getEffort()
List<Link> getLinks()
Links for further information about the problem and its solution.Iterable<Quickfix> getQuickfixes()
Quickfixs for follow up in toolsint getLineNumber()
int getColumn()
int getLength()
String getSourceSnippit()
String getRuleID()
Classification.Copyright © 2020 JBoss by Red Hat. All rights reserved.