You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by GitBox <gi...@apache.org> on 2021/06/14 19:52:29 UTC

[GitHub] [groovy] eric-milles commented on pull request #1599: GROOVY-9382, GROOVY-10133: prefer isName() over getName() for boolean

eric-milles commented on pull request #1599:
URL: https://github.com/apache/groovy/pull/1599#issuecomment-860949703


   One thing to watch out for in XML handling is Node has both "getFirstChild()" and "isFirstChild()".
   ```
   com.sun.org.apache.xerces.internal.dom.NodeImpl.isFirstChild()
   com.sun.org.apache.xerces.internal.dom.ParentNode.getFirstChild()
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org