You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by "Benjamin Venditti (JIRA)" <em...@incubator.apache.org> on 2010/11/01 12:19:23 UTC

[jira] Resolved: (EMPIREDB-90) The "createRecordProperties" switch in the codegenerator's configuration works not properly.

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

Benjamin Venditti resolved EMPIREDB-90.
---------------------------------------

    Resolution: Fixed

> The "createRecordProperties" switch in the codegenerator's configuration works not properly.
> --------------------------------------------------------------------------------------------
>
>                 Key: EMPIREDB-90
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-90
>             Project: Empire-DB
>          Issue Type: Bug
>          Components: CodeGenerator
>    Affects Versions: empire-db-2.0.6-incubating
>            Reporter: Benjamin Venditti
>            Assignee: Benjamin Venditti
>            Priority: Minor
>             Fix For: empire-db-2.0.7-incubating 
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Running the codegenerator plugin with the "createRecordProperties" switch turned on, will cause the generator to create uncompilable classes.
> The problem is that the method signature of the record properties seem to accidentally contain the "class" keyword.
> current:
> public class java.lang.Long getEMPLOYEE_ID() {...}
> should be:
> public java.lang.Long getEMPLOYEE_ID() {...}

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