public class InspectionRVContentProviderImpl extends InspectionRVContentProvider
InspectionRVContentProvider.RefEntityContainer<Descriptor>| Constructor and Description |
|---|
InspectionRVContentProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
appendDescriptor(GlobalInspectionContextImpl context,
InspectionToolWrapper toolWrapper,
InspectionRVContentProvider.RefEntityContainer container,
InspectionTreeNode parent) |
void |
appendToolNodeContent(GlobalInspectionContextImpl context,
InspectionToolWrapper wrapper,
InspectionTreeNode toolNode,
boolean showStructure,
boolean groupBySeverity,
java.util.Map<java.lang.String,java.util.Set<RefEntity>> contents,
java.util.function.Function<? super RefEntity,CommonProblemDescriptor[]> problems) |
boolean |
checkReportedProblems(GlobalInspectionContextImpl context,
InspectionToolWrapper toolWrapper) |
QuickFixAction [] |
getCommonQuickFixes(InspectionToolWrapper toolWrapper,
InspectionTree tree) |
appendToolNodeContent, buildTree, checkFixClass, getCommonFixes, getPartialQuickFixes, getTools, hasQuickFixes, isContentLoadedpublic boolean checkReportedProblems(GlobalInspectionContextImpl context, InspectionToolWrapper toolWrapper)
checkReportedProblems in class InspectionRVContentProviderpublic QuickFixAction [] getCommonQuickFixes(InspectionToolWrapper toolWrapper, InspectionTree tree)
getCommonQuickFixes in class InspectionRVContentProviderpublic void appendToolNodeContent(GlobalInspectionContextImpl context, InspectionToolWrapper wrapper, InspectionTreeNode toolNode, boolean showStructure, boolean groupBySeverity, java.util.Map<java.lang.String,java.util.Set<RefEntity>> contents, java.util.function.Function<? super RefEntity,CommonProblemDescriptor[]> problems)
appendToolNodeContent in class InspectionRVContentProviderprotected void appendDescriptor(GlobalInspectionContextImpl context, InspectionToolWrapper toolWrapper, InspectionRVContentProvider.RefEntityContainer container, InspectionTreeNode parent)
appendDescriptor in class InspectionRVContentProvider