[jira] Updated: (CAY-1097) Attribute types are not generated for primitive ints

From: Loiko Dima (JIRA) ("Loiko)
Date: Wed Aug 27 2008 - 11:44:11 EDT

  • Next message: Tore Halset (JIRA): "[jira] Created: (CAY-1100) merge: make getColumnOriginal() and getColumnNew() public"

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

    Loiko Dima updated CAY-1097:
    ----------------------------

        Attachment: importUtils

    > Attribute types are not generated for primitive ints
    > ----------------------------------------------------
    >
    > Key: CAY-1097
    > URL: https://issues.apache.org/cayenne/browse/CAY-1097
    > Project: Cayenne
    > Issue Type: Bug
    > Components: Cayenne Core Library, CayenneModeler GUI
    > Affects Versions: 3.0
    > Environment: 3.0M4, class generation from CayenneModeler
    > Reporter: Andrus Adamchik
    > Assignee: Andrus Adamchik
    > Fix For: 3.0
    >
    > Attachments: importUtils, singleclass, subclass
    >
    >
    > Not sure if this happens with cgen, but when generating classes from CayenneModeler, primitive int (and other primitives?) attributes result in broken code. This was initially described here:
    > http://markmail.org/message/giz4mobirutx3ita
    > The generated code looks like this:
    > public void setId(int id) {
    > writeProperty("id", id);
    > }
    > public $classGen.formatJavaType(${attr.Type}) getId() {
    > Object value = readProperty("id");
    > return (value != null) ? (Integer) value : 0;
    > }

    -- 
    This message is automatically generated by JIRA.
    -
    You can reply to this email to add a comment to the issue online.
    



    This archive was generated by hypermail 2.0.0 : Wed Aug 27 2008 - 11:45:13 EDT