public interface ExternalAnnotatorBatchInspection extends PairedUnfairLocalInspectionTool
Modifier and Type | Method and Description |
---|---|
default ProblemDescriptor [] |
checkFile(PsiFile file,
GlobalInspectionContext context,
InspectionManager manager)
To be invoked during batch run
|
default java.lang.String |
getInspectionForBatchShortName() |
java.lang.String |
getShortName() |
java.lang.String getShortName()
default java.lang.String getInspectionForBatchShortName()
getInspectionForBatchShortName
in interface PairedUnfairLocalInspectionTool
InspectionProfileEntry.getShortName()
of
a tool to be run instead of this tool in batch mode.
The returned value can be a short name of this inspection tool, in this case
this unfair tool will be run in batch mode.default ProblemDescriptor [] checkFile(PsiFile file, GlobalInspectionContext context, InspectionManager manager)