AbstractArrayConverter.strings should be replaced by its class.
---------------------------------------------------------------
Key: BEANUTILS-338
URL: https://issues.apache.org/jira/browse/BEANUTILS-338
Project: Commons BeanUtils
Issue Type: Improvement
Components: ConvertUtils & Converters
Reporter: Sebb
AbstractArrayConverter.strings should be replaced by its class.
The field is only ever used to extract its class, so that might as well be done
once.
It would then agree with the way it is done in BooleanArrayConverter.
The same applies to the various other converters that only ever use the Class
attribute of their (private) MODEL variables.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.