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

Robert Scholte commented on QDOX-206:
-------------------------------------

A snapshot has been deployed. It was the first one, that's why the link didn't 
work. We've just released 1.11 (march 13th) and right now we've fixed 2 issues. 
I don´t want to release for every bugfix, so I don't expect a new release soon 
(in days or weeks) unless there a real good reason to do so.
Subscribe to the announcementlist and you´ll be the first to know.

> 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
>            Assignee: Robert Scholte
>             Fix For: 1.12
>
>
> 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