All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
protected abstract void |
appendDescriptor(GlobalInspectionContextImpl context,
InspectionToolWrapper toolWrapper,
InspectionRVContentProvider.RefEntityContainer container,
InspectionTreeNode parent) |
void |
appendToolNodeContent(GlobalInspectionContextImpl context,
InspectionToolWrapper wrapper,
InspectionTreeNode parentNode,
boolean showStructure,
boolean groupBySeverity) |
abstract void |
appendToolNodeContent(GlobalInspectionContextImpl context,
InspectionToolWrapper wrapper,
InspectionTreeNode parentNode,
boolean showStructure,
boolean groupBySeverity,
java.util.Map<java.lang.String,java.util.Set<RefEntity>> contents,
java.util.function.Function<? super RefEntity,CommonProblemDescriptor[]> problems) |
protected <T> void |
buildTree(GlobalInspectionContextImpl context,
java.util.Map<java.lang.String,java.util.Set<T>> packageContents,
InspectionToolWrapper toolWrapper,
java.util.function.Function<? super T,? extends InspectionRVContentProvider.RefEntityContainer<?>> computeContainer,
boolean showStructure,
InspectionTreeNode parent,
InspectionTreeModel model) |
protected static void |
checkFixClass(InspectionToolPresentation presentation,
QuickFix fix,
LocalQuickFixWrapper quickFixAction) |
abstract boolean |
checkReportedProblems(GlobalInspectionContextImpl context,
InspectionToolWrapper toolWrapper) |
protected static QuickFixAction [] |
getCommonFixes(InspectionToolPresentation presentation,
CommonProblemDescriptor [] descriptors) |
abstract QuickFixAction [] |
getCommonQuickFixes(InspectionToolWrapper toolWrapper,
InspectionTree tree) |
QuickFixAction [] |
getPartialQuickFixes(InspectionToolWrapper toolWrapper,
InspectionTree tree) |
java.lang.Iterable<? extends ScopeToolState> |
getTools(Tools tools) |
boolean |
hasQuickFixes(InspectionTree tree) |
boolean |
isContentLoaded() |