Package org.sonar.java.checks.xml.struts
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidscanFile(org.sonarsource.analyzer.commons.xml.XmlFile xmlFile)Methods inherited from class org.sonarsource.analyzer.commons.xml.checks.SimpleXPathBasedCheck
evaluate, evaluateAsList, getXPathExpressionMethods inherited from class org.sonarsource.analyzer.commons.xml.checks.SonarXmlCheck
inputFile, reportIssue, reportIssue, reportIssueOnFile, ruleKey, scanFile
-
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:
scanFilein classorg.sonarsource.analyzer.commons.xml.checks.SonarXmlCheck
-