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

Jason Dillon updated MGROOVY-107:
---------------------------------

    Description: 
Newlines in the comment section don't get written out properly.

In groovy ....

{code}
/**
 * Line 1.
 * Line 2.
 * 
 * @param blah A variable
 */
{code}

In the generated java stub ...

{code}
/**
 * Line 1.
Line 2.
 * 
 * @param blah A variable
 */
{code}


  was:
Newlines in the comment section don't get written out properly.

In groovy ....
/**
 * Line 1.
 * Line 2.
 * 
 * @param blah A variable
 */

In the generated java stub ...

/**
 * Line 1.
Line 2.
 * 
 * @param blah A variable
 */


> \n in javadocs cause weirdness
> ------------------------------
>
>                 Key: MGROOVY-107
>                 URL: http://jira.codehaus.org/browse/MGROOVY-107
>             Project: Maven 2.x Groovy Integration
>          Issue Type: Bug
>          Components: stub generation
>    Affects Versions: 1.0-beta-3
>            Reporter: Luke Daley
>            Assignee: Jason Dillon
>             Fix For: 1.0-beta-4
>
>
> Newlines in the comment section don't get written out properly.
> In groovy ....
> {code}
> /**
>  * Line 1.
>  * Line 2.
>  * 
>  * @param blah A variable
>  */
> {code}
> In the generated java stub ...
> {code}
> /**
>  * Line 1.
> Line 2.
>  * 
>  * @param blah A variable
>  */
> {code}

-- 
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

Reply via email to