Array declarations in generics have missing brackets in toGenericString()
-------------------------------------------------------------------------

                 Key: QDOX-206
                 URL: http://jira.codehaus.org/browse/QDOX-206
             Project: QDox
          Issue Type: Bug
          Components: Java API
    Affects Versions: 1.11
            Reporter: Harry Mark


Array declarations in generics have the brackets removed.

For example, parsing this:

    public Map<String[], Object[]> test(Map<String[], Object[]> input) {
            ...
    }

Returns this:

    public java.util.Map<java.lang.String, java.lang.Object> 
test(java.util.Map<java.lang.String, java.lang.Object> input);

When using JavaMethod.getReturns().toGenericString() & 
JavaParameter.getType().toGenericString()


-- 
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