RFR: 8361715: (bf) Improve java/nio/Buffer/GetChars.java and migrate to JUnit

Brett Okken duke at openjdk.org
Mon Jul 14 12:43:33 UTC 2025


junit for CharSequence behavior of CharBuffer covering different CharBuffer implementations in various states (offset, position, limit)

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

Commit messages:
 - whitespace
 - move parameterized data creation into method
 - linux line endings and subSequence test
 - JDK-8361715: create junit for CharSequence behavior of CharBuffer

Changes: https://git.openjdk.org/jdk/pull/26282/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26282&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8361715
  Stats: 133 lines in 1 file changed: 133 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/26282.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26282/head:pull/26282

PR: https://git.openjdk.org/jdk/pull/26282


More information about the nio-dev mailing list