GitHub user sergeyh opened a pull request: https://github.com/apache/groovy/pull/668
Fix XmlParser default constructor Javadoc Currently, Javadoc says it creates "non-validating and non-namespace-aware" parser, but in fact, it _is_ namespace aware. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sergeyh/groovy xml-parser-javadoc Alternatively you can review and apply these changes as the patch at: https://github.com/apache/groovy/pull/668.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #668 ---- commit 4a00a32adc88a1fdb2c59cf15f1d73bd64bba377 Author: Sergey Khudyakov <sergeyhudyakov@...> Date: 2018-02-28T16:03:26Z Fix XmlParser default constructor Javadoc Currently, Javadoc says it creates "non-validating and non-namespace-aware" parser, but in fact, it's namespace aware. ---- ---