Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: Martin Terreni on April 13, 2008, 05:02:10 am
-
HI,
I tried reverse engineering a java project containing interfaces with several operations.
all operation parameters are classes existing in other sub namespaces also imported.
All the parameters types state the right type and namespace (N1.N2.sometype), but when checking the t_operationsparams none of them as classifier.
I think it is fairly logical o expect that if I reverse engineer a whole project and state in the classes the full namespace of the operations parameters they would be recognised when importing.
AM I missing something?
-
They probably have been recognised, but setting the classifier would interfere with keeping the type namespace qualified.
-
How?