Author Topic: Reverse engineering parameters claissfiers  (Read 2654 times)

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Reverse engineering parameters claissfiers
« 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?
Recursion definition:
If you don’t understand the definition read "Recursion definition".

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: Reverse engineering parameters claissfiers
« Reply #1 on: April 14, 2008, 08:49:08 am »
They probably have been recognised, but setting the classifier would interfere with keeping the type namespace qualified.

Martin Terreni

  • EA User
  • **
  • Posts: 672
  • Karma: +0/-0
  • Sorry, I can't write
    • View Profile
Re: Reverse engineering parameters claissfiers
« Reply #2 on: April 15, 2008, 04:59:14 am »
How?
Recursion definition:
If you don’t understand the definition read "Recursion definition".