On 5/6/2013 11:46 PM, Alan Bateman wrote:
On 06/05/2013 18:49, huizhe wang wrote:
:
True. I've added 176 new tests. JCK team is also testing using the
current build of JAXP RI. I will also run regression tests.
The new webrev included fixes to a couple of test failures in the
last JPRT build.
http://cr.openjdk.java.net/~joehw/jdk8/8011653/webrev/
At some point we need to figure out how to get the JAXP tests into the
jaxp repository.
That would be nice. I'll ask again SQE's plan to start this.
I've looked at the updated javadoc and it looks good.
Great! thanks.
A couple of nits:
- DocumentBuilderFactory still says that SAXException is throw by
DocumentBuilderFactory.
Yes, that's what's in the jaxp1.3/1.4 spec unfortunately. Both DOM and
SAX throws SAXException. It should have defined a DOMException for DOM
operations.
- "or or" in SchemaFactory L428.
Fixed.
Thanks,
Joe
-Alan