Skip to content

Commit 8fbfafc

Browse files
committed
C#: Dont cache the deprecated getFullyQualifiedName predicate.
1 parent b677e89 commit 8fbfafc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

csharp/ql/lib/semmle/code/csharp/Element.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ class NamedElement extends Element, @named_element {
118118
* Unbound generic types, such as `IList<T>`, are represented as
119119
* ``System.Collections.Generic.IList`1``.
120120
*/
121-
cached
122121
deprecated final string getFullyQualifiedName() {
123122
exists(string qualifier, string name | this.hasFullyQualifiedName(qualifier, name) |
124123
if qualifier = "" then result = name else result = qualifier + "." + name

0 commit comments

Comments
 (0)