Improve handling of @inheritDoc

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 19
    • Affects Version/s: 19
    • Component/s: tools

      The only taglet that along with its own tag needs to know the immediately enclosing tag is InheritDocTaglet:

          @return {@inheritDoc}
          @throws NullPointerException {@inheritDoc}
          @param p {@inheritDoc}

      However, the immediately enclosing tag is unconditionally passed to all taglets. If we stop passing it and make InheritDocTaglet compute it instead, the code becomes cleaner.

            Assignee:
            Pavel Rappo
            Reporter:
            Pavel Rappo
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: