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 dbfc256 commit a9d2b93Copy full SHA for a9d2b93
java/ql/lib/semmle/code/java/dispatch/ObjFlow.qll
@@ -236,6 +236,10 @@ private VirtualMethodAccess objectToString(ObjNode n) {
236
result.getQualifier() = n.asExpr() and sink(n)
237
}
238
239
+/**
240
+ * Holds if `ma` is an `Object.toString()` call taking possibly improved type
241
+ * bounds into account.
242
+ */
243
predicate objectToStringCall(VirtualMethodAccess ma) { ma = objectToString(_) }
244
245
/**
0 commit comments