pmd/pmd-core
Andreas Dangel c00d84aa9a [core] Fix XPath rulechain optimization bug
For XPath query "//dummyNode[ends-with(@Image,
'foo')][pmd-dummy:typeIs('bar')]"
we lost the first condition (ends-with...) and
only applied the second one (pmd-dummy:typeIs).
2021-09-02 16:18:03 +02:00
..