commons-beanutils
commons-beanutils copied to clipboard
[BEANUTILS-545] - Redundant check MappedPropertyDescriptor creations
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.