-
Notifications
You must be signed in to change notification settings - Fork 97
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
java.lang.IllegalStateException: Duplicate key #1139
Comments
@esfomeado Can you tell me the JDK version or vendor of your production code? It may be related to a specific JDK version or vendor. Thank you. |
@seongahjo Java 21.0.5 Temurin I will keep trying to recreate the issue as well. |
@seongahjo I was able to replicate the issue. Seems to be due to how I set up the interface plugin |
@esfomeado
Thank you for reporting an issue! |
@seongahjo Thanks the issue has been fixed after switching to the ConcreteTypeCandidateConcretePropertyResolver |
Describe the bug
Your environment
Steps to reproduce
I´m unable to create a replication for this issue.
This is a 1:1 copy of my production code but here it works as expected but it fails in my production code so I have no idea what causes this issue.
https://github.com/esfomeado/fixture-monkey-bug/blob/master/src/test/java/com/example/bug/FixtureMonkeyTest.java#L254
Expected behaviour
Should generate the value
Actual behaviour
It throws an exception
The text was updated successfully, but these errors were encountered: