On Thu, 29 Feb 2024 21:00:09 GMT, Joe Wang <jo...@openjdk.org> wrote:
> Fix a NPE when a validating parser is restricted by the JDKCatalog resolve > property. Also slightly improved the error msg with the catalog name. > > Test: new test added > existing test CatalogSupport5 would fail without the Null check on > ErrorReporter. It's a separate issue not covered by this fix. This pull request has now been integrated. Changeset: a3d51d20 Author: Joe Wang <jo...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/a3d51d2027c18e88703022d1c65a3048b9f2967e Stats: 116 lines in 5 files changed: 101 ins; 0 del; 15 mod 8326915: NPE when a validating parser is restricted Reviewed-by: lancea, naoto ------------- PR: https://git.openjdk.org/jdk/pull/18071