SDO Codegen generates bad code when the noNotification option is used
---------------------------------------------------------------------
Key: TUSCANY-1167
URL: https://issues.apache.org/jira/browse/TUSCANY-1167
Project: Tuscany
Issue Type: Bug
Components: Java SDO Tools
Affects Versions: Java-SDO-M3
Environment: n/a
Reporter: David T. Adcox
Fix For: Java-SDO-M3
The code generated using the -noNotification option causes the SDO codegen tool
to create code that can not be compiled. There is an issue in the
basicUnsetxxxxx method, where the return statement is excluded. This is
because the return has accidentally been included inside the suppress
notification condition. The return statement should be outside of this
condition.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]