mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Avoid deprecated Annotation.getAValue
This commit is contained in:
@@ -4,6 +4,6 @@ from Field f, Annotation ann, Expr value, Expr valueChild
|
||||
where
|
||||
f.getDeclaringType().fromSource() and
|
||||
ann = f.getAnAnnotation() and
|
||||
value = ann.getAValue() and
|
||||
value = ann.getValue(_) and
|
||||
valueChild.getParent() = value
|
||||
select f, ann, value, valueChild
|
||||
|
||||
Reference in New Issue
Block a user