Details
Activity

Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.3 [ 10107 ] | |
Affects Version/s | 1.3 [ 10107 ] |

Status | Assigned [ 2 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |

Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |

Status | Reopened [ 4 ] | Closed [ 6 ] |
Resolution | Won't Fix [ 2 ] |
Inheritance of tag attributes (getNamedParameter method) can be implemented in some smart subclass of DocletTag, so this is not up to the QDox core.
However, inheritance of tags (and methods) should maybe be supported in the core. This is what I'd like to do.
// get methods from superclasses too
Method[] methods = clazz.getMethods(true);
// get tags from superclasses' methods too. except private ones.
DocletTag[] tags = method.getTagByName("foo", true);