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

Robert Scholte closed QDOX-128.
-------------------------------

    Resolution: Fixed

r522 | rfscholte | 2009-01-30 22:29:23 CET

added test for qdox-128; doesn't seem to fail
----------------------------------------------------------------------------

> Parser does not keep quotes in annotation string and char values
> ----------------------------------------------------------------
>
>                 Key: QDOX-128
>                 URL: http://jira.codehaus.org/browse/QDOX-128
>             Project: QDox
>          Issue Type: Bug
>    Affects Versions: 1.6
>            Reporter: Jochen Kuhnle
>         Attachments: qdox-128.patch
>
>
> The parser strips single and double quotes from character and string 
> constants in annotation values. E.g. an annotation @Anno(run = "1.0") results 
> in the value <1.0> (without the <>) for parameter "run". This makes the value 
> indistinguishable from numerical values or field references. Therefor, the 
> parser should keep the quotes (resulting in value <"1.0">). The attached 
> patch fixes this.

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