Package com.intellij.codeInsight.daemon.impl.analysis

Examples of com.intellij.codeInsight.daemon.impl.analysis.HtmlUnknownTargetInspection


  protected LightProjectDescriptor getProjectDescriptor() {
    return createWebDescriptor();
  }

  public void testActionLinkHighlightingJsp() throws Throwable {
    myFixture.enableInspections(new HtmlUnknownTargetInspection());
    createStrutsFileSet("struts-actionLink.xml");

    myFixture.copyFileToProject("jsp/index.jsp", "index.jsp");
    myFixture.testHighlighting(true,
                               false,
View Full Code Here

TOP

Related Classes of com.intellij.codeInsight.daemon.impl.analysis.HtmlUnknownTargetInspection

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.