Allow final fields to be written once in java_verify
#152
Labels
obsolete
Issues that involve/depend on deprecated code, such that they are not worth pursuing
Class initializers set final fields to their one, constant value. Currently,
java_verify
treats these initializations as disallowed, even though they are effectively constants. We should be able to simply ignore modifications to final fields, since the JVM ensures these modifications will happen only once.The text was updated successfully, but these errors were encountered: