Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Duc-bert on June 06, 2002, 05:36:44 pm

Title: display fullpath for inner class
Post by: Duc-bert on June 06, 2002, 05:36:44 pm
Hi

Does EA has capability to display fullpath/namespace of a type?

if I have

class A{
   class B {....};

.....
};

Then I try to use class B in one of my method parameter, in the drop down list when I try to specify the type, one of the option is "B", instead of "A::B". How do I fix this?

Thanks