[ https://issues.apache.org/jira/browse/GROOVY-7522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Keegan Witt reassigned GROOVY-7522: ----------------------------------- Assignee: Paul King > TupleConstructor overwrites empty default constructors > ------------------------------------------------------ > > Key: GROOVY-7522 > URL: https://issues.apache.org/jira/browse/GROOVY-7522 > Project: Groovy > Issue Type: Bug > Reporter: Keegan Witt > Assignee: Paul King > > {{@TupleConstructor}} should not overwrite existing empty default > constructors. For example, this should work, but doesn't currently > {code:java} > assert new Cat("Mr. Bigglesworth").name == null // fails > @groovy.transform.TupleConstructor > class Cat { > String name > int age > Cat(String name) {} > } > {code} > Granted, this is an edge case. But unexpected behavior, nonetheless. -- This message was sent by Atlassian JIRA (v6.3.4#6332)