RFR: 6218162: DefaultTableColumnModel.getColumn() method should mention ArrayIndexOutOfBoundsException [v3]

Phil Race prr at openjdk.java.net
Fri Mar 4 21:15:03 UTC 2022


On Mon, 28 Feb 2022 07:24:27 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> If invalid ie 0 or > getColumnCount() index is passed to DefaultTableColumnModel.getColumn() then it returns AIOBE in current implementation which should be documented in the spec. Fixed the spec to mention the exception.
>
> Prasanta Sadhukhan has updated the pull request incrementally with three additional commits since the last revision:
> 
>  - javadoc fix
>  - javadoc fix
>  - javadoc fix

Marked as reviewed by prr (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/7587



More information about the client-libs-dev mailing list