[core] Move XPathRule into subpackage lang.rule.xpath (#4309)

This commit is contained in:
Andreas Dangel
2024-01-19 12:52:51 +01:00
parent 83522e96ef
commit 7c29f16eac
64 changed files with 269 additions and 263 deletions

View File

@@ -13,7 +13,7 @@ import net.sourceforge.pmd.lang.ast.RootNode
import net.sourceforge.pmd.lang.ast.SemanticErrorReporter
import net.sourceforge.pmd.lang.document.FileId
import net.sourceforge.pmd.lang.document.TextDocument
import net.sourceforge.pmd.lang.rule.XPathRule
import net.sourceforge.pmd.lang.rule.xpath.XPathRule
import net.sourceforge.pmd.lang.rule.xpath.XPathVersion
import net.sourceforge.pmd.reporting.GlobalAnalysisListener
import java.io.InputStream