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
    • Number of attachments :
      0

      Activity

      Aslak Hellesøy made changes -
      Field Original Value New Value
      Fix Version/s 1.3 [ 10107 ]
      Affects Version/s 1.3 [ 10107 ]
      Hide
      Aslak Hellesøy added a comment -

      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 - 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
      Aslak Hellesøy added a comment -

      I think this is a YAGNI

      Show
      Aslak Hellesøy added a comment - I think this is a YAGNI
      Aslak Hellesøy made changes -
      Status Assigned [ 2 ] Closed [ 6 ]
      Resolution Fixed [ 1 ]
      Aslak Hellesøy made changes -
      Resolution Fixed [ 1 ]
      Status Closed [ 6 ] Reopened [ 4 ]
      Aslak Hellesøy made changes -
      Status Reopened [ 4 ] Closed [ 6 ]
      Resolution Won't Fix [ 2 ]

        People

        • Assignee:
          Aslak Hellesøy
          Reporter:
          Aslak Hellesøy
        • Votes:
          0 Vote for this issue
          Watchers:
          0 Start watching this issue

          Dates

          • Created:
            Updated:
            Resolved: