RFR: 8354774: DocumentBuilderFactory getAttribute throws NPE [v2]

Naoto Sato naoto at openjdk.org
Fri Apr 18 21:39:55 UTC 2025


On Fri, 18 Apr 2025 21:26:23 GMT, Joe Wang <joehw at openjdk.org> wrote:

>> Fix a NPE on calling DocumentBuilderFactory::getAttribute, refer to the bug report.
>> 
>> Also in this patch: consolidates get and set properties to use the same Util methods to reduce potential errors when code changes.
>> 
>> Test:
>>     Tier1 - 3 passed
>>     JCK test passed
>
> Joe Wang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   remove unused variable pName; remove unused imports

Thanks. Looks good.

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

Marked as reviewed by naoto (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/24732#pullrequestreview-2779478771


More information about the core-libs-dev mailing list