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

Driver compiler doesn't handle extended classes #352

Open
AfterLifeLochie opened this issue Jun 30, 2015 · 0 comments
Open

Driver compiler doesn't handle extended classes #352

AfterLifeLochie opened this issue Jun 30, 2015 · 0 comments

Comments

@AfterLifeLochie
Copy link

The driver compiler doesn't support extended classes at all. Instead, it considers only the interfaces on the source and the destination and ignores any superclasses.

It would be useful for the merger engine to support importing extensions from source classes into destination classes; this would essentially mean asserting that there is only one superclass not Object between source and destination, then ensuring that the object created in <init> is of the correct supertype (ie, either object for no supertype, or an instance of the superclass).

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

No branches or pull requests

1 participant