You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But, according to the docs, a ConstantKey is "an instance key which represents a unique, constant object." It would thus seem that instances represented by ConstantKey instance keys can't be returned as modified by the ModRef analysis.
The text was updated successfully, but these errors were encountered:
Consider the following code:
The ModRef analysis for Python (
com.ibm.wala.cast.python.modref.PythonModRef
) is returning that the following locations are "modified" byf()
:But, according to the docs, a
ConstantKey
is "an instance key which represents a unique, constant object." It would thus seem that instances represented byConstantKey
instance keys can't be returned as modified by the ModRef analysis.The text was updated successfully, but these errors were encountered: