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

Factory source generation fails when a method of create(Foo foo) is already present in implemented interface #80

Open
Zubnix opened this issue Feb 23, 2014 · 2 comments
Assignees
Labels
Component: factory P3 type=defect Bug, not working as expected

Comments

@Zubnix
Copy link

Zubnix commented Feb 23, 2014

Creating a factory with an interface that already contains the would be generated method fails. The code generation should only create the implementation of said method.

@gk5885
Copy link
Contributor

gk5885 commented Feb 25, 2014

That was (at one point) a known issue, but apparently never actually filed or fixed. Sorry about that. Thanks for the bug report.

@gk5885 gk5885 self-assigned this Feb 25, 2014
@adrian-chang
Copy link

+1 on this. This basically makes the whole interface configuration option awkward to use as you have to pattern out all of the same auto factory methods with a different name but same signature.

@raghsriniv raghsriniv added the P3 label Jun 24, 2019
@kluever kluever added the type=defect Bug, not working as expected label Aug 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: factory P3 type=defect Bug, not working as expected
Projects
None yet
Development

No branches or pull requests

6 participants