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

Vincent Siveton updated QDOX-171:
---------------------------------

    Attachment: TestQDOX171.java

The getCodeBlock() removes Javadoc separator i.e. "spacestarspace"

Here is a small sample:
{noformat}
    /**
     * bla
     *
     * bla
     *
     * bla
     *
     *
     * @param s a string
     * @return a string
     * @throws Exception
     */
    public String myMethod( String s )
        throws Exception
    {
        return null;
    }
{noformat}

The result is the following:
{noformat}
/**
 * bla

bla

bla
 *
 * @param s a string
 * @return a string
 * @throws Exception
 */
public java.lang.String myMethod(java.lang.String s) throws java.lang.Exception 
{

        return null;
    }
{noformat}


> AbstractJavaEntity#getCodeBlock() skips Javadoc separator
> ---------------------------------------------------------
>
>                 Key: QDOX-171
>                 URL: http://jira.codehaus.org/browse/QDOX-171
>             Project: QDox
>          Issue Type: Bug
>    Affects Versions: 1.9.1, 1.9.2
>            Reporter: Vincent Siveton
>         Attachments: TestQDOX171.java
>
>


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