You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Pinaki Poddar (JIRA)" <ji...@apache.org> on 2009/11/13 06:47:39 UTC

[jira] Created: (OPENJPA-1386) Metamodel Generator does not handle field types that can hide another

Metamodel Generator does not handle field types that can hide another
---------------------------------------------------------------------

                 Key: OPENJPA-1386
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1386
             Project: OpenJPA
          Issue Type: Bug
          Components: jpa
    Affects Versions: 2.0.0-M3
            Reporter: Pinaki Poddar
            Assignee: Pinaki Poddar
             Fix For: 2.0.0-M4


If an entity declares fields of types that can hide each other by their simple name e.g.
java.sql.Date sDate;
java.util.Date uDate;

Metamodel generator generates code that are not compilable because the field types are not qualified and hidden properly.

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


[jira] Resolved: (OPENJPA-1386) Metamodel Generator does not handle field types that can hide another

Posted by "Pinaki Poddar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-1386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pinaki Poddar resolved OPENJPA-1386.
------------------------------------

    Resolution: Fixed

> Metamodel Generator does not handle field types that can hide another
> ---------------------------------------------------------------------
>
>                 Key: OPENJPA-1386
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1386
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jpa
>    Affects Versions: 2.0.0-M3
>            Reporter: Pinaki Poddar
>            Assignee: Pinaki Poddar
>             Fix For: 2.0.0-M4
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> If an entity declares fields of types that can hide each other by their simple name e.g.
> java.sql.Date sDate;
> java.util.Date uDate;
> Metamodel generator generates code that are not compilable because the field types are not qualified and hidden properly.

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