Search in sources :

Example 1 with DummyEntryPointsEP

use of com.intellij.codeInspection.deadCode.DummyEntryPointsEP in project intellij-community by JetBrains.

the class EntryPointsNode method createDummyWrapper.

private static InspectionToolWrapper createDummyWrapper(@NotNull GlobalInspectionContextImpl context) {
    InspectionToolWrapper toolWrapper = new GlobalInspectionToolWrapper(new DummyEntryPointsEP());
    toolWrapper.initialize(context);
    return toolWrapper;
}
Also used : GlobalInspectionToolWrapper(com.intellij.codeInspection.ex.GlobalInspectionToolWrapper) GlobalInspectionToolWrapper(com.intellij.codeInspection.ex.GlobalInspectionToolWrapper) InspectionToolWrapper(com.intellij.codeInspection.ex.InspectionToolWrapper) DummyEntryPointsEP(com.intellij.codeInspection.deadCode.DummyEntryPointsEP)

Aggregations

DummyEntryPointsEP (com.intellij.codeInspection.deadCode.DummyEntryPointsEP)1 GlobalInspectionToolWrapper (com.intellij.codeInspection.ex.GlobalInspectionToolWrapper)1 InspectionToolWrapper (com.intellij.codeInspection.ex.InspectionToolWrapper)1