Ensure Java stubbing names parameters [blocks: #4485]#4502
Ensure Java stubbing names parameters [blocks: #4485]#4502tautschnig merged 1 commit intodiffblue:developfrom
Conversation
For functions with a body we require that parameters are named so that we can generate assignments to them (even when the body may not read the value). Also guard against future regressions by sanity checking parameter names for any converted function.
|
Got to this late, but this should be done when |
|
It's jbmc/provide_object_implementation/ that fails without the patch (but the additional sanity check kept in). So I accept that maybe some other place is the right one to fix this, but I don't really have a sufficiently good understanding of the Java front-end to make that change. |
For functions with a body we require that parameters are named so that
we can generate assignments to them (even when the body may not read the
value). Also guard against future regressions by sanity checking
parameter names for any converted function.