Search in sources :

Example 1 with XmlPathReferenceInspection

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();
}
Also used : XmlPathReferenceInspection(com.intellij.codeInsight.daemon.impl.analysis.XmlPathReferenceInspection) FlexSchemaHandler(com.intellij.javascript.flex.mxml.schema.FlexSchemaHandler) FlexStylesIndexableSetContributor(com.intellij.javascript.flex.css.FlexStylesIndexableSetContributor)

Aggregations

XmlPathReferenceInspection (com.intellij.codeInsight.daemon.impl.analysis.XmlPathReferenceInspection)1 FlexStylesIndexableSetContributor (com.intellij.javascript.flex.css.FlexStylesIndexableSetContributor)1 FlexSchemaHandler (com.intellij.javascript.flex.mxml.schema.FlexSchemaHandler)1