jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • QDox
  • QDOX-8

Tag inheritance

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: 1.3
  • Fix Version/s: 1.3
  • Component/s: Java API
  • Labels:
    None

Description

http://lists.codehaus.org/pipermail/qdox-user/2003-July/000053.html

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Aslak Hellesøy added a comment - 24/Jul/03 4:22 AM

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);

Show
Aslak Hellesøy added a comment - 24/Jul/03 4:22 AM 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);
Hide
Permalink
Aslak Hellesøy added a comment - 08/Oct/03 5:35 PM

I think this is a YAGNI

Show
Aslak Hellesøy added a comment - 08/Oct/03 5:35 PM I think this is a YAGNI

People

  • Assignee:
    Aslak Hellesøy
    Reporter:
    Aslak Hellesøy
Vote (0)
Watch (0)

Dates

  • Created:
    10/Jul/03 7:14 PM
    Updated:
    08/Oct/03 5:36 PM
    Resolved:
    08/Oct/03 5:36 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.