> `NoRepl`-suffixed `String` methods denote methods that do not replace invalid 
> characters, but throw `CharacterCodingException` on encounter. This behavior 
> cannot easily be derived from the method footprints, has been a source of 
> confusion for maintainers, and is not uniformly adopted, e.g., 
> `newStringUTF8NoRepl()` and `getBytesUTF8NoRepl()` does *not* throw `CCE`. 
> This PR removes `NoRepl` suffix from method names and consistently uses 
> `throws CCE` in method footprints. (b4845109e18 passes `tier1,2`.)

Volkan Yazici has updated the pull request incrementally with one additional 
commit since the last revision:

  Remove redundant type parameters

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/26413/files
  - new: https://git.openjdk.org/jdk/pull/26413/files/f536a341..c5ddfe62

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=26413&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=26413&range=02-03

  Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/26413.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26413/head:pull/26413

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

Reply via email to