public interface CommonProblemDescriptor
| Modifier and Type | Field and Description |
|---|---|
static ArrayFactory<CommonProblemDescriptor> |
ARRAY_FACTORY |
static java.util.Comparator<CommonProblemDescriptor> |
DESCRIPTOR_COMPARATOR |
static CommonProblemDescriptor[] |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescriptionTemplate()
Returns the template (text or HTML) from which the problem description is built.
|
QuickFix [] |
getFixes()
Returns the quickfixes for the problem.
|
static final java.util.Comparator<CommonProblemDescriptor> DESCRIPTOR_COMPARATOR
static final CommonProblemDescriptor[] EMPTY_ARRAY
static final ArrayFactory<CommonProblemDescriptor> ARRAY_FACTORY
java.lang.String getDescriptionTemplate()
The template may contain special markers:
#ref is replaced with the text of the element in which the problem has been found#loc is replaced with the filename and line number in exported inspection results and ignored when viewing within IDE#treeend is used as cut-symbol for template when it's shown inside inspection result tree.
So any content after this marker is not visible in the tree node.QuickFix [] getFixes()