All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static ProblemDescriptor [] |
convertToProblemDescriptors(java.util.List<? extends Annotation> annotations,
PsiFile file) |
static java.lang.String |
extractHighlightedText(CommonProblemDescriptor descriptor,
PsiElement psiElement) |
static java.lang.String |
extractHighlightedText(TextRange range,
PsiElement psiElement) |
static HighlightInfoType |
getHighlightInfoType(ProblemHighlightType highlightType,
HighlightSeverity severity,
SeverityRegistrar severityRegistrar) |
static HighlightInfoType |
highlightTypeFromDescriptor(ProblemDescriptor problemDescriptor,
HighlightSeverity severity,
SeverityRegistrar severityRegistrar) |
static java.lang.String |
renderDescriptionMessage(CommonProblemDescriptor descriptor,
PsiElement element) |
static java.lang.String |
renderDescriptionMessage(CommonProblemDescriptor descriptor,
PsiElement element,
boolean appendLineNumber) |
static java.lang.String |
renderDescriptionMessage(CommonProblemDescriptor descriptor,
PsiElement element,
int flags) |
static ProblemDescriptor |
toProblemDescriptor(PsiFile file,
HighlightInfo info) |
static java.lang.String |
unescapeTags(java.lang.String message) |