Skip to content

Support interfaces to extend other interfaces #468 #469

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
Dec 28, 2020

Conversation

kobylynskyi
Copy link
Owner

Fixes #468

@jxnu-liguobin my changes affect Kotlin as well, so please review Kotlin part. Thanks!

@kobylynskyi kobylynskyi self-assigned this Dec 26, 2020
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

value = "com.kobylynskyi.graphql.codegen.GraphQLCodegen",
date = "2020-12-31T23:59:59-0500"
)
public interface BarBar extends Bar{
Copy link
Collaborator

@jxnu-liguobin jxnu-liguobin Dec 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe need add a Space. Next time I'll modify it, it's a template problem

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pointing this out. I will make a note and do this in the next PR.

@kobylynskyi kobylynskyi merged commit 4917c4b into master Dec 28, 2020
@kobylynskyi kobylynskyi deleted the 468-interface-extends-interface branch December 28, 2020 04:38
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

Successfully merging this pull request may close these issues.

Interface implementing interface does not generate correct code (Version: 4.0.1)
2 participants