Sparx Systems Forum

Enterprise Architect => Bugs and Issues => Topic started by: Helmut Ortmann on January 10, 2013, 06:55:24 pm

Title: Reverse Engineering C global variable
Post by: Helmut Ortmann on January 10, 2013, 06:55:24 pm
Hello,

From C-Code:
Code: [Select]
*.h  File         *.c File
extern int v;    int v;
I would expect to get in EA a class with a public attribut v.
public int:v

What I get is:
public  int:v
private int:v

In fact I get two attributes with the same name, one public and one private.

Is there a way to avoid this problem?

Thanks and kind regards,

Helmut