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 5e3d9d8 commit 1b39faaCopy full SHA for 1b39faa
java/ql/lib/semmle/code/java/frameworks/stapler/Stapler.qll
@@ -99,7 +99,7 @@ private class GenerateResponseMethod extends Method {
99
}
100
101
102
-/** Gets the static type of `e`, or an upper bound of the runtime type of `e`. */
+/** Holds if `t` is the static type of `e`, or an upper bound of the runtime type of `e`. */
103
private predicate boundOrStaticType(Expr e, RefType t) {
104
exprTypeFlow(e, t, false)
105
or
0 commit comments