You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2016/12/18 16:39:58 UTC

[jira] [Updated] (CAY-2176) Java 7 diamond class generation templates

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

Andrus Adamchik updated CAY-2176:
---------------------------------
    Description: Let's update cgen templates to generate a diamond operator for the right-hand side of static Property objects instead of the full generic type. I.e. 'new Property<>("name")' instead of 'new Property<String>("name")'  (was: Let's update cgen templates to generate a diamond operator for teh right-hand side of static Property objects instead of the full generic type. )

> Java 7 diamond class generation templates
> -----------------------------------------
>
>                 Key: CAY-2176
>                 URL: https://issues.apache.org/jira/browse/CAY-2176
>             Project: Cayenne
>          Issue Type: Task
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 4.0.M5
>
>
> Let's update cgen templates to generate a diamond operator for the right-hand side of static Property objects instead of the full generic type. I.e. 'new Property<>("name")' instead of 'new Property<String>("name")'



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