RFR (JAXP) 8138721 : ElementTraversal: javadoc warning; also, hasFeature shall return true
Daniel Fuchs
daniel.fuchs at oracle.com
Fri Oct 2 12:35:05 UTC 2015
Looks fine to me Joe.
Strange that a trailing '.' could produce such a warning.
I have a question however about:
(feature.equalsIgnoreCase("ElementTraversal")
128 && (anyVersion
129 || version.equals("1.0"))
Does this means that ElementTraversal is only supported
on DOM 1.0 - and not on DOM 2.0 and 3.0?
best regards,
-- daniel
On 02/10/15 02:16, huizhe wang wrote:
> Hi,
>
> Thanks Lance and Daniel for pointing out the javadoc warning! Here's the
> fix. Also, added ElementTraversal to the DOMImplementation supported
> feature list.
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8138721
> http://cr.openjdk.java.net/~joehw/jdk9/8138721/webrev/
>
> Thanks,
> Joe
>
More information about the core-libs-dev
mailing list