RFR: 8037397: Lost nested character class after intersection && [v4]

Ian Graves igraves at openjdk.java.net
Fri Apr 2 19:15:39 UTC 2021


> Bug fix with the intersection `&&` operator in regex patterns. In JDK-8037397, some character classes on the right hand side of the operator are dropped in cases where nested `[..]` classes are used with non "nested" ones.

Ian Graves has updated the pull request incrementally with one additional commit since the last revision:

  Bumping copyright date.

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/3291/files
  - new: https://git.openjdk.java.net/jdk/pull/3291/files/9a46443d..de0fa217

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3291&range=03
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3291&range=02-03

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

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


More information about the core-libs-dev mailing list