Make pedantic checks in java_verify
optional
#41
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
wontfix
Closed issues that we decided not to fix, but are still potentially relevant
When
java_verify
completes execution of a method, it checks the assignments and return values as specified in theJavaSetup
block, but also checks that the method has not allocated any new arrays, initialized any new classes, and a number of other things. Sometimes this is desirable behavior, but other times these errors could be downgraded to warnings. We should make it possible to continue execution even if one of these checks fails.The text was updated successfully, but these errors were encountered: