Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken with abstract entities #3

Closed
boredzo opened this issue Nov 11, 2009 · 2 comments
Closed

Broken with abstract entities #3

boredzo opened this issue Nov 11, 2009 · 2 comments

Comments

@boredzo
Copy link

boredzo commented Nov 11, 2009

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:

  1. 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).
  2. 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.

@rentzsch
Copy link
Owner

Can you post your model file? I can't reproduce this: http://dl.dropbox.com/u/14209/Repro_mogenerator_3.zip

@boredzo
Copy link
Author

boredzo commented Nov 13, 2009

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants