Merge creator cache for Constructor and Method by k163377 · Pull Request #627 · FasterXML/jackson-module-kotlin (original) (raw)
#512 added caches for each of Constructor
and Method
without any particular consideration.
On the other hand, it is unlikely that Creator
is equally defined for both Constructor
and Method
, and this situation is wasteful.
Therefore, these two caches were merged.
This is minor, but also mitigates the problem of #584.
@cowtowncoder
What should I do about code reviews?
I am concerned about merging complex content without review, let alone simple content like this.