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

Paul Hammant commented on QDOX-181:
-----------------------------------

Actually I think getDeclarationSignature() is more what I want for my 
particular case.

    void setName(java.lang.String firstName, java.lang.String familytName)

Perhaps this can be closed w/o action.

> JavaMethod.getCallSignature() reports parameter names not types
> ---------------------------------------------------------------
>
>                 Key: QDOX-181
>                 URL: http://jira.codehaus.org/browse/QDOX-181
>             Project: QDox
>          Issue Type: Bug
>          Components: Java API
>    Affects Versions: 1.9.2
>            Reporter: Paul Hammant
>            Assignee: Paul Hammant
>
> JavaMethod.getCallSignature() returns the likes of ..
>    setName(firstName, familyName)
> should be ..
>    setName(java.lang.String, java.lang.String)
> Of course, we can't just change this, so lets do a new method:
> JavaMethod.getCallSignatureWithTypes() // types and names
> JavaMethod.getStrictJavaSignature()  // types only a la 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