Misspelling by AbstractModelloGenerator#singular(..) method
-----------------------------------------------------------
Key: MODELLO-210
URL:
http://jira.codehaus.org/browse/MODELLO-210 Project: Modello
Issue Type: Improvement
Components: modello-core
Affects Versions: 1.0.2, 1.1
Reporter: Oleg Taranenko
Priority: Minor
Attachments: singular.patch
snippet
{code:xml}
<field xml.transient="true">
<name>sandboxes</name>
<description>Describes the sandboxes to a project.</description>
<type>Map</type>
<association>
<type>Sandbox</type>
<multiplicity>*</multiplicity>
</association>
</field>
{code}
generated method:
{code:java}
/**
* Method addSandboxe.
*
* @param key
* @param value
*/
public void addSandboxe( Object key, Sandbox value )
{
getSandboxes().put( key, value );
} //-- void addSandbox( Object, Sandbox )
{code}
*addSandbox* sounds better...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email