mirror of
https://github.com/github/codeql.git
synced 2026-06-14 01:11:09 +02:00
rename all occurrences of XML to Xml
This commit is contained in:
@@ -430,7 +430,7 @@ class PersistenceCallbackMethod extends CallableEntryPoint {
|
||||
class ArbitraryXmlEntryPoint extends ReflectivelyConstructedClass {
|
||||
ArbitraryXmlEntryPoint() {
|
||||
this.fromSource() and
|
||||
exists(XMLAttribute attribute |
|
||||
exists(XmlAttribute attribute |
|
||||
attribute.getName() = "className" or
|
||||
attribute.getName().matches("%ClassName") or
|
||||
attribute.getName() = "class" or
|
||||
|
||||
Reference in New Issue
Block a user