Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf63fc commit 4a687a1Copy full SHA for 4a687a1
1 file changed
javascript/ql/lib/semmle/javascript/Locations.qll
@@ -149,3 +149,8 @@ class Locatable extends @locatable {
149
*/
150
string getAPrimaryQlClass() { result = "???" }
151
}
152
+
153
+/**
154
+ * DEPRECATED. Use `Location` instead.
155
+ */
156
+deprecated class DbLocation = Location;
0 commit comments