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

Annotation processor doesn't use full inheritance #46

Open
EvanKirshenbaum opened this issue Sep 28, 2017 · 0 comments
Open

Annotation processor doesn't use full inheritance #46

EvanKirshenbaum opened this issue Sep 28, 2017 · 0 comments

Comments

@EvanKirshenbaum
Copy link
Collaborator

[imported from HPE issue 334]

There are several places in the annotation processor in which Abraham asked questions about the schema interface's parent (e.g., "Does it have a method with this name and signature?") but as near as I can tell, this only takes into account the methods and fields explicitly defined in that parent and ignores any that are inherited from its parent.

This needs to be generalized to do the right thing with deeper hierarchies.

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