Sparx Systems Forum
Enterprise Architect => Bugs and Issues => Topic started by: Adria on December 01, 2008, 05:07:34 pm
-
I am using EA on a C project, and will be using code engineering to both forward and reverse engineer the code.
- When generating code for an operation with no arguments, the function prototype contains empty braces instead of explicitly stating "void":
void functionName();
- When importing code into the model from a function prototype with an explicit void argument such as:
void functionName(void);The model adds an argument to the operation "pm1 : void".
- Then generating code from this new operation the function prototype looks like:
void functionName(void pm1);[/list]
Is there a way to get EA to support (for operation parameters) equating blank in the model with "void" in the code.
-
Hello,
I have the same problem like Adria, has somebody a solution for that problem ?
regards Christoph