<i18n dev> RFR: 8273430: Suspicious duplicate condition in java.util.regex.Grapheme#isExcludedSpacingMark

Ian Graves igraves at openjdk.java.net
Wed Sep 8 20:33:26 UTC 2021


The duplicate condition in this chain of expressions needs to be shrunk to drop a couple of character that are not excluded spacing marks.

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

Commit messages:
 - 8273430: Suspicious duplicate condition in java.util.regex.Grapheme#isExcludedSpacingMark

Changes: https://git.openjdk.java.net/jdk/pull/5425/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5425&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8273430
  Stats: 10 lines in 2 files changed: 7 ins; 0 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5425.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5425/head:pull/5425

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


More information about the i18n-dev mailing list