Mehdi Afsari created BEANUTILS-472:
--------------------------------------

             Summary: AbstractConverter.convert does not work properly on 
Object array
                 Key: BEANUTILS-472
                 URL: https://issues.apache.org/jira/browse/BEANUTILS-472
             Project: Commons BeanUtils
          Issue Type: Bug
          Components: Locale BeanUtils / Converters
    Affects Versions: 1.9.2
            Reporter: Mehdi Afsari
            Priority: Blocker


inside AbstractConverter.convert when convertArray calls if the object is an 
array type only the first element of that array will return:
return Array.get(value, 0)

this willl leads data loss so the better solution is to throw an exception or 
perform something else ~



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to