Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: 1.7
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
The parser stumbles over new lines in annotations like the following:
@Annotation(property =
"value")
This happens because the parser converts the string value by removing the first (which in this case is a newline) and last character. The attached patch fixes this.
Issue Links
- is superceded by
-
QDOX-126 Improved annotation support including types, fields and expressions
Activity
Jochen Kuhnle
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | qdox-QDOX-123.patch.txt [ 28084 ] |
Dennis Lundberg
made changes -
Dennis Lundberg
made changes -
Resolution | Duplicate [ 3 ] | |
Fix Version/s | 1.7 [ 11160 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
The
QDOX-126patch makes this one obsolete