RFR: 8285097: Duplicate XML keys in XPATHErrorResources.java and XSLTErrorResources.java

Joe Wang joehw at openjdk.java.net
Thu Apr 28 04:01:44 UTC 2022


On Wed, 20 Apr 2022 15:37:13 GMT, Shruthi <duke at openjdk.java.net> wrote:

> Removing the Duplicate keys present in XSLTErrorResources.java and XPATHErrorResources.java
> 
> The bug report for the same: https://bugs.openjdk.java.net/browse/JDK-8285097

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/res/XPATHErrorResources.java line 598:

> 596:        "rtf() not supported by XRTreeFragSelectWrapper"},
> 597: 
> 598:   { ER_ASNODEITERATOR_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER,

Please replace the usage in XRTreeFragSelectWrapper, and also update the LastModified tag.

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

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


More information about the core-libs-dev mailing list