Assignments

Assignments

Defects where the value being assigned does not match the type of its target. Depending on the language, the result is a compile error, an implicit conversion that quietly changes or narrows the value, or a reinterpretation that carries the wrong meaning forward — all stemming from a store whose source and destination types were never truly compatible.

In this section