Initialize all Java fields to fresh values unless otherwise specified in java_verify
#69
Labels
obsolete
Issues that involve/depend on deprecated code, such that they are not worth pursuing
type: enhancement
Issues describing an improvement to an existing feature or capability
When using
java_verify
, ensure that each field of a newly created object has a fresh value, rather than the default zero value. Using the proposedjava_assert_eq
, (#68) the user could overwrite this fresh value with a different value if desired, or constrain its value with the currentjava_assert
command.The text was updated successfully, but these errors were encountered: