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.
2 parents 605f037 + dcfc027 commit e2a533cCopy full SHA for e2a533c
1 file changed
java/ql/src/semmle/code/java/Collections.qll
@@ -35,6 +35,7 @@ predicate instantiates(RefType t, GenericType g, int i, RefType arg) {
35
* - a class `MyIntMap<V> extends HashMap<Integer, V>` instantiates `Map` (among others)
36
* with the `0`-th type parameter being `Integer` and the `1`-th type parameter being `V`.
37
*/
38
+pragma[nomagic]
39
predicate indirectlyInstantiates(RefType t, GenericType g, int i, RefType arg) {
40
instantiates(t, g, i, arg)
41
or
0 commit comments