naver / fixture-monkey

Let Fixture Monkey generate test instances including edge cases automatically
https://naver.github.io/fixture-monkey
Apache License 2.0
560 stars 89 forks source link

Fix ConstructorProperty equals and hashCode using Type instead of AnnotatedType #943

Closed seongahjo closed 6 months ago

seongahjo commented 6 months ago

Summary

Fix ConstructorProperty equals and hashCode using Type instead of AnnotatedType

In general, implementations of AnnotatedType do not override equals and hashCode.

How Has This Been Tested?

existing tests

Is the Document updated?

No