We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ee740 commit dcfc027Copy full SHA for dcfc027
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