[jira] Created: (MODELLO-210) Misspelling by AbstractModelloGenerator#singular(..) method

View: New views
2 Messages — Rating Filter:   Alert me  

[jira] Created: (MODELLO-210) Misspelling by AbstractModelloGenerator#singular(..) method

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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



[jira] Closed: (MODELLO-210) Misspelling by AbstractModelloGenerator#singular(..) method

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MODELLO-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MODELLO-210.
-------------------------------------

         Assignee: Benjamin Bentmann
       Resolution: Fixed
    Fix Version/s: 1.1

Patch applied in [r1281|http://fisheye.codehaus.org/changelog/modello/?cs=1281], thanks.

> 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
>            Assignee: Benjamin Bentmann
>            Priority: Minor
>             Fix For: 1.1
>
>         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