Hi all,
When performing Java Code generation in Rose (2001A),
no import statement is created for basic classes like 'java.util.Date'.
Instead the whole package structure ('java.util.') is used in the
generated code. (e.g. for parameters of methods, etc...)
I would like to have this in just the opposite way: an import of 'java.util.Date' and just using 'Date' within the actual Java Coding.
How can I achieve this?
Thanks in advance!
Wonne Keysers
