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
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
-
The
QDOX-126patch makes this one obsoleteQDOX-126patch makes this one obsolete