Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-M3
-
None
Description
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.