Class ActionNumberCheck

java.lang.Object
org.sonarsource.analyzer.commons.xml.checks.SonarXmlCheck
org.sonarsource.analyzer.commons.xml.checks.SimpleXPathBasedCheck
org.sonar.java.checks.xml.struts.ActionNumberCheck

public class ActionNumberCheck extends org.sonarsource.analyzer.commons.xml.checks.SimpleXPathBasedCheck
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.sonarsource.analyzer.commons.xml.checks.SonarXmlCheck

    org.sonarsource.analyzer.commons.xml.checks.SonarXmlCheck.Secondary
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    scanFile​(org.sonarsource.analyzer.commons.xml.XmlFile xmlFile)
     

    Methods inherited from class org.sonarsource.analyzer.commons.xml.checks.SimpleXPathBasedCheck

    evaluate, evaluateAsList, getXPathExpression

    Methods inherited from class org.sonarsource.analyzer.commons.xml.checks.SonarXmlCheck

    inputFile, reportIssue, reportIssue, reportIssueOnFile, ruleKey, scanFile

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • maximumForwards

      public int maximumForwards
  • Constructor Details

    • ActionNumberCheck

      public ActionNumberCheck()
  • Method Details

    • scanFile

      public void scanFile(org.sonarsource.analyzer.commons.xml.XmlFile xmlFile)
      Specified by:
      scanFile in class org.sonarsource.analyzer.commons.xml.checks.SonarXmlCheck