[GitHub] groovy pull request: Fix for GROOVY-6454

2016-03-30 Thread erdi
Github user erdi commented on a diff in the pull request: https://github.com/apache/groovy/pull/299#discussion_r57941783 --- Diff: src/spec/test/ClassDesignASTTransformsTest.groovy --- @@ -189,14 +189,14 @@ class NumberBooleanBuilder { StringBuilder nums = new

[GitHub] groovy pull request: Fix for GROOVY-6454

2016-03-30 Thread erdi
GitHub user erdi opened a pull request: https://github.com/apache/groovy/pull/299 Fix for GROOVY-6454 Add allNames option which allows to include fields/properties/methods with internal names in code generated by Builder, Delegate, EqualsAndHashCode, MapConstructor, ToString and