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

Robert Scholte closed QDOX-181.
-------------------------------

       Resolution: Won't Fix
    Fix Version/s: 1.11

> 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
>             Fix For: 1.11
>
>
> 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