Massimiliano Zattera
-
2010-07-07
If you have a base class with two operations op(string) and op(int) for
example, and you try to override op() in a subclass, OVERRIDE_OCL annotation
can't tell which one of the two operations you want to override.
Moreover, if you just go on and implement the model, the generated Java code
will contain compilation errors.
See attached project as an example.