[jboss-jira] [JBoss JIRA] (JBJCA-760) Proper case for properties

Jesper Pedersen (JIRA) jira-events at lists.jboss.org
Fri Mar 9 11:32:36 EST 2012


Jesper Pedersen created JBJCA-760:
-------------------------------------

             Summary: Proper case for properties
                 Key: JBJCA-760
                 URL: https://issues.jboss.org/browse/JBJCA-760
             Project: IronJacamar
          Issue Type: Task
          Components: Code Generator
            Reporter: Jesper Pedersen
            Assignee: Jeff Zhang


If a property is entered like

Resource adapter config properties [enter to quit]: 
    Name: Enable

the code that is generated is

{code}
private Boolean Enable;
{code}

It should be

{code}
private Boolean enable;
{code}

This affects constructor, set/get, equals and hashCode too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list