RFR: 8255918: XMLStreamFilterImpl constructor consumes XMLStreamException [v4]

Michael Edgar github.com+20868526+mikeedgar at openjdk.java.net
Wed Dec 9 11:49:51 UTC 2020


> Allow `XMLStreamException` to be thrown to the application when a filtered `XMLStreamReader` encounters an `XMLStreamException` advancing the wrapped `XMLStreamReader`.
> 
> Note, this PR includes a method signature change (constructor of `com.sun.org.apache.xerces.internal.impl.XMLStreamFilterImpl`).

Michael Edgar has updated the pull request incrementally with one additional commit since the last revision:

  Additional test class clean-up

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/1209/files
  - new: https://git.openjdk.java.net/jdk/pull/1209/files/275ea830..a416b276

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

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

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


More information about the core-libs-dev mailing list