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

Inheritance generation does not work in library projects. #6

Closed
dkunzler opened this issue Aug 16, 2013 · 1 comment
Closed

Inheritance generation does not work in library projects. #6

dkunzler opened this issue Aug 16, 2013 · 1 comment
Assignees
Labels

Comments

@dkunzler
Copy link
Owner

Inherited methods will not get generated if the superinterface is in a library project instead of the current project.

@ghost ghost assigned dkunzler Aug 16, 2013
@dkunzler
Copy link
Owner Author

Was broken for library projects in eclipse (because of the eclipse internal compiler) and for jars. Fixed now by using reflection for super interfaces that are not part of the compilation.

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

No branches or pull requests

1 participant