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
Refinement variables are not created for compound assignments. (This includes string concatenation compound assignments which are handled separately in dataflow.)
This will include changes to the following methods:
checkers.inference.dataflow.InferenceTransfer#visitAssignment
checkers.inference.dataflow.InferenceTransfer#visitStringConcatenateAssignment
checkers.inference.InferenceTreeAnnotator#visitCompoundAssignment
The text was updated successfully, but these errors were encountered:
Refinement variables are not created for compound assignments. (This includes string concatenation compound assignments which are handled separately in dataflow.)
This will include changes to the following methods:
checkers.inference.dataflow.InferenceTransfer#visitAssignment
checkers.inference.dataflow.InferenceTransfer#visitStringConcatenateAssignment
checkers.inference.InferenceTreeAnnotator#visitCompoundAssignment
The text was updated successfully, but these errors were encountered: