Menu

#18 Java code generation is incorrect when framework is imported

open
nobody
None
5
2012-10-15
2006-09-26
Anonymous
No

When importing the Java framework to another model
folder and trying to use a type from the framework in
a class, the Java code generation is not working well.
It only works well if the framework folder has the
same name length as the model folder...

For example, if the model is in "Logical view" and the
Java framework is in "Java lib", when generating code
the name of the Java types are truncated:
java.util.Date -> va.util.Date

It will work ok if both folders have the same name.

Discussion


Log in to post a comment.