You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Olfa Arfani (JIRA)" <ji...@apache.org> on 2015/06/25 17:08:04 UTC

[jira] [Created] (GROOVY-7475) Seems to have limit on number of attributes when making new instance

Olfa Arfani created GROOVY-7475:
-----------------------------------

             Summary: Seems to have limit on number of attributes when making new instance
                 Key: GROOVY-7475
                 URL: https://issues.apache.org/jira/browse/GROOVY-7475
             Project: Groovy
          Issue Type: Bug
          Components: groovy-runtime
    Affects Versions: 2.3.11
         Environment: grails 2.3.11
            Reporter: Olfa Arfani


Person aPerson = new Person(
              prop1: value1,
              prop2: value2,
              prop3:value3,
              prop4 : value4,
              prop5 : value5,
              prop6: value6,
              prop7: value7,
              prop8 : value8,
              prop9: value9,
              prop10: value10,
              prop11: value11,
              prop12: value12,
              prop13, value13,
              prop14: value10,
              prop15: value11,
              prop16: value12,
              prop17, value13,
              prop18: value14)
             


             



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