[ 
http://jira.codehaus.org/browse/QDOX-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=183286#action_183286
 ] 

Robert Scholte commented on QDOX-172:
-------------------------------------

Maybe it's me, but I can't see any difference in signature between the two 
snippets other than the Objects have FQN's and it's all on one line.


> 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.1, 1.9.2
>            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