Java code generation is incorrect when framework is imported
Brought to you by:
niklauslee
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.