[dna-issues] [JBoss JIRA] Resolved: (DNA-380) The inflector is not lowercasing the first character in the 'camelCase(...)' method

Randall Hauch (JIRA) jira-events at lists.jboss.org
Thu Apr 23 12:26:40 EDT 2009


     [ https://jira.jboss.org/jira/browse/DNA-380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Randall Hauch resolved DNA-380.
-------------------------------

    Resolution: Done


Corrected the camelCase(...)  method to lowercase the first character per the JavaDoc.

> The inflector is not lowercasing the first character in the 'camelCase(...)' method
> -----------------------------------------------------------------------------------
>
>                 Key: DNA-380
>                 URL: https://jira.jboss.org/jira/browse/DNA-380
>             Project: DNA
>          Issue Type: Bug
>          Components: Common
>    Affects Versions: 0.3
>            Reporter: Randall Hauch
>            Assignee: Randall Hauch
>             Fix For: 0.4
>
>
> The Inflector.camelCase(...) method takes a boolean to say whether the first character should be uppercased.  When 'false' was provided as a parameter, the method was not lowercasing the first character (as the JavaDoc says it should).  This makes Inflector.lowerCamelCase(...) not work properly when the first character is already uppercase.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the dna-issues mailing list