Factory source generation fails when a method of create(Foo foo) is already present in implemented interface
Open
Component: factory
P3
type=defect
- Dominant language
- Java
- Stars
- 10.6k
- Forks
- 1.2k
- Avg merge
- 6h 32m
- Merged PRs (30d)
- 13
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.