use of com.intellij.codeInsight.daemon.impl.analysis.XmlPathReferenceInspection in project intellij-plugins by JetBrains.
the class FlexHighlightingTest method setUp.
@Override
protected void setUp() throws Exception {
VfsRootAccess.allowRootAccess(getTestRootDisposable(), urlToPath(convertFromUrl(FlexSchemaHandler.class.getResource("z.xsd"))), urlToPath(convertFromUrl(FlexStylesIndexableSetContributor.class.getResource("FlexStyles.as"))));
super.setUp();
myAfterCommitRunnable = null;
enableInspectionTool(new XmlPathReferenceInspection());
suppressXmlNSAnnotator();
}
Aggregations