Skip to content

Fix issues with generic methods handling in the SBG #1327

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

Merged
merged 1 commit into from
Mar 25, 2019

Conversation

vmutafov
Copy link
Contributor

Commit fixes issues regarding the handling of generic methods with own generic parameters (not coming from the class declaration), creation of the generic hierarchy view also had a problem with deeply nested in the hierarchy generic interfaces. Commit also introduces better handling of cases where classes can not be extended(final classes, non public constructor arguments, etc.). Tested with extend of all classes found in the android sdk and overriding all their methods.

@cla-bot cla-bot bot added the cla: yes label Mar 25, 2019
@vmutafov vmutafov force-pushed the vmutafov/sbg-refactoring-fix branch from c729ed3 to 228a386 Compare March 25, 2019 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants