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