1
Suggestions and Requests / Issues with Java code generation
« on: June 15, 2006, 07:45:00 am »
Hi,
I have a couple of issues with the Java code generation:
I have a couple of issues with the Java code generation:
- The name of the view is included in the package declaration. Is that really the purpose of a view?
- I have a bunch of class diagrams in the root of the view with interfaces on them that are from some package. When I generate code from the element on the diagram the package isn't included in the package declaration.
- The diagram shows associations for the element with other classes/interfaces. If I generate from the diagram members are created for those associations. If I generate from the element in the tree view, no members are created.