public class DummyEntryPointsPresentation extends UnusedDeclarationPresentation
UnusedDeclarationPresentation.UnusedDeclarationRefElementNode
LOG, myContext
INSPECTION_RESULTS_ATTRIBUTE_KEY_ATTRIBUTE, INSPECTION_RESULTS_DESCRIPTION_ELEMENT, INSPECTION_RESULTS_HINT_ELEMENT, INSPECTION_RESULTS_HINTS_ELEMENT, INSPECTION_RESULTS_ID_ATTRIBUTE, INSPECTION_RESULTS_PROBLEM_CLASS_ELEMENT, INSPECTION_RESULTS_SEVERITY_ATTRIBUTE, INSPECTION_RESULTS_VALUE_ATTRIBUTE, myContents, myProblemElements, myResolvedElements, mySuppressedElements, myToolWrapper
Constructor and Description |
---|
DummyEntryPointsPresentation(InspectionToolWrapper toolWrapper,
GlobalInspectionContextImpl context) |
Modifier and Type | Method and Description |
---|---|
RefElementNode |
createRefNode(RefEntity entity,
InspectionTreeModel model,
InspectionTreeNode parent) |
DeadHTMLComposer |
getComposer() |
RefFilter |
getFilter() |
QuickFixAction [] |
getQuickFixes(RefEntity... refElements) |
protected java.lang.String |
getSeverityDelegateName() |
boolean |
isDummy()
|
void |
patchToolNode(InspectionTreeNode node,
InspectionRVContentProvider provider,
boolean showStructure,
boolean groupByStructure) |
protected boolean |
skipEntryPoints(RefJavaElement refElement) |
amnesty, cleanup, compareVisibilities, compareVisibilities, exclude, exportResults, findQuickFixes, getCustomPreviewPanel, ignoreElement, isExcluded, isProblemResolved, showProblemCount, updateContent
addProblemElement, filterResolvedItems, getContext, getDescriptions, getSuppressedProblems, isDisposed, isSuppressed, isSuppressed
addProblemElement, amnesty, exclude, exportResults, exportResults, getContent, getProblemDescriptors, getProblemElements, getProject, getRefManager, getResolvedElements, getResolvedProblems, getSeverity, getToolWrapper, hasReportedProblems, isExcluded, isProblemResolved, registerContentEntry, resolveProblem, suppressProblem, suppressProblem, updateProblemElements, writeOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCustomActionsPanel, getCustomPreviewPanel, getToolWrapper
amnesty, exclude, exportResults, getContent, getProblemDescriptors, getProblemElements, getProject, getResolvedElements, getResolvedProblems, getSeverity, getSeverity, hasReportedProblems, isExcluded, isProblemResolved, suppressProblem, suppressProblem
addProblemElement, getElement, resolveAllProblemsInElement, resolveProblem
public DummyEntryPointsPresentation(InspectionToolWrapper toolWrapper, GlobalInspectionContextImpl context)
public RefFilter getFilter()
getFilter
in class UnusedDeclarationPresentation
public QuickFixAction [] getQuickFixes(RefEntity... refElements)
getQuickFixes
in interface InspectionToolPresentation
getQuickFixes
in class UnusedDeclarationPresentation
public RefElementNode createRefNode(RefEntity entity, InspectionTreeModel model, InspectionTreeNode parent)
createRefNode
in interface InspectionToolPresentation
createRefNode
in class UnusedDeclarationPresentation
protected java.lang.String getSeverityDelegateName()
getSeverityDelegateName
in class DefaultInspectionToolResultExporter
public void patchToolNode(InspectionTreeNode node, InspectionRVContentProvider provider, boolean showStructure, boolean groupByStructure)
patchToolNode
in interface InspectionToolPresentation
patchToolNode
in class UnusedDeclarationPresentation
protected boolean skipEntryPoints(RefJavaElement refElement)
skipEntryPoints
in class UnusedDeclarationPresentation
public DeadHTMLComposer getComposer()
getComposer
in interface InspectionToolPresentation
getComposer
in class UnusedDeclarationPresentation
public boolean isDummy()
InspectionToolPresentation