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

Robert Scholte closed QDOX-134.
-------------------------------

    Resolution: Fixed
      Assignee: Robert Scholte

Fix in [rev-675 | http://fisheye.codehaus.org/changelog/qdox/?cs=675]

> Upgrading breaks parsing of doclet tag parameters
> -------------------------------------------------
>
>                 Key: QDOX-134
>                 URL: http://jira.codehaus.org/browse/QDOX-134
>             Project: QDox
>          Issue Type: Bug
>    Affects Versions: 1.6.3
>            Reporter: Josh Auerbach
>            Assignee: Robert Scholte
>             Fix For: 1.11
>
>
> We have been using qdox 1.1 for a while now, and in a desire to have support 
> for Java generics we are attempting to upgrade to 1.6.3
> However we are encountering a bug... consider this class:
> /**
>  * @myTag name=TestClass attrs=Something1,Something2,Something3
>  */
> public class TestClassImpl {
> }
> before we would get the DocletTag for myTag and do a getParameters and it 
> would give us a String array: 
> {"name=TestClass","attrs=Something1,Something2,Something3"}
> now the same thing gives us  
> {"name","=","TestClass","attrs","=","Something1",",","Something2",",","Something3"}
>  ie it gets split up at all ='s and ,'s
> I think this may have to due with this change: 
> http://archive.qdox.codehaus.org/scm/20040531145056.11387.qmail%40codehaus.org
> I am now starting to hack around this, but would much prefer to get this 
> resolved.

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