On Wed, 23 Feb 2022 11:20:55 GMT, Prasanta Sadhukhan <psadhuk...@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. This pull request has now been integrated. Changeset: 6a3a7b94 Author: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/6a3a7b94a4c342ce12ad553f1ba2818ca3a77f36 Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod 6218162: DefaultTableColumnModel.getColumn() method should mention ArrayIndexOutOfBoundsException Reviewed-by: aivanov, prr ------------- PR: https://git.openjdk.java.net/jdk/pull/7587