We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
XML.qll
1 parent 3832d4c commit ff1e70eCopy full SHA for ff1e70e
cpp/ql/src/semmle/code/cpp/XML.qll
@@ -119,7 +119,7 @@ class XMLFile extends XMLParent, File {
119
override string toString() { result = XMLParent.super.toString() }
120
121
/** Gets the name of this XML file. */
122
- deprecated override string getName() { result = File.super.getAbsolutePath() }
+ override string getName() { result = File.super.getAbsolutePath() }
123
124
/**
125
* DEPRECATED: Use `getAbsolutePath()` instead.
0 commit comments