jdaugherty commented on code in PR #15625:
URL: https://github.com/apache/grails-core/pull/15625#discussion_r3177382785


##########
grails-bootstrap/src/main/groovy/grails/codegen/model/FieldDefinition.groovy:
##########
@@ -150,7 +150,13 @@ class FieldDefinition extends AbstractMemberDefinition {
         }
     }
 
-    static Builder builder() {
-        new Builder()
+    /**
+     * Factory for the {@link FieldDefinition.Builder}. The return type is 
intentionally fully qualified:
+     * {@code PropertyDefinition} declares an inner Builder of the same simple 
name, and groovydoc resolves
+     * unqualified {@code Builder} references inconsistently between builds 
(depends on filesystem iteration

Review Comment:
   This sounds like a groovy bug.  shouldn't we open a ticket on this?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to