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.