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

Vincent Siveton commented on QDOX-172:
--------------------------------------

In the getCodeBlock() snippet the differences are

"*missing indentation* public"
"java.lang.String" instead of "String"
"myMethod(java.lang.String s)" instead of "myMethod( String s )"
no return of line
"throws java.lang.Exception" "instead of "throws Exception"


> 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