Skip to content

Make pedantic checks in java_verify optional #41

@atomb

Description

@atomb

When java_verify completes execution of a method, it checks the assignments and return values as specified in the JavaSetup 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.

Metadata

Metadata

Assignees

Labels

obsoleteIssues that involve/depend on deprecated code, such that they are not worth pursuingtype: enhancementIssues describing an improvement to an existing feature or capabilitywontfixClosed issues that we decided not to fix, but are still potentially relevant

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions