You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (JIRA)" <ji...@apache.org> on 2016/01/04 08:02:39 UTC

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

     [ https://issues.apache.org/jira/browse/GROOVY-7475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul King closed GROOVY-7475.
-----------------------------
    Resolution: Cannot Reproduce
      Assignee: Paul King

please reopen with a reproducible test case if you are still having problems

> 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
>            Assignee: Paul King
>
> 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)