You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using mogenerator 1.15 on Mac OS X 10.6.1. My model contains one abstract entity with two entities that inherit from it. The output has two problems:
The classes for the abstract entity inherit from each other. Unit is a subclass of _Unit (good), and _Unit is a subclass of Unit (bad).
The inheriting entities are missing; mogenerator did not generate any classes for them.
I told mogenerator to put the underscore classes and the underscore-free classes in separate directories; all of the underscore classes, including the broken _Unit, are in the correct directory.
The text was updated successfully, but these errors were encountered:
I'm using mogenerator 1.15 on Mac OS X 10.6.1. My model contains one abstract entity with two entities that inherit from it. The output has two problems:
Unit
is a subclass of_Unit
(good), and_Unit
is a subclass ofUnit
(bad).I told mogenerator to put the underscore classes and the underscore-free classes in separate directories; all of the underscore classes, including the broken
_Unit
, are in the correct directory.The text was updated successfully, but these errors were encountered: