mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Java: Deprecate error-prone and rarely used annotation predicates
This commit is contained in:
committed by
Chris Smowton
parent
e3c1b96830
commit
4ef2d156c4
@@ -71,7 +71,7 @@ predicate depends(RefType t, RefType dep) {
|
||||
a.getAnnotatedElement().(Member).getDeclaringType() = t
|
||||
|
|
||||
usesType(a.getType(), dep) or
|
||||
usesType(a.getAValue().getType(), dep) or
|
||||
usesType(a.getValue(_).getType(), dep) or
|
||||
usesType(a.getAnArrayValue(_).getType(), dep)
|
||||
)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user