[ http://issues.apache.org/jira/browse/BEANUTILS-256?page=all ]
Niall Pemberton resolved BEANUTILS-256.
---------------------------------------
Fix Version/s: 1.8.0
Resolution: Fixed
Assignee: Niall Pemberton
As well as the getIndexedProperty methods, the same issue was there for the
corresponding setIndexedProperty methods as well. Also these methods were
trapping InvocationTargetExceptions and re-throwing
ArrayIndexOutOufBoundsException - modified to re-throw any
IndexOutOfBoundsException.
> getIndexedProperty() should javadoc IndexOutOufBoundsException
> --------------------------------------------------------------
>
> Key: BEANUTILS-256
> URL: http://issues.apache.org/jira/browse/BEANUTILS-256
> Project: Commons BeanUtils
> Issue Type: Bug
> Affects Versions: 1.7.0
> Reporter: Torsten Feig
> Assigned To: Niall Pemberton
> Priority: Trivial
> Fix For: 1.8.0
>
>
> PropertyUtilsBean.getIndexedProperty()'s javadoc declares to throw
> ArrayIndexOutOfBoundsException, which is correct since the code can access an
> array. But it can also access a list and therefor throw an
> IndexOutOufBoundsException, so it should be mentioned in the javadoc as well.
> Since ArrayIndexOutOfBoundsException is a variation of
> IndexOutOufBoundsException with essentially the same meaning, one could limit
> oneself to IndexOutOufBoundsException.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]