RFR: 8255918: XMLStreamFilterImpl constructor consumes XMLStreamException [v5]
Michael Edgar
github.com+20868526+mikeedgar at openjdk.java.net
Thu Dec 10 02:42: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:
Apply comment, naming, and formatting suggestions
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/1209/files
- new: https://git.openjdk.java.net/jdk/pull/1209/files/a416b276..9a9c64dd
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1209&range=04
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1209&range=03-04
Stats: 10 lines in 1 file changed: 4 ins; 0 del; 6 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