Details
Description
Some undefined time ago, it was possible to parse the following source
with qdox and retrieve a sensible value for the "foo" attribute of the
"bar.baz" tag -> "this is multilined"
/**
- @bar.baz foo="this is
- multilined"
*/
with the latest snapshot, this unfortunately doesn't work anymore.
I haven't found an open related jira issue, but before creating one, I
wanted to make sure this wasn't on purpose ?
I think allowing this makes sense, for instance for xdoclet because
some attributes might have longish values, like the "description"
elements for servlets and such.
Activity
Joe Walnes
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.6 [ 10814 ] | |
Affects Version/s | 1.6 [ 10814 ] |
Mike Williams
made changes -
Assignee | Mike Williams [ mdub ] |
Mike Williams
made changes -
Resolution | Cannot Reproduce [ 5 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Brian Topping
made changes -
Assignee | Mike Williams [ mdub ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Resolution | Cannot Reproduce [ 5 ] |
Grégory Joseph (old account)
made changes -
Attachment | MultineLineAttributeValuesWithQDoxTestCase.java [ 13932 ] |
Grégory Joseph (old account)
made changes -
Attachment | qdox82-test.patch [ 13933 ] |
Mauro Talevi
made changes -
Fix Version/s | 1.7 [ 11160 ] | |
Fix Version/s | 1.6 [ 10814 ] |
Paul Hammant
made changes -
Fix Version/s | 1.8 [ 14826 ] | |
Fix Version/s | 1.7 [ 11160 ] |
Mauro Talevi
made changes -
Component/s | QDox-Attributes [ 10531 ] |
Paul Hammant
made changes -
Fix Version/s | 1.8 [ 14826 ] | |
Fix Version/s | 1.9 [ 14956 ] |
Paul Hammant
made changes -
Fix Version/s | 1.10 [ 15020 ] | |
Fix Version/s | 1.9 [ 14956 ] |
Robert Scholte
made changes -
Fix Version/s | 1.10 [ 15020 ] | |
Fix Version/s | 1.9.1 [ 15252 ] |
Robert Scholte
made changes -
Fix Version/s | 1.9.1 [ 15252 ] | |
Fix Version/s | 1.10 [ 15020 ] |
Robert Scholte
made changes -
Assignee | Robert Scholte [ rfscholte ] | |
Resolution | Fixed [ 1 ] | |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Assigned to 1.6 release as this is a critical regression that has recently been introduced. Whoever fixes this, please add a unit-test to ensure the problem doesn't return unnoticed.