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

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Fri Feb 25 04:51:56 UTC 2022


> 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

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7587/files
  - new: https://git.openjdk.java.net/jdk/pull/7587/files/f28c87f5..0f7c0ab7

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7587&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7587&range=00-01

  Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7587.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7587/head:pull/7587

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



More information about the client-libs-dev mailing list