Tagged Questions
7
votes
4answers
4k views
C++ to UML ( Reverse engineer / Round-trip engineering )
I am looking for a tool that can reverse engineer C++ to UML (and vice-versa). However, the crucial requirement is that it can correctly parse method (member function) bodies so that dependencies are ...
1
vote
2answers
345 views
Reverse Engineer to get UML with PostgreSQL
Are there are any tools available for use with Postgres so that I can generate UML for the database that I have already created.
0
votes
1answer
67 views
Reverse Engineering question - .NET packet capture
I am working with someone who is interested in integrating a web application with a proprietary ERP client/server system. I am trying to figure out a way to reverse engineer the API calls to the ...
0
votes
1answer
351 views
Foreign key disappears when i do reverse engineering using mysql workbench
When i use mysql workbench, the schema of reverse engineering disappears.
I don't know why.
Do you have solutions?
Thanks.
0
votes
3answers
2k views
Why does MyEclipse's Hibernate Reverse-engineering creates multiple classes when mapping certain tables?
I have a table in my MYSQL database which does not have a primary key, but has a unique key on two columns. When using MyEclipse's Hibernate reverse engineer tool to create a mapping for that table, ...