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

Alexey Ivanov aivanov at openjdk.java.net
Fri Feb 25 12:28:57 UTC 2022


On Fri, 25 Feb 2022 04:51:56 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 one additional commit since the last revision:
> 
>   Fix javadoc

I believe the copyright year shall be updated too.

Other than that, it looks good.

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

Marked as reviewed by aivanov (Reviewer).

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



More information about the client-libs-dev mailing list