RFR: 8276164: RandomAccessFile#write method could throw IndexOutOfBoundsException that is not described in javadoc
Masanori Yano
myano at openjdk.java.net
Fri Oct 29 10:45:30 UTC 2021
Could you please review the 8276164 bug fixes?
I suggest adding the missing javadoc of `@throws IndexOutOfBoundsException`.
-------------
Commit messages:
- 8276164: RandomAccessFile#write method could throw IndexOutOfBoundsException that is not described in javadoc
Changes: https://git.openjdk.java.net/jdk/pull/6168/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6168&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8276164
Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/6168.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/6168/head:pull/6168
PR: https://git.openjdk.java.net/jdk/pull/6168
More information about the core-libs-dev
mailing list