Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
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.
Activity

Field | Original Value | New Value |
---|---|---|
Attachment | qdox-128.patch [ 39544 ] |

Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Can't see any attached patch...