Implement precondition that formal arguments that are arrays have all elements satisfying their type invariants. · Issue #844 · OpenJML/OpenJML · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix for issue 768 adds to the condition required of a formal argument that is a non-null array that any non-null element must satisfy its one type invariant.
-- this should also be implemented for postconditions and for formals of callees
-- should really have \invariant_for be a method in SMT (for esc) and a Java method in rac
The text was updated successfully, but these errors were encountered:
Cf gitbug768
The fix for issue 768 adds to the condition required of a formal argument that is a non-null array that any non-null element must satisfy its one type invariant.
-- this should also be implemented for postconditions and for formals of callees
-- should really have \invariant_for be a method in SMT (for esc) and a Java method in rac
The text was updated successfully, but these errors were encountered: