Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8.6
-
None
Description
The Groovy class Node is missing a lot of documentation:
http://groovy.codehaus.org/api/groovy/util/Node.html
Take, for example, the parent() method. What does it return for the root Node? Is it null or this?