mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
removed InspectorManagerEx usage if possible
This commit is contained in:
@@ -148,7 +148,7 @@ public abstract class InspectionTestCase extends PsiTestCase {
|
||||
final GlobalInspectionContextImpl globalContext =
|
||||
CodeInsightTestFixtureImpl.createGlobalContextForTool(scope, getProject(), inspectionManager, toolWrappers);
|
||||
|
||||
InspectionTestUtil.runTool(toolWrapper, scope, globalContext, inspectionManager);
|
||||
InspectionTestUtil.runTool(toolWrapper, scope, globalContext);
|
||||
return globalContext;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user