commons-beanutils icon indicating copy to clipboard operation
commons-beanutils copied to clipboard

[BEANUTILS-545] - Redundant check MappedPropertyDescriptor creations

Open arturobernalg opened this issue 4 years ago • 0 comments

Currently when we try to create a new MappedPropertyDescriptor object the constructor check if the propertyName is null. This is redundant because the same check it's execute in the super constructor.

arturobernalg avatar Jan 22 '21 06:01 arturobernalg