You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Keegan Witt (JIRA)" <ji...@apache.org> on 2015/07/24 01:27:04 UTC

[jira] [Created] (GROOVY-7523) TupleConstructor with empty includes includes all

Keegan Witt created GROOVY-7523:
-----------------------------------

             Summary: TupleConstructor with empty includes includes all
                 Key: GROOVY-7523
                 URL: https://issues.apache.org/jira/browse/GROOVY-7523
             Project: Groovy
          Issue Type: Bug
            Reporter: Keegan Witt


I know this is a bit of an edge case, but I find the behavior doesn't follow what one would expect

{code:java}
assert Cat.class.declaredConstructors.size() == 1  // fails

@groovy.transform.TupleConstructor(includes=[])
class Cat {
  String name
  int age
}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)