Preserve method signature and indentation in AbstractJavaEntity#getCodeBlock()
------------------------------------------------------------------------------

                 Key: QDOX-172
                 URL: http://jira.codehaus.org/browse/QDOX-172
             Project: QDox
          Issue Type: Sub-task
    Affects Versions: 1.9.2, 1.9.1
            Reporter: Vincent Siveton


The AbstractJavaEntity#getCodeBlock() change the method signature, see the test 
case of QDOX-171:

Original snippet
{noformat}
    public String myMethod( String s )
        throws Exception
    {
{noformat}

getCodeBlock()  snippet
{noformat}
public java.lang.String myMethod(java.lang.String s) throws java.lang.Exception 
{
{noformat}

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