Predicate implicitToStringCall
Holds if e
occurs in a position where it may be converted to a string by
an implicit call to toString()
.
Import path
import semmle.code.java.StringFormat
predicate
implicitToStringCall
(
Expr
e
)