Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.6
-
Fix Version/s: 2.0.6, 2.1.0-beta-1, 1.8.9
-
Component/s: GroovyDoc
-
Labels:None
-
Number of attachments :
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?