class Program {
static void Main(string[] args)
{
object a = new object();
object b = new object();
...
object zz = new object();
}
} In version 7.1 of EA I can't find that stereotype <<local>> for associations anymore. What kind of relationship should be / do you use for 2 classes where one uses the other.The use of an association with the «local» stereotype was not recommended by Sparx Systems and at least to my knowledge the «local» stereotype was never part of the standard installation of EA.
What I know from UML it should be an association and not a dependency. If yes, I have to tell EA not to create a member variable.